/*
Theme Name: Sender Legal Search
Description: A WordPress theme for Sender Legal Search
Version: 1.0
Author: Jeff McNeil, New Spin Design
Author URI: http://www.newspindesign.com
*/



/*Color Chart: 

dark red: #9f4430
purple: #67425b
green: #8c7e53
cream: #f9f4e6
orange: ca982c
txt over red: #bca7ab

*/

@import '_reset.css'; 

body {
	behavior: url(/wp-content/themes/sls/csshover.htc); 
	background: #9f4430;
	color: #67425b;
	font-family: 'Lucida Grande', Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 80%;
	line-height: 1.6;
}

#wrapper {
	background: #67425b;
}

#pagewrapper {
	width: 980px;
	margin: 0 auto;
	background: url(imgs/lines_bg.gif) repeat-y 50% -8px;
}

#page {
	width: 790px;
	margin: 0 auto;
	background: #f9f4e6;
}

a {
	color: #9f4430;
	outline: 0;
	text-decoration: none;
}

#main .entry p a:visited, #main .entry ul a:visited, #main .entry ol a:visited, #main ul.insight li a:visited {
	color: #916e86;
}

a:hover,
#main .entry p a:hover, #main .entry ul a:hover, #main .entry ol a:hover, #main ul.insight li a:hover {
	color: #c42c0b;
}



.clearfix {
	clear: both;
	
}

#preheaderwrapper {
	background: #9f4430;
	height: 71px;
}

#preheader {
	height: 71px;
	width: 980px;
	margin: 0 auto;
	background: transparent url(imgs/bg_preheader.gif) no-repeat 50% 0;
	
}

h1 { /* primary page heading */
	color: #9f4430;
	font-size: 120%;
	margin-bottom: .4em;
}

h2#primary { /* heading in header */
	color: #f9f4e6;
	font-size: 24px;
	padding-bottom: 15px;
	position: absolute;
	top: -60px;
	right: 551px;
	width: 212px;
	padding-top: 0;
}

h2 {
	font-size: 130%;
	color: #9f4430;
	font-weight: bold;
	margin-top: 0;
	line-height: 1.3;
}

h3 {
	color: #776a41;
	margin: .7em 0 0 0;
	font-size: 110%;
}

h4 {
	color: #776a41;
	margin: .2em 0 0 0;
	font-size: 100%;
}

h4 a {
	color: #776a41;
}

h4 a:hover {
	color: #7b6729;
}	

#main h3 a {
	border: 0;
	color: #776a41;
}



h6#itr { /* huge sidebar watermark "tag" */
	position: absolute;
	top: 212px;
	right: 555px;
	border: 1px solid #ead6a5;
	padding: 20px 20px 150px 0;
	width: 260px;
	text-align: right;
	font-size: 44px;
	color: #9d692c;
	float: left;
	letter-spacing: -2px;
}


p {
	margin: .6em 0 .8em 0;
}

/* &&&&&&&&&&&&&&&&&&& - HEADER - &&&&&&&&&&&&&&&&&&& */

#headerwrappershell {
	width: 815px;
	margin: 0 auto;
}

#headerwrapper {
}


#header {
	background: #f9f4e6 url(imgs/bg_hdr.gif) repeat-y 742px 0;
	width: 790px;
	margin: 0 auto;
}

a#logo {
	float: left;
	margin: 20px 0 10px 0;
}

#navwrapper {
	clear: both;
	height: 74px;
	background: #8c7e53 url(imgs/decodot.gif) no-repeat 220px 22px; 
	position: relative;
	font-size: 105%;
	font-weight: bold;
	overflow: hidden;
}

#header ul {
	clear: both;
	margin-left: 250px;
	background: #f9f4e6;
	height: 20px;
	width: 492px;
	padding-top: 4px;
}

#header ul li {
	float: left;
	text-align: center;
	line-height: 1;
}

#header ul li a {
	position: relative;
	z-index: 555;
}

#header ul li.current_page_parent a,
#header ul li.current_page_item a,
#header ul li.current_page_ancestor a
{
	color: #ca982c;
	/*background: #ede6cf;
	padding: 8px 6px;*/
}

#header ul li a:hover {
	color: #ca982c;
}

#header ul li.page_item ul li a {
	color: #f9f4e6;
}

