/*
color pallete
red: #A90005
A90005
white
gray
*/

body {
	margin-bottom: 0; margin-top: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: #57534d url(../images/bkg.jpg) no-repeat fixed;
	color: white;
}
#page {
	border: none;
}
	
.container 		{ background: transparent url(../images/shader.png) repeat-y; width: 970px; }

a 				{ color: white; }
a:hover			{ color: #A90005; }
p { margin-bottom: 0px; text-align: justify; text-indent: 10px; }
p object, p img { margin: 5px 0px;}

#footer {font-weight: bold; text-transform: uppercase; font-size: 0.6em; padding-bottom: 10px; }
#footer li { padding: 3px 10px 0px 0px; float: left;  }
#footer ul a:hover {color: white; text-decoration: underline;}
#footer ul a {color:#A90005;  text-decoration: none;}
#footer ul { margin: 0px 0px 0px 0px; display: block; clear:both; }


#maincontent a {color: #A90005; text-decoration: none;}
#maincontent a:hover {color: gray; text-decoration: underline;}

a 				{ color: #A90005; }
a:hover			{ color: #000; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin-left: 15px; list-style-type: none; }
ul li 			{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.small			{ font-size: .9em; margin-bottom: 0; text-indent: 0px;}
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }

h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #A90005;
 	letter-spacing: 0px;
	text-decoration: none;
}

#maincontent h2 		{ color: #A90005; margin-bottom: 15px; }
h2 a 					{ color: #A90005; text-decoration: none; }
#maincontent .post h2	{ margin-bottom: 0px; font-weight: bold; }
						/* Padding inside columns */
#maincontent .content 	{ /* padding: 25px 30px 20px 48px; */ }	

.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 15px; }

/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/

#header {
}

#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}

#maincontent, #sidebar { padding: 0 0 20px 0; }


/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

/*
#nav, #subnav	{ background: none; border-bottom: 2px solid white; font-weight: bold; margin-right: 10px; margin-top: 18px; padding: 0; background: none;  line-height: 1.5em; }
#nav ul, #subnav ul { margin: 0; padding: 0; list-style: none; }
#nav li, #subnav li { margin: 0; padding: 0; float: left; background-image: none; }
#nav li a, #subnav li a { color: #A90005; padding: 5px 15px 5px 0px; float: left; text-decoration: none; }
#nav li.current-cat a, #nav li.current_page_item a, #nav li a:hover, #subnav li.current_page_item a, #subnav li a:hover { background: none; color: white;}

#nav ul li ul { 
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}
#nav ul ul li {
 float: none;
}

#nav ul ul ul {
 top: 1px;
 left: 99%;
}

#nav ul li:hover > ul {
 visibility: visible;
*/

#nav {margin-top: 18px; }
/*** suckerfish overrides ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	font-weight: bold;
}
.sf-menu a {
	padding: 		0;
	text-decoration: none;
	margin: .25em; 
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#A90005;
}
.sf-menu li {
	background:		transparent;
	margin:			4px;
}
.sf-menu li li {
	background:		transparent url(../images/t90.png) repeat;
	margin:			0;
	font-weight: normal;

}
.sf-menu li li li {
	background:		white;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background:		 url(../images/t90.png) repeat;
	outline:		0;
}

li.current_page_item, li.current-cat { background: transparent url(../images/twht.png) repeat!important; }
li.current_page_item:hover, li.current-cat:hover, li ul li:hover { background: transparent url(../images/t90.png) repeat!important; }
li li a:hover{ color: black!important;}
form li.current_page_item:hover, form li.current-cat:hover, form li ul li:hover { background: none!important; }



/*-------------------------------------------------------------------------
	Navigation bar in posts (use main nav html inside a post)
-------------------------------------------------------------------------*/

	.entry #nav .content {
		padding: 0;
		margin: auto;
	}

	.entry #nav {
		margin-bottom: 15px;
		background: #FFF;

	}

	.entry #nav li a 		{ color: #FFF; border-right: 1px solid #AAA; background: #666; }
	.entry #nav li.last a	{ border-right: none; }
	.entry #nav li a:hover 	{ background: #333; color: #FFF;}

/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#page 		{  /* fake bg background: url('../images/sidebar_bg.gif') right repeat-y;*/ }
#sidebar 	{  }
#sidebar ul li p, #left-col ul li p { text-indent: 0px; font-size: 0.9em; line-height: 1.2em;}

#sidebar h2, h2.widgettitle, #sidebar h3, #sidebar h3 a, #left-col h2, #left-col h3, #left-col h3 a {
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 5px; 
	color: white; 
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: bold; 
	text-align: center; 
	padding: 5px; 
	background: transparent url(../images/twht.png) repeat; }

/*
#sidebar h3, #sidebar h3 a {
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: white;
}
*/

