/*  
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: #00f;
		}
		
	* 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;
		}





/* Structure
----------------------------------------------------------------------------- */
	body {
		font-size: small;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		color: #333;

		}


	#wrapper {
		width: 620px;
		margin: 0 auto;
		text-align: left;
		}
		
	#header {
		width: 620px;
		height: 200px;
		background-image: url(http://www.uoshichi.com/img/header.gif);
		background-repeat: no-repeat;
		text-align: left;
		}
		
	#main {
		width: 618px;
		text-align: left;
		}

	#content {
		float:left;
		width: 475px;
		text-align: left;
		background-color:#ffffff;
		border:1px solid #69f;
		padding:5px;
		margin-top:6px;
		margin-left: 0px;
		}
		
	#sidebar {
		float: right;
		width: 123px;
		text-align: left;
		margin-top: 6px;
		}
		
	#footer {
		clear: both;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		margin-top: 5px;
		}
		
		
	.date {
		font-size: 0.8em;
		color: #777;
		}
		
	.date a{
		color: #777;
		}
		
	.date a:hover{
		color: #f00;
		}





	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			}
			
		#header p.description {
			font-size: 1em;
			}
					
		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;
			}
			
		div.topmenu a{
		color: #fff;
		text-decortion: none;
		}
		
		div.topmenu a:hover{
		color: #f00;
		}
	
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			font-size: 1.1em;
			color: #00f;
			}
		
		#content h2 a:hover{
			color: #f00;
			text-decoration: underline;
			}
	
		#content p a, #content .metadata a {
			color: #06c;
			padding-bottom: 1px;
			border-bottom: 1px solid #ddd;
			}
	
		#content p a:hover, #content .metadata a:hover {
			border-bottom: 1px solid #666;
			}
			
	
		#content p {
			font: 1em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			color: #333;
			text-align: justify;
			padding: 0px 5px 0px 5px;
			}
	
		#content p, #content h3, #content blockquote {
			margin-bottom: 1em;
			}
	
		#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: 10px;
			overflow: hidden;
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0;
			}
	
		div.post{
			margin-bottom:15px;
			}
	
	
	
	
	/* 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 {
			background: #f8f8f8;
			border: 1px solid #ddd;
			padding: 15px 15px 0 15px;
			}
		
		.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.side {
			padding-bottom: 25px;
			}
			
		#sidebar div {
			line-height: 1.2em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			}
		
		#sidebar ul li a {
			line-height: 1.2em;
			}
		#sidebar ul li a:hover{
			text-decoration: underline;
			}
			
		#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 {
		margin-bottom: 2.0em;
		}
	#content ul li, #content ol li {
		margin: 1.0em 0 1.0em 3.5em;
		}
	#content ul li ul {
		font-size: 1em;
		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: #444;
		font-weight: bold;
		font-family: 'Trebuchet MS', Verdana, Sans-Serif;
		}

	h1 {
		font-size: 2.2em;
		}

	h2 {
		font-size: 1em;
		font-weight: bold;
		}

	h3 {
		font-size: 1em;
		}

	h4 {
		font-size: 1em;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */



/* 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: 1em/1.8em "Courier New", Courier, mono;
		}

	.center {
		text-align: center;
		}
		
	#topnavi{
	text-align: right;
	}
	
	#topnavi a{
	margin-right: 1px;
	}
	
	#topnavi a:hover{
	background-color: #ddffdd;
	}
	
	
	div.popular{
	margin:10px;
	border:1px dotted #069;
	padding:5px;
	background-color:#f0f0ff;
	}
	
	div.popular a{
	color: #06c;
	text-decoration: underline;
	}
	
	div.popular a:hover{
	color: #f00;
	}
