@charset "UTF-8";
/*
Theme Name: Sturdevant - child theme of toolbox
Description: Customized theme for the Sturdevant Law Firm
Version: 1.0
Author: Dan Mahoney, Ison Design
Template: toolbox
*/
@import url(../toolbox/style.css); /* Inherit default theme styles */

/*
3c6e91 = blue
6d8d24 = green

font-family:brandon-grotesque,sans-serif;
font-weight:400;
font-weight:700;

font-family: museo-sans,sans-serif;
font-weight: 300;

font-family: "proxima-nova",sans-serif;
font-weight: 400;

 */


/* RESET ****************************************
http://meyerweb.com/eric/tools/css/reset/   v2.0 | 20110126 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





/* STRUCTURE *****************************************/

html, body {
    width:100%; 
    height:100%;
}
html {
    font-size: 100%;
}
body {
	font-size:62.5%;
	color:#57584F;
	background:url(img/backgrounds/body_bg.jpg) repeat-x 0 0;
/* 	font:300 13px/16px "museo-sans",sans-serif; */
	font:400 14px/18px "proxima-nova",sans-serif;
}
#page {
	position:relative;
	width:920px;
	height:auto;
	margin:0 auto;
	padding:25px 20px 20px;
	text-align:left;
	background:#fff url(img/backgrounds/header_bg.jpg) no-repeat;
	-moz-box-shadow:0 0 20px #376a89;
	-webkit-box-shadow:0 0 20px #376a89;
	box-shadow:0 0 20px #376a89;
}
#primary {
	position:relative;
	float: right;
	margin: 0 0 0 -240px ;
	width: 100%;
	z-index:1;
}
#content {
	width:660px;
	margin: 0 0 0 260px;
}
#main .widget-area { /* sidebar */
	position:relative;
	float: left;
	width: 230px;
	overflow:visible;
	z-index:2;
}
#colophon {
	clear: both;
	display: block;
	width: 100%;
}

/* Full-width content area for templates without sidebars */
.full-width #content,
.image-attachment #content,
.error404 #content {
	margin: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* clear floats */
.clearFix {
	float:none;
	clear:both;
	width:100%;
	font-size:1px;
	line-height:1px;
}






/* MISC GLOBAL STYLES *****************************************/

/* links */
a {
	color:#6d8d24;
  text-decoration:underline;
}
a:hover,
a:active {
	outline: none; 
}
a:hover {
	color:#f60;
  text-decoration:none;
}
a.more {
}
a.more:after {
	content:" >";
	position:relative;
	left:1px;
	top:1px;
}
#primary a {
    text-decoration:underline;
}
#primary a:hover {
	text-decoration:none;
}
#primary p.see-all a {
	text-decoration:none;
}
#primary p.see-all a:hover {
	text-decoration:none;
}
a.iKon_pdf {
	padding: 1px 16px 1px 0;
	background: transparent url(img/icon_pdf.gif) no-repeat right center;
}
span.pdf a.iKon_pdf { 
	padding: 1px 0 1px 16px;
	background: transparent url(img/icon_pdf.gif) no-repeat left top;
}
a.iKon_doc  {
	padding: 1px 16px 1px 0;
	background: transparent url(img/icon_doc.gif) no-repeat right center;
}
span.pdf a.iKon_doc { 
	padding: 1px 0 1px 16px;
	background: transparent url(img/icon_doc.gif) no-repeat left center;
}
img.iKon_external { 
	padding: 5px 0 0 5px;
	border:0;
}

/* lists */
ul {
	list-style:none;
}
.entry-content ul {
	margin-top:8px;
	margin-left:25px;
	margin-left:0px;
	line-height:1.5em;
}
#primary .entry-content h2+ul.bullets {
	margin-top:15px;
}
.entry-content ul li {
	margin-top:5px;
	padding-left:20px;
	background:url(img/backgrounds/bullet.png) no-repeat 0 8px;
}
ul.justified {
	margin-left:0px;
}
ul.justified li {
	background-position:0 7px;
}
ul.indent {
	margin-top:8px;
	margin-left:45px;
	line-height:1.5em;
}
ul.anchor-list {
	padding:10px 0 15px;
}
ul.anchor-list li {
	float:left;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #c9c9c9;
	font-size:12px;
	line-height:16px;
}
ul.anchor-list li:first-child {
	margin-left:0;
	padding-left:0;
	border-left:none;
}

