/*  
Theme Name: B1
Description: Special, Custom-built Theme
Author: Mellowtown
*/
@charset "UTF-8";

/* ----------  RESET  ------------ */

html, body, div, span,applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var,dd, dl, dt, li, ol, ul,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;
}
a img, :link img, :visited img { border: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
ol, ul { list-style: none; margin: 0; padding: 0; }
a { outline-color: -moz-use-text-color; outline-style: none; outline-width: 0; }


/* ----------  MISC BLOG CONTENT SETTINGS  ------------ */
.alignleft { float: left; margin: 5px 10px 5px 0; }
.alignright { float: right; margin: 5px 0 5px 10px; }
.aligncenter, div.aligncenter { margin: 10px auto; text-align: center; display: block; }
img.alignleft { float: left; margin: 5px 10px 5px 0; }
img.alignright { float: right; margin: 5px 0 5px 10px; }
img.aligncenter { margin: 10px auto; text-align: center; display: block; }
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; padding-top: 4px; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.wp-caption img { margin: 0; padding: 0; border: none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px;padding: 0 4px 5px; margin: 0; color: #111; }
.highlight { color: #222222; font-weight: bold; }


/* ----------  STICKY FOOTER  ------------ */
html, body { height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 300px;}
#footer {margin-top: -300px; height: 300px; clear:both; position: relative;} 


/* ----------  CLEARFIX  ------------ */
.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 */







/* ----------  BASIC SETUP  ------------ */


body {
	background: #000 url(images/bg-body.jpg) no-repeat center 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
p {
	line-height: 140%;
	margin-bottom: 1.2em;
}
h1 {
	margin: 0;
}

h2 {
	font-size: 25px;
	margin-bottom: 12px;
	padding-top: 20px;
	color: #7DB32A;
}
h2:first-child {
	padding-top: 0;
}

h3 {
	font-size: 20px;
	line-height: 225%;
	margin-bottom: 0;
	color: #383838;
}

h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #959595;
}

a {
	color: #1D5186;
	text-decoration: none;
}
a:hover {
	color: #ED2024;
	text-decoration: underline;
}
strong { font-weight: bold; }
em { font-style: italic; }
.clr { clear: both; }
.ueb a {
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -99999px;
	background: url(images/UEB16.png);
	position: absolute;
	top: 32px;
	left: -24px;
}
.graybox {
	padding: 10px;
	margin-bottom: 8px;
	background-color: #F1F1F1;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/* ----------  BASIC DESIGN  ------------ */

#header {
}
#topnav {
	background-color: #B5DCEF;
	border-top: 1px solid #81B7EF;
	border-bottom: 1px solid #81B7EF;
	height: 37px;
}




/* ----------  HEADER  ------------ */

#headercontent {
	width: 992px;
	height: 557px;
	margin: 0 auto;
	position: relative;
}

#enterButton {
	display: block;
	position: absolute;
	left: 52px;
	top: 311px;
	width: 279px;
	height: 72px;
	background: url(images/enter.png) no-repeat;
	text-indent: -99999px;
}
#enterButton:hover {
	background-position: 0 -72px;
}
#headerhomelink {
	text-indent: -99999px;;
	display: block;
	position: absolute;
	width: 95px;
	height: 95px;
	top: 27px;
	left: 53px;
}
#rflink {
	text-indent: -99999px;;
	display: block;
	position: absolute;
	width: 150px;
	height: 120px;
	top: 8px;
	left: 770px;
}




/* ----------  TOP NAV  ------------ */

#nav {
	position: absolute;
	top: 424px;
	left: 385px;
	width: 500px;
	height: 35px;
}
#nav li {
	float: left;
	margin: 0 0;
	line-height: 35px;
}
#nav li a {
	display: block;
	line-height: 35px;
	text-indent: -99999px;
	background: url(images/nav.png) no-repeat;
}

