/*  
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
Author: Michael Heilemann
Author URI: http://binarybonsai.com/

	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

*/
/* CSS Document */
*{ padding: 0; margin: 0; outline: 0;}
.cl {
	height: 0;
	font-size:0;
	line-height: 0;
	clear: both;
}
html, body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #ffffff;
	background: url(images/bg.gif) repeat-x #d42f2f 0 0;
	margin: 0px auto;
	padding: 0px;
}	

h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
}
h2 img{
	border: none;
}
h3{
	margin: 0;
	font-weight: bold;
	font-size: 1em;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 10px;
}
/*** Content Wrapper ***/
#wrapper {
	width: 100%;
}
#contentwrapper{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
h1, h2, h3 {
	font-family:'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
	font-weight:bold;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration:none;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
color:#333333;
}
a, h2 a:hover, h3 a:hover{
	color:#990303;
	text-decoration:none;
}
/*** Header ***/
#header{
	width: 910px;
	height: 150px;
	margin: 0;
	padding: 0;
}
#csslogo{
	width: 272px;
	height: 151px;
	margin: 0;
	padding-left: 75px;;
	float: left;
}
#headerdiv{
	width: 80px;
	height: 151px;
	float: left;
	margin: 0;
	padding: 0;
}
/*** Search field ***/
#searchcontainer{
	width: 471px;
	height: 151px;
	margin: 0;
	padding: 0;
	float: left;
}
#searchbox{
	margin-left: 250px;
	margin-top: 8px;
	padding: 0;
}
#searchbox input{
	float: left;
}
/*** Menu ***/
#menu{
	width: 910px;
	height: 39px;
}
#menu img{
	border: 0;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: right;
	display: inline;
}
#navleft{
	width: 282px;
}
#menu ul li {
	float: left;
	display: inline;
	position: relative;
}
#menu a,
#menu h2{
	height: 39px;
	line-height: 39px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
}
#menu h2 {
	background-position: 0px -39px;
	margin: 0;
	padding: 0;
}
#menu ul li {
}
#menu ul li a {
	color: #000;
	font-size: 15px;
	font-family: georgia;
	width: 104px;
	line-height: 24px;
	background: url(images/btns.gif) no-repeat 0 0 ;
	text-align: center;
}
#menu ul li a.active {
	background-position: 0  bottom ;
	color: #9c1111;
}
#menu ul ul li.last {
	background: url(images/dropdown_end.png) no-repeat 0 0;
	width: 100%;
	height: 100%;
}
#menu ul ul {
	width: 200px;
	position: absolute;
	z-index: 500;
	left: 0;
	top:34px;
	text-align: left;
	float: none;
	display: block;
}
#menu ul ul li {
	background: url(images/dropdown_bg.png) repeat-y;
	width: 200px;
	float: none;
	display: block;
	position: static;
}
#menu ul li ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #000000 !important;
	display: block;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px dashed #000000;
	margin-left: 10px;
	padding-left: 9px;
	width: 170px;
	font-family: Tahoma, Geneva, sans-serif;
	background: none !important;
	text-align: left;
}
#menu ul li ul li a:hover { color: #9c1111 !important; }
#menu ul ul li h2 {
	width: 170px;
	height: 20px;
	line-height: 20px;
	border-bottom: 1px dashed #000000;
	margin-left: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	display: block;
}
.post a {
	color: #0000ee;
	text-decoration:underline;
}
.post h3 a {
	color: #333;
	text-decoration: none;
}
.post h3 a:hover {
	color: #9c1111;
}
.postmetadata a {
	color: #9c1111;
	text-decoration: none;
}
#menu ul li.hover a,
#menu ul li a:hover{
	color: #9c1111;
	background-position: bottom;
}
#menu ul ul li a:hover{
	color: #9c1111;
	height: 100%;
}
div#menu ul ul {
	position: absolute;
	top: 34px;
	left: 0;
	display: none;
}
div#menu ul li.hover ul {
	display: block;
}
#sidebar {
	padding-bottom: 10px;
}
#sidebar ul ul li:before {
	    content: "\00BB \0020";
}
#sidebar ul {
	list-style-type: none;margin: 0 !important;
	padding-left: 40px;
	padding-right: 20px;
}
#sidebar ul li {
	list-style-type: none;
	margin-bottom: 15px;
}
#sidebar ul ul {
	margin: 5px 0 0 10px !important;
	padding-left: 20px;
}
#sidebar ul ul li {
	margin: 3px 0 0 0 !important;
}
/*** Upper Content ***/
#uppercontainer{
	width: 910px;
	height: 250px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#lowercontainer {
	margin-left: 60px;
	padding: 0;
	height: 100%;
}
#leftcol{
	width: 540px;
	margin-left: 20px;
	padding: 0;
	float: left;
}
#leftcol1{/*used for pages without a rightcolumn*/
	width: 815px;
	margin-left: 20px;
	padding: 0;
	float: left;
}
#rightcol{
	width: 275px;
	margin-left: 35px;
	padding: 0;
	float: left;
}
#footer{
	width: 100%;
	height: 31px;
	background: url(images/footer_bg.gif) repeat-x;
}
#footercontainer{
	width: 1000px;
	margin: 0 auto;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffffff;
}
#footercontainer a{
	color: #ffffff;
	text-decoration: none;
}
#footercontainer a:hover,
#footercontainer a.active {
	color: #9c1111;
	text-decoration: underline;
}
.narrowcolumn {
margin: 0 0 0;
padding: 0 0 20px 25px;
width: 505px;
}
.narrowcolumn1 {
margin: 0 0 0;
padding: 0 0 20px 25px;
width: 805px;
}
/*** Classes ***/
.sociable {
	margin: 16px 0;
	padding-right: 10px;
}
.sociable_tagline {
	line-height:1.4em;
}

