/*
Theme Name: rbruer 2.0
Theme URI: http://rbruer.com
Description: rbruer Theme</a>.
Version: 1.0
Author: Quoin Design
Author URI: http://quoindesign.com/
Tags: rbruer
*/

/*

	Colors
	-----------
	Lt Green	#9EAC19
	Dk Green	#787F0B
	Blue 		#0C3C2E
	Text		#444

*/

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;

}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0 none;
}
caption, th {
    text-align: left;
}
html {
}
body {
	font: normal 15px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
    color: #444;
    font-size: 15px;
    width: 100%;
   	background: url('images/stripes_body.png') repeat-x top;
   	

}
body.home {
	   	background: url('images/bkg-home.png') no-repeat center top;

}
#wrapper {
	margin: 0 auto;
    position: relative;
    text-align: left;
    width: 950px;

}
strong {
    font-weight: bold;
}
#branding {
    background: url("images/branding_mask.png") repeat scroll left top transparent;
    height: 120px;
    margin-left: -125px;
    padding-left: 125px;
    position: relative;
    width: 1200px;
}

body.home #branding {
	background: none;	
}
#branding div.logo {
    left: -900px;
    position: absolute;
    text-indent: -9999px;
    top: -900px;
}
#branding a.logoimg {
    display: block;
    left: 66px;
    position: relative;
    top: 33px;
}
    
#branding_logo {
    position: absolute;
    top: 0;
}
#branding_title li {
    height: 33px;
    margin-left: 206px;
}
ul#branding_title img {
    margin-left: 30px;
    margin-top: 10px;
}
.sf-menu, .sf-menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.sf-menu {
    line-height: 1;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 13em;
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit;
}
.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;
    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;
    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;
    top: 0;
}
.sf-menu {
    float: left;
    margin-bottom: 1em;
}
.sf-menu a {
    height: 18px;
    padding: 7px 0.7em 5px;
    text-decoration: none;
    vertical-align: middle;
}
.sf-menu li ul li a {
    height: 18px;
    padding: 7px 0.7em 5px;

}
.sf-menu li ul {
    background: url(images/stripes_green.gif) repeat scroll 0 0 transparent;
}
.sf-menu li li {
  //  border-bottom: 1px solid #969940;
    color: #fff;
}
.sf-menu li li ul {
    background: url(images/stripes_green.gif) repeat scroll 0 0 transparent;
}
.sf-menu li li li {
  //  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: url(images/stripes_ltgreen.gif) repeat scroll 0 0;
    outline: 0 none;
}
.sf-menu li li:hover, .sf-menu li li.sfHover {
	background: none;	
}
#content {
//   overflow: hidden;
}
#content.blogBgr {
    background: url("images/bgr_content_blog.gif") repeat-y scroll left top #FFFFFF;
}
#content_columnL {
 //   background: url("") no-repeat scroll left top #777777;
 	clear:both;

}
#content_columnL p {
    padding-bottom: 10px;
}


/* SIDEBAR */

#sidebar {
    float: left;
    width: 251px;
    padding: 45px 0;
}
#sidebar ul{
	margin-left: 0;
	width: 100%;
}

#sidebar li {
	background: url(images/stripes_patt_double_ltgreen.gif) repeat;
	margin-top:1em;
	padding: 10px 14px;
	font: normal 20px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;

}
.page #sidebar li {
	background: none;
}


.thumbnail_mask {
	position:relative;
	margin-bottom: 2em;
}
.mask {
	background: url('images/thumbnail_mask.png') bottom right;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 251px;
	height: 100px;
}

.widget_tag_cloud {
//	padding: 14px;
	line-height: 1em;	
}

.quotescollection_randomquote q, .quotescollection_randomquote cite {
	font: normal 20px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
	padding: 0 14px;
}

#contact_info {
    margin: 0 0 20px 40px;
}
#contact_info li {
    display: block;
    margin: 0;
    padding: 8px 20px 2px 10px;
}
#signup_form {
    background: none repeat scroll 0 0 #036654;
    clear: both;
    color: #006756;
    font-size: 13px;
    font-weight: bold;
    margin: 45px 0 20px;
    padding: 0 15px 20px 0;
    text-align: right;
}
#signup_form img {
    padding-bottom: 5px;
}
#submit_div {
    margin-top: 5px;
}
#submit_div a {
    display: block;
    float: right;
    height: 19px;
    position: relative;
    width: 55px;
}
#featured-image {
	float: left;
	width: 303px;
	position: relative;
	background: url('images/logo_home.png') no-repeat top left;
	height: 501px;
}
#featured-image img {
	position: absolute;
	bottom: 0;
	right: 0;
}
#page_columnR {
 	float: right;
    padding: 0;
    width: 563px;
    padding-top: 2em;
    padding-right: 76px;

}
#blog_headlines {
    width: 580px;
    margin-left: 66px;
    margin-bottom: 3em;
    float:left;
    border-right: 1px solid #0C3C2E;
    padding-right: 1.5em;
}