#nav li.page-item-4 a {
	background-position: 0 0;
	width: 70px;
}
#nav li.page-item-4 a:hover, #nav li.page-item-4.current_page_item a, #nav li.page-item-4.current_page_parent a {
	background-position: 0 -35px;
}
#nav li.page-item-2 a {
	background-position: -94px 0;
	width: 76px;
	margin-left: 24px;
}
#nav li.page-item-2 a:hover, #nav li.page-item-2.current_page_item a, #nav li.page-item-2.current_page_parent a {
	background-position: -94px -35px;
}
#nav li.page-item-6 a {
	background-position: -192px 0;
	width: 220px;
	margin-left: 22px;
}
#nav li.page-item-6 a:hover, #nav li.page-item-6.current_page_item a, #nav li.page-item-6.current_page_parent a {
	background-position: -192px -35px;
}
#nav li.page-item-8 a {
	background-position: -434px 0;
	width: 66px;
	margin-left: 22px;
}
#nav li.page-item-8 a:hover, #nav li.page-item-8.current_page_item a, #nav li.page-item-8.current_page_parent a {
	background-position: -434px -35px;
}

.twitter_div {
	position: absolute;
	top: 110px;
	left: 134px;
	width: 772px;
	height: 25px;
	overflow: hidden;
	color: #000;
	background: url(images/bg-twitter1.png) no-repeat;
}
#footer ul.twitter_update_list {
	height:18px;
	overflow:hidden;
	padding:5px 0 0 38px;
	position: static;
}
#footer ul.twitter_update_list li {
	text-transform: inherit;
	color: #fff;
}
#headertwitter {
	position: absolute;
	top: 110px;
	left: 134px;
	text-indent: -99999px;
	display: block;
	width: 30px;
	height: 25px;
}




/* ----------  MAIN CONTENT  ------------ */

#maincontent {
	width: 895px;
	margin: -65px auto 0 auto;
	padding: 20px 0;
	position: relative;
}
#leftcontent {
	width: 580px;
	float: left;
}
#leftcontent ul li {
	list-style: disc outside;
	margin-left: 27px;
	padding-left: 1px;
	margin-bottom: 7px;
	font-size: 15px;
}
#leftcontent ul {
	padding-bottom: 15px;
}

#enterButton.startbutton {
	display: block;
	position: static;
	width: 279px;
	height: 29px;
	background: url(images/startBtn.png) no-repeat;
	text-indent: -99999px;
}
#enterButton.startbutton:hover {
	background-position: 0 -29px;
}




/* ----------  CONTENT  ------------ */
#contactForm input, #contactForm textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 5px;
	font-size: 14px;
	font-family: Helvetical, Arial;
}
#contactForm textarea {
	width: 648px;
}
#contactForm input {
	margin: 0 10px 10px 0;
	width: 311px;
}
#contactForm button {
	width: 92px;
	height: 29px;
	background: url(images/submitBtn.png) no-repeat;
	text-indent: -99999px;
	float: right;
	border: 0 none;
	cursor: pointer;
	margin-top: 15px;
}
#contactForm button:hover {
	background-position: 0 -29px;
}


/* ----------  OVERLAY  ------------ */
#overlay_pledge h3 {
	background: url(images/howtob1.png) no-repeat;
	width: 127px;
	height: 31px;
	text-indent: -99999px;
	margin-bottom: 8px;
}

