/*
Theme Name: rbruer
Theme URI: http://www.rbruer.com
Description: rbruer Theme</a>.
Version: 1.0
Author: Mark Wyner Design
Author URI: http://www.markwyner.com/
Tags: rbruer
*/

/*============== Normalizing ======================================================*/
/* Normalize margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0; padding:0;}
/* Remove list-style from lists */			table { border-collapse:collapse; border-spacing:0;}
/* Remove border from fieldset and img*/ 	fieldset, img { border:0;}
/* Left-align textin caption and th */		caption, th { text-align:left;}
/* =========== General ============================================================ */
html {  
	text-align:center;
	}
body {  
	width:775px;
	margin:0 auto;
	text-align:left;
	position:relative;
	}
strong {
	font-weight: bold;
}
/* =========== Branding ===================================== */
#branding{
	height:105px;
	width:775px;
	}
#branding h1 {
	text-indent:-9999px;
	position:absolute;
	top:-900px;
	left:-900px;
	}
#branding_logo {
	position:absolute;
	top:0px;/*nav distance from top*/
	}
#branding_title li { /* green title strip*/
	height:33px;
	margin-left:137px;
	}
ul#branding_title img { /* moves green title to the right */
	margin-left:30px;
	}
/* =========== Navigation =================================*/ 
#nav {
	position:absolute;  /*needed for css rollovers*/
	right: 0px;
	top:79px;	 /*nav distance from top*/
	}
#nav li {
	text-align:center;
	float:left;
	}
#image_strip {
	height:133px;
	}

/* =========== Navigation =================== */
#nav { border-top: #a6aa48 1px solid;} /* gold border above main nav*/
#nav li.page_item a { color:#7d8036;} /* main nav: up*/
#nav li.page_item li a { color:#fff;} /* sub nav: up*/
#nav li a:hover, #nav li a:active {  /* main nav: over*/
	color:#fff;
	background: #a6aa48;
	}
#location a:link, #location a:visited{
	color:#fff;
	background: #a6aa48;
	}
#nav li.current_page_item a,
#nav li.current_page_ancestor a,
#nav li.current_page_parent a {
	color:#fff;
	background: #a6aa48;
}
#nav li.current_page_ancestor li a,
#nav li.current_page_parent li a,
#nav li.current_page_item li a {
	color:#fff;
}
#nav li.current_page_ancestor li a:hover,
#nav li.current_page_parent li a:hover,
#nav li.current_page_item li a:hover {
	color:#fff;
}

/*** SUPERFISH DROP DOWN NAV 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:			13em; /* 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:			2em; /* 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:			13em; /* 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:			13em; /* match ul width */
	top:			0;
}

/*** SUPERFISH DROP DOWN NAV DEMO SKIN EDIT NAV COLORS ETC ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 		7px .7em 0 .7em;
	text-decoration:none;
	height: 		18px;
	vertical-align: middle;
}
.sf-menu li ul li a {
	padding: 		7px .7em 0 .7em;
	height: 		18px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#000;
}
.sf-menu li li {
	background: transparent url(images/bgr-nav.png);
	color:			#000;
	border-bottom: 1px solid #969940;
}
.sf-menu li li li {
	background: transparent url(images/bgr-nav.png);
	border-left: 1px solid #969940;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #a6aa48;
	outline:		0;
}
	
/* =============== Content  =================================*/ 
#content {
	background: #fff url(images/bgr_content.gif) repeat-y left top;
	overflow: hidden;
	}
#content.blogBgr {
	background: #fff url(images/bgr_content_blog.gif) repeat-y left top;
	}
#content_columnL {
	width: 137px;
	background: #a6aa48 url(images/bgr_side_bar.gif) no-repeat left top;
	float: left;
	}
#content_columnL p {
	padding-bottom:10px;
	}
#contact_info {
	margin: 0 0 20px 40px;
	}
#contact_info li{
	display:block;
	padding:8px 20px 2px 10px;
	margin: 0;
	}
#signup_form {
	text-align:right;	
	padding: 0 15px 20px 0;
	font-size:13px;
	color:#006756;
	font-weight:bold;
	clear:both;
	background: #036654;
	margin: 45px 0 20px 0;
	}
#signup_form img {
	padding-bottom:5px;
	}
#submit_div {
	margin-top:5px;
	}
#submit_div a {
	position:relative;
	display: block;
	float: right;
	height: 19px;
	width: 55px;
	}
#content_columnR {
	width: 570px;												
	padding:0 35px 0 0px;
	float: right;										
	}
#body-text {
	padding: 15px 0px;
	margin-bottom: 10px;
	}
#body-text h2 {
	padding-top:15px;
	padding-bottom: 5px;
	}
#body-text h3 {
	padding-top:10px;
	}	
.body-list { /* -- lists in body text --*/
	padding:5px 0;
	margin-left:60px;
	}