.sociable ul li{
	background:transparent none repeat scroll 0 0;
	display:inline !important;
	float:left;
	list-style-type:none;
	margin: 0 auto;	
}
.sociable ul {
	list-style: none;
	border:1px dashed #000000;
	height:30px;
	margin:0 !important;
	padding:0 !important;
}
.sociable img {
	border:0 none;
	float:none;
	height:16px;
	width:16px;
	margin:0;
	padding:0;
}
.sociable-hovers {
	opacity:0.4;
}
.sociable-hovers:hover {
	opacity:1;
}
.sociable ul li{
	background:transparent none repeat scroll 0 0;
	display:inline !important;
	float:left;
	list-style-type:none;
	padding: 7px 0 8px 20px !important;
}
p.labels{
	width: 150px;
	text-align: right;
	font-weight: bold;
	float: left;
	display: inline;
}
p.fileds {
	width: 250px;	
	float: right;
	display: inline;
	line-height: 20px;
}
.fields input {
	width: 250px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #c4c4c4;
	background: url(images/form_bg.gif) repeat-x;
}
.your-message textarea {
	border: 1px solid #c4c4c4;
	background: #ececec url(images/form_bg.gif) repeat-x;
	margin-right: 10px;
	width: 485px;
	height: 173px;
}
p.btn input {
	display: block;
	border: none;	
	background: url(images/submit_btn.gif) no-repeat 0 0;
	width: 69px;
	height: 31px;
	font-size: 0;
	line-height: 0;
	text-indent: -4000px;
	margin: 0 auto;
}
.menunoborder{
	border: none;
}
.containerspacing{
	padding-top: 20px;
}
.mediumcontainertop{
	width: 538px;
	background: url(images/med_container_top.png) no-repeat;
	margin: 0;
	padding: 0;
}
.mediumcontainertop1{ /*Used for pages without rightcolumn*/
	width: 738px;
	background: url(images/med_container_top.png) no-repeat;
	margin: 0;
	padding: 0;
}
.mediumcontainertop h2{
	margin: 0 15px;
	line-height: 32px;
	color: #000;
	padding-left: 5px;
	padding-top: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 17px;
}
.narrowcolumn .postmetadata {
	padding-top:5px;
	text-align:center;
	
}	
.narrowcolumn .postmetadata, .post small{
	color: #777;
}
.navigation {
	text-align:center;
}
.commentlist {
		padding:0;
	text-align:justify;
}
.commentlist li{
	list-style-type: none;
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	font-weight: bold;
}
.alt {
	background-color:#F8F8F8;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
}
.commentlist li, #commentform input, #commentform textarea {
	-x-system-font:none;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
	font-size:0.9em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
