
/*
	Theme Name: 
	Theme URI: 
	Description: 
	Author: 
	Version: 1.0
	License: 
	License URI: 
	Template: template 
	Tags: 
*/



@import url("style-032013.css"); 

@import url("//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700");




/* ----- START [4] Custom Styles ----- */







/* -- Body Styles -- */

body {
	font-family:"Open Sans", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #c0c0c0;
	}
	
	.lt-ie10 body {
		font-family: Tahoma, Geneva, sans-serif;
		}
	
	input,
	select,
	textarea {
		font:100% "Open Sans", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
	
		.lt-ie10 input,
		.lt-ie10 select,
		.lt-ie10 textarea {
			font: 100% Tahoma, Geneva, sans-serif;
			}
	
	.container-16,
	.container-12 {
		margin-top:20px;
		margin-bottom:20px;
		padding:10px 20px;
		background:#fff;
		}
	
	/* -- this eliminates the iframe on the Contact Us page that displaces the layout on webkit browsers */
	body > iframe {
		display:none;
		}

/* -- Header -- */

header.main {
	position:relative;
	z-index:1;
	min-height:180px;
	margin:20px 0px 0px 0px;
	padding:20px 0px;
	background: url(img/splash-images/header-background.png) top left repeat #4071c1;
	background: url(img/splash-images/header-background-bottom.png) bottom left no-repeat, url(img/splash-images/header-background.png) top left repeat;
	color:#fff;
	}

/* -- Header Logo/Firm Name -- */

.header-logo {
	display:inline-block;
	width:500px;
	margin:50px 0px 50px -10px;
	padding:45px 35px;
	background:#0a254a;
	color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}
	
	.lt-ie10 .header-logo {
		margin-left:0px;
		}
	
	.header-logo a,
	.header-logo a:visited,
	.header-logo a:hover,
	.header-logo a:active,
	.header-logo a:focus {
		color:#fff;
		text-decoration:none;
		}
		
		.header-logo a b {
			display:block;
			padding:0px 0px 5px 0px;
			font:246%/100% "Palatino Linotype", "Book Antiqua", Palatino, serif;
			color:#fff;
			}
		
		.header-logo a i {
			display:block;
			font-style:normal;
			font-weight:bold;
			font-size:88%;
			text-transform:uppercase;
			letter-spacing:5px;
			color:#acdc7d;
			}

/* -- Header Phone -- */

.header-phone {
	text-align:center;
	}
	
	.header-phone b {
		display:block;
		font:normal 270% "Palatino Linotype", "Book Antiqua", Palatino, serif;
		}
	
	.header-phone i {
		display:block;
		font-style:normal;
		font-weight:bold;
		font-size:88%;
		letter-spacing:5px;
		text-transform:uppercase;
		}

/* -- "Website Coming Soon" seal -- */

.coming-soon-seal {
	position:absolute;
	bottom:-35px;
	right:30px;
	width:151px;
	height:150px;
	overflow:hidden;
	background:url(img/splash-images/website-coming-soon-seal.png) top center no-repeat;
	}

/* -- Address Bar -- */

.address-bar {
	margin:-10px -10px 0px -10px;
	padding:30px 180px 20px 30px;
	background:#0a254a;
	color:#fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	}
	
	.lt-ie10 .address-bar {
		margin:0px;
		padding:20px 180px 20px 30px;
		}
	
	.address-bar span {
		display:inline;
		padding:0px 15px 0px 0px;
		}
	
	.address-bar b {
		display:inline;
		padding:0px 5px 0px 0px;
		}
	
	.address-bar address {
		display:inline;
		margin:0px;
		padding:0px;
		font-style:normal;
		}

/* -- Mid-Section -- */

.mid-section {
	padding:20px 0px;
	}

/* -- Main Content Block -- */
	
.content {
	padding:15px 20px;
	min-height:1px;
	color:#444;
	}
	
	.content .google-map img {
		max-width:inherit;
		}
	
	.content hr {
		}
		
	.content blockquote {
		padding:25px;
		}
		
	.content a,
	.content a:visited {
		font-weight:bold;
		color:#6a9d39;
		text-decoration:none;
		}
	
	.content a:hover,
	.content a:active,
	.content a:focus {
		color:#4071c1;
		text-decoration:none;
		}
		
	.content p {
		}
			
	.content h1 {
		font:normal 189% "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color:#2f5ba4;
		}
	
	.content h2 {
		font-size:116%;
		color:#2f5ba4;
		}
	
	.content h3 {
		font-size:100%;
		color:#000;
		}
	
	.content h4 {
		font-size:93%;
		color:#000;
		}
	
	.content h5 {
		font-size:88%;
		color:#000;
		}

/* -- Client Center -- */

iframe.client-center {
	width:940px;
	min-height:900px;
	overflow-y: scroll;
	overflow-x: hidden;
	border:none;
	}	

/* -- Sidebar -- */

aside.sidebar {
	}

/* -- Sidebar QC Form -- */

.sidebar-qc {
	padding:25px;
	background:#4071c1;
	color:#ccc;
	}
	
	.sidebar-qc h2 {
		margin:0px;
		padding:0px;
		color:#fff;
		text-transform:uppercase;
		letter-spacing:3px;
		font:normal 131% "Palatino Linotype", "Book Antiqua", Palatino, serif;
		}
	
	.sidebar-qc p {
		margin:15px 0px;
		padding:0px;
		line-height:139%;
		}
	
	.sidebar-qc b {
		font-weight:bold;
		color:#fff;
		break-inside:avoid;
		}
	
	.sidebar-qc form {
		margin:0px;
		padding:0px;
		}
	
	.sidebar-qc form ul {
		list-style:none;
		margin:0px;
		padding:0px;
		}
	
	.sidebar-qc form ul li {
		display:block;
		margin:0px;
		padding:2px 0px;
		}
	
	.sidebar-qc form label {
		display:none;
		}
	
	.sidebar-qc form input[type=text],
	.sidebar-qc form input[type=tel],
	.sidebar-qc form input[type=email],
	.sidebar-qc form textarea {
		margin:0px;
		padding:5px;
		border:none;
		background:#fff;
		color:#000;
		width:96%;
		}
	
	.sidebar-qc form textarea {
		height:90px;
		overflow:auto;
		}
	
	.sidebar-qc form .gform_footer {
		text-align:center;
		}
	
	.sidebar-qc form input[type=submit],
	.sidebar-qc form input[type=submit]:visited {
		margin:0px;
		padding:8px 0px;
		width:100%;
		border:none;
		background:#0a254a;
		color:#fff;
		letter-spacing:3px;
		text-transform:uppercase;
		font: 88% "Palatino Linotype", "Book Antiqua", Palatino, serif;
		}
	
	.sidebar-qc form input[type=submit]:hover,
	.sidebar-qc form input[type=submit]:active,
	.sidebar-qc form input[type=submit]:focus {
		background:#10315f;
		}

/* -- Footer -- */

footer.main {
	margin:0px 0px 20px 0px;
	padding:20px;
	background:#e8e8e8;
	font-size:88%;
	color:#444;
	}
	
	footer.main p {
		margin:15px 0px 0px 0px;
		padding:0px;
		line-height:139%;
		}
		
		footer.main p:first-child {
			margin-top:0px;
			}
	
	footer.main a,
	footer.main a:visited {
		font-weight:bold;
		color:#0a254a;
		text-decoration:underline;
		}
	
	footer.main a:hover,
	footer.main a:active,
	footer.main a:focus {
		color:#123d77;
		text-decoration:underline;
		}






/* -- Shadowbox Styles -- */

#sb-container, #sb-wrapper { text-align:left; }
#sb-container, #sb-overlay { position:absolute; top:0; left:0; width:100%; margin:0; padding:0; }
#sb-container { height:100%; display:none; visibility:hidden; z-index:999; }
body>#sb-container { position:fixed; }
#sb-overlay { height:expression(document.documentElement.clientHeight+'px'); }
#sb-container>#sb-overlay { height:100%; }
#sb-wrapper { position:relative; }
#sb-wrapper img { border:none; }
#sb-body { position:relative; margin:0; padding:0; overflow:hidden; border:1px solid #303030; height:100%; }
#sb-body-inner { position:relative; height:100%; }
#sb-content.html { height:100%; overflow:auto; }
#sb-loading { position:absolute; top:0; width:100%; height:100%; text-align:center; padding-top:10px; }
#sb-body, #sb-loading { background-color:#060606; }
#sb-title, #sb-info { position:relative; margin:0; padding:0; overflow:hidden; }
#sb-title-inner, #sb-info-inner { position:relative; font-family:'Lucida Grande', Tahoma, sans-serif; line-height:16px; }
#sb-title, #sb-title-inner { height:26px; }
#sb-title-inner { font-size:16px; padding:5px 0; color:#fff; }
#sb-info, #sb-info-inner { height:20px; }
#sb-info-inner { font-size:12px; color:#fff; }
#sb-nav { float:right; height:16px; padding:2px 0; width:45%; }
#sb-nav a { display:block; float:right; height:16px; width:16px; margin-left:3px; cursor:pointer; }
#sb-nav-close { background-image:url(img/splash-images/shadowbox/close.png); background-repeat:no-repeat; }
#sb-nav-next { background-image:url(img/splash-images/shadowbox/next.png); background-repeat:no-repeat; }
#sb-nav-previous { background-image:url(img/splash-images/shadowbox/previous.png); background-repeat:no-repeat; }
#sb-nav-play { background-image:url(img/splash-images/shadowbox/play.png); background-repeat:no-repeat; }
#sb-nav-pause { background-image:url(img/splash-images/shadowbox/pause.png); background-repeat:no-repeat; }
#sb-counter { float:left; padding:2px 0; width:45%; }
#sb-counter a { padding:0 4px 0 0; text-decoration:none; cursor:pointer; color:#fff; }
#sb-counter a.sb-counter-current { text-decoration:underline; }
div.sb-message { font-family:'Lucida Grande', Tahoma, sans-serif; font-size:12px; padding:10px; text-align:center; }
div.sb-message a:link, div.sb-message a:visited { color:#fff; text-decoration:underline; }






/* ----- END [4] Custom Styles ----- */













/* ----- [5] Non-Semantic Helper Classes ----- */

/* for image replacement */
.ir { 
	display:block; 
	text-indent:-999em; 
	overflow:hidden; 
	background-repeat:no-repeat; 
	text-align:left; 
	direction:ltr; 
	}

/* Hide for both screenreaders and browsers  [ css-discuss.incutio.com/wiki/Screenreader_Visibility ] */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { 
	border: 0; 
	clip: rect(0 0 0 0); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute; 
	width: 1px; 
	}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { 
	clip: auto; 
	height: auto; 
	margin: 0; 
	overflow: visible; 
	position: static; 
	width: auto; 
	}

/* Hide visually and from screenreaders, but maintain layout */
.invisible { 
	visibility:hidden; 
	}

/* >> The Magnificent CLEARFIX:Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, 
.clearfix:after { 
	content:"\0020"; 
	display:block; 
	height:0; 
	visibility:hidden; } 

.clearfix:after { clear:both; }

/* Fix clearfix:blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom:1; clear:both; }

/* ----- END [5] Non-Semantic Helper Classes ----- */













/* ----- [6] Media Queries ----- */
/* ----- These follow after primary styles so they will successfully override. ----- */


/* TABLET - screen sizes between (700px) and full site (1000px) */
@media only screen and (min-width: 700px) and (max-width: 1000px) {
		
	header.main {
		background-size:contain, cover;
		}
	
	.header-logo {
		width:75%;
		}
	}


/* MOBILE - screen sizes less than (700px) */
@media only screen and (max-width: 699px) {
	
	.container-16,
	.container-12 {
		margin:0px;
		padding:0px;
		}
		
	header.main {
		margin:10px 0px;
		padding:10px 0px;
		background:#4071c1;
		min-height:1px;
		}
		
	.header-logo {
		display:block;
		padding:20px;
		margin:0px 0px 10px 0px;
		text-align:center;
		width:auto !important;
		}
		
		.header-logo a b {
			font-size:208%;
			}
	
	.address-bar {
		padding:20px;
		margin:0px;
		-webkit-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
		}
	
	.address-bar b {
		padding:0px 5px 0px 0px;
		}
	
	.address-bar span {
		display:block;
		padding:0px;
		}
		
	.mid-section {
		margin:0px;
		padding:10px 0px;
		}
		
	footer.main {
		margin:0px 0px 10px 0px;
		}
		
	}


/* ----- END [6] Media Queries ----- */













/* ----- [7] Print Styles ----- */
/* ----- inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ ----- */

@media print {

	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
	-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img { page-break-inside: avoid; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3{ page-break-after: avoid; }
	
	}

/* ----- END [7] Print Styles ----- */

/* bold chat shadowbox */

#bt_invite_box {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
}
#bt_invite_box .bt_invite_box_inner {
	left: auto !important;
	margin: 0 auto !important;
	padding-bottom: 30px !important;
	position: relative !important;
	z-index: 50;
	top: 10% !important;
	width: 400px;
	border: 3px solid #fff;
	background: #fff;
}

/* bold chat button in the sidebar */

.bcStatic a img {
  display: block;
  margin: 0 auto;
  padding: 0;
  max-width: 300px;
  width: 100%;
}