#primary p {
  margin:13px 0 0;
}
#primary ul+p {
	margin-top:18px;
}
#primary p.see-all {
	position:relative;
  margin-top:25px;
	padding:3px 0 1px 5px;
	text-transform:;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}
/* arrowhead left + nbsp; */
/* #primary p.see-all:before {
	content:"\25C0  \00a0 \00a0";  
	position:relative;
	bottom:1px;
	font-size:9px;
	color:#6d8d24;
	position:relative;
	e2ddce;
} */
#primary p.see-all:before {
	content:"";
	position:absolute;
	left:-30px;
	top:-1px;
	width:0;
	height:0;
	border-top:15px solid transparent;
	border-right:15px solid #e2ddce;
	border-bottom:15px solid transparent;
	border-left:15px solid transparent;
}
strong {
	font-weight:bold;
	font-weight:600;
}
em,
cite,
i,
i[lang] {
	font-style:italic;
}
acronym {
	border-bottom:1px dotted #999;
	cursor:help;
}

/* screen reader only */
.hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.clearfix {
zoom: 1;
}
.clearfix:before,
.clearfix:after {
content: "\0020";
display: block;
height: 0;
overflow: hidden;
}
.clearfix:after {
clear: both;
}

/* pagination */
.pagination {
	margin:30px 0 0;
}
.pagination .page-numbers {
	display:inline-block;
	margin:0 1px;
	height:24px;
	padding:2px 10px 0;
	border:1px solid #d3d3d3;
	background:#fcfcfc;
	font-size:12px;
}
.pagination .page-numbers.current {
	color:#fff;
  background-color:#e2ddce;
}
#primary .pagination a {
	text-decoration:none;
}





/* IMAGES *****************************************/

a img {
	border: none;
}
#primary figure img {
	display:block;
/* 	-moz-box-shadow: 0 0 8px #c9c9c9;
	-webkit-box-shadow: 0 0 8px #c9c9c9;
	box-shadow: 0 0 8px #c9c9c9; */
}
#primary img+br {
	display:none;  /* fix wp-inserted breaks */
}

.featured-image {
	float:right;
	width:230px;
	margin:5px 0 15px 20px;
/* 	-moz-box-shadow: 2px 2px 4px #b9b9b9;
	-webkit-box-shadow: 2px 2px 4px #b9b9b9;
	box-shadow: 2px 2px 4px #b9b9b9; */
}

/* Resize images to fit main content area.
     - Applies only to images uploaded via WordPress by targeting size-* classes.
     - Other images will be left alone. Use "size-auto" class to apply to other images. */
 
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	margin-right: 1em;
}
img.alignright {
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}


/*** image replacement ****/

.replace {
	text-indent:-9999px;
	font-size:1px;
	line-height:1px;
}


/* Gallery Posts */
.format-gallery .gallery-thumb {
	float: left;
	margin: 0 1em 0 0;
}


/* Image Posts */
.format-image .entry-header {
	display: none;
}
.single .format-image .entry-header {
	display: block;
}
.format-image .entry-content,
.format-image .entry-summary {
	padding-top: 1em;
}
.single .format-image .entry-content,
.single .format-image .entry-summary {
	padding-top: 0;
}





/* HEADER *****************************************/

#site-header {
	position:relative;
	height:135px;
	overflow:visible;
	z-index:100;
}
#site-header h1#site-title {  /* logo */
	position:absolute;
	font-size:0;  /* theme override */
	margin:0;   /* theme override */
}
#site-header h1#site-title a {
	display:block;
	width:171px;
	height:69px;
	background:url(img/header/logo.jpg) no-repeat;
}
#site-header h2#site-description {
	position:absolute;
	right:0;
	top:58px;
	font:300 1em/1em "brandon-grotesque",sans-serif;
	color:#3c6e91;
	text-transform:uppercase;
}
#site-header h2#site-description span {
	font-weight:700;
}
.talk {
	position:absolute;
	right:-20px;
	bottom:0;
}
.talk a {
	position:relative;
	display:block;
	width:230px;
	padding:10px;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	background:#6d8d24 url(img/icons/contact.jpg) no-repeat right 50%;
}
.talk a:after {
	content:"\2192";
	position:absolute;
	right:15px;
	top:11px;
	color:#fed200;
}
.talk a:hover {
  background-color:#3c6e91;
}



/*** MAIN NAV MENU ***/

