@charset "UTF-8";

/* GLOBAL STYLES */

body {
	font-family: 'Trebuchet MS', Arial, Tahoma, Verdana;
	font-size: 12px;
	color:#FFF;
	background: #353535 url(../images/production/global/bg.jpg) no-repeat top center;
	}
	
p {
	padding:0 0 10px 0;
	}
	
a {
	color: #FFF;
	text-decoration: underline;
}	
	
a:hover {
	color: #DEDEDE;
	text-decoration: none;
}	
	
.clear {
	clear:both;
	}	
	
.floatRight {
	float:right;
	margin:10px;
	}
	
.floatRightSmall {
	float:right;
	margin:10px;
	width: 250px;
	padding: 5px;
	border: double #444;
	}	
	
.floatLeft {
	float:left;
	margin:10px;
	border:2px solid #333;
	}	
	
.center {
	text-align:center;
	}	
	
iframe {
	border:2px solid #CCC;
	width:100%;
	height:425px;
	}	
	
#container {
	width:100%;
	margin:0 auto;
	background: #191919 url(../images/production/global/bg.jpg) repeat-x top center;
	border-bottom: 2px solid #252525;
	min-height: 600px;
	}	
	
#wrapper {
	width:880px;
	margin:0 auto;
	}	
	
.video {
	float: right;
	margin:10px;
	width: 400px;
	border: double #444;
	padding: 2px;
	}
	
.featureVideo {
	float: right;
	margin:10px 0 10px 15px;
	width: 476px;
	height: 317px;
	border: double #444;
	padding: 2px;
	}		
	
.featurePhoto {
	border: 3px solid #555;
	}			
		
/* HEADER STYLES */	
	
#header {
	height:150px;
	background:url(../images/production/global/bgHeader.jpg) no-repeat top left;
	}	
	
#header h1 a {
	display:block;
	height:140px;
	width:200px;
	text-indent:-9000px;
	float:left;
	}	
	
#header ul {
	float:right;
	width:650px;
	margin:67px 0 0 0;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	}
	
#header ul li {
	display:inline;
	margin:0 5px;
	}
	
#header ul li a:link, #header ul li a:visited {
	color:#FFF;
	text-decoration:none;
	}
	
#header ul li a:active {
	color:#FFF;
	text-decoration:underline;
	}
	
#header ul li a:hover {
	color:#FFF;
	text-decoration:underline;
	}						
	
/* CONTENT STYLES */	
	
#content {
	padding:0 10px 20px 10px;
	}
	
#content #feature {
	float: left;
	width: 330px;
	padding: 10px 0 0 0;
	color: #FFF;
	}
	
#content #column {
	width: 600px;
	float: left;
	}		
	
#content #columnThin {
	width: 240px;
	float: right;
	}			
	
#content h2 {
	font-size:18px;
	font-weight:bold;
	padding:15px 0 5px 0;
	color: #EFCB5D;
	}
	
#content #feature h2 {
	border-bottom:0px solid #222;
	}	
	
#content h3 {
	font-size:13px;
	font-weight:bold;
	padding:20px 0 5px 0;
	color: #EFCB5D;
	}	
	
#content p {
	padding:5px 0;
	line-height:22px;
	}	
	
/* LIST STYLES */				

.listEvents {
	padding: 25px 0 0 0px;
	margin:5px 0 25px 10px;
	background: url(../images/source/home/bgEvents.png) no-repeat top left;
	}
	
.listEvents li {
	list-style:none;
	background: #222;
	border: 1px solid #252525;
	padding: 6px 10px;
	margin:0 0 1px 0;
	line-height:16px;
	}
	
.listEvents li span {
	display: block;
	font-size: 10px;
	color: #CCC;
	}	
	
.listEvents li span a {
	color: #CCC;
	}		

.listSquare {
	margin:25px 0 25px 25px;
	}
	
