/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
*/

*, html { margin: 0; padding: 0; }

body {
	font-size: 62.5%;
	font-family: Georgia, Arial, Verdana, Sans-Serif;
	text-align: center;
}

#wrap {
	width: 1032px;
	margin: 0 auto;
	background: url(images/header.png) no-repeat;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 831px;
}

#header {
	display: block;
	width: 100%;
	height: 292px;
	position: relative;
}
	#header h1 a { text-indent: -999em; width: 100%; height: 230px; display: block; }
	#header ul { position: absolute; bottom: 30px; left: 0; width: 100%; height: 30px; display: block; background: #000; list-style: none; }
	#header ul li { float: left; margin: 0 0 0 30px; }
	#header ul li a { color: #fff; text-transform: uppercase; font-size: 10px; text-decoration: none; padding: 8px 0 0 0; display: block; }
	#header ul li a:hover { text-decoration: underline; color: #ff0; }

	#header ul#row2 { border-top: 1px solid #eee; position: absolute; bottom: 0; left: 0; width: 100%; height: 30px; display: block; background: #000; list-style: none; }
	#header ul#row2 li { float: left; margin: 0 0 0 30px; }
	#header ul#row2 li a { color: #fff; text-transform: uppercase; font-size: 10px; text-decoration: none; padding: 8px 0 0 0; display: block; }
	#header ul#row2 li a:hover { text-decoration: underline; color: #ff0; }

#content { float: left; width: 510px; border-right: 1px solid #e6e6e6; padding: 15px 15px 0 0; font-size: 14px; }
#content h1, #content h2, #content h3 { color: #000; font-size: 21px; font-weight: normal; margin: 0 0 5px 0; }
#content h1 a, #content h2 a, #content h3 a { color: #000; font-size: 21px; font-weight: normal; text-decoration: none; }
#content small { display: none; }
#content p { font-size: 14px; line-height: 20px; margin: 10px 0; }
#content ul { margin: 15px 25px; }

#sidebar { float: right; width: 290px; padding: 0 0 0 10px; }
	#sidebar ul { list-style: none; margin: 5px 0; }
	#sidebar ul li {  }
	#sidebar ul li a { text-decoration: none; font-size: 12px; }
	#sidebar ul li a:hover { text-decoration: underline; }
	#sidebar ul li ul { line-height: 19px; }
	#sidebar h2 { font-weight: normal; font-size: 16px; margin: 15px 0 0 0; }
	#sidebar p { font-size: 14px; line-height: 16px; margin: 5px 0; }
	#sidebar form label { font-size: 12px; clear: both; display: block; margin: 5px 0; }
	#sidebar form input { clear: both; display: block; margin: 5px 0; }
	#sidebar a { margin: 15px 0; display: block; color: #05c00e; }

#footer { clear: both; width: 100%; height: 70px; display: block; margin: 35px 0 25px 0; border-top: 1px solid #e6e6e6; }
	#footer p { font-size: 12px; color: #777; margin: 10px 5px; text-align: center; }
	#footer p a { text-decoration: underline; color: #00f; }
	#footer p a:hover { text-decoration: none; }