#overlay_content_container {
	background-color: #151515;
	border: 1px solid #212121;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px 30px 20px 30px;
	margin: 20px 0;
	color: #8B8B8B;
}
.overlay_content {
	display: none;
	height:240px;
	overflow:hidden;
}
#backButton {
	width: 85px;
	height: 29px;
	background: url(images/back.png) no-repeat;
	text-indent: -99999px;
	float: right;
}
#backButton:hover {
	background-position: 0 -29px;
}
#nextButton {
	width: 85px;
	height: 29px;
	background: url(images/next.png) no-repeat;
	text-indent: -99999px;
	float: right;
	margin-left: 20px;
}
#nextButton:hover {
	background-position: 0 -29px;
}
.overlay_content li {
	color: #fff;
	background: url(images/bullet.png) 0 4px no-repeat;
	padding-left: 13px;
	margin-bottom: 6px;
	font-size: 12px;
}
.overlay_content ul {
	margin-bottom: 7px;
}
.overlay_content h4 {
	text-indent: -99999px;
	width: 337px;
	height: 50px;
	background: url(images/slide_titles.png);
	margin: 0 0 5px -10px;
}
#slide1 h4 { background-position: 0 0; }
#slide2 h4 { background-position: 0 -58px; }
#slide3 h4 { background-position: 0 -120px; }
#slide4 h4 { background-position: 0 -180px; }
.overlay_content p {
	margin-bottom: 7px;
}
#slide4 p {
	margin: 58px 0 0 0;
	color: #fff;
	font-weight: bold;
}
ul.half {
	width: 48%;
	float: left;
}
#stepnav {
	width: 648px;
	height: 35px;
	background: url(images/steps.png) 0 0;
}
#stepnav.step1 { background-position: 0 0; }
#stepnav.step2 { background-position: 0 -35px; }
#stepnav.step3 { background-position: 0 -70px; }
#stepnav.step4 { background-position: 0 -105px; }

#takepledge, #thankspledge {
	padding: 40px 0 0 0;
}
#takepledge h4 {
	width: 587px;
	height: 20px;
	background: url(images/takethepledge.png) no-repeat;
	margin: 0 0 15px 0;
	text-indent: -99999px;
}

#pledgeform {
	padding-top: 40px;
}
#pledgeform label {
	float: left;
	color: #8B8B8B;
	padding: 5px 8px 0 5px;
	font-weight: bold;
}
#pledgeform input {
	float: left;
	height: 25px;
	padding: 1px 3px;
	font-size: 18px;
	width: 307px;
	margin-right: 10px;
	border: 1px solid white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
}
#pledgeform button {
	width: 68px;
	height: 29px;
	background: url(images/button-illb1.png);
	cursor: pointer;
	text-indent: -99999px;
	float: left;
	border: 0 none;
}
#pledgeform button:hover {
	background-position: 0 -29px;
}

#thankspledge h4 {
	width: 587px;
	height: 20px;
	background: url(images/thankyou.png) no-repeat;
	margin: 0 0 15px 0;
	text-indent: -99999px;
}
#thankspledge {
	display: none;
}
#sharebox {
	width: 473px;
	height: 47px;
	background: url(images/bg-sharewithfriends.png);
}
#thankyoushare {
	background: url(images/button-share.png) no-repeat 0 8px;
	width: 263px;
	height: 32px;
	display: block;
	text-indent: -99999px;
	margin: 0 0 0 197px;
	padding-top: 8px;
	cursor: pointer;
}

#passalong {
	border-top: 1px solid #2D2D2D;
	height: 30px;
	background: url(images/passitalong.png) no-repeat right bottom;
}




/* ----------  BLOG  ------------ */

.topPost {
	padding-bottom: 10px;
}
.topPost h2 {
	margin-bottom: 5px;
}
.postDate {
	font-size: 80%;
	margin-bottom: 15px;
}




/* ----------  REPORTS  ------------ */

#searchform {
	font-size: 12px;
	height: 65px;
}
#searchform button {
	width: 91px;
	height: 29px;
	background: url(images/SearchBtn.png);
	cursor: pointer;
	text-indent: -99999px;
	float: left;
	border: 0 none;
}
#searchform button:hover {
	background-position: 0 -29px;
}
#searchform label {
	float: left;
	color: #8B8B8B;
	padding: 5px 8px 0 5px;
	font-weight: bold;
}
#searchform input {
	width: 120px;
	float: left;
	height: 25px;
	padding: 1px 3px;
	font-size: 18px;
	margin-right: 10px;
	border: 1px solid white;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: 0;
}
.reportTable {
	width: 600px;
}
.reportTable th {
	background: #2D2D2D;
	padding: 7px 20px;
	color: #7DB32A;
	font-weight: bold;
	border-bottom: 2px solid #000;
	text-align: left;
}
.reportTable td {
	background: #2D2D2D;
	padding: 7px 20px;
	color: #8B8B8B;
	font-weight: bold;
	border-bottom: 1px solid #000;
}




