/*  
Theme Name: Noble Studios - Gov Cup 2008
Theme URI: http://2008govcup.com
Description: 
Version: 1.0
Author: Noble Studios
Author URI: http://noblestudios.com/

*/

body{
	color:#000000;
	font:85% Arial, Verdana, Helvetica, sans-serif;
	background-repeat: repeat;
	background-color:#FFFFFF;
	line-height:15px;
	margin:0;	
	}
body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
a, a:visited{
	color:#991b1e;
	text-decoration:underline;
	font-weight:normal;
	}
a:hover, a:active{
	color:#991b1e;
	text-decoration:none;
	font-weight:normal;
	}
img{
	border:none;
	}
 img, div { 
 	behavior: url(iepngfix.htc)
	}
	
/*-----------------------------------------
  Overall Structure
-----------------------------------------*/
#container{
	width:983px;
	margin:0 auto;
	position:relative;
	background:url(images/container_bg.gif) repeat-y #ffffff;
	}
#header{
	width:945px;
	margin-left:22px;
	position:relative;
	background:#FFFFFF;
	}
#header_top{
	height:120px;
	}
#header_bottom{
	background:url(images/header_bg.jpg) no-repeat;
	width:945px;
	height:276px;
	}
#content_container{
	}

#footer{
	width:980px;
	height:93px;
	margin:0 auto;
	clear:both;
	}
	
#content_right{
	float:right;
	width:590px;
	padding:20px 40px 20px 10px;
	}
#sidebar{
	float:left;
	width:290px;
	padding:20px 10px 20px 37px;
	}
/*-----------------------------------------
  Titles
-----------------------------------------*/

.post_title{
	color:#000000;
	font:normal 2.2em/90% Arial, Verdana, Helvetica, sans-serif;
	letter-spacing:-.7px;
	margin:3px 0;
	}
.post_title a{
	color:#000000;
	text-decoration:none;
	
	}
.post_title a:hover{
	color:#991b1e;
	text-decoration:underline;
	background: #f3f3f3;
	}
.pagetitle{
	color:#333333;
	font:normal 1.3em/90% Arial, Verdana, sans-serif;
	letter-spacing:2px;
	margin:10px 0 10px 0;
	text-transform: uppercase;
	}
#sidebar h2{
	color:#991b1e;
	font:normal 1.3em/90% Arial, Verdana, sans-serif;
	letter-spacing:2px;
	margin:3px 0;
	text-transform: uppercase;
	}
p.sidebar_title{
	color:#666666;
	font:normal 1.2em/90% Arial, Verdana, sans-serif;
	letter-spacing:2px;
	margin:3px 0;
	text-transform: uppercase;
	}
h2#comments{
	color:#ffffff;
	background: #991b1e;
	font:normal 1.3em/90% Arial, Verdana, sans-serif;
	letter-spacing:2px;
	padding: 10px 5px;
	margin:3px 0;
	text-transform: uppercase;
	}
h2#respond{
	color:#ffffff;
	background: #991b1e;
	font:normal 1.3em/90% Arial, Verdana, sans-serif;
	letter-spacing:2px;
	padding: 10px 5px;
	margin:3px 0;
	text-transform: uppercase;
	}
.post h2{
	color:#333;
	font:normal 1.3em/90% Arial, Verdana, sans-serif;
	letter-spacing:2px;
	margin:10px 0 5px 0;
	text-transform: uppercase;
	}
.post h3{
	color:#333;
	font:normal 1.1em/90% Arial, Verdana, sans-serif;
	letter-spacing:2px;
	margin:10px 0 5px 0;
	text-transform: uppercase;
	}
/*-----------------------------------------
  ###
-----------------------------------------*/

p#logo{
	margin:0;
	padding:0;
	height:146px;
	width:632px;
	text-indent:-9999px;
	background:url(images/logo.gif) top right;
	background-repeat:no-repeat;
	margin-left:240px;
	margin-top:50px;
	position:absolute;
	}
.content_header{
	background-repeat: repeat-x;
	background-color:#991b1e;
	width:945px;
	height:22px;
	margin:0;
	clear:both;
	text-indent:-9999px;
	margin-left:22px;
	}
