/*  
Theme Name: Simply Basic
Theme URI: http://www.bballcity.com/download/themes/simply-basic/
Description: A wordpress theme by Ash Haque
Version: 1.5
Author: Ash Haque
Author URI: http://www.bballcity.com
*/

/* Universal Selectors
----------------------------------------------------------------------------- */

	*  {
		margin: 0;
		padding: 0;
		/* Resets all margins and paddings on the page */
		}
		
	ul {
		list-style-type: none;
		}
	
	* a:link, * a:visited, * a:hover, * a:active {
		text-decoration: none;
		color: #e7009d;
		}
		
	* a:hover {
		cursor: pointer;
		color: #900062;
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}


.txtform{ 
float:left;
color:#525250;
padding:7px 0 0 10px;
font-size: 9px;;}

/* Structure
----------------------------------------------------------------------------- */
	

	body {
		font-size: 62.5%; /* Sets the page font to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		color: #444;
		background-image: url(images/mierdabg.gif);
                background-position: top center ;
                background-repeat:repeat-x;
                background-color:#ba9469;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 5px 0;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
		text-align: left;
		}

	.center_top {
		width: 810px;
		margin: 0 auto;
		background: #eee url(images/twitter.jpg) no-repeat left;
                padding-left:70px;
                overflow:hidden;
		}

	#wrapper {
		width: 900px;
		margin: 11px auto;
		padding: 0px 0px 0px 0px;
		text-align: left;
		font-size: 1.1em;
		}
		
	#header {
   
		}


	#header h1{
                float:right;
		}


	#header h1 a {
display:block;
text-indent:-999999px;
width:401px;
height:162px;
overflow:hidden;
				}


	#main {
		padding: 0px;
		}

	#content {
		float:left;
		width: 420px;
		padding: 20px;
                background-color:#fff;
                border-right:1px solid #b9ae9e;
                border-bottom:1px solid #b9ae9e;
                border-top:1px solid #b9ae9e;
                border-left:1px solid #b9ae9e;
		}
	
	#sides{
		width: 410px;
		float:left;
		background-image: url(images/papel.jpg);
                margin-top:10px;
                padding-top:10px;
overflow:hidden;
		}

	#pie_sides{
		width: 418px;
                height:58px;
		float:left;
		background-image: url(images/sidebar_pie.jpg);
                margin-top:0px;
                padding-top:0px;
		}

	
	#sidebar {
		float: right;
		width: 153px;
		padding: 0px 10px 0px 5px;
                overflow:hidden;
		}

	#sidebar-center {
		float: left;
		width: 200px;
		padding: 0px 15px 10px 18px;
		}



	.feature {
		padding-bottom: 5px;
		margin-bottom: 5px;
		}

	.feature img{
		padding: 6px;
		background-color: #fbfbf6;
                border:1px solid #aabcc4;
		}

	.title{
		font-size: 1.3em;
		}
		
	#footer {
		padding: 5px 0;
                padding-top:15px;
		clear: both;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}

	#clear{
		clear: both;
		}

	.clear{
		clear: both;
		}





	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1.2em;
			}
					
		ul.mainmenu {
			display: block;
			overflow: auto;
                        margin-left:20px;
                        padding-left:10px;
                        margin-bottom:-1px;

			}
		
		.mainmenu li {
			float: left;
			position: relative;
                        margin-bottom:0px;
			border: 1px solid #dad7d7;
			border-bottom: none;
                        margin-left:-2px;
			}
			
		.mainmenu li a {
			/* Or else IE6 does a crappy of job of displaying the menu */
			display: block;
                        margin:0px;
                        background-color:#d6f0f9;
			padding: 6px 20px 6px 20px;
			border-bottom: 1px solid #dad7d7;
			}
		
		
		.mainmenu li a:hover {
			text-decoration: none;
			}
	
	        .mainmenu li.current_page_item a{
                        color:#2f2f2f;
                        background-color:#fff;
			border-bottom: 1px solid #fff;
                        paddin-bottom:3px;
                        }
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	

		#content h2 a {
			color: #ff0396;
                        letter-spacing:-1px;
		        font-size: 25px;
			}
	
		#content p a, #content .metadata a {
			color: #e501a4;
			padding-bottom: 2px;
			}
	
		#content p a:hover, #content .metadata a:hover {
			color: #00e2ea;

			}
			
		#content p a:visited, #content .metadata a:visited {
			color: #00aeb4;
			}
	
		#content p {
			font: 1em/1.4em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 5px 0;
			color: #444;
			text-align: justify;
			}


		#content .post h3 {
			border-bottom: 1px solid #ccc;
			font: 1.2em "Lucida Grande", sans-serif;
			padding-top: 20px;
			text-transform: uppercase;
			}
			
		#content .entry {
			padding-top: 0;
			width: 100%;
			height: 1%;
			}
	
		#content .metadata {
			display: block;
			padding: 0px 0 20px;
                        margin-bottom:20px;
			border-bottom: 1px dashed #cdceb5;
			}