/* ----------  MID NAV  ------------ */
#midnav {
	width: 915px;
	height: 86px;
	margin: 0 auto;
}
#midnav li {
	float: left;
	margin: 0;
	list-style: none;
}
#midnav a {
	display: block;
	height: 86px;
	text-indent: -99999px;
	background: url(images/mid-nav.png) no-repeat;
}

#midnav a#midnav1 {
	background-position: 0 0;
	width: 305px;
}
#midnav a#midnav1:hover {
	background-position: 0 -86px;
}

#midnav a#midnav2 {
	background-position: -305px 0;
	width: 304px;
}
#midnav a#midnav2:hover {
	background-position: -305px -86px;
}


#midnav a#midnav3 {
	background-position: -609px 0;
	width: 305px;
	position: relative;
}
#midnav a#midnav3:hover {
	background-position: -609px -86px;
}


#insidenav3 {
	width: 130px;
	height: 30px;
	background: url(images/button-titles.png) no-repeat;
	top: 23px;
	left: 81px;
	position: absolute;
}
#insidenav3.view1 { background-position: 0 0; }
#insidenav3.view2 { background-position: 0 -60px; }
#insidenav3.view3 { background-position: 0 -120px; }



/* ----------  FOOTER  ------------ */
#footer {
	font-size: 11px;
	background: url(images/bg-footer-wide.png) repeat-x 0 bottom;
}
#footercontent {
	width: 922px;
	margin: 0 auto;
	position: relative;
	background: url(images/bg-footer.png) center bottom no-repeat;
	height: 300px;
}
#footer ul {
	display:block;
	left:30px;
	position:absolute;
	top:261px;
}
#footer li {
	float: left;
	margin-right: 24px;
	display: block;
	font-size: 13px;
	text-transform: uppercase;
}
#footer li a {
	color: #fff;
}
#footer li a:hover {
	color: #7DB32A;
	text-decoration: none;
}

#footer #social {
	position: absolute;
	top: 180px;
	left: 140px; 
	height: 30px;
}
#footer #social li {
	float: left;
	margin-right: 35px;
}
#footer #social a {
	display: block;
	line-height: 30px;
	text-indent: -99999px;
	background: url(images/bg-social.png) no-repeat;
}

#footer #social  #facebook {
	background-position: 0 0;
	width: 123px;
}
#footer #social  #facebook:hover {
	background-position: 0 -30px;
}
#footer #social  #twitter {
	background-position: -150px 0;
	width: 116px;
}
#footer #social  #twitter:hover {
	background-position: -150px -30px;
}
#footer #social  #rss {
	background-position: -293px 0;
	width: 31px;
}
#footer #social  #rss:hover {
	background-position: -293px -30px;
}
#footerhomelink {
	text-indent: -99999px;;
	display: block;
	position: absolute;
	width: 95px;
	height: 95px;
	top: 113px;
	left: 15px;
}
#mellowtown {
	width: 202px;
	height: 27px;
	position: absolute;
	top: 257px;
	right: 0;
	display: block;
	text-indent: -9999px;
	opacity: .7;
	filter: alpha(opacity=70);
}
#mellowtown:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#disclaimer {
	width: 386px;
	position: absolute;
	top: 170px;
	right: 0;
	font-size: 11px;
	color: #8B8B8B;
}


/* ----------  JQM OVERLAY SETUP  ------------ */

.jqmClose {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 21px;
	height: 21px;
	display: block;
	background: url(images/x.png) no-repeat 0 0;
	text-indent: -99999px;
}
.jqmClose:hover {
	background-position: 0 -21px;
}

.jqmWindow {
    display: none;
    
    position: fixed;
    top: 10%;
    left: 50%;
    
    margin-left: -350px;
    width: 650px;
    
    background-color: #000;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
}

.jqmOverlay { background-color: #555; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
















body.landingpage {
	background-image: url(images/bg-landing-page.jpg);
}
body.landingpage #header {
	height: 450px;
}
body.landingpage #headercontent {
	height: auto;
}
#LandingLogo {
	position: absolute;
	top: 83px;
	right: 10px;
	display: block;
}