.listSquare li {
	list-style:square;
	margin:0 0 5px 0;
	line-height:18px;
	}
	
.listNone {
	margin:20px 0 15px 10px;
	}
	
.listNone li {
	margin:0 10px 15px 0;
	list-style:none;
	}	
	
.listInline {
	line-height:20px;
	margin:20px 0 15px 10px;
	}
	
.listInline li {
	margin:0 10px 15px 0;
	list-style:none;
	display:inline;
	}	
	
.listInline li img {
	border:3px solid #CCC;
	width:240px;
	}	

/* FORM STYLES */
	
.form {
	margin:20px 0;
	}	
	
.form label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:250px;
	float:left;
	padding-top:2px;
	}
	
.form input, .form select, .form textarea {
	float:left;
	font-size:12px;
	padding:5px;
	border:solid 1px #aacfe4;
	margin:0 0 20px 10px;
	width:500px;
	}
	
.form .optional {
	width:300px;
	}
	
.form .short {
	width:150px;
	}	

.form .button {
	padding: 5px 10px;
	background:#333;
	border:2px solid #555;
	text-align:center;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	margin:2px 0 0 650px;
	width:125px;
	}	
	
#formErrors {
	background: #DEDEDE;
	border:5px solid #000;
	padding:20px;
	color: #669900;
	font-size:14px;
	margin:30px 10px;
	line-height:21px;
	font-weight:bold;
	}	
	
/* LOG IN STYLES */	

#login {
	width:450px;
	margin:25px auto;
	}

#loginWrapper {
	border:10px solid #FFF;
	padding:20px 20px 10px 20px;
	background:#F7F7F7;
	}

#loginWelcome {
	background:#DEDEDE;
	border:2px solid #CCC;
	padding:7px;
	color:#666;
	text-align:center;
	margin:0 0 35px 0;
	}			

#loginWrapper label {
	display:block;
	font-weight:bold;
	text-align:right;
	width:100px;
	float:left;
	}

#loginWrapper .small {
	color:#666;
	display:block;
	font-size:11px;
	font-weight:normal;
	text-align:right;
	width:100px;
	}

#loginWrapper input {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #DEDEDE;
	width:250px;
	margin:2px 0 20px 10px;
	}

#loginWrapper .button {
	clear:both;
	margin-left:225px;
	width:100px;
	background:#999;
	border: 2px solid #666;
	text-align:center;
	line-height:31px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	}	

#help {
	border-top:1px dashed #CCC;
	margin:40px 0 0 0;
	padding:20px 0 0 0;
	}

#help a {
	color: #333;
	}	
	
.buffer {
  	margin-top: 20px;
}								

/* FEEDS STYLES */		
	
#feeds {
  	margin: 30px auto 50px auto;
  	line-height: 18px;
  	font-size: 12px;
  	width: 880px;
	}

#feeds h4 {
  	font-size: 13px;
  	padding-left: 35px;
  	height: 26px;
	}		

#feeds ul li {
  	border-top: 1px dashed #555;
  	height: 75px;
	}

#feeds a span {
  	color: #999;
  	font-size: 11px;
  	display: block;
	}

#feeds ul {
  	margin: 10px 0;
	}

#feeds ul li {
  	width: 400px;
  	float: left;
  	display: inline;
  	margin-right: 20px;
	}

#feeds ul li a {
  	color: #FFF;
  	display: block;
  	padding: 10px;
  	text-decoration: none;
	}

#feeds ul li a:hover {
  	background: #272727;
  	color: #EFEFEF;
	}

#twitter h4 {
  	background: url(../images/production/home/twitter.gif) no-repeat;
  	float: left;
  	width: 400px;
	}

#twitter ul {
  	margin: 10px 0;
	}	

/* FOOTER STYLES */		

#footerWrapper {
	padding:35px 0 40px 0;
	text-align: center;
	font-size:10px;
	letter-spacing:.2em;
	padding:2em 0;
	color: #777;
	}		