.entry h2{
color:#c31991;
margin:15px 0 5px 0;
}
	
	
		.akpc_pop {
			padding: 0px;
                        margin:0px;
			}
	
	/* Comments
	----------------------------------------------------------------------------- */

		#comment {
			width: 395px;
                        border: solid 1px #dddbbc;
                        background-color: #fbf9e2;
			font: 11px "Lucida Grande", sans-serif;
                        padding: 5px 10px;
                        color:#525250;
			}

		#comment p {
			text-align: left;
			font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 5px 0;
			color: #444;
			}


		.textbox {
			width: 250px;
                        border: solid 1px #dddbbc;
                        background-color: #fbf9e2;
			font: 13px "Lucida Grande", sans-serif;
                        padding: 5px 10px;
                        color:#525250;
                        margin-bottom:4px;
                        float:left;
			}



		.commentlist {
			padding: 0 35px 10px 0;
                        margin-right:20px;
			}
			
		.commentlist li {
			margin: 10px 0;
			padding: 10px;
			list-style-type: none;
			width: 100%;
			}
			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			padding-left: 10px;
                        
			color: #8ac2d6;
			}
			
		.comment_author {
			font-size: 1.8em;
                        color:#00baff;
			}
			
		h3#respond {
                        color:#a3a27e;
			display: block;
			padding-top: 15px;
                        margin-bottom:10px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
                	font-family: Georgia, georgia, "Times New Roman", Times, serif;
                        color:#901861;
                        width:145px;
                        height:30px;
			display: block;
                        margin-left: -10px;
                        padding-left:15px;
                        padding-top:5px;
		        background: url(images/htrab.jpg) no-repeat;
                        font-size:18px;	
			}

		#sidebar-center h2 {
                	font-family: Georgia, georgia, "Times New Roman", Times, serif;
                        color:#901861;
                        width:180px;
                        height:30px;
                        padding-top:8px;
                        padding-left:20px;
                        margin-bottom:10px;
		        background: url(images/htrab.jpg) no-repeat;
                        font-size:18px;	
                        }

		
		#sidebar ul li a {
			line-height: 1.9em;
			}
			
		#sidebar ul li ul li ul {
			padding-left: 15px;
			}
			
		#sidebar ul li ul li ul li ul {
			padding-left: 30px;
			}
	
	
	
	
	
	/* Footer
	----------------------------------------------------------------------------- */
























	
		#footer p {
			line-height: 2.2em;
			}	








/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		line-height: 2em;
		padding: 15px 0 15px;
		}

	#content ul li a, #content ol li a {
		line-height: 2.5em;
		}

	#content .post ol {
		padding-left: 25px;
		}
		
	#content .post ul li {
		padding-left: 20px;
		background: url(images/bullet.gif) center left no-repeat;		
		}




/* Headings
----------------------------------------------------------------------------- */

	h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
		color: #444;
		font-weight: normal;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 2.0em;
		}

	h3 {
		font-size: 1.8em;
		}

	h4 {
		font-size: 1.6em;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 8px;
                margin-bottom:10px;
		border: 1px solid #ccc;
		max-width: 100%;
                background-color:#f4f6d7;
		}

	#content img.none {
		border: 0;
		max-width: 90%;
		margin: 0 auto;
		}
		
	#content img.wp-smiley {
		border: 0;
		padding: 0;
		margin: 0;
		display: inline;
		/* For whenever one uses smileys in posts */
		}





