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


body {
	background: #66CBFF url('images/strfbg.jpg') repeat-x top;
	font-size:14px;
	line-height:20px;
	font-family:Helvetica Neue,Helvetica,Arial,Tahoma,sans-serif;
	font-weight:lighter;
	color:#FFFFFF;
	font-style:normal;
	font-variant:normal;
	text-shadow:#096FD1 1px 1px 0;
	letter-spacing:-0.02em;
	clear:both;
	float:none;

}

#page {
	background: #0066CC;
	width: 600px;
	margin: 0 auto;
	border: 3px solid #fff;
}

#contentbox {
	width: 500px;
	margin: 0 auto;
}

#page h1, h2, h3, h4, h5, h6{
	color:#FFFFFF;
	font-size:25px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:19px;
	margin-bottom: 10px;
}

a{
	color:#F3F3F3;
	text-decoration: underline;
}

a:hover{
	color:#F3F3F3;
	text-decoration: none;
}

#content-container{
	margin:25px auto;
	width:88%;
	position: relative;
	line-height:25px;
}
	#content-container .post{
		margin-bottom: 40px;	
	}
	#content-container p{
		margin-top: 7px;
		margin-bottom: 7px;
	}
	
#footer{
	width: 100%;
	text-align: center;
	font-size:13px;
	line-height:18px;
	font-family:Helvetica Neue,Helvetica,Arial,Tahoma,sans-serif;
	font-weight:lighter;
	color:#FFFFFF;
	font-style:normal;
	font-variant:normal;
	text-shadow:#096FD1 1px 1px 0;
	letter-spacing:-0.02em;
	clear:both;
	float:none;
	margin-top: 25px;
	margin_bottom: 25px;
}
	#footer a{
	color:#F3F3F3;
	text-decoration: none;
	}
	#footer a:hover{
		color:#FFFFFF;
		text-decoration: none;
	}
#google_translate_element{
float:right;
margin-top:-37px;
color: #FFF;
}
.clearfix{
width: 100%;
overflow: hidden;
display: block;
float: none;
clear: both;
}

#accordion-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	margin-top: 25px;
	}
 
.accordionButton {
	width: 100%;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	cursor: pointer;
	padding: 10px;
	background-color: #004F9E;
	}
 
.accordionContent {
	width: 100%;
	float: left;
	display: none;
	padding: 10px;
	background-color: #0066CC;
	color: #F5F5F5;
	}
