
/**************************************/
/* BEGIN GLOBAL STRUCTURAL ELEMENTS   */
/**************************************/

body {
	background-image:url(/wp-content/themes/b2r/images/body_bkg.gif);
	background-repeat:repeat-x;
}

div.clear {
  clear: both;
}

#wrapper {
	background-image:url(/wp-content/themes/b2r/images/html_bkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#header {
	padding-bottom:12px;
	margin-top:17px;
	margin-bottom:15px;
}

/* Top Nav */
#nav_top {
	font-size:0.85em;
	text-align:right;
	text-transform:uppercase;
    height: 45px;
}
#nav_top a, #nav_top a:visited {
	color:#666666;
	text-decoration:none;
}
#nav_top a:hover, #nav_top a:visited:hover {
	color:#A6CE39;
	text-decoration:none;
}

/* Main Nav */
#nav_main {
	text-align:right;
	margin-top:26px;
}
#nav_main ul li.last {
  padding-right:0;
}
#nav_main ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}
#nav_main ul li {
	text-transform:uppercase;
	display:inline;
	padding:0 20px 0 21px;
	border-left: 1px dotted #444444;
}
#nav_main ul li.first {
	margin-left:0;
	border-left:none;
}
#nav_main ul a, #nav_main ul a:visited {
	border-bottom:medium none;
	color:#666666;
	text-decoration:none;
}
#nav_main ul a:hover, #nav_main ul a:hover:visited, #nav_main ul li.active a {
	border-bottom:2px solid #A6CE39;
	color:#666666;
	text-decoration:none;
}

/* Community Nav Bar */
#nav_community {
	padding-top:50px;
	margin-top:5px;
	text-transform:uppercase;
}
#nav_community h2 {
	margin:0;
	font-size:1.0em;
}
#nav_community ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding: 15px 0 15px 15px;
	float:right;
}
#nav_community ul li {
	text-transform:uppercase;
	display:block;
	float:left;
	padding-left:25px;
}
#nav_community ul li a {
	display:block;
	height:26px;
	background-repeat:no-repeat;
}
#nav_community li.flickr a {
	background-position:0px 0px;
	width:77px;
	background-image:url(/wp-content/themes/b2r/images/logo_flickr.gif);
}
#nav_community li.flickr a:hover {
	background-position:0px -52px;
}
#nav_community li.youtube a {
	background-position:0px 0px;
	width:66px;
	background-image:url(/wp-content/themes/b2r/images/logo_youtube.gif);
}
#nav_community li.youtube a:hover {
	background-position:0px -51px;
}
#nav_community li.facebook a {
	background-position:0px 0px;
	width:81px;
	background-image:url(/wp-content/themes/b2r/images/logo_facebook.gif);
}
#nav_community li.facebook a:hover {
	background-position:0px -51px;
}
#nav_community ul li.flickr span, #nav_community ul li.youtube span, #nav_community ul li.facebook span {
	display:none;
}

/* Footer */
#footer {
	margin-top:8px;
	padding-top:8px;
	color:#728B2F;
}
#footer a, #footer a:visited {
	color:#728B2F;
}
#footer a:hover, #footer a:visited:hover {
	color:#000000;
}

/* Bottom Nav */
#nav_bottom {
	text-align:right;
}
#nav_bottom ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
}
#nav_bottom li {
	display:inline;
	margin-left:16px;
}

/* Copyright */
#copyright {
    color: #bbb;
}

/* Projects Module */
#projects_photo {
	position:relative;
	height:131px;
	width:108px;
	background-image:url(/wp-content/themes/b2r/images/projects_sprite.jpg);
	background-repeat:no-repeat;
}
#nav_projects {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	top:0px;
	left:111px;
	width:200px;
}
#nav_projects li {
	margin:0;
	padding:0;
	position:relative;
	text-align:right;
}
#nav_projects li a {
	display:block;
	height:23px;
	width:200px;
	background-image:url(/wp-content/themes/b2r/images/btn_projects.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0;
	padding:4px 0 0 32px;
	text-align:left;
	text-transform:uppercase;
	position:relative;
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.80em;
}
#nav_projects li a:hover {
	background-image:url(/wp-content/themes/b2r/images/btn_projects.jpg);
	background-position:0px -27px;
}


