/*
Theme Name: Michael J. Griffith, P.A.
Theme URI: http://lexisnexis.com/
Description: A custom theme
Author: LexisNexis (Jocelyn M. Hanc, NextClient)
Version: 1.0
License:
License URI:
Template: template
Tags:
*/

@import url("../template/style-062012.css");

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

/* General */
html {
}
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #000;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding: 0 0 20px;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: bold;
	color: #000;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #a68010;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	color: #174d8c;
}
h3 {
	font-size: 13px;
}
h4 {
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
}
h5 {
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
a, a:link, a:active, a:visited {
	text-decoration: none;
	outline: none;
	color: #1d8ad0;
}
a:hover {
	text-decoration: underline;
}
ul, ol {
	padding-left:30px;
}

ul li, ol li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
ul ul {
	padding-bottom: 0;
}
#wrapper {background: url(img/body-x.jpg) left top repeat-x #a58a31;}
	body.home #wrapper {background: url(img/body-x-home.jpg) left top repeat-x #a48a30;}
#container {
	width: 960px;
	margin: 0 auto;
}
#mainHeader {
	margin: 0 auto;
	padding: 39px 34px 0 32px;
	height: 181px;
}
	#hRight {float: right; padding-top: 34px;}
		#hRight p {
			color: #e2ecf9;
			font-size: 30px;
			font-weight: bold;
			text-align: right;
			line-height: 1;
		}
		p#hAddress {
			font-size: 14px;
			padding: 0 0 13px;
		}
			#hAddress span {
				background: url(img/address-divider.png) right 7px no-repeat;
				padding-right: 11px;
				margin-right: 5px;
			}
		p#hCall {
			font-size: 15px;
			color: #9adf68;
			text-transform: uppercase;
			padding: 0 0 5px;
			font-weight: normal;
		}
	#logo-main {
		display: block;
		float: left;
	}
nav#mainMenu {
	display: block;
	text-align: center;
	margin: 0 auto;
	padding-top: 1px;
}
	nav#mainMenu ul,
	nav#mainMenu ul li {
		list-style: none;
		margin: 0px;
		padding: 0px;
		position: relative;
		font-size: 0;
	}
	nav#mainMenu ul {
		/* --- match height of primary navigation height (top / bottom padding + line-height) --- */
		height: 54px;
		z-index: 96;
	}
	nav#mainMenu ul li {
		z-index: 97;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
		nav#mainMenu > ul > li {
			padding-left: 2px;
			background: url(img/nav-divider.png) left top no-repeat;
		}
		nav#mainMenu > ul > li > span {
			display: block;
			padding-right: 2px;
			background: url(img/nav-divider.png) right top no-repeat;
		}
	nav#mainMenu ul li a {
		vertical-align: top;
		display: inline-block;
		overflow: hidden;
		text-decoration: none;
		padding: 21px 25px 20px 25px;
		color: #fff;
		font-size: 13px;
		line-height: 13px;
		font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	}
	nav#mainMenu ul ul a {
		text-transform: none;
	}
	nav#mainMenu ul li.current_page_item a {color: #eed17a;}
	nav#mainMenu ul li a:hover,
	nav#mainMenu ul li:hover a {
		background: #21507c;
		color: #ffffff;
		text-decoration: none;
	}

	/*--- 2nd level drop ---*/
	nav#mainMenu ul ul {
		display: none;
		position: absolute;
		z-index: 98;
		left: 0px;
		top: 54px;
		width: 150px;
		height: auto;
		text-align: left;
	}

	nav#mainMenu ul li:hover ul {
		display: block;
	}
	nav#mainMenu ul ul li {
		position: relative;
		z-index: 99;
		display: inline;
		zoom: normal;
	}
	nav#mainMenu ul ul li a,
	nav#mainMenu ul ul ul li a{
		position: relative;
		z-index: 100;
		display: block;
		height: auto;
		width: auto;
		padding: 5px 10px;
		border-top: none;
	}
	nav#mainMenu ul ul li a,
	nav#mainMenu ul li:hover ul li a,
	nav#mainMenu ul ul ul li a,
	nav#mainMenu ul li:hover ul li:hover ul a {
		background: #07182d;
		color: #fff;
	}

	nav#mainMenu ul ul li a:hover,
	nav#mainMenu ul ul li:hover a,
	nav#mainMenu ul li:hover ul li:hover a,
	nav#mainMenu ul ul ul li a:hover,
	nav#mainMenu ul li:hover ul ul li a:hover,
	nav#mainMenu ul ul li:hover ul li a:hover {
		background: #0f3259;
		color: #ffffff;
	}

	/*--- 3rd level drop ---*/

	nav#mainMenu ul ul ul,
	nav#mainMenu ul li:hover ul ul {
		display: none;
		position: absolute;
		left: 150px;
		top: 0;
		margin: 0;
	}
	nav#mainMenu ul li ul li,
	nav#mainMenu ul li ul li ul li {
		display: none;
	}
	nav#mainMenu ul li:hover ul li,
	nav#mainMenu ul li ul li:hover ul li {
		display: block;
	}

	/* --- IE (all versions) position fix --- */
	.ie6 nav#mainMenu ul li:hover ul ul,
	.ie7 nav#mainMenu ul li:hover ul ul,
	.ie8 nav#mainMenu ul li:hover ul ul,
	.ie9 nav#mainMenu ul li:hover ul ul {
		top: 0px;
	}

	nav#mainMenu ul ul li:hover ul {
		display: block;
	}