/* start essential superfish styles */
.sf-menu ul {
	position:absolute;
	top:-999em;
}
.sf-menu ul li {
	width:	100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:	left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	z-index:99;
}
/* end essential superfish styles */

#main-menu {
	position:absolute;
	left:0px;
	bottom:0px;
	width:670px;
	padding:0;
	font:300 12px/12px "brandon-grotesque",sans-serif;
	text-transform:uppercase;
	background:url(img/backgrounds/nav_bg.jpg) repeat-x;
}
.sf-menu {
	padding-top:0px;
}
.sf-menu ul {
	float:left;
/* 	width:170px; */
}
.sf-menu li {
/* 	margin:0 11px; */
}
.sf-menu li a {
	padding:12px 10px;
	color:#006990;
	text-decoration:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:36px;
}
.sf-menu li li {
	float:left;
	width:150px;
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:300;
	letter-spacing:.07em;
}
.sf-menu li li a {
	margin:0;
	padding:10px 10px;
	background-color:#d9d3be;
}
.sf-menu li li:first-child a {
	padding-top:15px;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
	background:	#e2ddce;
	outline:	0;
}
.sf-menu li.current-menu-item,
.sf-menu li li:hover,
.sf-menu li.sfHover li:hover,
.sf-menu li li a:focus,
.sf-menu li li a:hover,
.sf-menu li li a:active {
	color:#fff;
	background-image:none;
/* 	background-color:#d9d3be; */
	background-color:#e2ddce;
	outline:	0;
}

/* arrows */
.sf-menu a.sf-with-ul {
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:none
}

/* dropdown shadow */
.sf-menu ul.sub-menu {
	-moz-box-shadow:3px 3px 7px #c9c9c9;
	-webkit-box-shadow:3px 3px 7px #c9c9c9;
	box-shadow:3px 3px 7px #c9c9c9;
}

/* you-are-here state */
.sf-menu li.current-page-ancestor,
.sf-menu li.current-menu-item,
.sf-menu li.current-menu-parent,
.single-posts-cases.custom_tax_cases .menu-item-cases,
.single-posts-cases.custom_tax_investigations .menu-item-investigations,
.single-posts-cases.custom_tax_resolved .menu-item-results,
.single-posts-news .menu-item-news {
	position:relative;
/* 	background-color:#d9d3be; */
	background-color:#e2ddce;
	outline:	0;
}
.sf-menu>li.current-page-ancestor{
	background-color:#d9d3be;
}
.sf-menu>li.current-page-ancestor,
.sf-menu li li.current-menu-item {
	background-color:#c8c1a7;
	background-color:#d9d3be;
	outline:	0;
}
.sf-menu li li.current-menu-item a {
	color:#fff;
	background-color:#c8c1a7;
	text-shadow:none;
}







/* FOOTER *****************************************/

#site-footer {
	clear:both;
	padding:15px 0 10px;
	color:#777;
	font-size:12px;
	line-height:11px;
	background:url(img/backgrounds/footer_bg.jpg) repeat-x;
}
#site-footer small {
	float:left;
}
#site-footer ul {
	float:left;
}
#site-footer ul.contact-info {
	margin-left:25px;
}
#site-footer ul#menu-footer {
	float:right;
}
#site-footer li {
	float:left;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #b3b3b3;
}
#site-footer li:first-child {
	margin-left:0;
	padding-left:0;
	border-left:none;
}
#site-footer li a {
	text-decoration:none;
}
#site-footer li a:hover {
	text-decoration:underline;
}






/* SIDEBAR *****************************************/

secondary {
	float:right;
	margin:-10px;
	padding:10px;
	width:230px;
	line-height:18px;
}
#secondary aside {
	margin-bottom:20px;
	font-size:11px;
}

.widget {
	display: block;
}
.widget-area .widget_search {
	overflow: hidden;
}
.widget-area .widget_search input {
	float: left;
}

