/*

Theme Name: R&G Brenner
Theme URI: http://www.rgbrenner.com/
Description: Custom theme from Superlative Internet
Version: 1.0
Author: Superlative Internet
Author URI: http://www.supint.com/
Tags: R&G Brenner
*/

* {
	margin:0;
	padding:0;
}

body {
	background:url(images/bg.png) top left repeat-x #48c581;
	color:#000;
	font:62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin:0;
}

#calls-to-action {
	color:#fff;
	float:right;
	font-size:14px;
	text-align:right;
	width:400px;
}

	.calls-to-action-label {
		float:right;
		font-variant:small-caps;
		font-weight:bold;
		margin-right:10px;
		text-align:right;
		width:150px;
	}
	
	#calls-to-action #phone-number {
		float:right;
		font-size:18px;
		text-align:left;
		width:166px;
	}

		/* mobile phones */
		#calls-to-action #phone-number a {
			color:#fff;
		}

	#calls-to-action #office-locator {
		padding:6px 0;
		text-align:right;
	}

	#calls-to-action #office-locator-form {
		float:right;
	}
	
		#calls-to-action #office-locator-form #search {
			color:#777;
			float:left;
			margin-right:5px;
			padding:3px;
			width:120px;
		}

		#calls-to-action #office-locator-form #go {
			float:left;
		}

	
#client-login {
	padding:5px 0 18px;
}

	#client-login a {
		color:#fff;
		font-size:10px;
		text-decoration:none;
	}
	
	#client-login a:hover {
		text-decoration:underline;
	}

#container {
	background:url(images/bg-container.png) top left repeat-x #fff;
	margin:0 auto;
	width:975px;
}

#container-top {
	background:url(images/bg-container-top.png) top left no-repeat;
	height:20px;
	width:975px;
}

#content {
	background:url(images/bg-content.png) top left no-repeat #fff;
	float:left;
	padding-left:20px;
	width:665px;
}

	/* hard-coding #content-banner to display different content using code logic for different pages */

	#content-banner h1 {
		color:#fff;
		font-size:20px;
		font-weight:normal;
		padding:15px 0 15px 30px;
	}
	
	#content-banner h2 {
		color:#c0d0e0;
		font-variant:small-caps;
		font-size:1.8em;
		font-weight:normal;
		padding:0 0 15px 30px;
	}
	
	#content-banner h3 {
		color:#aed4f7;
		font-size:1.3em;
		font-weight:normal;
		line-height:1.3em;
		padding-left:30px;
		width:290px;
	}
	
	#content2 {
		padding:10px 0 0px;
	}

	#content p, #content2 p {
		line-height:20px;
		font-size:120%;
		padding:10px 10px; /* replaced margin w/ padding, caused extra spacing above footer */
		text-align: justify;
		text-justify: newspaper;
		word-spacing:1px;
	}
	
	#content p.wp-caption-text {
		font-size:1.1em;
		line-height:1.3em;
		text-align:center;	
	}
		
	#content ul, ol, #content2 ul,ol {
		font-size:120%;
		/*list-style-image:url(images/bullet.png);*/
		margin:0 20px 15px 20px;
		padding:10px;
	}
	
	#content li, #content2 li {
		padding:3px;
	}
	
	#content ul li ul {
		font-size:100%;
		margin:0 20px 5px 20px;
	}

#content-text {
	background:url(images/bg-content-text.png) top left repeat-x;
	min-height:600px;
	_height:600px; /* ie6 hack */
	padding:20px;
}

#content-text-home {
	background:url(images/bg-content-text-home.png) top left repeat-x;
	min-height:600px;
	_height:600px; /* ie6 hack */
	padding:20px;
}

#content-text-rgb {
	background:url(images/bg-go-green-go-rgb.jpg) top left no-repeat;
	min-height:861px;
	_height:861px; /* ie6 hack */
	padding:60px 60px;
}

	#content-text a,
	#content-text-home a,
	#content-text-rgb a {
		color:#07ab52;
		font-weight:bold;
		text-decoration:underline;
	}

	#content-text a:hover,
	#content-text-home a:hover,
	#content-text-rgb a:hover {
		text-decoration:none;
	}

	#content-text .entry h1 {
		padding:15px 0 0 10px; /* throwing off /resources/where's my refund */
	}

	#content-text h1,
	#content-text h1 a,
	#content-text-home h1,
	#content-text-home h1 a {
		color:#002b54;
		font-size:16px;
		font-weight:bold;
		line-height:22px;
		padding:0 5px;
		text-decoration:none;
		text-transform:uppercase;
	}
	#content-text-rgb h1 {
		color:#000;
		font-size:36px;
		font-weight:bold;
		line-height:22px;
		padding:0 0 45px 0;
		text-decoration:none;
		text-transform:uppercase;
	}
	#content-text h2 {
		padding:10px 10px;	
	}
	#content-text-rgb h2 {
		color:#000;
		font-size:24px;
		font-weight:bold;
		line-height:36px;
		padding:0;
		text-decoration:none;
	}