#subWrapper {
	padding-bottom: 26px;
	background: url(img/sub-shadow.png) center bottom no-repeat;
}
#subheader {
	background: url(img/subheader-bg.jpg) 10px 10px no-repeat #fff;
	height: 233px;
}
	body.home #subheader {
		background: url(img/subheader-bg-home.jpg) 307px 10px no-repeat #fff;
		height: 322px;
	}
	#aopBuckets {padding: 10px 0 0 10px;}
		#aopBuckets li {list-style: none;}
			#aopBuckets li a {
				display: block;
				width: 131px;
				height: 78px;
				padding: 21px 140px 0 23px;
				background-image: url(img/aopbuckets.jpg);
				background-repeat: no-repeat;
				background-position: left top;
				margin-bottom: 2px;
				font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
				color: #fff;
				font-weight: bold;
				font-size: 24px;
				text-shadow: 1px -1px 1px #0e3357;
				text-transform: uppercase;
				line-height: 1.1;
			}
				#aopBuckets li a:hover {text-decoration: none; background-position: left -99px;}
			li#aop2 a {
				padding-top: 22px;
				background-position: left -198px;
			}
				li#aop2 a:hover {background-position: left bottom;}
#contentWrapper {
	padding-bottom: 33px;
	background: url(img/content-shadow.png) center bottom no-repeat;
}
#contentArea {
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	padding: 32px 0 30px 0;
}
#mainContent {
	float: left;
	width: 563px;
	padding: 0 20px 0 34px;
}
#sidebar {
	float: right;
	width: 301px;
	padding: 0 10px 0 0;
}
	#sidebar h2 {
		color: #1a4f8c;
		font-size: 19px;
		text-transform: uppercase;
		padding: 0 0 11px 22px;
	}
	#sbAOPWrapper {
		background: url(img/sb-aop-x.png) left top repeat-x #417cc5;
		padding: 5px;
		margin-bottom: 17px;
	}
		#sbAOP {
			border: 1px solid #6ba3ea;
			padding: 19px 0 0 0;
		}
			#sbAOP ul {color: #fff; padding: 0 0 2px 15px;}
				#sbAOP > ul > li {list-style: none;}
					#sbAOP > ul > li.singleMenu {padding-bottom: 16px;}
					#sbAOP > ul > li > a {
						text-transform: uppercase;
						color: #fff;
						font-size: 14px;
						font-weight: bold;
					}
						#sbAOP ul ul  {padding: 2px 0 14px 26px;}
						#sbAOP ul ul li a {
							font-size: 13px;
							color: #fff;
						}
	.sbAtty {
		background-color: #3e77c1;
		padding: 0 0 6px 0;
		margin-bottom: 20px;
	}
		#sidebar .sbAtty h2 {
			background: url(img/sb-atty-h2.png) left top repeat-x;
			line-height: 49px;
			padding: 0 0 0 22px;
			color: #fff;
			text-shadow: 1px -1px #15346d;
		}
		.sbAtty h3 {
			color: #3c76c0;
			text-transform: uppercase;
			padding: 0 0 12px;
		}
		.sbAtty img {
			height: 158px;
			width: 289px;
			margin: 0 6px;
		}
		.attyInner {
			background-color: #fff;
			margin: 0 6px;
			padding: 18px 15px;
		}
		.attyInner ul {padding: 0 0 0 18px;}
			.attyInner ul li {padding-bottom: 10px;}
		.attyInner p {padding: 0;}
			.attyInner p a {
				display: block;
				line-height: 23px;
				width: 105px;
				background-image: url(img/sb-atty-readmore.jpg);
				background-repeat: no-repeat;
				background-position: left top;
				text-align: center;
				font-weight: bold;
				font-size: 11px;
				text-transform: uppercase;
				color: #000;
				margin-top: 19px;
			}
				.attyInner p a:hover {
					text-decoration: none;
					background-position: left bottom;
				}
	#sbLogos {overflow: hidden;}
		#sbLogos a {display: block; float: left;}