#mission_list { /* -- mission to brand special numbered list --*/
	padding:5px 0;
	margin-left:60px;
	}
/* ============== Home Page ================================= */
#right_quote {
	position:relative;
	width:180px;
	padding:10px 0 10px 20px;
	margin: 0 0 10px 15px;	
	float:right;
	}
#right_content {
	position:relative;
	width:200px;
	padding:10px 0 10px 20px;
	margin: 0 0 10px 15px;	
	float:right;
	border-left:#a6aa48 1px solid; /*gold*/
	}
#right_content ul li {
	font-size: 13px;
	margin-bottom: 10px;
	}
#right_content h2 {
	color:#006756; /*green*/
	}

/* ============== Services Page: Navigation ================================= */
ul#services_menu {
	width:585px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}
#services_menu li{
	display:inline;
	}
.services_menu_dividers {
	margin:0 7px;
	}

/* =========== Footer - Bottom: Sub : Navigation =================================== */		

#footer_legal {
	background: #fff;
	overflow: hidden;
	padding-left: 20px;
	clear: both;
	border-top: 1px solid #a6aa48;
	}
#footer_legal p {
	float: left;
	width: 180px;
	color: #666;
	}
#sub_nav{
	float: right;
	width: 370px;
	text-align: right;
	padding-right: 30px;
	}
#sub_nav li{ 
	display:inline;
	padding-left: 10px;
	}
body{
	background-color:#999;
	color: #333; 
	}

/* =========== Branding =================== */
#branding { background-color: #fff;}
#branding_title li { background: url(images/title_bg_color.gif) repeat-x;} /* Green title strip*/
	
/* =========== Navigation =================== */
#nav { border-top: #a6aa48 1px solid;} /* gold border above main nav*/
#nav li a { color:#a6aa48;} /* main nav: up*/
#nav li a:hover, #nav li a:active {  /* main nav: over*/
	color:#fff;
	background: #a6aa48;
	}
#location a:link, #location a:visited{
	color:#fff;
	background: #a6aa48;
	}
#nav li.current_page_item a {
	color:#fff;
	background: #a6aa48;
}
	
/* =========== Image Strip images ===================	 */
	
body#about #image_strip  { background: url(images/image_home.jpg) no-repeat 0 0; }
body#about_us #image_strip { background: url(images/image_about.jpg) no-repeat 0 0; }
body#about01_page #image_strip {background: url(images/image_about.jpg) no-repeat 0 0; }
body#blog #image_strip {background: url(images/image_blog.jpg) no-repeat 0 0; }
body#services #image_strip{background: url(images/image_services.jpg) no-repeat 0 0; }
body#collaborative #image_strip {background: url(images/image_case_studies.jpg) no-repeat 0 0; }
body#philosophy #image_strip {background: url(images/image_case_studies.jpg) no-repeat 0 0; }
body#clients #image_strip {background: url(images/image_clients.jpg) no-repeat 0 0; }
body#default_img #image_strip {background: url(images/image_default.jpg) no-repeat 0 0; }

/* ===========Contents =================== */

#content_columnR {
	background-color:white;
	}
#body-text a:link, #body-text a:visited {
	color:#006756;
	}
#body-text a:hover, #body-text a:active {
	color:#a6aa48;
	}
#body-text h2 {color:#006756;}

#body-text table {
	margin-bottom: 15px;
}

/* -------- Submit button --------- */
#submit_div a {
	background: 0 -19px url('images/submit_button.gif') no-repeat;
	}
#submit_div a:hover {
	background: 0 0 url('images/submit_button.gif') no-repeat;
	}

/* ------- Home Page --------- */

#right_quote {
	color:#006756; /*green*/
	border-left:#a6aa48 1px solid; /*gold*/
	} 

/*----- Contact Info --------- */
#phone { 	
	border-top:1px solid white;
	}
#email {
	border-top: 1px solid white;
	border-bottom:1px solid white;
	}
	
/*----- Services Page --------- */	
#services_menu {	
	border-bottom:#a6aa48 1px solid;
	}
	
/* ===========Contents: Contact =================== */

li#sub_copyright {
	color: #666;
	}
#sub_nav li a:link, #sub_nav li a:visited { 
	color: #666; 
	}
#sub_nav li a:hover, #sub_nav li a:active {
	color:#006756;
	}

	
/* ------- normalize ----------------------------------- */
/* Remove list-styles from lists*/ 
ol, ul {list-style:none;}
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {font-size:100%;}
/* Normalize font-style andfont-weight to normal */
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
/* Remove quotation marks from q */
q:before, q:after { content:'';}
/* Remove underline for links*/
a:link, a:visited, a:hover, a:active{ text-decoration:none}
/* ======================================================= */
body{   
	font: 14px/1.7em  "Arial", Arial, "Helvetica", sans-serif;
	font-weight:100;
	}
