/*  
Theme Name: Simply Basic
Theme URI: http://www.bballcity.com/download/themes/simply-basic/
Description: A wordpress theme by Ash Haque
Version: 1.6
Author: Ash Haque
Author URI: http://www.bballcity.com

The CSS, XHTML is released under a Creative Commons License
http://creativecommons.org/licenses/by/2.5/
*/


/*
1. Universal Declarations
2. Structure
	2.1. Header
	2.2. Content
	2.3. Comments
	2.4  Sidebar
	2.5  Footer
3. Lists
4. Headings
5. Images
6. Forms
7. Page Specific
8. Extras
*/


/* 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: #FF6600;
		}
		
	* a:hover {
		cursor: pointer;
		/* works well for onclick anchors */
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}
/* ADDED by Ron */
.container{
	clear:both;
	float:left;
	margin-left: 0;
	margin-right: 0;	
	margin-top:2px;
	margin-bottom: 0px;
	width:100%;
	height:auto;
	z-index: 1;

}

#baseContent { 
	float:left;	
	height:376px;
	width:570px;
	margin-right:8px;
}
#baseMusicArtist{
	clear:both;	
	float:left;
	display:block;	
	height:auto;
	width:856px;
	margin-top: 10px;
	margin-right:8px;
}

.galleryItem{
	margin-bottom:15px;
}

#LogoAndMenu{
	float:left;	
	width:854px;
	height:100px;
	margin-top:20px;

	
	
}
#mainMenu{	
	float:right;
	height:50px;
	width:510px;
	margin-left:0px;
}
#mainMenu a{
	text-decoration:none;
	color:#FFFFFF;
	
}
#mainMenuOne{
	float:right;
	height:50px;
	list-style-type: none;
	vertical-align:middle;
	text-align: right;	
}
#mainMenuTwo{
	float:right;
	height:50px;
	margin-left:6px;
	list-style-type: none;	
	vertical-align:middle;
	text-align: right;	
}

#communique{
	clear:both;	
	float:left;
	width:596px;
	height:30px;
	margin-top:6px;
	margin-bottom:4px;
	background-image:url(/images/Communique.gif);
}

#viewer{
	float:left;
	height:252px;
	width:596px;
	margin-right:8px;
}

.archiveItem{
	float:left;
	height:auto;
	min-height:100px;
	margin-bottom:25px;	
}
.archiveItem img{
	float:left;
	width:auto;
	height:auto;
	margin-right:10px;	
}

.archiveText {
	float:left;
	display:block;
	width:auto;
	
}
#sideMenu{
	float:right;
	width:252px;
}
.headerAd{
	width:300;
	height:252;
	background-color:#666666;

}

.sideAd{
	float:left;
	height:auto;
	width:252px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	margin-top: 10px;
}
#mainNav{
	margin-top:5px;
	
}

#subNav{
	height:auto;
	margin-top:5px;
	
}
#AdSense{
	float:left;
	height:auto;

}
#cover a{
	float:left;
	display: block;
	width:252px;
	height:252px;
	margin-bottom:5px;
	background-position:left center;
}

/*#cover a:hover{
	background-position: -252px 0px;
	
}
*/
#sectionHeader{
	display:none;
	height:30px; 
	width:auto; 
	margin-bottom:5px; 
	background-color:#202020;
}
	
.solidblockmenu{
	margin: 0;	
	padding: 0;
	height:30px;
	float: left;
	font: bold 12px Arial;
	width: 100%;
	background-position:right center;	
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;	
	text-decoration: none;	
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: black;
	background-color: #666666;
	background-position: 0px -30px;

}
.sideblockmenu{
	margin:0px;
	padding: 0;
	float: left;
	font: bold 12px Arial;
	width:252px;
	
}

.sideblockmenu li{
	display: inline;
	width:252px;
	height:20px;
	
	
}

.sideblockmenu li a{
	float: left;
	color: white;
	width:247px;
	text-decoration: none;
	background-color:#272727;
	margin-bottom:5px;
}

.sideblockmenu li a:visited{
	color: white;
}

.sideblockmenu li a:hover, .sideblockmenu li .current{
	color: black;
	background-position: -252px 0px;

}