#header ul li ul li a:hover, #header ul li.page_item ul li a:hover {
	color: #ca982c;
}

#header ul li.page-item-3 { width: 57px; padding-left: 8px; }
#header ul li.page-item-6 { width: 60px; }
#header ul li.page-item-8 { width: 94px; }
#header ul li.page-item-10 { width: 112px; }
#header ul li.page-item-12 { width: 78px; }
#header ul li.page-item-14 { width: 70px; }

/* &&&&&&&&&&&&&&&&&&& - SUBNAV (LEVEL 2) - &&&&&&&&&&&&&&&&&&& */

#header ul li ul {
	position: absolute;
	left: 260px;
	top: 12px;
	background: none;
	border: 0;
	border-top: 12px solid #f9f4e6;
	height: 40px;
	font-size: 90%;
	margin: 0;
	display: none;
	background: #8c7e53;
	padding-top: 10px;
	width: 482px;
}

#header ul li.page-item-10 ul {
	font-size: 85%;
	padding-top: 11px;
	left: 252px;
	width: 490px;
	/*letter-spacing: -.05em;*/
}

/* turn level 2 hovers */
#header ul li.page_item:hover ul {
	display: block;
	z-index: 2 !important;
}

/* level 2 on */
#header ul li.current_page_parent ul,
#header ul li.current_page_item ul,
#header ul li.current_page_ancestor ul,
.insight #header ul li.page-item-6 ul,
.results #header ul li.page-item-8 ul,
.opportunities #header ul li.page-item-10 ul
{
	display: block;
	z-index: 1;
}

#header ul li.page-item-12 ul { /* services menu */
	left: 250px;
	padding-left:200px;
	width:292px;
}
#header ul li.page-item-12 ul li { white-space: nowrap; }

#header ul li.page-item-8 ul {
	left: 250px;
	padding-left: 20px;
	width: 460px;
}


#header ul li ul li {
	padding: 0 7px;
	border-right: 1px solid #605535;
}

#header ul li ul li.last {
	border: 0;
}

/* level 1 highlighting */

#header ul li.current_page_parent ul li.active a, 
#header ul li.current ul li a:hover,
.insight #header ul li.page-item-6 a,
.results #header ul li.page-item-8 a,
.opportunities #header ul li.page-item-10 a
{
	color: #d1a438;
}

.insight #header ul li.page-item-6 ul li a,
.results #header ul li.page-item-8 ul li a,
.opportunities #header ul li.page-item-10 ul li a 
{
	color: #f9f4e6;
}


/* level 2 highlighting */
#header ul li.current_page_parent ul li.current_page_item a,
#header ul li.current_page_ancestor ul li.current_page_parent a,
.insight #header ul li.page-item-6 ul li.about-insight a,
.results #header ul li.experience ul li.experience-results a
{
	color: #d1a438;
}

/* &&&&&&&&&&&&&&&&&&& - BODY - &&&&&&&&&&&&&&&&&&& */

#mainshell {
	border: 1px solid #936a4d;
	border-bottom: 0;
	border-top: 0;
}

#mainwrapper {
	background: url(imgs/bg_sidebar.gif) repeat-y;
	position: relative;
	padding: 0 47px 0 249px;
	min-height: 460px;
}

* html #mainwrapper {
	height: 460px;
}

#main {
	padding: 14px 12px 16px 12px;
}

#mainshell a {
	border-bottom: 1px dotted #c19991;
	/*font-weight: bold;*/
}

#mainshell ul li a:hover {
	border-bottom: 1px solid #c19991;
	background: none;
	margin: 0 0 1px 0;
	padding: 0;
}
#mainshell a:hover {
	border-bottom: 1px solid #d0c8af;
	
}

#mainshell ul {
	margin: .4em 0 0 0;
}

#main ul li {
	margin-bottom: .5em;
	background: url(imgs/bullet1.gif) no-repeat 0 .6em;
	padding-left: 10px
}

#main ul li.cat-item, #main ul.insight li {
	background: none;
	padding-left: 0;
}

#main ul.insight {
	margin: .4em 0 0 .8em;
}

#main h3 {
	margin-top: .7em;
	line-height: 1.3;
}

span.meta {
	white-space: nowrap;
}