#sidebar h3, #sidebar h3 a, #left-col h3, #left-col h3 a {
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 0px;
	padding-bottom: 0px; 
	color: white; 
	margin-left: 0px;
	text-transform: uppercase;
	font-weight: bold; 
	text-align: center; 
	padding: 5px; 
	background: #A90005 ; }

#sidebar li.widget_text, #left-col li.widget_text {
margin-bottom: 0px;
padding-bottom: 0px;
}
#sidebar li.widget_links h2 {
font-size: 0.7em;
color: black;
}
#sidebar li.widget_links {
background: transparent url(../images/twht.png) repeat;
margin-bottom: 0px;
padding-bottom: 3px;
}
ul.mwbpc8 li.widget_links {
background: none !important;
margin-bottom: 5px !important;
padding-bottom: 8px;
}
ul.mwbpc8 li img {
margin-bottom: 5px; 
}
#sidebar ul.mwbpc8 li ul li a {
font-size: 1.8em;
color: white; 
}
#sidebar ul.mwbpc8 li ul li a:hover {
color: #A90005; 
}

#sidebar>ul, #sidebar ul ol, #left-col ul, #left-col ul ol {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0 0px;
}

#sidebar ul li, #left-col ul li	{  padding: 0; }

#sidebar ul li ul, #left-col ul li ul { margin: 0;padding-top: 0; }

#sidebar ul li ul li, #left-col ul li ul li {
	margin: 0 0 5px 0;
	padding: 0px 0 0px 0px;
	font-size: 0.9em;
	line-height: 1.2em;
}
#sidebar.mwbpc8 {
	background: none!important;
}


.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li, #left-col li, #left-col ul li, #left-col ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 5px;
	background: transparent /* url(../images/twht.png) repeat */;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 0px;
}

#left-col li {
	margin-top: 20px;
}
#left-col li h2 {
	font-size: 1.0em;
	margin-left: 0px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
/* #sidebar #search { display: none; } */

#sidebar ul.box { background: none; /* background: transparent url(../images/twht.png) repeat;!important */ }
#sidebar .box { padding-left: 10px; padding-bottom: 10px;}
#sidebar .box li {}
#sidebar .box ul li {margin-left: 0px; padding-left: 0px;}
#sidebar .box li.widget_links {background: transparent url(../images/tblue.png) repeat; padding: 5px;  }
#sidebar a { color: #A90005; text-decoration: none;}
#sidebar .widget_links { clear: both; }
#sidebar .widget_links img { float: left; }
/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ font-size: 1.1em; margin: 0px 0 0 0px;}

#footer a 		{ text-decoration: none; }

/*-----------------------------------------------------------------------------
	Search
-----------------------------------------------------------------------------*/

#search				{ margin: 5px 5px 0px 0px; }
#search #s 			{ margin-left: 0px; border-color: white; width: 100%; background-color: transparent; color: white; font-size: 0.9em;}
#search #s:hover 	{ color: #000; }
.search-excerpt 	{ margin: 0; }


/*-----------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------*/

.commentlist { margin:0px 0px 30px 0px; padding:0px; }
.commentlist p { text-indent: 0px;}
.commentlist li { margin:0px 0px 5px 0px; padding:5px; list-style-type: none;} 
.comments-odd 	{ background: url(../images/tgry.png) repeat; color: white; }
.comments-even 	{ background: url(../images/twht.png) repeat; color: black; }

#left-col {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

/* vimeo styles */

.vimeoBadge { text-align: center; margin: 0 0px 0 0px; padding: 0; }
.vimeoBadge img { border: 0; margin-bottom: 2px;}
.vimeoBadge a, .vimeoBadge a:link, .vimeoBadge a:visited, .vimeoBadge a:active { color: white; text-decoration: none; cursor: pointer; }
.vimeoBadge a:hover { color:#A90005; text-decoration: underline; }
.vimeoBadge #vimeo_badge_logo { display: none;}
.vimeoBadge .credit {  }
.vimeoBadge .clip { padding:0; margin: 10px 0px 0px 0px; line-height:0; }
.vimeoBadge .caption { margin-left: 15px; text-align: center; line-height: 1.0em; font-size: .8em;  width:160px;  }
#vimeo_badge_link { display: none; }

#left-col li.flickrpress, #left-col li.vimeo {
	background: transparent url(../images/twht.png) repeat;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-right: 5px;
}
#left-col .flickr_item {
background: none;
border: none;
}
.oembed {
	text-align: center;
	margin: 5px 0 5px 0;
}
.oembed-flickr-caption { text-align: center; }
.entry div {
}
.entry div img {
	margin: 5px 0 5px 0;
	text-align: center;
}
form p {
	text-indent: 0px;
}
h4 {
color: white;
font-size: 1.3em;
text-transform: uppercase;
letter-spacing: .8em; 
font-weight: bold;
margin-top: 10px;
margin-bottom: 5px;
}
#maincontent input, input, input[type='text'], textarea {
text-align: left; 
padding: 2px; 
border: 1px solid white;
background: transparent;
color: white;
}

