/*  
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
----------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,p,blockquote,th,td {
margin:0; padding:0;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:”;}

html, body{ 
	margin:0px; 
	padding:0px; 
	text-align:center;
	background-image:url(images/bodyBg.gif);
	background-repeat:repeat;
	font-family:Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#000000;
} 
#page{ 
	width:auto;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
#header{
	position:relative; 
	height:149px;
	width:auto;
	background-image:url(images/headerBg.jpg);
	background-repeat:repeat-x;
}
#headerContent {
	height:149px;
	width:829px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	float:left;
	width:344px;
	margin-top:10px;
}
#address {
	text-align:right;
	font-size:10px;
	font-weight:bold;
	color:#421532;
	padding-top:45px;
	font-family:Arial, Helvetica, sans-serif;
}
#navBar {
	width:auto;
	height:15px;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#wrapper{
	width:828px;
	height:auto;
	position:relative;
	background-color:#552345;
	padding-left:9px;
	padding-right:9px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-bottom:0px;
}
#maincol{
	background-color: #ededed;
	float: left;
	display:inline;
	position: relative; 
	width:541px;
	margin-bottom:8px;
}
#mainContent {
	padding:7px;
}
#rightcol{
	width:272px; 
	float:right;
	position:relative;
	background-color:#421532;
	margin-top:3px;
	color:#FFFFFF;
}

#footer{
	height:150px;
	clear:both;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}
#footerContent {
	padding-top:20px;
	color:#999999;
	font-size:10px;
}
 /* *** Float Hacks *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
.clearfix{display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
-->

/*STYLES*/

#mainContent img {
	border:#FFFFFF 10px solid;
	margin:3px;
}
#mainContent h1 {
	font-size:18px;
	color:#940e57;
	letter-spacing:-1px;
	border-bottom:1px #940e57 solid;
	margin-bottom:5px;
}
#mainContent h2 {
	font-size:36px;
	font-weight:100;
	color:#940e57;
	letter-spacing:-1px;
}
#mainContent h2 a {
	font-size:36px;
	font-weight:100;
	color:#940e57;
	letter-spacing:-1px;
	text-decoration:none;
}
#mainContent h2 a:hover {
	color:#333333;
}
#mainContent h3 {
	font-size:11px;
	color:#333333;
	border-bottom:#333333 1px solid;
	width:auto;
	padding-left:10px;
	margin-bottom:5px;
}
#mainContent p {
	width:510px;
	margin-top:2px;
	margin-bottom:10px;
	margin-left:10px;
}
strong {
	font-size:14px;
	font-weight:bold;
}
#footer img {
	margin-left:25px;
	margin-right:25px;
}
#footer li {
	display:inline;
}
/*SIDE BAR*/
#rightcol h2 {
	width:267px;
	height:26px;
	padding-top:5px;
	padding-left:5px;
	background-image:url(images/rightHeaderBg.gif);
	color:#850844;
	font-family:Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:100;
}
#rightcol h2 a {
	width:267px;
	height:26px;
	padding-top:5px;
	padding-left:5px;
	background-image:url(images/rightHeaderBg.gif);
	color:#850844;
	font-family:Helvetica, sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	font-weight:100;
}
#rightcol li a, #rightcol li a:link, #rightcol li a:visited {
	margin: 2px;
	padding: 3px;
	background-color:#333333;
	color:#ffffff;
	width:262px;
	height:11px;
	display:block;
	text-decoration:none;
	font-size:11px;
}
#rightcol li a:hover {
	background-color:#940e57;
	color:#fff;
}
#brandscol li a, #brandscol li a:link, #brandscol li a:visited {
	margin: 2px;
	padding: 3px;
	background-color:#333333;
	color:#ffffff;
	width:auto;
	height:14px;
	display:block;
	text-decoration:none;
	font-size:14px;
}
#brandscol li a:hover {
	background-color:#940e57;
	color:#fff;
	height:16px;
	font-size:16px;
}
/*LINK STYLES*/
a {
	color:#940e57;
}
a:hover {
	color:#333333;
}
#address a {
	color:#333333;
	text-decoration:none;
}
#address a:hover {
	color:#850844;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
}

.metadata a {
	color:#940e57;
	text-decoration:none;
}
.metadata a:hover {
	color:#333333;
}
.metadata {
	padding-left:5px;
}
.date {
	font-size:11px;
	color:#333333;
	border-bottom:#333333 1px solid;
	width:auto;
	padding-left:10px;
	margin-bottom:5px;
}

/*NAV BAR*/
#navBar ul {
	margin-top:13px;
}
#navBar li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#navBar a {
	float: left;
	padding: 15px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:15px; /* for IE5/Win only */
}
#navBar a:hover {
	background-position: 0 -30px;
}
#navBar a:active, #nav a.selected {
	background-position: 0 -15px;
}
#home a {
	background-image:url(images/home.gif);
	width:48px;
	height:15px;
	margin-left:30px;
}
#brands a {
	background-image:url(images/brands.gif);
	width:66px;
	height:15px;
	margin-left:30px;
}
#team a {
	background-image:url(images/team.gif);
	width:45px;
	height:15px;
	margin-left:30px;
}
#gallery a {
	background-image:url(images/gallery.gif);
	width:72px;
	height:15px;
	margin-left:30px;
}
#contact a {
	background-image:url(images/contact.gif);
	width:74px;
	height:15px;
	margin-left:30px;
}




/* 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;
		}