/*
  Posts
*/
.post{
	padding-bottom:20px;
	}
.post p{
	line-height:1.7em;
	margin:10px 0;
	}

.postmetadata{
	background:#f3f3f3;
	border-bottom:1px solid #cccccc;
	padding:5px;
	font-size:.9em;
	text-align: center;
	}
.center{
	text-align: center;
	}
.post ul{
	margin:10px 20px;
	}
.post ul li{
	padding:3px;
	}
	
ol.commentlist{
	list-style:none;
	}
.commentlist li{
	padding:5px 10px;
	margin: 2px 0;
	line-height: 1.6em;
	}
.commentlist li{
	background:#e2ebdf;
	}
.commentlist li.alt{
	background:#d7e2d6;
	}
.commentmetadata{
	font-size:.9em;
	}
.commentlist a{
	color:#000000;
	font-weight: bold;
	text-decoration: underline;
	}
.commentlist a:hover{
	color:#000000;
	font-weight: bold;
	text-decoration: none;
	}
cite{
	}
.commentlist li cite{
	font-size:1.3em;
	}
.commentlist li.alt cite{
	font-size:1.3em;
	}
#allowed_tags{
	border:1px solid #ccc;
	float: right;
	padding: 5px;
	width:140px;
	}
#allowed_tags code{
	font-size:1.2em;
	display: block;
	}
#commentform{
	margin: 20px 0;
	}
#comment{
	width:400px;
	border: 1px solid #666666;
	}
/*
  Sidebar
*/
.sidebar_post{
	padding:10px 0;
	border-top:medium double #ccc;
	position:relative;
	}
.sidebar_post p{
	text-align: left;
	line-height:1.5em;
	margin:5px 0;
	}
.sidebar_post ul{
	list-style:none;
	margin: 10px 5px 10px 15px;
	}
.sidebar_post ul li{
	color:#000000;
	font:normal 1em/1.3em Arial, Verdana, Helvetica, sans-serif;
	background:url(images/bullet.gif) no-repeat;
	padding:2px 0 2px 16px;
	}
.sidebar_menu{
	list-style: none;
	}
.sidebar_menu li{
	display:inline;
	}
.sidebar_menu li a{
	color:#991b1e;
	text-decoration: none;
	font-weight:bold;
	display: block;
	padding:6px 3px;
	font-size:1.1em;
	}
.sidebar_menu li a:hover{
	color:#991b1e;
	text-decoration: none;
	font-weight:bold;
	background:#f3f3f3;
	font-size:1.1em;
	}
.sidebar_meta{
	color:#666666;
	padding: 10px;
	text-align: justify;
	background: #f3f3f3;
	border: 1px solid #cccccc;
	margin: 5px 0;
	}

.footer_text{
	color:#858585;
	font:10.5px Arial Narrow, Arial, Helvetica, sans-serif;
	line-height:14px;
	letter-spacing:2px;
	text-align:center;
	font-weight:normal;
	}

.png{
	position:absolute;
	margin-left:22px;
	}
#buy_tickets{
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	}
#buy_tickets a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:10px 20px;
	background:#991b1e;
	}
#buy_tickets a:hover{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	display:block;
	background:#000000;
	}
#headernav{
	width:300px;
	height:367px;
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0px;
	padding-left:45px;
	background:url(images/nav_bg.jpg) no-repeat;
	}
#headernav li{
	display:inline;
	margin:0;
	padding:0;
	}
#headernav li a{
	margin-top:5px;
	text-align:left;
	text-decoration:none;
	display:block;
	background:url(images/arrow.png) no-repeat 0 -8px;
	color:#FFFFFF;
	font:1em/85% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0px;
	padding-left:18px;
	padding-bottom:5px;
	}
#headernav li a:hover{
	text-decoration:underline;
	}
/**************************************
  Clear for floated elements
**************************************/
/* Clear fix for floated elements */
.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.sponsors{
	margin:3px;
	margin:0 auto;

	}
	
#sponsors{
	clear:both;
	margin:0 auto;
	text-align:center;
	}
	
ol{
	margin:0 30px;
	}
ol li{
	padding:5px 0;
	}