/*  
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:active {
		text-decoration: none;
		color: #06c;
		}
		
	* a:hover {
		cursor: pointer;
		text-decoration: underline;
		/* works well for onclick anchors */
		}
	
	: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;
		}

	body {
		font-size: 62.5%; /* Sets the page font to 10px */
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		text-align: center;
		color: #444;
		}
		
	.top {
		background: #eee;
		width: 100%;
		padding: 10px 0;
		border-bottom: 0px solid #ccc;
		font-size: 1.1em;
		border: 0px solid #000;
		}

	#wrapper {
		border: 1px solid #000;
		width: 746px;
		margin: 0 auto;
		padding: 50px 0 0 0;
		text-align: left;
		font-size: 1.1em;
		border: 0px solid #000;
		background: url(images/footer.jpg) bottom left repeat-x;
		}
		
	#header {
		width: 746px;
		float: left;
		padding: 1px;
		border: 0px solid #000;
		}

	#main {
		padding: 50px 0 0;
		border: 0px solid #ccc;
		}
		
	#content-base {
		float: left;
		width: 424px;
		margin: 0 0 0 0;
		border-top: 0px solid #000;
		background: url(images/bg_content_repeat.gif) top left repeat-x;
		}

		
	#content {
		float: left;
		width: 410px;
		margin: 15px 0 60px 0;
		padding: 1px 6px 1px 6px;
		border-left: 1px dashed #ccc;
		overflow: hidden;
		}
		
	#sidebar {
		float: left;
		width: 140px;
		margin: 0px;
		padding: 5px 0 60px 5px;
		border: 0px solid #000;
		background: url(images/bg_content_repeat.gif) top left repeat-x;
		}

	#sidebar-right-base {
		float: left;
		width: 172px;
		height: 500px;
		margin: 0px;
		border: 0px solid #000;
		background: url(images/bg_content.gif) top left no-repeat;
		}

	#sidebar-right {
		float: right;
		width: 155px;
		margin: 5px 0 0 0;
		border: 0px solid #000;
		}

	#rightbar-heading {
		float: left;
		width: 155px;
		margin: 0 0 3px 5px;
		border: 0px solid #ccc;
	}
	
	#rightbar {
		float: right	;
		width: 145px;
		/*background-color: #fafafa;*/
		margin: 0px;
		border: 0px solid #ccc;
		padding: 5px;
		border-top: 0px solid #333;
	}
	
	#rightbar-share {
		float: right;
		width: 145px;
		/*position: absolute:
		top: 700px;
		background-color: #fafafa;*/
		margin: 0px;
		border: 0px solid #ccc;
		padding: 5px;
		border-top: 0px solid #333;
	}
	
	#creditstitle {
		font-weight: bold;
		border-bottom: 0px solid #ccc;
	}
	
	#creditsvalue {
		border-bottom: 1px solid #ccc;
		margin: 0 0 5px 0;
	}
	
		
	#footer {
		height: 50px;
		padding: 10px;
		*padding: 10px 0;
		/* IE6 and IE7 hack */
		clear: both;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		}


	/* Forsida
	----------------------------------------------------------------------------- */	

	#content-forsida {
		float: left;
		width: 746px;
		margin: 10px 0 60px 0;
		padding: 0px;
		border: 0px dashed #ccc;
		overflow: hidden;
		}

	#content-base-forsida {
		float: left;
		width: 574px;
		margin: 0;
		border: 0px solid #000;
		background: url(images/bg_content_repeat.gif) top left repeat-x;
		}
		
	#forsidubox {
		float: left;
		width: 232px;
		height: 170px;
		margin: 5px 18px 5px 0;
		padding: 0 0 3px 0;
		border: 0px solid #ccc;
		border-bottom: 2px solid #000;
		text-align: justify;
		font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		/*background: url(images/bg_90.jpg) top left repeat-x;*/
		}
	
	#forsidubox-right {
		float: right;
		width: 232px;
		height: 170px;
		margin: 5px 0px 5px 0;
		padding: 0 0 3px 0;
		border: 0px solid #ccc;
		border-bottom: 2px solid #000;
		text-align: justify;
		font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
		/*background: url(images/bg_90.jpg) top left repeat-x;*/
		}
	
	#forsiduboxtitill {
		font-size: 1.2em !important;
		margin-bottom: 0px;
		border-bottom: 2px solid #000;
		}
	
	#forsiduboxtexti {
		border-bottom: 1px solid #ccc;
		padding: 3px 0 3px 5px;
		}
	
	#forsiduboxtexti a, a:hover {
		text-decoration: none !important;
		}
	
	#forsiduboxtexti:hover {
		border-bottom: 1px solid #000;
		}


	/* Portfolio
	----------------------------------------------------------------------------- */
	#portfolioentry {
		width: 100%;
		height: 100px;
		/*background: #eee;*/
		margin: 0px 0 20px 0;
		border-left: 3px solid #ccc;
		padding: 5px 0 5px 5px;
		}

	#portfolioentry h4 {
		padding: 0 0 3px 0;
		border-bottom: 1px solid #ccc;
		margin: 0 0 5px 0;
		width: 275px;
		float: left;
		}
		
	#portfolioentry h4:hover {
		border-bottom: 1px solid #000;
		}
	
	#portfolioentry .title {
		float: left;
		width: 95px;
		font-weight: bold;
		border: 0px solid #000;
		}
	
	#portfolioentry .value {
		float: left;
		border: 0px solid #000;
		width: 170px;
		}
		
	#portfolioentry  img {
		float: left;
		margin: 0 5px 10px 0 !important;
		border: 1px solid #000;
		padding: 0 5px 0 0 !important;
		width: 100px;
		}


	/* Header
	----------------------------------------------------------------------------- */
	
		#header h1 a {
			border-bottom: 0px solid #000;
			}
			
		#header p.description {
			font-size: 1.2em;
			}
					
		ul.mainmenu {
			display: block;
			overflow: auto;
			height: 1%;
			padding: 20px 1px 1px 0;
			border: 0px solid #ccc;
			float: left;
			}
		
		.mainmenu li {
			float: left;
			position: relative;
			border: 0px solid #000;
			}
			
		.mainmenu li a	{
			_width: 1%;
			/* Or else IE6 does a crappy of job of displaying the menu */
			display: block;
			padding: 15px 20px 0px 10px;
			border-left: 1px solid #ccc;
			}
		
		.mainmenu li.home a {
			padding-left: 10px;
			}
		
		.mainmenu li a:hover {
			border-left: 1px solid #000;
			}
		
		
		.flags {
			float: right;	
			border: 1px solid #000;
			display: block;
			padding: 20px 0 0 0;
			margin: 0;
			border: 0px solid #000;
			}
		
		.flags img {
			float: right;
			padding: 7px 0 0px 30px;
			border: 0px solid #000;
			display: block;
			}
	
	
	
				
	/* Content
	----------------------------------------------------------------------------- */
	
		#content h2 a {
			color: #444;
			}
	
		#content p a, #content .metadata a {
			color: #06c;
			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: #444;
			}
	
		#content p {
			font: 1em/2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
			padding: 13px 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: 10px;
			width: 100%;
			overflow: hidden;
			height: 1%;
			border-bottom: 0px dashed #ccc;
			/*text-align: justify;*/
			}
	
		#content .metadata {
			display: block;
			padding: 10px 0 60px;
			}
	
	
	
	
	
	/* Comments
	----------------------------------------------------------------------------- */
	
		.commentlist {
			padding: 10px 0 30px 0;
			}
			
		.commentlist li {
			background: url(images/dot.gif) bottom left repeat-x;
			/* 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%;
			}
			
		.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: 25px;
			}
			
		#sidebar div {
			line-height: 1.7em;
			}
			
		#sidebar h2 {
			display: block;
			padding: 0 0 10px;
			font-size: 1.6em;
			}

		#sidebar ul li li  {
			border-bottom: 1px solid #ccc;
			margin: 0 10px 0 0;
			}
			
		#sidebar ul li li:hover  {
			border-bottom: 1px solid #000;
			}
			
 		#sidebar ul li a {
			line-height: 1.8em;
			}

			
		#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;
			}	

		#footer .text {
			margin: 2px 58px 0 0;
			background: #ccc;
			padding: 0;
			}	





/* 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;		
		}
	
	#rightbar ul li {
		margin: 0 0 0 15px;
		list-style: square;		
		}




/* 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;
		}
	
	h5 {
		font-size: 1.4em;
		font-weight: normal;
		}
		
		
		
		
		
/* Images
----------------------------------------------------------------------------- */

	#content img {
		padding: 10px;
		border: 0px 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 {
		float: right;
		text-align: right;
		}
		
	.search_input {
		width: 160px;
		}
		
		
		
/* 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;
		}