/*
Theme Name: Starkers
Theme URI: http://elliotjaystocks.com
Description: The totally nude Wordpress theme. Phwoar! (Based on Twenty Ten)
Version: 3.0
Author: Elliot Jay Stocks
Author URI: http://elliotjaystocks.com
Tags: starkers, naked, clean, basic
*/

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



body {
	background-image: url('images/body-bg.gif');
	background-repeat: repeat-x;
	background-color: #212121;	
	/*background-color: #f5f5f5;*/
	font-family: Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;	
}

.top-container-wide {
	background-color: #f5f5f5;
	width: 100%;
	padding-bottom: 1px;	
}

.top-container {
	width: 900px;
	margin: 0px auto;	
}

.logo {
	width: 227px;
	height: 44px;
	float: left;	
	margin: 25px 0px 5px 70px;
}

.nav {
	background-image: url('images/nav-bg.png');
	background-repeat: no-repeat;
	width: 900px;
	height: 33px;	
}

#menu-navbar {
	margin-left: 135px;	
}

#menu-navbar a {
	color: #eaeaea;
	text-decoration: none;
	text-transform: uppercase;	
	font-family: Tahoma,Arial,Verdana;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #282828;
	margin: 25px;
	letter-spacing: 0.2em;
}

#menu-navbar a:hover {
	color: #84BD22;	
}

#menu-navbar li {
	display: inline;	
	line-height: 33px;
}

.cardwheel {
	margin: 17px 0px;	
}

.bottom-container-wide {
	width: 100%;
	background-color: #212121;
	border-top: 1px solid #141414;
}

.bottom-container {
	width: 900px;
	margin: 0px auto;	
	color: #bcbcbc;
	padding-top: 40px;
}

.bottom-container a {
color: #fff;
text-decoration: none;
}

.bottom-container a:hover {
text-decoration: underline;
}

.quad-box {
	width: 200px;
	height: 120px;
	font-size: 12px;
	float: left;	
	font-family: Tahoma,Arial,Verdana;
	line-height: 17px;
	overflow: hidden;
	margin: 0 10.5px 0px 14.5px;
}

.quad-box h3 {
	color: #84BD22;
	text-shadow: 1px 1px 1px #0A0A0A;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;	
	margin-bottom: 8px;
}

.shadowbox {
	width: 900px;
	height: 142px;
	background-color: #333;	
	text-align: center;
}

.shadowbox img {
	border: 1px solid #585858;
	margin: 15px 5px;
}

.about-box {
	width: 410px;
	float: left;
	padding-right: 20px;
	border-right: 1px solid #333;	
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 17px;
	font-size: 11px;
	margin-left: 20px;
	margin-top: 40px;
}

.about-box h3, .credentials-box h3 {
	color: #84BD22;
	text-shadow: 1px 1px 1px #0A0A0A;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;	
	margin-bottom: 8px;
}

.credentials-box {
	width: 410px;
	float: left;	
	margin-left: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 17px;
	font-size: 11px;
	margin-top: 40px;
}

.footer {
	border: 1px solid #333;
	width: 900px;
	margin: 40px auto;	
	color: #BCBCBC;
	font-size: 11px;
	line-height: 17px;
	font-family: Tahoma,Arial,Verdana;
	padding: 10px;
}