.widget_nav_menu,
#secondary aside {
	width:200px;
	margin:-32px 0 0;
	padding:22px 15px;
	font-size:1em;
	line-height:1.2em;
	color:#3c6e91;
	background-color:#e2ddce;
}
.widget_nav_menu h1,
#secondary aside h1 {
	margin:18px 0 12px;
	font:700 1.2em/1em "brandon-grotesque",sans-serif;
	text-transform:uppercase;
}
#secondary aside h2 {
	margin:5px 0 10px;
	line-height:1.35em;
	font-weight:bold;
}
#secondary aside p {
	line-height:1.35em;
}
.widget_nav_menu a {
	display:block;
 	position:relative;
	margin:0 -15px;
	padding:8px 15px 7px;
	color:#455560;
	text-decoration:none;
}
.widget_nav_menu a:hover,
.widget_nav_menu li.current-menu-item a {
	background-color:#c8c1a7;
}
.widget_nav_menu li.current-menu-item a {
}
.widget_nav_menu li.current-menu-item a:after {
	content:"";
	position:absolute;
	right:-20px;
	top:0;
	width:0;
	height:0;
	border-top:15px solid transparent;
	border-right:10px solid transparent;
	border-bottom:15px solid transparent;
	border-left:10px solid #c8c1a7;
}





#secondary aside a {
	color:#455560;
	color:#6d8d24;
}
#secondary aside a:hover {
	color:#f60;
}
#secondary aside p.more {
	margin-top:5px;
}
#secondary aside p.more a {
	font-weight:bold;
	text-decoration:none;
}
#secondary aside p.more a:hover {
	text-decoration:underline;
}

#secondary .latest-news li+li {
	margin-top:15px;
	padding-top:12px;
	border-top:2px dotted #f1efe7;
}




/* CONTENT *****************************************/

#main {
	position:relative;
	padding:25px 0 30px;
	min-height:700px;
}
/* clear float */
#main:before,
#main:after {
	content:"";
	display:table;
}
#main:after {
	clear:both;
}
#primary {
	position:relative;
	min-height:400px;
	font-size:1.1em;
	line-height:1.6em;
}
.entry-content {
	position:relative;
}
#primary .textIntro p {
	font-size:1.3em;
	line-height:1.6em;
	margin-bottom:10px;
}


/* headings */
#primary h1.entry-title {
	font:700 1.8em/1.1em "brandon-grotesque",sans-serif;
	color:#3c6e91;
}
.page-cases #primary h1.entry-title,
.page-investigations #primary h1.entry-title,
.page-results #primary h1.entry-title,
.page-resources #primary h1.entry-title,
.page-contact #primary h1.entry-title {
	padding-left:28px;
}

.page-firm #primary h1.entry-title,
.page-staff #primary h1.entry-title {
	padding-left:30px;
 	background:url(img/icons/column.png) no-repeat 0 3px;
}
.page-cases #primary h1.entry-title {
 	background:url(img/icons/gavel.png) no-repeat;
}
.page-investigations #primary h1.entry-title {
 	background:url(img/icons/magnifying_glass.png) no-repeat 0 2px;
}
.page-results #primary h1.entry-title {
 	background:url(img/icons/trophy.png) no-repeat 0 3px;
}
.page-news #primary h1.entry-title {
	padding-left:20px;
 	background:url(img/icons/microphone.png) no-repeat 0 3px;
}
.page-resources #primary h1.entry-title {
 	background:url(img/icons/tools.png) no-repeat 0 3px;
}
.page-contact #primary h1.entry-title {
 	background:url(img/icons/contact.png) no-repeat 0 3px;
}

#primary h2 {
	margin:35px 0 20px;
	font-size:1.3em;
	line-height:1em;
	font-weight:normal;
	color:#3c6e91;
}
#primary h3 {
	margin:20px 0 10px;
	font-size:1em;
	line-height:1em;
	font-weight:normal;
	text-transform:uppercase;
}
#primary h4 {
	margin:20px 0 0;
}
#primary #content h2:first-child,
#primary #content h3:first-child,
#primary #content h4:first-child {
	margin-top:10px;
}
	

/* breadcrumb nav */
p#breadcrumbs {
	white-space:nowrap;
	overflow:hidden;
	width:655px;
	margin:0 0 20px 262px;
	font:normal 12px/1.3em arial,helvetica,sans-serif;
	color:#777;
}
.home p#breadcrumbs {
	display:none;
}
p#breadcrumbs span span {
	margin:0 2px;
}
p#breadcrumbs>span>span,  /* home */
p#breadcrumbs span span span {
	margin:0;
}
p#breadcrumbs li#home {
	padding-right:3px;
	padding-left:0;
	margin-left:0;
	background-image:none;
}
p#breadcrumbs a {
	color:#57584F;
	color:#777;
	text-decoration:underline;
}
p#breadcrumbs a:hover {
	text-decoration:none;
}


