/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 2.8
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/* CSS Document */


/* body */

body {
    font-family: "arial", "verdana", "times new roman";
	background-color: #F2F2F2;
	}
	

p {margin-bottom:10px;}
#showcase-text h2 {margin-top:0;}

/* div */
div.front {width:242px; height:108px; float:left; margin:0 3px 3px 0;}
div.front a img {border:solid 4px #ffffff;}
div.front a:hover img {border:solid 4px #6D6D6D;}
ul#sidebar img {padding-bottom:7px; float:right; width:234px; clear:right; }
.alignleft {margin:0 0.5em 0.5em 0; float:left;}
.alignright {margin:0 0 0.5em 0.5em; float:right;}

#header-container {
	margin: auto;
	width: 990px;
	overflow: hidden;
	padding-top: 20px;
}

#logo {
	float: left;
	width: 471px;
}

#navigation {
	float: right;
	width: 400px;
	
}

#main-container {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding: 0px 15px 15px 15px;
	
	overflow: hidden;
	}
	
	
#footer-container {
	margin: auto;
	width: 990px;
	height: auto;
	padding: 30px 15px 15px 15px;
	clear: both;
	overflow: hidden;
	font-size: 12px;
	border-top-style: solid;
	border-width: 2px;
	border-color: #6d6d6d;
		}

#footer-left {
	width:690px;
	float: left;
}

#footer-right {
width: 300px;
float: right;
text-align:right;
}

	
#index-large-container {
	margin: auto;
	width: 735px;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	
	
	}
#showcase {
width: 735px;
overflow: hidden;
float: left;
padding-bottom: 30px;

}

#showcase-img {
	margin: auto;
	width: 500px;
	overflow: hidden;
	float: left;
	margin-right: 17px;
	}
	
#showcase-text {
	margin: auto;
	width: 200px;
	float: right;
	overflow: hidden;
	margin-right: 17px;
	
	}
	
#about-advertise {
	margin: auto;
	width: 500px;
	overflow: hidden;
	float: left;
	margin-right: 7px;
	}
	
/* class */

.index-bottom-container {
	margin: auto;
	width: 735px;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 8px;
	overflow: hidden;
	}


.logo {
    float:left;
padding-bottom: 40px;
	border: none;

		}
	
.card-small {
	float: left;
	margin-right: 7px;
	margin-bottom: 7px;
	border: none;
	}
	
.sponsor {
	float: left;
	border: none;
	}

.sponsor-image {
	margin-bottom: 20px;
	
}
		
.float-right {
	float: right;
	}
	
.padding-bottom-10 {
	padding-bottom :10px;
	}

.border-left-sponsors {

border-left-style: solid;
border-width: 1px;
border-color: #6D6D6D;
overflow: hidden;
padding-left: 15px;
}

.twitter {
	float: left;
	padding-top: 10px;
	padding-right: 25px;
}
	
.footer-logo {
	padding-top: 2px;
	}
	
/* text */

p {
	color: #000000;
text-align: justify;
	}
	
a {
	color: #000000;    
	text-decoration: none; 
text-align: justify;
	}
	
	
a:hover {
	color: #6D6D6D;
text-align: justify;
	}
	
.white {
	color: #ffffff;
text-align: justify;
	}

.white-footer {
	color: #ffffff;
text-align: justify;
float: right;
	}
	
.large-pink {
	color: #AD0E4B;
	font-weight: normal;
	font-size: 18px;
	font-family: "arial", "verdana", "times new roman";
	}
/* list */

ol, ul, li {
list-style:none outside none;
padding-bottom:10px;
}
	
/* headers */

h1 {
	color: #6D6D6D;
    font-weight: normal;
	font-size: 22px;
	font-family: "arial", "verdana", "times new roman";
	
   margin-bottom:15px;
	}
	
h2 {
	color: #6D6D6D;
    font-weight: normal;
	font-size: 16px;
	font-family: "arial", "verdana", "times new roman";
	margin-top: 5px;
margin-bottom:10px;
	padding-top: 5px;
	}
	
/* navigation */
	
#nav {

	list-style: none; 
		}
	
#nav li {

	display: block;
	float: right;
	font-size: 15px;
	line-height: 20px;
	font-family: "arial", "verdana", "times new roman";
	font-weight: normal;
	
	}
	
#nav li a {

	display: block;
	width: 100px;
	text-align: center;
	color: #6D6D6D;
	padding: 5px;
	}

#nav li a:hover {
	color: #000000;
	}