/************************************/
/* END GLOBAL STRUCTURAL ELEMENTS   */
/************************************/

/*****************************/
/* BEGIN HOME PAGE OVERRIDES */
/*****************************/

/* Home Row 1 */
#home_row_1 {
	border-bottom: 26px solid #E0E0E0;
	padding-bottom:4px;
	margin-bottom:4px;
}

/* Home Slideshow Module */
#home_slideshow {
}

/* Get Involved Module */
#home_getInvolved {
	text-align:right;
}

/* Home Row 2 */
#home_row_2 {
}

/* Home Projects Module */
#home_projects {
	position:relative;
}
#home_projects #projects_photo {
	width:266px;
	background-image:url(/wp-content/themes/b2r/images/projects_sprite_home.jpg);
}
#home_projects #nav_projects {
	left:270px;
}

/* Home Vision */
#home_vision {
}

/* Home Videos */
#home_videos {
	text-align:right;
}

/***************************/
/* END HOME PAGE OVERRIDES */
/***************************/

/*********************************/
/* BEGIN INTERIOR PAGE OVERRIDES */
/*********************************/

/* Main Page Heading */
#page_heading {
	position:relative;
	background-image:url(/wp-content/themes/b2r/images/heading_bkg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#page_heading h1 {
	position:absolute;
	bottom:0px;
	right:0px;
	width:270px;
	color:#FFFFFF;
	font-size:2em;
	text-transform:uppercase;
	margin:0 0 6px 0;
}

/* Sub Heading -js 12/15/2008 */
#page_subheading {
	margin-top:4px;
	position:relative;
	background-repeat:no-repeat;
	background-position:top right;
}

/* Sub Nav */
#nav_sub {
	background-color:#DDDDDD;
	margin-top:4px;
	margin-bottom:4px;
	padding-top:5px;
	padding-bottom:5px;
}
#nav_sub li {
}
#nav_sub a, #nav_sub a:visited {
	color:#000;
	text-decoration:none;
}
#nav_sub a:hover, #nav_sub a:visited:hover, #nav_sub li.active a, #nav_sub li.active a:visited {
	color:#000000;
}
#nav_sub li.active {
}
#nav_sub ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 10px;
}
#nav_sub li {
	display:inline;
	padding:0;
}
#nav_sub ul li.last span.nav_sub_slash {
	display:none;
}

#nav_sub ul li.first_item span {
	display:none;
}

/* Sidebar Get Involved Module */
#getInvolved_photo {
	margin-right:2px;
}
#getInvolved_nav {
}
#sidebar_getInvolved {
	border-bottom: 20px solid #E0E0E0;
	padding-bottom:0px;
	margin-bottom:4px;
}
#getInvolved_nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#getInvolved_nav ul li {
	margin:0;
	padding:0;
	position:relative;
}
#getInvolved_nav ul li a {
	display:block;
	height:62px;
	width:158px;
	background-image:url(/wp-content/themes/b2r/images/btn_getInvolved_short.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin:0 0 3px 0;
	text-align:right;
	text-transform:uppercase;
	position:relative;
	color:#FFFFFF;
	text-decoration:none;
}
#getInvolved_nav ul li a h2 {
	position:absolute;
	bottom:10px;
	right:10px;
	margin:0;
	font-size:1.2em;
	font-weight:lighter;
	letter-spacing: 0.05em;
	color:#FFFFFF;
	line-height:1.2em;
}

#getInvolved_nav ul li a:hover h2 {
	color:#d49f53;
}