/* local nav */
#navCol {
	float:left;
	width:150px;
	margin:0 20px 0 0px;
}
#navCol>div>ul>li.current-menu-item>a,
#navCol li.current-page-ancestor>a {
	display:block;
	text-decoration:none;
}
#navCol {
	margin-top:3px;
}
#navCol li li {
	border-bottom:1px solid #fff;
}
#navCol li li a {
	display:block;
	padding:5px 15px;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}
#navCol li a:hover {
	color:#fff;
	background-color:#006990;
}
/* local nav you-are-here state */
#navCol li li.current-menu-item a {
	color:#006990;
	cursor:default;
}


/* on-page nav */
#content nav {
	display: block;
	overflow: hidden;
}
#content nav .nav-previous {
	float: left;
	width: 50%;
}
#content nav .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#content #nav-above {
	display: none;
}
.paged #content #nav-above,
.single #content #nav-above {
	display: block;
}
#nav-below {
	margin: 1em 0 0;
}
.page-link {
	clear: both;
	margin: 0 0 1em;
}


/* entry meta */
.entry-meta {
	clear: both;
	display: block;
}
.single-author .entry-meta .byline {
	display: none;
}


/* callout */
#primary .callout {
	width:225px;
	padding:15px 0;
	border-top:1px solid #953039;
	border-bottom:1px solid #953039;
}
#primary .callout.right {
	float:right;
	margin:22px 0 10px 20px;
}
#primary .callout.left {
	float:left;
	margin:22px 20px 10px 0;
}
#primary .callout h2 {
	font-weight:normal;
}


/* blockquote */
#primary .quote {
	position:relative;
}
#primary .quote blockquote {
	position:relative;
	z-index:2;
}
#primary .quote:before,
#primary .quote:after {
	position:absolute;
	content:'';
	width:92px;
	height:89px;
	background:url(img/quotes.png);
	z-index:1;
}
#primary .quote:before {
	left:0;
	top:0;
}
#primary .quote:after {
	right:0;
	bottom:0;
	background-position:-92px 0;
}
#primary .quote blockquote {
	font-style: normal;
	font-weight:400;
}
#primary .quote blockquote p {
	font-size:1.3em;
	line-height:1.6em;
}
#primary .quote blockquote p.attribution {
	text-align:right;
	font-size:.92em;
	line-height:1em;
}


/* print-friendly button */
.printfriendly {
	position:absolute;
	right:0;
	top:-44px;
}

.page .edit-link {
	clear: both;
	display: block;
}


/* Notices */
.post .notice,
.error404 #searchform {
	background:none;
	display: block;
	padding: 1em;
}



/* 404 */
.error404 #searchform {
	padding:0;
}
.error404 #content {
/* 	float:right; */
 	margin-left:260px;
}
.error404 .widget {
	float: none;  /* toolbox override */
	width:auto;  /* toolbox override */
}
.error404 .widget .widgettitle,
.error404 .widget ul {
	margin-right: 1em;
}
.error404 .widget_tag_cloud {
	clear: both;
	float: none;
	width: 100%;
} */


/* Aside Posts */
/* .format-aside .entry-header {
	display: none;
}
.single .format-aside .entry-header {
	display: block;
}
.format-aside .entry-content,
.format-aside .entry-summary {
	padding-top: 1em;
}
.single .format-aside .entry-content,
.single .format-aside .entry-summary {
	padding-top: 0;
} */






/* FORMS *****************************************/

#searchform label {
	display: none;
}
#searchform input#s {
	width: 60%;
}
input[type=text],
input#s {
	margin: 0 1em 0 0;
	width: 60%;
}
textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}





/* COMMENTS *****************************************/

article.comment {
	display: block;
}
#respond input[type=text] {
	display: block;
	width: 60%;
}
#respond textarea {
	display: block;
	margin: 0 0 1em;
	width: 80%;
}
#respond .form-allowed-tags {
	clear: both;
	width: 80%;
}
#respond .form-allowed-tags code {
	display: block;
}








/*** HOME *****************************************/

.home #primary h1.entry-title {
	display:none;
}