#customer-map {
	width:100%;
	height:413px;
	}

#customer-map-container #address,
#customer-map-container #radius {
	font-size:1.4em;
	}

	

.entry #appointmentOfficeForm,
.entry #appointmentVideoForm,
.entry #surveyForm,
#commentForm,
#contactForm,
#ftpForm {
	background:#ccc;
	border:5px solid #eee;
	float:left;
	margin:15px 0;
	padding:1px;
}

	.entry #appointmentOfficeForm h1,
	.entry #appointmentVideoForm h1,
	.entry #surveyForm h1 {
		color:#0a2b4a;
		font-size:2em;
		font-weight:bold;
		padding-bottom:10px;
	}
	.entry #appointmentOfficeForm table,
	.entry #appointmentVideoForm table,
	.entry #surveyForm table,
	#commentForm table,
	#contactForm table,
	#ftpForm table {
		background:#fff;
		color:#0a2b4a;
		font-size:1.3em;
		font-weight:bold;
		padding:15px;
	}
	.entry #appointmentOfficeForm td,
	.entry #appointmentVideoForm td,
	.entry #surveyForm td,
	#commentForm td,
	#contactForm td,
	#ftpForm td {
		padding:3px;
	}
	.entry #appointmentOfficeForm td.required,
	.entry #appointmentVideoForm td.required,
	.entry #surveyForm td.required,
	#contactForm td.required,
	#ftpForm td.required {
		color:#F52222;
		font-weight:bold;
	}
	.entry #appointmentOfficeForm input,
	.entry #appointmentOfficeForm select,
	.entry #surveyForm input,
	.entry #surveyForm select {
		font-size:1.1em;
		padding:2px;
		width:200px;
	}
	.entry #appointmentOfficeForm textarea,
	.entry #surveyForm textarea {
		font-size:1.3em;
		height:75px;
		padding:2px;
		width:200px;
	}
	#contactForm input,
	#ftpForm input {
		font-size:1.1em;
		padding:2px;
		width:240px;
	}
	#contactForm textarea,
	#ftpForm textarea {
		font-size:1.3em;
		height:125px;
		padding:2px;
		width:240px;
	}
	.entry #appointmentVideoForm input,
	.entry #appointmentVideoForm select {
		font-size:1.1em;
		padding:2px;
		width:230px;
	}
	.entry #appointmentVideoForm textarea {
		font-size:1.3em;
		height:75px;
		padding:2px;
		width:230px;
	}
	/* manually overwrite default img styles for calendar icon */
	.entry .ui-datepicker-trigger {
		background:none;
		border:none;
	}
	.entry .habla-espanol {
		background:none;
		border:none;	
	}
	.entry #office-info td {
		font-size:120%;
		padding:5px 0 0 10px;
	}
	
form .eg {
	color:#555;
	font-size:0.9em;
	font-weight:normal;
}

#footer {
	background:#196b3e;
	height:172px;
	margin:0 auto;
	width:975px;
}

	#footer #footer-countdown {
		float:left;
		padding:15px 0 0 0;
		width:350px;
	}

		#footer-countdown #countdown-title {
			color:#b4e2c7;
			font-size:14px;
			font-weight:bold;
			text-align:center;
		}
		
		#footer-countdown #countdown-labels {
			color:#fff;
			font-size:12px;
			text-align:center;
		}
		
		#footer-countdown #countdown-call-today {
			color:#fff;
			font-size:14px;
			font-weight:bold;
			padding-top:25px;
			text-align:center;
		}


		/* mobile phones */
		#footer-countdown #countdown-call-today a {
			color:#fff;
		}
		
	#footer #footer-credits {
		background:url(images/bg-footer-sep.png) top right no-repeat;
		color:#b4e2c7;
		float:left;
		font-size:10px;
		height:170px; /* to show all of sep line */
		line-height:14px;
		padding-left:35px;
		width:190px;	
	}

		#footer #footer-credits a {
			color:#b4e2c7;
			font-size:10px;
			text-decoration:none;
		}

		#footer #footer-credits a:hover {
			text-decoration:underline;
		}
	
	#footer #footer-link-titles-box {
		float:left;
		margin:35px 0 0 30px;
		width:85px;
	}

		#footer .footer-link-titles {
			color:#b4e2c7;
			font-size:12px;
		}
	
	#footer #footer-links-box {
		background:url(images/bg-footer-sep.png) top right no-repeat;
		float:left;
		width:270px;
	}

		#footer .footer-links {
			color:#fff;
			font-size:11px;
			line-height:20px;
		}

		#footer .footer-links a {
			color:#fff;
			text-decoration:none;
		}
		
		#footer .footer-links a:hover {
			text-decoration:underline;
		}
			
		#footer .social-networking {
			float:left;
			height:25px;
			padding:0 15px 0 20px;
		}
		
		#footer #footer-links-box #facebook {
			background:url(images/icons/facebook.png) top left no-repeat;
		}

		#footer #footer-links-box #linkedin {
			background:url(images/icons/linkedin.png) top left no-repeat;
		}

		#footer #footer-links-box #twitter {
			background:url(images/icons/twitter.png) top left no-repeat;
		}
	