#blog_headlines ul {
	margin-top: 2em;
}
#blog_headlines h4 {
	text-transform: none;
	margin-top: 1em 0 0em !important;


}
#blog_headlines p,
#featured,
#twitter {
	text-transform: none;
	color: #444;
	}
#blog_headlines h4 a {
	color: #0C3C2E;
}
#blog_headlines h4 a:hover {

	text-decoration: underline;
}
#blog_headlines a.readmore, .intent-meta a {

	font-family: "Futura","Helvetica Neue",Helvetica,sans-serif;
	display: inline-block;
	padding: 3px 10px;
	margin: 0px !important;
	position: relative;
	text-align: right;
	font-size: 15px;
	
}
span.readmore {
	display: inline-block;
	margin: 0 !important;
	
}
.post h2 {
    padding-bottom: 5px;
    padding-top: 15px;
}
.post a.nounderline {
	text-decoration: none;	
}
.post a:hover.nounderline {
	text-decoration: underline;	
}
.body-list {
    margin-left: 60px;
    padding: 5px 0;
}
#mission_list {
    margin-left: 60px;
    padding: 5px 0;
}
#right_quote {
    float: right;
    margin: 0 0 10px 15px;
    padding: 10px 0 10px 20px;
    position: relative;
    width: 180px;
}
#news {
	clear:both;
	padding: 1em 0;

}
#news ul {
	padding: 0;
}
#news ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

#news #featuredtwitter {
    float: right;
    margin-right: 66px;
    padding: 0 0em;
    width: 164px;
}

#sidebar li.featli {
	
	background: none;
}
#featured {
	margin-top: 0em;
}

#featured span {
	display: none;	
} 

#featuredtwitter #featured {
	margin-top: 0;
	padding: 0;
}
#twitter {
	margin-top: 2em;	
}

ul#services_menu {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 585px;
}
#services_menu li {
    display: inline;
}
.services_menu_dividers {
    margin: 0 7px;
}
#footer {
	clear:both;
	background: url(images/footer-mask.gif) no-repeat top center;	
	height: 168px;
    border-top: 1px solid #444;

}

#footer-wrap {
	display: block;
	padding-top:32px;
	margin: 0 auto;
	width: 950px;
	height: 168px;

}
#footer #footer-wrap div {
	float: left;
	
}

.coinfo {
    margin-left: 66px;
    width: 164px;
    color: #0C3C2E;
}
.tagline {
	width: 164px;
	margin-left:135px;
}
.tagline h4 {
	line-height: 1.5em;
}
.social {
	width: 164px;
	margin-left:177px;
}
.social h3 {
	margin-top: 0;
	margin-bottom: .5em;	
}
.social li {
	margin:0 0 .5em;
	
}
.social li a {
	height: 28px;
	background: url(images/socialicons.gif) no-repeat;
	padding:0 0 0 46px;
	display:block;
	
}
.social .tw a {
	
}
.social .li a {
	background-position: left 50%;
}
.social .fb a {
	background-position: left bottom;
}


	
#footer_legal {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    overflow: hidden;
    padding: 10px 140px 10px 0;
    
}
#footer_legal p {
	font: normal 10px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
    color: #666;
    float: right;
}

#sub_nav {
    float: right;
    padding-right: 30px;
    text-align: right;
    width: 370px;
}
#sub_nav li {
    display: inline;
    padding-left: 10px;
}
#branding_title li {
    background: url("images/title_bg_color.gif") repeat-x scroll 0 0 transparent;
    padding-top: 12px;
}

body.home #nav {
    position: absolute;
    left: 526px;
    top: 44px;    
}

#nav {
    position: absolute;
    left: 477px;
    top: 90px;
    
    
}
#nav li {
	font-weight: normal;
    float: left;
    text-align: center;
    text-transform: lowercase;
    margin-right: 29px;
}


#nav li.page_item a {
    color: #0C3C2E;
}
#nav li.page_item li a {
    color: #FFFFFF;
}
#nav li a:hover, #nav li a:active {
    background: url('images/stripes_ltgreen.gif') repeat scroll 0 0 #787F0B;
    color: #FFFFFF;
    text-decoration: none;
}
#location a:link, #location a:visited {
    background: url('images/stripes_green.gif') repeat scroll 0 0 #787F0B;
    color: #FFFFFF;
}
#nav li.current_page_item a, #nav li.current_page_ancestor a, #nav li.current_page_parent a {
    background: url('images/stripes_green.gif') repeat scroll 0 0 #787F0B;
    color: #FFFFFF;
}
#nav li.current_page_ancestor li a, #nav li.current_page_parent li a, #nav li.current_page_item li a {
    color: #FFFFFF;
}
#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: #FFFFFF;
}