.home #main {
	min-height:600px;
}
.home #primary {
	position:relative;
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
	z-index:1;
}
.home #content {
	width:670px;
	margin: 0 260px 0 0;
}
.home .entry-content {
	margin-top:35px;
	font-size:18px;
	line-height:28px;
}
.home #primary .entry-content p {
	margin-top:20px;
}
.home #primary .entry-content p.more {
	font-weight:700;
}
.home #primary .entry-content p.more:after {
	content:"  \00a0 \25B6";  
	font-size:12px;
	color:#6d8d24;
	position:relative;
/* 	e2ddce; */
}


.home #primary .entry-content p.more a {
	text-decoration:none;
}
.home #primary .entry-content p.more a:hover {
	text-decoration:underline;
}

.home #main .widget-area { /* sidebar */
	float: right;
	width: 230px;
	margin-top:30px;
}

.home .home-image {
	position:relative;
}
.home .home-image,
.home .home-image img {
	width:670px;
	height:auto;
}
.home .home-image figcaption {
/* 	position:absolute;
	right:10px;
	bottom:2px; */
	margin-bottom:-25px;
	padding-top:2px;
	text-align:right;
	font-size:11px;
	color:#999;
	z-index:2;
}






/*** ABOUT *****************************************/

/* staff */
.parent-page-staff .featured-image {
	margin-top:18px;
}
.parent-page-staff .memberships-orgs {
	margin-top:-5px;
}
.parent-page-staff .memberships-orgs li {
	margin-left:0;
	padding-left:0;
	background:none;
}





/*** CASES *****************************************/

/* main page */
#primary .case-list {
	margin:25px 0 0;
	padding:0;
	line-height:1.4em;
}
#primary .case-list li {
	margin:20px 0 0;
	padding:10px 0 0;
	background:none;
	border-top:1px dotted #b9b9b9;
}
#primary .case-list h2 {
	margin:15px 0 0;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
}
#primary .case-list h2 a {
	text-decoration:none;
}
#primary .case-list h2 a:hover {
	text-decoration:underline;
}
#primary .case-list p.case-type {
	margin:2px 0 5px;
	text-transform:uppercase;
	font-size:13px;
/* 	font-weight:bold; */
	color:#3C6E91;
}
.case-list p.case-type span+span {
	padding-left:5px;
	margin-left:5px;
	border-left:1px solid #3c6e91;
}
.case-list p.case-type span {
	margin:0 3px;
	color:#858d95;
}
.case-list p.case-type span:first-child {
	margin-left:0;
}

/* individual case pages */
.single-posts-cases #primary h1.entry-title {
	padding-left:30px;
 	background:url(img/icons/gavel.png) no-repeat;
}

/* case details	 */
.single-posts-cases .case-data {
	margin:10px 0 20px;
	padding:1px 0 12px;
	border-top:1px dotted #3c6e91;
	border-bottom:1px dotted #3c6e91;
	line-height:13px;
	color:#3c6e91;
}
.single-posts-cases .case-data strong {
	font-weight:normal;
	text-transform:uppercase;
	font-size:13px;
}
.single-posts-cases #primary p.case-type span+span {
	padding-left:5px;
	margin-left:5px;
	border-left:1px solid #3c6e91;
}
.single-posts-cases #primary p.url a {
	text-decoration:none;
}
.single-posts-cases #primary p.url a:hover {
	text-decoration:underline;
}

/* documents */
.single-posts-cases #content h2.documents {
	margin-top:30px;
	font-size:13px;
	font-weight:bold;
	color:#3c6e91;
	text-transform:uppercase;
}
.single-posts-cases #content .docs-list li {
	margin:15px 0 0;
	padding-left:0;
	font-size:13px;
	text-transform:uppercase;
	background:none;
}
.single-posts-cases #content .docs-list li:before {
	content:" \25B6 \00a0 \00a0";  /* right pointer icon + two spaces; */
	position:relative;
	bottom:1px;  /* up a pixel off baselines */
	font-size:9px;
	color:#6d8d24;
}
.single-posts-cases #content .docs-list li span {
	margin-left:5px;
}

.single-posts-cases #content p.see-all {
	background-color:#e2ddce;
}






/*********************************** NEWS ****/

/* landing page */
.page-news #content .news-list li {
	margin-top:25px;
	padding:22px 0 0;
	border-top:1px dotted #3c6e91;
	background:none;
}
.page-resources #content li {
}
.page-news #content .news-list li:first-child {
	margin-top:20px;
	padding-top:0;
	border-top:none;
}
.page-news #content .news-list h2 {
	line-height:1.2em;
	font-weight:bold;
}
.page-news #content .news-list h2 a {
	text-decoration:none;
}
.page-news #content .news-list h2 a:hover {
	text-decoration:underline;
}
.page-news #content .news-list p.more {
	margin-top:5px;
	text-transform:lowercase;
}