#header {
	height:105px;
	margin:0;
}
#home-left {
	border-left:3px solid #E0E8F1;
	float:left;
	height:180px;
	margin:20px 20px 20px 10px;
	padding:5px 0 0 5px;
	width:260px;
}
#home-right {
	border-left:3px solid #E0E8F1;
	float:right;
	height:180px;
	margin:20px 0 0 0;
	padding:5px 0 0 5px;
	width:310px;
}
	#home-left h1,
	#home-right h1 {
		padding:0 0 0 10px;
	}
#logo {
	float:left;
	padding:10px 35px 0;
}

#logo-glow {
	margin:0 auto;
}

	#logo-glow #glow {
		background:url(images/logo-glow.png) no-repeat;
		height:400px;
		margin:0 auto;
		width:995px;
	}

#map-table td {
	font-size:12px;
	padding:4px;
}

/* border graphic for maps */
#map-border img {
	background:none;
	border:none;
	padding:0;
}

#nav-container {
	margin:0;
	width:975px;
}

/* http://javascript-array.com/scripts/jquery_simple_drop_down_menu/ */
#jsddm {
	height:60px;
	margin: 0;
	padding: 0;
	}
	
	#jsddm li {
		float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		}

	#jsddm li a {
		display: block;
		white-space: nowrap;
		}

	#jsddm li a:hover {}
		
		#jsddm li ul {
			background:#D0E5F3;
			border:10px solid #147BC1;
			margin:0;
			padding: 20px 35px 10px 15px;
			position: absolute;
			visibility: hidden;
			z-index:100000;
			}
		
		#jsddm li ul li {
			display: inline;
			float: none;
			}
		
		#jsddm li ul li a {
			color:#11467A;
			font-size:12px;
			font-weight:bold;
			padding-bottom:8px;
			text-decoration:none;
			/*width: auto; */
			}
		
		#jsddm li ul li a:hover {
			text-decoration:underline;
			}
/*
#nav {
	background:url(images/bg-nav-left.png) bottom left no-repeat;
	float:left;
	height:60px;
	padding-left:45px;
	width:935px;
}

	#nav li {
		background:url(images/nav-sep.png) bottom right no-repeat;
		float:left;
		height:60px;
		list-style:none;
	}

	#nav li:hover {
		background:url(images/bg-nav-on-right.png) bottom right no-repeat;
	}

	#nav li a {
		color:#002b54;
		display:block;
		font-size:0.78em;
		font-weight:bold;
		line-height:inherit;
		padding:25px 15px 19px;
		text-decoration:none;
	}
	
	#nav li a:hover {
		background:url(images/bg-nav-on.png) top left no-repeat #167ec1;
		color:#fff;
	}

	#nav li.blog {
		background:none;
		float:left;
		height:60px;
		list-style:none;
	}
	*/
	
#office-locator {

}

#testimonial-random-box {
	clear:both;
	padding:30px 0 0;
}

/* to align SBAC seal and anniversary seal */
#testimonial-random-box-home {
	clear:both;
	padding:30px 0 0 25px;
}

