/*  
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

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: #0c6;
		}
		
	* a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #0C6;		/* works well for onclick anchors */
	color: #FFF;
		}
	
	:link img {
		border: none;
		}
	
	* img {
		border: none;
		}
	
	a img {
		border: none;
		}
	
	:link img, :active img {
		border: none;
		}





/* Structure
----------------------------------------------------------------------------- */
	
	html {
	margin-bottom: 0.1em;
	background: #fff;
	background-color:#bbb;
		}

	body {
	font-size: 12px; /* Sets the page font to 10px */
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	background-color:#bbb;
	color:#666;
	margin-bottom: 40px;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
		font-size: 12 px;
		}

	#wrapper {
		width: 860px;
		margin: 0 auto;
		padding: 40px;
		text-align: left;
		background-color:#FFF;
		margin-top: 40px;
		
		}
		
	#header {
		padding: 0px;
		border: 0px solid #fff;
		}

/* My Comment */

	#main {
		padding: 10px 0 0;
		}

	#content {
		float:right;
		padding-top:0;
		width:653px;
		}
		
	#sidebar {
		float:left;
		width:170px;
		}
		
	#footer {
		padding: 0px 0;
		*padding: 0px 0;
		/* IE6 and IE7 hack */
		clear: both;
		border-top: 0px;
		border-bottom: 0;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}





	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1.4em;
			color:#999;
			}
					
		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: #666;
			}
	
		#content p a, #content .metadata a {
	padding-bottom: 2px;
			}
	
		#content p a:hover, #content .metadata a:hover {
		
			}
			
		#content p a:visited, #content .metadata a:visited {
			}
	
		#content p {
	color: #666;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
			}
	
		#content .post h3 {
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
			}
			
		#content .entry {
			padding-top: 0px;
			width: 100%;
			overflow: 0;
			height: 1%;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 0px;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
	/* This fixes a Firefox / Safari bug where the bottom border sometimes shwoed up and sometimes didn't */
			margin: 10px 0;
	padding: 25px 0 10px 0;
	list-style-type: none;
	width: 100%;
	overflow: auto;
	height: 1%;
	background-color: #FFF;
			}
			
		.comment_number a {
			font: 3.2em Georgia, serif;
			float: right;
			padding-right: 10px;
			color: #d6d6d6;
			}
			
		.comment_author {
			font-size: 1.4em;
			}
			
		h3#respond {
			display: block;
			padding-top: 15px;
			}
	
	
	
	
	
	/* Sidebar
	----------------------------------------------------------------------------- */
	
		#sidebar ul li.side {
			padding-bottom: 10px;
			}
			
		#sidebar div {
			line-height: 1.4em;
			}
			
		#sidebar h2 {
		border-top:1px solid #999;
		display:block;
		padding-top:10px;
		padding-bottom:5px;
		border-bottom:0 none;
		margin-bottom:0px;
		font-size:16px;
		color:#999;
			}
		
		#sidebar ul li a {
			line-height: 1.4em;
			}
			
		#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: 0em;
			}	





/* 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;
		*padding-left: 30px;
		}
		
	#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 {
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
		}

	h1 {
	font-size: 23px;
		}

	h2 {
	font-size: 16px;
	border-top:1px solid #999;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:5px solid #999;
	margin-bottom:30px;
	color:#999;
		}

	h3 {
		font-size: 12px;
		}

	h4 {
		font-size: 12px;
		}
	h5 {
		font-size: 60px;
		}
	h6 {
		font-size: 60px;
		}
	h7 {
		font-size: 18px;
                color: #FFF;
		}
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		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 {
		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;
		}