#nav li a {
    color: #0C3C2E;
}
#nav li li a {
    color: #fff;
}
#nav li a:hover, #nav li a:active {
    background: rgba(255,255,255,.7);
    color: #787F0B;
    
}
#location a:link {
    background: none;
    color: #FFFFFF;
}


/* #nav li.menu-item-2046 a {
	background: url('images/contact-bkg.gif') top left no-repeat;
	display: block;
    padding: 3px 18px 2px 55px;
    position: absolute;
    text-align: right;
   	top: 31px;
	left: 67px;
	color: #fff;
	
}


#nav li.menu-item-2046 a:hover {
	background: url('images/contact-bkg.gif') bottom left no-repeat;
	color: #787F0B;
} */

body.home #branding_logo {
		display: none;
}


#content_columnR {
    background-color: white;
}

.post p {
	margin: .5em 0 ;
	line-height: 23px;
}
..post a:hover, .post a:active {
    color: #fff;
}

.post table {
    margin-bottom: 15px;
}
#submit_div a {
    background: url("images/submit_button.gif") no-repeat scroll 0 -19px transparent;
}
#submit_div a:hover {
    background: url("images/submit_button.gif") no-repeat scroll 0 0 transparent;
}
#right_quote {
    border-left: 1px solid #A6AA48;
    color: #006756;
}
ol, ul {
    list-style: none outside none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    text-transform: lowercase;
    line-height: 1em;
	margin: .5em 0;
	color: #0C3C2E;
}

body.home .post h2 {
	font-size: 68px;
	font-weight: normal;
	color: #787F0B;
}

h1 {
	font-size: 45px;	
}

h2 {
	font-size: 30px;
	margin-bottom: .5em;
}
h3 {
	font-size: 20px;
	margin-top: 1.5em;
}
h4 {
	font-size: 20px;
	color: #787F0B;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 15px;
}

a {
	color: #9EAC19;
}


address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}
q:before, q:after {
    content: "";
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}	
.bold {
    font-weight: bold;
}
.italics {
    font-style: italic;
}
.post a {
    text-decoration: underline;
}
.post a:hover, .post a:active {
    text-decoration: none;
}
p {
    text-indent: 0;
    margin-top: .5em;
    font-size: 15px;
    line-height: 1.53em; 
    font-family: Palatino,Times New Roman,Times,serif;
}

.entry ul {
	margin: 1em 2em 1em;
}

.entry li, #featuredtwitter li {
	
	    font-family: Palatino,Times New Roman,Times,serif;
	    list-style-image: url('images/bullet.gif');

}

#featuredtwitter li {
	list-style: none;	
}

.post p.no-indent {
    text-indent: 0;
}

body.home .post h3 {
	font-size: 30px;
}

.post h3.homecall {
	margin-top: 1em;
	text-align: right;
}
#post-2034 h3.homecall {
	display: none;	
}
form#si_contact_form1 input[type="submit"], input.call {
	font: normal 15px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
	padding: 1px 10px 0px;
	margin-left: -10px;
}
.call, form#si_contact_form1 input[type="submit"], .intent-meta a  {
	background: url('images/stripes_sm.gif') repeat right 88px;
	display:block;
	padding: 4px 10px 3px;
	margin-left: 0px;
	text-decoration: none;
		color: #787F0B;
		border: none;
	font: normal 15px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
	text-transform:lowercase;
	margin-top: 1em !important;
}
.call:hover, form#si_contact_form1 input[type="submit"]:hover {
	background: url('images/stripes_sm.gif') no-repeat bottom right;
	text-decoration: none;
	color: #fff;
}

form#si_contact_form1 input[type="submit"], input.call {
	font: normal 20px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
}
form#si_contact_form1 input[type="submit"] {
}

.post h3.homecall a {
	background: url('images/StartWorkingWithRich.gif') no-repeat top right;
	width: 425px;
	display:block;
	padding: 10px 32px 6px;
	color: #fff;
	margin-left: -10px;
	text-decoration: none;
}

.post h3.homecall a:hover {

	background-position: bottom;
	color: #787F0B;

}