.bold {
	font-weight: bold;
	}	
.italics{
	font-style:italic;
	}
/* ======== navigation: top ================ */
#nav li {
	font-size: 12px; 
	font-weight:900;
	}
	
/* ======== content ======================= */	
h1 { font-size:20px;}

#body-text a { text-decoration:underline; }	
#body-text a:hover, #body-text a:active { text-decoration:none; }

#body-text p {
	text-indent:20px;
	}
#body-text p.no-indent {
	text-indent:0;
	}
#body-text h2 {
	font-size:15px;
	}
#body-text h3 {
	font-size:13px;
	font-style:italic;
	}
#body-text #post-960 h4 { /* -- special margin for headers on bio page --*/
	margin-top: 20px;
}
#body-text #post-960 p { /* -- special margin for headers on bio page --*/
	line-height: normal;
}
.body-list li{
	list-style-position:outside;
	line-height:1.6em;
	list-style:square;
	font-style:italic;
	}

#mission_list li{  /* -- mission to brand special numbered list --*/
	list-style-position:outside;
	line-height:1.6em;
	list-style-type:upper-roman;
	font-style:italic;
	}
/* ------- Home Page ----------------------- */
p#right_quote {
	text-indent:0;
	font-weight: bold;
	line-height:1.5em;
	font-size:16px;
	}

/* ------ Services Page  --------------------*/
#services_menu {
	list-style:none;
	}
#services_menu li {
	font-size:14px;
	font-weight:bold;
	}
#services_menu a {
	text-decoration:none;
	}
.services_menu_dividers li {
	font-weight: 100;
	}
	
/* ======== navigation: bottom =========== */

#footer_legal p, #sub_nav {
	font-size:10px;
	font-weight:900;
	letter-spacing:normal;
	}
#sub_nav li a:hover, #sub_nav li a:active {
	text-decoration:underline;
	}


/* ------ Blog Page  --------------------*/

#contentThreeCol {
	width: 460px;												
	padding:0;
	float: left;
	margin-left: 20px;										
	}
#menuRight {
	width: 137px;
	background: #a6aa48 url(images/bgr_side_bar.gif) no-repeat left top;
	float: right;
}

/* ======== BLOG STYLES =========== */
.wp_sidebar {
	font-size: 90%;
	margin-top: 20px;
	margin-left: 5px;
}
#recent-posts,
#twitters {
	margin-top: 5px;
	padding-left: 10px;
	font-size: 14px;
	color: #006756;
}
#twitters {
	margin-top: 20px;
}
.wp_sidebar ul li ul li {
	padding: 0 5px 0 10px;
	border-bottom: 1px solid #b7bb54;
	font-size: 90%;
	color: #333;
}
.wp_sidebar ul {
	margin-bottom: 10px;
}
div .textwidget {
	padding: 0 5px 0 10px;
	border-bottom: 1px solid #b7bb54;
	font-size: 90%;
}
.wp_sidebar a {
	color: #006756; /* green */
	text-decoration: none;
}
.wp_sidebar a:hover {
	color: #006756; /* green */
	text-decoration: underline;
}
#about_author {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px #b7bb54 solid;
}
#about_author img {
	padding: 4px;
	border: 1px #b7bb54 solid; 
}
#searchform{
	padding-left: 10px;
	width: 137px;
}
#searchform input#s {
	width: 117px;
	margin-bottom: 2px;
}
#body-text .post h2 {
	padding-top: 0;
	font-size: 18px;
	margin-bottom: .3em;
}
#body-text .post h3 {
	margin-top: 10px;
	font-style: italic;
	font-size: 14px;
	margin-bottom: .3em;
}
#body-text p.post_date,
#commentlist p {
text-indent: 0;
}
.post_title {
	font-size: 140%;
	margin: 10px 0 10px 0;
}
.post_content {
	margin: 0px 0 20px 0;
}
#body-text h1.post_title a {
	text-decoration: none;
}
#body-text p.feedback, .postmetadata {
	margin: 15px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #333;
	font-size: 80%;
	text-indent: 0;
	line-height: normal;
}
#commentform textarea {
 	width: 400px;
 	margin-bottom: 10px;
}
.button { /* -- form buttons --*/
    border: 1px solid #666;
    background: #a6aa48;
    padding: 3px;
}
.button:hover {
    border: 1px solid #000;
    background: #eee;
    padding: 3px;
}
#commentlist p cite,
.comment-edit-link,
#twitter-link {
	font-size: 90%;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #999;
	color: #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
#body-text ol {
	list-style: decimal;
	margin: 15px 30px;
}
#body-text .post ul {
	list-style: disc;
	margin: 0 0 0 30px;
}

/* ======== BLOG IMG STYLES =========== */

img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
img.alignleft, div.alignleft
{
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright
{
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter
{
text-align:center;
margin:0 auto;
}