p.admin { font-size: 90%; color: #000; font-weight: bold;}
#main p.admin a { color: #a09575; border: 0; background: url(imgs/icon-pencil.gif) no-repeat; padding-left: 20px; }
#main p.admin a:hover { color: #6f5e30; }

#main p.more {
	margin: 0 0 1.3em 0;
}

#main p.more a {
	border: 0;
	color: #93886a;
	font-weight: bold;
}

.divider {
	background: url(imgs/divider.gif) no-repeat;
	height: 10px;
	margin: 20px 0 14px 0;
}

ol {
	margin: .4em 0 0 0;
	list-style: decimal;
	margin-left: 1.7em;
}

h3.whomoves {
	font-weight: normal;
	color: #67425b;
}

h2.plain a {
	border: 0 !important;
}

/* &&&&&&&&&&&&&&&&&&& - OPPORTUNITIES - &&&&&&&&&&&&&&&&&&& */

#main ul.inlinenav li {
	padding-left: 0;
	background: 0;
}

#main h3.downplay {
	color: #67425b;
}

#main h4.blog-info {
	font-weight: normal;
	margin: 0 0 .3em 0;
	color: #67425b;
}

div.opp p {
	margin: .1em 0 .5em;
}

div.blocked {
	background: url(imgs/divider.gif) no-repeat bottom left;
	padding-bottom: 16px;
	margin-bottom: 10px;
}

/* &&&&&&&&&&&&&&&&&&& - RESULTS - &&&&&&&&&&&&&&&&&&& */

#main ul.post-meta li {
	background: none;
	padding-left: 0;
	margin-bottom: .9em;
}

ul.post-meta li span {
	color: #8c7e53;
	font-weight: bold;
	display: block;
	font-size: 110%;
}
	
#main .topnav {
	margin: 0 0 .9em 0;
}

#main ul.topnav li {
	background: 0;
	padding-left: 0;
	display: inline;
}

#main ul.results li {
	padding-left: 0;
	background: 0;
}


/* &&&&&&&&&&&&&&&&&&& - SEARCH FORM - &&&&&&&&&&&&&&&&&&& */

form#searchform {
	text-align: right;
	margin: 0;
	padding: 0;
	height: 20px;
}

form#searchform div {
	width: 184px;
	height: 20px;
	float: right;
	margin-right: -1px;
}

form#searchform input#s {
	border: 1px solid #67425b;
	height: 16px;
	padding-top: 2px;
	width: 139px;
	margin: 0;
	float: left;
	border-right: 0;
	padding-left: 22px;
	background: #fff url(imgs/decodot4.gif) no-repeat;
	color: #67425b;
	font-family: Lucida Grande, Arial
}

form#searchform input#searchsubmit {
	margin: 0;
	height: 20px;
	width: 22px;
	padding: 0;
	float: left;
}


/* &&&&&&&&&&&&&&&&&&& - CONTACT FORM - &&&&&&&&&&&&&&&&&&& */

form.wpcf7-form {
	margin: 1.5em 0;
	width: 320px;
}

form.wpcf7-form label {
	width: 80px;
	float: left;
	
}

form.wpcf7-form p {
	text-align: left;
}

form.wpcf7-form span input, form.wpcf7-form span textarea {
	width: 220px;
	font-size: 120%;
	padding: 3px;
	border: 1px solid #ddd2b2;
	color: #67425b;
}

form.wpcf7-form span textarea {
	height: 88px;
	font-family: 'Lucida Grande', Verdana;
}
/* &&&&&&&&&&&&&&&&&&& - SIDEBAR - &&&&&&&&&&&&&&&&&&& */

#sidebar {
	width: 260px;
	height: 200px;
	float: left;
	display: none;
}


/* &&&&&&&&&&&&&&&&&&& - FOOTER - &&&&&&&&&&&&&&&&&&& */

#footershellwrapper {
	background: #9f4430;
}

#footershell {
	color: #bd857a;
	line-height: 1.3;
	font-size: 75%;
	padding: 0 0 22px 0;
	width: 980px;
	position: relative;
	margin: 0 auto;
	height: 103px;
	background: url(imgs/bg_footer.gif) no-repeat 0 0;
}

#footer {
	width: 482px;
	padding: 20px 0 0 352px;
	border-top: 0;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #bd857a;
	text-decoration: none;
}

#footer a:hover {
	color: #e2b9b0;
}