/* Structure
----------------------------------------------------------------------------- */
	
	html { 
		margin-bottom: 0.1em;
		background: #fff;
		}

	body {
		font-size: 62.5%; /* Sets the page font to 10px */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
		background-color:#FFF;
		color: #000;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 1.1em;
		}

	#wrapper {	
		width:856px;
		margin: 0 auto;
		padding: 10px 0;
		text-align: left;
		font-size: 1.2em;
		line-height: 1.4em;
		
		}
	#wrapper h1, h2, h3{
		line-height: 1.1em;
	}	
		
	#header {
		padding: 1px;
		border: 1px solid #fff;
		}

	#main {
		float:left;
		width:596px;
			
	}

	#content {
		width:596px;
		height:auto;
		padding-bottom: 30px;			
		
	}		
		
	#sidebar {	
		float: right;
		width: 252px;
		padding-top: 10px;
		padding-right: 0;
		padding-bottom: 30px;
		padding-left: 0;	
		}
		
	#footer {
			*padding: 30px 0;
		/* IE6 and IE7 hack */
			clear: both;
		border-top: 1px solid #ccc;
		border-bottom: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1em;
		padding-top: 30px;
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 0;
	
		}


	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1.2em;
			}
					
		ul.mainmenu {
			display: block;
			overflow: auto;
			height: 1%;
			padding: 20px 1px 1px 0;
			border-bottom: 1px solid #ccc;
			}
		
		.mainmenu li {
			float: left;
			position: relative;
			}
			
		.mainmenu li a {
			_width: 1%;
			/* Or else IE6 does a crappy of job of displaying the menu */
			height: 40px;
			display: block;
			padding: 25px 15px 0 15px;
			}
		
		.mainmenu li.home a {
			padding-left: 0;
			}
		
		.mainmenu li a:hover {
			text-decoration: underline;
			}
	
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			color: #000;
			}
	
		#content p a, #content .metadata a {
			color: #B51B0F;
			font-weight:bold;
			padding-bottom: 2px;
			border-bottom: 1px solid #ddd;
			}
	
		#content p a:hover, #content .metadata a:hover {
			border-bottom: 1px solid #666;
			}
			
		#content p a:visited, #content .metadata a:visited {
			color: #FF9900;
			}
	
		#content p {
			color: #000;
			text-align: left;
			font-size: 1.0em;
			line-height: 1.8em;
			}
	
		#content p, #content blockquote {
			margin-bottom: 2.5em;
		}
		#content .post {

		}	

		#content .entry {
			padding-top: 10px;
			overflow: hidden;
			}
	
		#content .metadata {
		clear:both;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 10px 0;
			}
			
		#content .commentlist li.comment-item {
			margin: 5px 0;
			padding: 20px 15px 10px 15px;
			list-style-type: none;
			overflow: hidden;
			}
		#content .commentlist li.alt {
	border: 1px solid #ddd;
	padding: 15px 15px 0 15px;
	background-color: #666666;
			}
		
		.cmtinfo {
			padding-bottom: 1.0em;
			}
		
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			margin-top: -10px;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li ul li{
	list-style-type: square;
	margin-left: 15px;	
		}
		
		
		#sidebar ul li.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;			
			}
		
		#sidebar ul li a {
			font-size: 10px;
			line-height: 2.1em;			
			}
			
		#sidebar ul li h2 {		
			list-style-type: none;				
			}			
			
		#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: 1.2em;
			}	





/* Lists
----------------------------------------------------------------------------- */

	#content ul, #content ol {
		margin-bottom: 2.0em;
		}
	#content ul li, #content ol li {
		margin: 1.0em 0 1.0em 3.5em;
		}
	#content ul li ul {
		font-size: 1.0em;
		margin-bottom: 0;
		}
	#content ul li {
		margin-left: 3.0em;
		padding-left: 0.5em;
		list-style-type: circle;
		}
	#content ol li {
		list-style-type: decimal;
		}




/* 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: #000000;
		font-weight: normal;
		font-family: Georgia, 'Times New Roman', Times, serif;
	
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 2.0em;
		}

	h3 {
		font-size: 1.8em;
		}

	h4 {
		font-size: 1.2em;
		font-weight:bold;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		/*padding: 10px;
		border: 1px solid #ccc;
		*/
		max-width: 100%;
		display: block;
		margin: 0 auto;
		}

	#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: 250px;
		float: right;
		text-align: right;
		}
		
		
		
		
		
/* 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 {
		border-left: 5px solid #eee;
		padding-left: 15px;
		}

	pre {
		margin-bottom: 1.5em;
		}
	code {
		font: 1.2em/1.8em "Courier New", Courier, mono;
		}

	.center {
		text-align: center;
		}

	hr {
		display: none;
		}