#getInvolved_nav ul li a h2 span {
	font-size:0.8em;
	line-height:1.2em;
}
#getInvolved_nav ul li a:hover {
	background-image:url(/wp-content/themes/b2r/images/btn_getInvolved_short.jpg);
	background-position:0px -62px;
}


/* Sidebar Projects Module */
#sidebar_projects {
	margin-bottom:4px;
	position:relative;
}

/* Sidebar Videos Module */
#sidebar_videos {
	margin-bottom:0px;
}

/*******************************/
/* END INTERIOR PAGE OVERRIDES */
/*******************************/

/***************************/
/* BEGIN CONTENT OVERRIDES */
/***************************/

#content {
    min-height: 800px;
	padding: 1em 1em 0 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin-bottom: 0.5em;
}
#content h1 {
	color:#728B2F;
	font-size:2.5em;
}
#content h2, #content h3, #content h4 {
	color:#728B2F;
}
#content h4 {
	margin-bottom:0.2em;
	font-weight:bold;
}
.frontpage_postlist {
    min-height: 600px;
}

label {
	display:block;
	padding-bottom:1.3em;
	line-height:1em;
}
.notice p, .error p, .success p {
	margin:0;
}
/*************************/
/* END CONTENT OVERRIDES */
/*************************/



/**********************************
Use: cmxform template
Author: Nick Rigby
***********************************/

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.cmxform label { width: 120px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form.cmxform {
	width: 370px;
	font-size: 1.1em;
	color: #333;
}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/wp-content/themes/b2r/images/cmxform-fieldset.gif) left bottom repeat-x;
}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(/wp-content/themes/b2r/images/cmxform-divider.gif) left bottom repeat-x;
}
	
	
	

#nav_main_new
{
	padding-top: 20px;
}
	

/*** SUPERFISH ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** SUPERFISH THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}




/* == THE MENU == */
.sf-menu {
	float: right;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 13px;
	border: none;
}


/* == TOP LI == */
.sf-menu li {
	background: url(assets/images/sep.gif) no-repeat center right;
	padding: 8px 16px;
}
/* == TOP LI - hover == */
.sf-menu li:hover, .sf-menu li.sfHover {
	background: url(assets/images/sep.gif) no-repeat center right;
	outline:		0;
    border-bottom: none ;
}


/* == TOP A == */
.sf-menu a {
	border: none;
	padding: 6px 6px;
	display: block;
}
/* == TOP A - hover == */
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #fff;
    background:     #adce43;
	outline:		0;
    border-bottom: none;
}


/* == NESTED LI == */
.sf-menu li li {
	background: purple !important;
	padding: 0;
}
/* == NESTED LI - hover == */
.sf-menu li li:hover, .sf-menu li li.sfHover {
	background: #fff;
}


/* == NESTED A  == */
.sf-menu li a {
/*
	margin-top: 2px;
	margin-bottom: 2px;
*/
}
/* == NESTED A - hover == */
.sf-menu li a:focus, .sf-menu li a:hover, .sf-menu li a:active {
	color: #fff;
    background:     #adce43;
	outline:		0;
    border-bottom: none;
}


/* == NESTED UL == */
.sf-menu ul {
	border: 5px solid #adce43;
}


/* == SUBMENU INDICATOR == */
.sf-menu .sf-sub-indicator {
    display: none;
}
.sf-menu li li .sf-sub-indicator {
    display: inline;
    vertical-align: baseline;
    font-size: 16px;
    color: #bbb;
}
.sf-menu li li:hover .sf-sub-indicator,
.sf-menu li li.sfHover .sf-sub-indicator {
    color: #fff;
}

#content h3.greenbg
{
	color: #fff;
	background-color: #AECF23;
	padding: 6px;
	text-transform: uppercase;
	font-weight: bold;
}

#content h4.orange,
#content h2.orange
{
	color: #E7AF2A;
}

#content h2.orange
{
	font-size: 1.5em;
	margin-top: 15px;
	font-weight: bold;
}