#footWrapper {background: url(img/footer-x.png) left top repeat-x #081c31;}
#mainFooter {
	overflow: hidden;
	width: 928px;
	margin: 0 auto;
	padding: 0 0 0 32px;
}
	#footerTop {height: 124px; margin-top: 22px;}
	#fGeo {
		float: right;
		width: 673px;
		padding: 0 34px 0 0;
		color: #fff;
		margin-top: -3px;
	}
	.fBlocks {float: left; margin-right: 20px;}
		.fBlocks h2 {
			color: #dcb33c;
			font-size: 18px;
			padding: 0 0 3px;
			border-bottom: 1px solid #133253;
			margin-bottom: 13px;
		}
		.fBlocks > ul {padding: 0;}
		.fBlocks ul {color: #fff;}
			.fBlocks > ul > li {list-style: none;}
				.fBlocks ul li a {color: #fff; background-repeat: no-repeat;}
					.fBlocks ul li a:hover {
						color: #fce39b;
						text-decoration: none;
					}
	#fBlock1 {width: 198px;}
		#fBlock1 p {color: #fff;}
		#fAddress {
			/* line-height: 1.5; */
			/* padding: 13px 0 11px 0; */
                        padding: 0 0 11px 0;
		}
			#fBlock1 p span {padding: 0 0 0 5px;}
	#fBlock2 {width: 200px; margin-right: 40px;}
		#fBlock2 ul li a {
			line-height: 1.8;
			background-image: url(img/fblock2-arrow.png);
			background-position: left 4px;
			padding: 0 0 0 9px;
		}
			#fBlock2 ul li a:hover {background-position: left -157px;}
	#fBlock3 {width: 470px; margin-right: 0px;}
		#fBlock3 > ul {float: left; width: 235px;}
			#fBlock3 > ul > li {padding-bottom: 11px;}
				#fBlock3 > ul > li > a {
					font-weight: bold;
					background-image: url(img/fblock3-arrow.png);
					background-position: left 4px;
					padding: 0 0 0 10px;
				}
					#fBlock3 > ul > li > a:hover {background-position: -504px 4px;}
					#fBlock3 ul ul {padding-top: 1px;}
	#footBottom {
		clear: both;
		color: #fff;
		font-size: 12px;
		padding: 21px 0 10px 0;
	}
		#footBottom a {color: #fff;}
		#fLexisLogo {float: right; padding: 0 0 0 40px;}
/* Lexis Items */
body.page-id-220 #contentArea {padding: 0;}
body.page-id-220 h1, body.page-id-220 #sidebar {
	display: none;
}
body.page-id-220 #mainContent {
	float: none;
	display: block;
	padding: 0;
	width: 960px;
}
iframe.client-center {
	width: 960px;
	min-height: 900px;
	overflow-y: scroll;
	overflow-x: hidden;
	border: none;
	}
body.page-id-36 #sidebar {
	/*display: none;*/
}
.CfnImg {
	margin-right: 10px;
}
#gform_1 li {
	list-style-type: none;
}
#comments {
	padding: 10px;
}

body.page-id-38 .google-map{
	margin: 10px 0 0;
}

/* Quick Contact Form */
.qc-toggle {
    position: fixed;
    right: 0;
    top: 160px;
    z-index: 200;
}
.qc-button {
    width: 50px;
    float: left;
    display: inline;
}
#qc-open {
    display: block;
}
.qc-container {
    float: left;
    display: inline;
    padding: 15px 5px 15px 15px;
    width: 220px;
    background: #da4802;
    display: none;
    -o-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

/* QCF Details */
#gform_wrapper_3 {
    width: 210px;
    margin: 0;
}
#gform_wrapper_3 ul {
    padding: 0;
    margin: 0;
}
#gform_wrapper_3 ul li {
    list-style-type: none;
}
#gform_wrapper_3 label {
    display: none;
}
#gform_wrapper_3 input, #gform_wrapper_3 textarea {
    width: 198px;
    padding: 5px;
    border: 1px solid #d6d4d5;
    margin: 0 0 4px;
    display: block;
}
#gform_wrapper_3 textarea {
    height: 30px;
}
.gform_validation_container {
    display: none;
}
div.validation_error {
    margin: 10px 0;
}
#gform_wrapper_3 input#gform_submit_button_3 {
    border: none;
    padding: 0;
    background: #0f3158;
    cursor: pointer;
    display: block;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 100%;
    color: #fff;
    margin: 10px 0 0 0;
}
	#gform_wrapper_3 input#gform_submit_button_3:hover {background: #344d77;}

/* -- 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/shadowbox/close.png); background-repeat:no-repeat; }
#sb-nav-next { background-image:url(img/shadowbox/next.png); background-repeat:no-repeat; }
#sb-nav-previous { background-image:url(img/shadowbox/previous.png); background-repeat:no-repeat; }
#sb-nav-play { background-image:url(img/shadowbox/play.png); background-repeat:no-repeat; }
#sb-nav-pause { background-image:url(img/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. ----- */


@media all and (orientation:portrait) {
	/* Style adjustments for portrait mode goes here */
	}


@media all and (orientation:landscape) {
	/* Style adjustments for landscape mode goes here */
	}

/*
	Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)
	Consider this:www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/
*/

@media screen and (max-device-width:480px) {
	/* ----- Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you (j.mp/textsizeadjust ) ----- */
	/*html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
	}


/* ----- 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 ----- */