.post #post-960 h4 {
    margin-top: 20px;
}
.post #post-960 p {
    line-height: normal;
}
.post h5 {
	font-size: 13px;
	color: #9EAC19;
}
.body-list li {
    font-style: italic;
    line-height: 1.6em;
    list-style: square outside none;
}
#mission_list li {
    font-style: italic;
    line-height: 1.6em;
    list-style-position: outside;
    list-style-type: upper-roman;
}
p#right_quote {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    text-indent: 0;
}
#services_menu {
    list-style: none outside none;
}
#services_menu li {
    font-size: 14px;
    font-weight: bold;
}
#services_menu a {
    text-decoration: none;
}
.services_menu_dividers li {
    font-weight: 100;
}
#sub_nav li a:hover, #sub_nav li a:active {
    text-decoration: none;
}
#contentThreeCol {
    float: left;
    margin-left: 20px;
    padding: 0;
    width: 460px;
}
#menuRight {
    background: url("images/bgr_side_bar.gif") no-repeat scroll left top #A6AA48;
    float: right;
    width: 137px;
}
#recent-posts, #twitters {
    color: #006756;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 10px;
}
#twitters {
    margin-top: 20px;
}





#about_author {
    border-bottom: 1px solid #B7BB54;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
#about_author img {
    border: 1px solid #B7BB54;
    padding: 4px;
}
#searchform {
    width: 100%;
}
#searchform input#s {
    margin-bottom: 2px;
    width: 117px;
}

.entry {
//	width: 475px;
}
.home .entry {
	float: right;
	width: 475px;
	margin: 0 111px 1em 0;
}

#blogtitle {
  	background: url(images/brunotesbkg.gif) no-repeat bottom right;
  	padding: 14px;
  	margin: 0 -14px 3em;
}
#sidebar #blogtitle {
  	margin: 0 0 2em;


}
#blogtitle h1 {	
	color: #fff;
	font-size:68px;
	margin: 0;
	
}
#blogtitle h2 {
	color: #fff;

}
body.blog .entry {
	width: auto;
	margin: 0;
}
body.blog .body-text {
	margin-top: 2em;

}

#body-text {
	margin-top: 1em;	
	margin-bottom: 3em;	
}

#sidebar h4 {
	display: none;	
}
#sidebar .addtoany_subscribe {
	background: url(images/rss.gif) no-repeat right top;
	display: block;
	width: 100%;
		
}
#sidebar select {
	background: none;
	border: none;
	color: #9EAC19;
	width: 100%;
	text-transform: lowercase;
	font: normal 20px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
}

.blog #sidebar select option:checked {
}

#sidebar form#searchform {
	padding: 2px 0 10px;
}

#sidebar form#searchform label {
	display: none;
}
#sidebar form#searchform div {
	width: 100%;
}
#sidebar form#searchform input[type=text] {
	width: 137px;
	font: normal 20px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
	margin-right: 14px;
	height: 26px;
	background: rgba(222,221,165,.7);
	color: #787F0B;
	float: left;
	
}
.post {
	margin-bottom: 4em;
	clear:both;
}
body.home .post {
	margin-bottom: 0;
}

.post p.post_date, #commentlist li {
//	border-bottom: 1px solid #aaa;
	background: url(images/stripes_patt_double_ltgreen.gif) repeat-x top;
	padding: 0 0 3em;
}

.post p.post_date, #commentlist p {
    text-indent: 0;
}
.post_title {
    font-size: 140%;
    margin: 10px 0;
}
.post_content {
    margin: 0 0 20px;
}
.post h1.post_title a {
    text-decoration: none;
}
.addtoany_list {
	float: left;
	margin-bottom: 3em;
	
}
.addtoany_list a {
	padding: 0 1em 0 0 !important;
	
}
.post div.meta, .postmetadata {
    font-size: 80%;
    line-height: normal;
    margin: 15px 0;
    padding: 0 0 20px;
    text-indent: 0;
    clear: right;


}
.post div.meta a, .postmetadata a {
    color: #0C3C2E ;
}
#commentform textarea {
    margin-bottom: 10px;
    width: 400px;
}
.button {
}
.button:hover {
}
#commentlist p cite, .comment-edit-link, #twitter-link {
	font: normal 15px/1.533em FuturaBT-Light,FuturaLight,Futura,"Helvetica Neue",Helvetica,sans-serif;
}
#twitter-link { text-align:left !important; }
blockquote {
//    border-left: 5px solid #999999;
    color: #999999;
    margin: 15px 46px;
    padding-left: 20px;
}
blockquote cite {
    display: block;
    margin: 5px 0 0;
}
.post ol {
    list-style: decimal outside none;
    margin: 15px 30px;
}
.post .post ul {
    list-style: disc outside none;
    margin: 0 0 0 30px;
}
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 {
    margin: 0 auto;
    text-align: center;
}
.wp-caption {
//    background-color: #F3F3F3;
//    border: 1px solid #DDDDDD;
//    border-radius: 3px 3px 3px 3px;
//    margin: 10px;
//    padding-top: 4px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    margin: 0;
    padding: 0;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: .5em 0 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 {
    margin: 0 auto;
    text-align: center;
}
/* ------- 
	Twitter Widget 
		----------- */
		
.from-meta, .time-meta {
	display: none;
}
.twitterwidget-title {
	display:none;
}