/* case */
.page-news #content .news-list p.case,
.single-posts-news #content p.case {
	font-size:13px;
	text-transform:uppercase;
}
.page-news #content .news-list p.case {
	margin-top:5px;
	color:#3c6e91;
}
.single-posts-news #content p.case {
	margin-top:10px;
	padding:3px 5px 1px;
	color:#fff;
  background-color:#6d8d24;
}

/* date */
.page-news #content .news-list p.news-date,
.single-posts-news #content p.news-date {
	margin-bottom:-5px;
	font-size:13px;
	font-weight:bold;
	color:#3c6e91;
	text-transform:uppercase;
}
.single-posts-news #content p.news-date {
	margin-top:20px;
}
.page-news #content .news-list p.news-date {
	margin-top:10px;
}

/* links */
.single-posts-news #content h2.news-links-hdg {
	margin-top:20px;
	font-size:13px;
	font-weight:bold;
	color:#3c6e91;
	text-transform:uppercase;
}
.single-posts-news #content .news-links li {
	margin:15px 0 0;
	padding-left:0;
	font-size:13px;
	text-transform:uppercase;
	background:none;
}
.single-posts-news #content .news-links li:before {
	content:" \25B6 \00a0 \00a0";  /* right pointer icon + two spaces; */
	position:relative;
	bottom:1px;  /* up a pixel off baselines */
	font-size:9px;
	color:#6d8d24;
}
.single-posts-news #content .news-links li+li {
	margin-top:5px;
}
.page-news #content .news-list p.more a,
.single-posts-news #content .news-links li a {
	text-decoration:none;
}
.page-news #content .news-list p.more a:hover,
.single-posts-news #content .news-links li a:hover {
	text-decoration:underline;
}

.single-posts-news #content p.see-all {
	background-color:#e2ddce;
}







/*********************************** RESOURCES ****/

.page-resources #content h2 {
	margin:40px 0 25px;
	padding:4px 5px 5px;
	font-size:1.2em;
	color:#fff;
 	background-color:#77a0bd;
}
.page-resources #content figure+h2 {
	width:390px;
	position:relative;
	top:5px;
	margin:25px 0 30px;
}
.page-resources #primary #content h3 {
	font-weight:bold;
}
.page-resources #primary #content h3:first-child {
	margin:20px 0 0;
}
.page-resources #content li {
	padding-left:0;
	background:none;
}
.page-resources #content p.url {
	margin-top:2px;
}
.page-resources #content p.url a[rel="external"] {
	padding-right:15px;
	text-decoration:none;
	background:url(img/icons/external.png) no-repeat right 4px;
}
.page-resources #content p.url a:hover {
	text-decoration:underline;
}
.page-resources #content .description p {
	margin-top:2px;
}





/*** CONTACT *****************************************/

.page-contact #primary h2 {
	margin:20px 0 10px;
}
.page-contact #primary .contact-block p {
	margin-top:2px;
}
.page-contact #primary .contact-block.one {
	float:left;
	padding-bottom:30px;
}
.page-contact #primary .contact-block.two {
	float:right;
	margin-right:20px;
	padding-bottom:30px;
}
.page-contact #secondary aside {
	min-height:620px;

}





/*** SEARCH *****************************************/

/* WordPress Search */
#searchform {
	position:absolute;
	right:-4px;
	top:0px;
	width:235px;
}
#searchform label {
	display: none;
}
#searchform input#s {
	height:19px;
	padding:2px;
	border:1px solid #d9d9d9;
	border-right-width:0;
	font-family:12px/12px sans-serif;
}
#searchform input[type=text],
#searchform input#s {
	margin: 0;
	width:197px;
	padding-left:4px;
}
#searchform input[type="submit"] {
	position:relative;
	top:-5px;
	right:4px;
	width:25px;
	height:25px;
	border:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
	background:#ec9d17 url(img/icons/search.png) no-repeat;
}


/* search results */
.search-results #content article h1.entry-title {
	margin:30px 0 10px;
	font-size:18px;
}
.search-results #secondary #searchform {
	display:none;
}

textarea {
	width: 80%;
}

/* Class for labelling required form items */
.required {
	color: #cc0033;
}

