/*
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
*/
/*
Author of Main Web and CSS Design: Maria Gosur, www.ICanCreateThat.com
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/* BODY AND CONTAINER
------------------------------------- */
body {
	font-size: 76%;
}

#container {
	overflow: hidden;
	width: 900px;
	margin: 0 auto 0 auto;
}


/* HEADER
------------------------------------- */
#header {
	float: left;
	width: 900px;
	height: 125px;
	background-color: #fff;
	padding: 0px;
	margin: 0px;
}


/* MAIN NAVIGATION
------------------------------------- */
#nav {
	float: left;
	width: 900px;
	height: 60px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 0px;
}

#nav ul {
	height: 60px;
	line-height: 60px;
	list-style: none;
	padding: 0px;
	margin: -5px 0 0 0;
}

#nav ul li {
	float: left;
	line-height: 60px;
	padding: 0 25px 0 0;
	margin: 0px;
}

#nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.10em;
		color: #666;
		font-weight: bold;
		text-transform: uppercase;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #999;
}

#nav ul li ul { /* remove the subnav from the main nav */
	display: none;	
}


/* CONTENT AREA
------------------------------------- */
#content_wrapper {
	float: left;
	width: 900px;
	background-image: url(images/bg_content_wrapper.png);
		background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#content_main {
	float: left;
	width: 580px;
	padding: 0 0 40px 40px;
	margin: 35px 0 0 0;
}

#content_sub {
	float: right;
	width: 215px;
	padding: 0px;
	margin: 10px 0 50px 2px;
}

#content_slideshow {
	float: left;
	width: 900px;
	padding: 0 0 20px 0;
	margin: 35px 0 0 0;
}

#content_twitter {
	float: left;
	width: 900px;
	border-top: solid 1px #ccc;
	padding: 0px;
	margin: 0px;
}


/* SUB NAVIGATION
------------------------------------- */
#subnav {
	float: left;
	width: 203px;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 9px 0 0 0;
}

#subnav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#subnav ul li{
	display: block;
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
	padding: 0px;
	margin: 0 0 5px 0;
}

#subnav ul li a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.10em;
		color: #666;
	text-decoration: none;
}

#subnav ul li a:hover {
	color: #999;
}

#subnav .pagenav h2 {
	display: none;
}


/* FOOTER
------------------------------------- */
#footer {
	float: left;
	width: 900px;
	height: 40px;
	text-align: right;
	border-top: 1px solid #ccc;
	color: #666;
	padding: 8px 0 0 0;
	margin: 0px;
}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
		line-height: 1.2em;
		color: #999;
		text-decoration: none;
}

#footer a:hover {
	color: #ccc;
}


/* TYPOGRAPHY ELEMENTS
------------------------------------- */
p {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.11em;
		line-height: 1.5em;
		color: #666;
	margin: 0 0 1em 0;
}

h1 {
	font-family: "Times New Roman", Times, serif;
		font-size: 1.7em;
		color: #333;
		font-weight: bold;
		padding: 15px 0 5px 0;
		margin: 0 0 4px 0;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		color: #444;
		font-weight: bold;
		padding: 5px 0 0 0;
		margin: -5px 0 8px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.11em;
		color: #444;
		font-weight: bold;
		padding: 5px 0 0 0;
		margin: -10px 0 8px 0;
}

a {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.11em;
		line-height: 1.5em;
		color: #06f;
	text-decoration: none;
	margin: 0 0 1em 0;
}

a:hover {
	color: #0082d6;
	text-decoration: underline;
	margin: 0 0 1em 0;
}

ul li, ol li{
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.11em;
		line-height: 1.5em;
		color: #666;
}

ul li.reg_list, ol li.reg_list {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.11em;
		line-height: 1.5em;
		color: #666;
	list-style: outside disc;
	padding: 0 0 8px 8px;
	margin: 0 0 0 35px;
}

.fs-title {
	font-family: Arial, Helvetica, sans-serif;
		color: #fff;
}


/* FORM ELEMENTS
------------------------------------- */
label {
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.11em;
		color: #666;
	padding: 0px;
	margin: 0px;
}


/* IMAGE ELEMENTS
------------------------------------- */
.wrap_right {
	float: left;
	padding: 0px;
	margin: 0 15px 5px 0;
}


/* MISC ELEMENTS
------------------------------------- */
hr {
	width: 100%;
	height: 5px;
	border: none;
	border-top: 1px solid #ccc;
	margin: 30px 0 30px 0;
}


/* TWITTER FOR INDEX PAGE
------------------------------------- */
#content_twitter div.twtr-hd {
	display: none;	
}

#content_twitter div.twtr-ft {
	display: none;	
}


/* ACCORDIAN
------------------------------------- */
#wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
 
.accordionButton {	
	width: 100%;
	height: 30px;
	float: left;
	font-family: "Times New Roman", Times, serif;
		font-size: 1.7em;
		color: #333;
		font-weight: bold;
}

.accordionButton:hover{	
	text-decoration: underline;
}
 
.accordionContent {	
	width: 100%;
	float: left;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 1.11em;
		line-height: 1.5em;
		color: #666;
	border-top: solid 4px #333;
	border-bottom: solid 4px #333;
	padding: 20px 0 20px 0;
}