#commentform textarea {
width: 370px;
font-size:1em;
}
.commentlist cite, .commentlist cite a {
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
}
.commentmetadata {
	display:block;
	margin:0;
	font-weight:normal;
}
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
color:#777777;
}
.mediumcontainermid p, .mediumcontainermid ul, .mediumcontainermidform {
margin:0;
padding:5px 15px 10px 20px;}
.mediumcontainermid{
	width: 538px;
	background: url(images/med_container_mid.png) repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
}
.mediumcontainermid1{ /*used for pages without rightcolumn*/
	width: 738px;
	background: url(images/med_container_mid.png) repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
}
.mediumcontainermid p,
.mediumcontainermid ul,
.mediumcontainermidform{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 15px;
}
.mediumcontainermid ul{
	margin-left: 15px;
}
.mediumcontainermid ul li{
	margin: 0;
	padding-bottom: 10px;
	padding-right: 15px;
}
.mediumcontainermidform input{
	margin-bottom: 10px;
	float: left;
}
.mediumcontainerbottom{
	width: 538px;
	height: 12px;
	background: url(images/med_container_bottom.png) no-repeat;
	margin: 0;
	padding: 0;
}
.pressitems{
	margin-left: 25px;
	margin-right: 20px;
	border-bottom: 1px dashed #000000;
}
.pressitems p{
	padding-left: 0px;
	margin-left: 0px;
}
.smallcontainertop{
	width: 251px;
	background: url(images/small_container_top.png) no-repeat;
	margin: 0;
	padding: 0;
}
.smallcontainertop h2{
	margin: 0 20px;
	line-height: 32px;
	color: #000;
	padding-left: 5px;
	padding-top: 15px;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 17px;
	padding-top: 15px;
}
.smallcontainermid{
	width: 251px;
	min-height: 100px;
	background: url(images/small_container_mid.png) repeat-y;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}
.smallcontainermid p,
.smallcontainermid form{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}
.eventcontainer{
	margin: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}
.eventsubcontainer{
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.eventsubcontainer a{
	color: #000000;
	text-decoration: none;
}
.smallcontainerbottom{
	width: 251px;
	height: 12px;
	background: url(images/small_container_bottom.png) no-repeat;
	margin: 0;
	padding: 0;
}
.eventCal{
	width: 23%;
	text-align: center;
	float: left;
}
.eventContent{
	width: 70%;
	float: left;
}
.eventContent p{
	padding: 0;
	border-bottom: 1px dashed #000000;
}
.eventContent ul{
	padding-left: 0;
}
.eventDate{
	width: 46px;
	height: 40px;
	background: url(images/event_date_bg.png) no-repeat;
	margin-left: 2px;
	padding-top: 8px;
	line-height: 12px;
}
.eventday{
	font-size: 1.5em;
}
.news-links a{
	margin: 5px 10px 5px 20px;
	display: block;
	color: #0000ee;
	font-weight: bold;
}
.media{
	margin-right: 10px;
	padding-bottom: 10px;
	float: left;
}
.small {
	font-size: .8em;
	font-weight: bold;
}
.spacer,
.mediumcontainermidform br{
	clear: both;
}
.footer-left {
	float: left;
	display: inline;
	width: 315px;
}
.footer-left .copyright {
	float: left;
	display: inline;
	width: 315px;
	margin: 0 !important;
}
.footer-right {
	float: right;
	display: inline;
	
}
.foot-nav {
	float: left;
	display: inline;
	margin-right: 25px;
}
.validation {
	float: right;
	display: inline;
}
.footer-right {
	float: right;
	display: inline;
}
h3.pagetitle {
	font-size:1.5em;
	margin-bottom:0;
	margin-left:0;
	padding-bottom:0;
	padding-left:0;
	padding-top:30px;
	text-align:center;
}
.navigation {
	display:block;
	padding-bottom:60px;
	padding-top:10px;
	text-align:center;
}
/****** System Admin ******/
.sysTblHeader{
	width: 60%; 
	border-bottom: 1px solid #ff0000; 
	padding-top: 10px;
	float: left;
}
.sysTblAdd{
	width: 35%;
	border-bottom: 1px solid #ff0000;
	padding-top: 10px;
	float: left;
	text-align: right;
	text-decoration: none;
}
.sysTblAdd a{
	text-decoration: none;
	color: #ffffff;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
/* Begin Calendar */
#wp-calendar caption {
text-align:center;
width:100%;
}
#wp-calendar caption {
-x-system-font:none;
font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
font-size:1.3em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
text-align:center;
}
style.css h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
text-decoration:none;
}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}


#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */

/* MEMBERS ONLY SECTION */
.feature_table {text-align:center;}
.feature_table td{ padding: 0 4px 0 4px;  border-top:1px solid #CCCCCC;}
.feature_table .feature_1{ width:85px;font-size:10px;padding-right:3px; text-align:right; font-weight: bold; border-right:1px solid #CCCCCC;border-left:1px solid #CCCCCC; }
.feature_table .row_1{ background: #F0F0F0; }
.feature_table .button_1 {border-left:none; border-right:none; border-bottom: none;}