/* blockquote:before, blockquote:after, q:before, q:after {content:"'";} 
blockquote, q {quotes:"" "";} */

blockquote { margin:30px 30px; color:white; font-weight:bold; font-style: normal; font-size: .9em;}
blockquote p { display: inline; padding: 0px;  text-indent: 0px;}
blockquote:before { display: inline; content: "\201C"; font-weight: bold; }
blockquote:after { display: inline; content: "\201D"; font-weight: bold; }

/* blockquote:after { display: inline; content: "\201D"; font-weight: bold; font-size: 3em; vertical-align:text-top; position: relative; top: -10px; bottom:-20px; overflow: hidden;} */
.entry h3 { margin-top: 0px; margin-bottom: 10px; }
.entry ul li { background: none; }
.entry ul { margin-bottom: 10px; }
.entry p {margin-bottom: 10px;}

.tweets {text-align: left; }

.ad-leaderboard { width: 728px; height: 90px; border: white solid 2px; background: transparent; }
.ad-medium-rectangle { width: 300px; height: 250px; border: white solid 2px; background: transparent;} 

#leader { 
width: 430px;
height: 250px;
background: transparent url(../images/mwbpc8-leader.png) no-repeat;
border: white solid 2px;
}
#highlight {
width: 250px;
height: 250px;
float: left;
}
#highlight p {
	text-indent: -9999px;
}

#leadermenu {
position: relative;
width: 180px;
height: 250px;
margin: 0;
padding: 0;
float: right;

}
#leadermenu ul { display: block; list-style-type: none;  margin: 0px; padding: 0px;}
#leadermenu li { display: block; list-style-type: none;  margin: 0px; padding: 0px;}
/*
					<li id="register"><a href="register" alt="register">Register</a></li>
					<li id="rules"><a href="rules" alt="rules">Rules & Regulations</a></li>
					<li id="travel"><a href="travel" alt="travel">Travel & Housing</a></li>
					<li id="facilities"><a href="facilities" alt="facilities">Facilities & Amenities</a></li>
					<li id="sponsors"><a href="sponsors" alt="sponsors">Sponsors</a></li>
*/
#leadermenu .sf-menu a {height:50px!important;}
#register{
width: 180px;
height: 50px;
background: transparent url(../images/mwbpc8-leader-registration.png) no-repeat;
text-indent: -9999px;
}
#register:hover {
background: transparent url(../images/mwbpc8-leader-registration-hover.png) no-repeat;
}
#rules{
width: 180px;
height: 50px;
background: transparent url(../images/mwbpc8-leader-rules.png) no-repeat;
text-indent: -9999px;
}
#rules:hover {
background: transparent url(../images/mwbpc8-leader-rules-hover.png) no-repeat;
}
#travel{
width: 180px;
height: 50px;
background: transparent url(../images/mwbpc8-leader-travel.png) no-repeat;
text-indent: -9999px;
}
#travel:hover {
background: transparent url(../images/mwbpc8-leader-travel-hover.png) no-repeat;
}

#facilities{
width: 180px;
height: 50px;
background: transparent url(../images/mwbpc8-leader-facilities.png) no-repeat;
text-indent: -9999px;
}
#facilities:hover {
background: transparent url(../images/mwbpc8-leader-facilities-hover.png) no-repeat;
}
#sponsors{
width: 180px;
height: 50px;
background: transparent url(../images/mwbpc8-leader-sponsors.png) no-repeat;
text-indent: -9999px;
}
#sponsors:hover {
background: transparent url(../images/mwbpc8-leader-sponsors-hover.png) no-repeat;
}
.downer {margin-bottom:10px;}
.rules OL { margin: 0px; counter-reset: item; }
.rules LI { margin-left: 25px; display: block; text-indent: -15px;}
.rules LI:before { content: counters(item, ".") "   "; counter-increment: item; }
.rules {text-align:left!important;}
.rules h3 {margin: 5px 0px 5px 0px; }

ul.sponsors, ul.sponsors li {list-style-type: none; margin: 0px; padding: 9px; background: none; }
ul.sponsors ul.blogroll li {float: left; width: 150px; height: 168px; margin-top: auto; margin-bottom: auto; font-size: 2em; font-weight: bold;}
ul.sponsors li h2 {clear: both;}
ul.sponsors ul.blogroll li:hover {background: transparent url(../images/tgry.png) repeat;}

.textwidget h5 {
font-size: 1.1em;
font-weight: bold;
color: #A90005;
text-align: left;
margin-bottom: -1px;
}

.textwidget h6 {
font-size: .8em;
font-weight: normal;
color: white;
text-align: left;
margin-bottom: 5px;
}