#sidebar {
	float:right;
	/*height:900px;*/
	margin:0;
	padding:0 10px 0 0;
	width:270px;
}

	#sidebar #appointment a,
	#sidebar #customer-map-image a, 
	#sidebar #recent-blog-posts a,
	#sidebar #video-conference a {
		color:#002b54;
		font-size:11px;
		text-decoration:none;
	}

	#sidebar #appointment a:hover,
	#sidebar #customer-map-image a:hover, 
	#sidebar #recent-blog-posts a:hover,
	#sidebar #video-conference a:hover  {
		color:#002b54;
		text-decoration:underline;
	}


	#sidebar #ad-banner {
		height:98px;
		margin:0 0 20px 0;
		overflow:hidden; /* fixes stacking of images while page loads */
	}
	
	#sidebar #appointment {
		padding-left:10px;
	}

	#sidebar #appointment .field {
		padding:3px;
	}

	#sidebar #appointment .field-box {
		float:left;
		padding:3px;
	}

	#sidebar #appointment .label {
		color:#002b54;
		float:left;
		font-size:12px;
		font-weight:bold;
		padding:6px 0 0 0;
		width:50px;
	}

	#sidebar #customer-map-image {
		padding-left:10px;
	}
	
	#sidebar #customer-map-image .field {
		padding:3px;
	}

	#sidebar #newsletter {
		background:url(images/bg-sidebar-box.png) top left repeat;
		height:85px;
		margin:0 0 10px 0;
		padding:0 0 0 15px;
	}
	
	#sidebar #newsletter #newsletter-title {
		color:#fff;
		font-size:14px;
		font-weight:bold;
		padding:15px 0 10px;
	}

	#sidebar #newsletter #fields_email {
		color:#777;
		float:left;
		margin-right:5px;
		padding:3px;
		width:140px;
	}

	#sidebar #recent-blog-posts {
		padding-left:10px;	
	}
	
		#sidebar #recent-blog-posts .sidebar-blog-post {
			padding:3px 0;	
		}

		#sidebar #recent-blog-posts .sidebar-blog-date {
			float:left;
			width:45px;
		}
	
		#sidebar #recent-blog-posts .sidebar-blog-title {
			float:left;
		}

	#sidebar #search {
		background:url(images/bg-sidebar-box.png) top left repeat;
		height:42px;
		margin-top:20px;
		padding:15px 0 0 15px;
	}
	
	#sidebar #search #search-title {
		color:#fff;
		float:left;
		font-size:14px;
		font-weight:bold;
		padding:5px 10px 0 0;
	}

	#sidebar #search #s {
		color:#777;
		float:left;
		margin-right:5px;
		padding:3px;
		width:120px;
	}

	#sidebar .sidebar-sep {
		background:url(images/sidebar-sep.png) center left no-repeat;
		height:1px;
		padding:20px 0;
		width:270px;
	}
	
	#sidebar .title {
		color:#002b54;
		font-size:14px;
		font-weight:bold;
		padding:0 0 5px 0;
	}
	
	#sidebar .subtitle {
		color:#002b54;
		font-size:11px;
		padding:0 25px 10px 0;
	}

	#sidebar #video-conference {
		padding-left:10px;
	}

#wrapper {
	margin:-400px auto 0;
	width:975px;
}







/* blockquote + links
--------------------------------------------------*/

blockquote {
background:#EFF8FB;
border:1px solid #ccc;
margin:10px 0;
padding:5px 15px;
}

a.more {
display:block;
text-align:right;
color:#2F460D;
text-decoration:none;
margin:10px 0 0;
}

a.more:hover {
text-decoration:none;
}

/* metadata under post
--------------------------------------------------*/
/*
.post {
	background:url(images/bg-content-text.png) top left repeat-x;
	padding:20px;
}

.post h1,
.post h1 a,
.post-home h1,
.post-home h1 a {
	color:#002b54;
	font-size:16px;
	font-weight:bold;
	padding:0 5px;
	text-decoration:none;
	text-transform:uppercase;
}

.post img {
	background:#ccc;
	border:5px solid #eee;
	padding:1px;
}

.post .info {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	background-color:#EFF8FB;
	font-size:1em;
	color:#333;
	padding:2px 3px 3px 8px;
	margin: 25px 0 0;
}
*/
.date {
	margin: 0 0 15px 10px;
	padding:5px 0;
}

.post small {
margin-top:25px;
}



/* metadata sidebar ('about this post')
--------------------------------------------------*/
p.news {
background:#EFF8FB;
color:#333;
font-size:120%;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
margin:10px 0 28px;
padding:10px;
}




/* comments
--------------------------------------------------*/
#comments {}

#commentlist li {
	margin-bottom:1.5em;
	padding-bottom:1em;
}

#commentform {
	background:#fff;
	text-align:left;
}

#commentform textarea {
	background:#f8f7f6;
	border:1px solid #d6d3d3;
	width:480px;
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
}

#commentform #email,#commentform #author,#commentform #url {
	/*font-size:1.1em;
	background:#f8f7f6;*/
	border:1px solid #d6d3d3;
	padding:3px;
	width:200px;
}

#commentform input {
	margin-bottom:3px;
}

#gravatar {
	align:right;
}

/* wp stuff
--------------------------------------------------*/

.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.alignleft {
float:left;
}

.alignright {
float:right;
}

.navigation {
text-align:center;
font-size:120%;
}

.wp-caption {
	border:1px solid #ddd;
	text-align:center;
	background-color:#f3f3f3;
	padding:4px 0 0 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:10px 15px 0 15px;
}

.wp-caption img {
border:0 none;
margin:0;
padding:0;
}


.wp-caption-dd {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}


#content-bottom {
	background:url(images/bottom.png) top left no-repeat;
	clear:both;
	height:81px;
	margin:0 auto;
	width:964px;
	}