/* Forms
----------------------------------------------------------------------------- */

	.searchform {
		width: 300px;
		float: right;
		text-align: right;
		}

	.search_input {
		width: 125px;
		border: none;
		border-bottom: 1px dashed #000;
background:transparent;
                padding:5px;
	        font-size:15px;
                margin:0px;
		}
		
	.searchsubmit {
		width: 62px;
                height:27px;
		border: 0;
                margin-left:-4px;
	        font-size:15px;
	        font-weight: bold;
                background-color:#b0dbe2;
                color:#464e4f;
		}
		
		
		
		
/* Page Specific
----------------------------------------------------------------------------- */

	.last_20 li {
		line-height: 2em;
		}

	.archive_date {
		width: 100px;
		float: left;
		}
		
	/* This is if you use the current page-archives.php for your archives */
		
	.pagetitle {
		display: block;
		padding: 0 0 60px;
		}
					
			
			
			
			
/* Extras
----------------------------------------------------------------------------- */

	blockquote {
		margin: 0;
		padding: 0 0 0 25px;
		background: url(images/quote.gif) top left no-repeat;
		}

	html>body blockquote {
		background-position: 0 0;
		}
		
	.center {
		text-align: center;
		}

	hr {
	        display: none;
		}

        .tool-tip {
                border: #bad3d4 solid 1px;
		background-image: url(images/bg_tool.png);
                background-repeat:repeat-x;
                background-color:#e8f7eb;
	        color: #0088aa;
	        z-index: 13000;
	        font-family:Arial, Helvetica, sans-serif;
	        text-align:left;
	        font-size:14px;
                }
 
        .tool-title {
	        font-weight: bold;
	        font-size: 12px;
	        margin: 0;
	        color: #505050;
	        padding: 8px 8px 0px;
                }
 
        .tool-text {
	        font-size: 11px;
	        padding: 4px 8px 8px;
                }

.post{
margin:0;
padding:0;
border-bottom:dashed 1px #8d8d8d;
margin-bottom:10px;}

#rating{
height:30px;
padding-top:8px;
padding-bottom: 10px;
}

#rating img{
margin:0;
padding:0;
float:left;
background:transparent;
border:none;}

#meta{
font-size:11px;
color:#666;
margin:0 0 10px 0;
background:#f7f9ec;
border:solid 1px #e5e7d9;
padding:3px;
}

.meta a{
text-decoration:none;
}

#popup{
}

#popup a{
width:200px;
height:61px;
display:block;
background: transparent url(images/escucha.gif) no-repeat left;
text-indent:-9999px;
overflow:hidden;
}

#submit{
background:#c0bf8d url(images/bg_sub.jpg) repeat-x;
border:solid 1px #c0bf8d;
color:#fff;
width:170px;
height:40px;
cursor: pointer;
font-size:16px;
letter-spacing:-1px;
font-weight:bold;

font-family:Geneva, Arial, Helvetica, sans-serif;
margin-top:10px;
}

.more-link{
margin-top:10px;
display:block;
width:160px;
}

.alt{
background:#faf9dc;
border-bottom:dashed 1px #e8e7c8;
}

#meta img {
border:none;
padding:0;
margin:0;}

h3#comments{



margin-top:10px;
font-size: 17px;
color:#92a7a8;
}

.pregunta{
margin:5px 0;}

#comentan li{
color:#41087b;
margin:5px 0 5px 0;
padding-bottom:5px;
border-bottom: dashed 1px #ccc;}

#comentan li a{
color:#483e52;
}

#comentan li a:hover{
color:#03b4da;
}

#lista-canciones h1{
display:none;}

#lista-canciones li{
border-bottom: 1px dashed #cdceb5;
width:200px;
height:13px;
padding:3px 0;
overflow:hidden;
}

#ads img{
padding:2px;
margin-top:5px;
background:#fff;}

/* Twitter Friends
----------------------------------------------------------------------------- */

#twitt{
height:245px;
overflow:hidden;
font-weight: normal;
}

#twitt li{
margin: 5px 0;
display:block;
overflow:hidden;
height:55px;
font-size:10px;
line-height: 13px;
}

#twitt li img{
float:left;
margin:0 5px 5px 0;
padding:3px;
background:#52add6;
}



