/*
Theme Name: ACUYS 2.0
Description: For Youth Summit 2009
Author: Neil Kelty
Author URI: http://neilkelty.com
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

*{
	padding: 0;
	margin: 0;
}

#wrapper{
	width: 900px;
	margin: 0 auto;
}

body{
	background: #140F0B;
	font-family: "Arial";
}

#header{
	margin-bottom: 15px;
	margin-top: 20px;
	clear: both;
}

#header #date{
	font-size: 1.2em;
	color: #C73C00;
	font-family: "Lucida Grande", "Lucida Sans Unicode";
	float: right;
	padding-top: .5em;
	margin-bottom: 15px;
}

h1 a{
	color: #A6A15E;
	text-decoration: none;
	float: left;
}

#content{
	margin-bottom: 10px;
}

#main_image{
	text-align: center;
}

#main_image img{
	border: 5px solid #A6A15E;
	width: 890px;
}

img.alignleft{
	border: 5px solid #A6A15E;
	float: left;
	margin: 5px 20px 10px 0px;
}

img.alignright{
	border: 5px solid #A6A15E;
	float: right;
	margin: 5px 0 10px 20px;
}

ul.nav{
	list-style:none;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	padding: 0 0 1.6em 0;
	margin-bottom: 20px;
	clear: both;
}

.nav li{
	border-left:0px solid #DDD;
	float:left;
	display:block;
	width:104px;
}
.nav li a{
	font-size:13px;
	outline:none;
	color:#fffee9;
	text-decoration:none;
	display:block;
	padding:8px 0 8px 15px;
	width:103px;
	text-transform:uppercase;
}

.nav li a span{
	font-size:11px;
	color:#777;
	text-transform:lowercase;
}

.nav li a:hover{
	background:#7A2400;
	color:#eee!important;
	width:95px;
}

.nav li a:hover span{color: #fff;}
* html .nav li a:hover{background:#333;width:99px;}

#content_1{
	width: 575px;
	float: left;
	margin-top: 10px;
}

#content_2{
	margin-top: 10px;
	width: 305px;
	float: left;
}

#content_1{
	padding-right: 20px;
}

#content_full{
	margin-top: 10px;
}

#content p, #content ul, #content ol{
	color: #f9f9f9;
	font-size: .9em;
	margin-bottom: 10px;
	line-height: 150%;
	font-weight: normal;
	font-family: Arial, "Lucida Grande";
	text-align: justify;
}

#content h2 {
	color: #85A4BC;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", "Arial";
	font-weight: normal;
}

span.special_highlight{
	color: #85A4BC;
}


#content ul, #content ol{
	margin-left: 2em;
	line-height: 150%;
}

#content li{
	padding-bottom: .9em;
}



#content h3{
	color: #A6A15E;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", "Arial";
	font-weight: normal;
}

#content a{
	font-weight: bold;
	text-decoration: none;
	color: #C73C00;
}

#content a:hover{
	text-decoration: underline;
}

#footer{
	clear: both;
	font-size: .8em;
	color: #Fcfcfc;
	padding: 20px 0 0px 0;
	border-top: 1px solid #fff;
}