/*
	Theme Name: Brooks Law Group 2.0
	Theme URI: http://nikdel.com
	Description: Brooks Law Group custom WordPress theme. Based on the HTML 5 brooks2 Theme by Aaron T. Grogg and the Starkers theme.
	Author: Brian J. Hall for Clark/Nikdel/Powell
	Version: 2.0
	Tags: custom-menu, editor-style, theme-options, threaded-comments, sticky-post, microformats, rtl-language-support, translation-ready

*/
/*
	HTML5 ✰ brooks2 

	style.css contains a reset, font normalization and some base styles.

	credit is left where credit is due.
	much inspiration was taken from these projects:
		yui.yahooapis.com/2.8.1/build/base/base.css
		camendesign.com/design/
		praegnanz.de/weblog/htmlcssjs-kickstart
*/
/*
	html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
	v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
	html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0;}
table#survey, table#request {margin:10px 0 20px;}
table#survey tr td:first-child, table#request tr td:first-child {padding:12px 0 0;}
table#survey td, table#request td {padding:12px 0 0 60px;}
table#request input, table#request textarea {width:100%; *width:auto;}
table#survey input {width:105%; *width:auto;}
span.wpcf7-list-item {margin-left:0 !important;}
.wpcf7-checkbox label {margin: 3px 6px 3px 0;}
#wpcf7-f4-p1820-o1 textarea {    
	height: 80px;
    margin-top: 5px;
    resize: none;
    width: 100%;}

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
*/
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/* 
 * minimal base styles 
*/


body, select, input, textarea { 
    /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
    color: #444;
    /* set your base font here, to apply evenly */
    /* font-family: Georgia, serif;  */
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }


/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color: #83541e; text-decoration: none; }
a:hover { color: #83541e; text-decoration: underline; }


ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
    padding: 15px;

    /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: middle; margin-top:-3px; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #EBDDC5; text-shadow: none; }
::selection { background:#EBDDC5; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #83541e; }


/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * 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 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
                  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
                  clip: rect(1px, 1px, 1px, 1px); }

/* 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; }






/* Primary Styles
   Author:
*/















/*
 * Media queries for responsive design
 * 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; } */
}

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
*/
@media print {
    * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
    a, a:visited { color: #444 !important; text-decoration: underline; }
    a:after { content: " (" attr(href) ")"; }
    abbr:after { content: " (" attr(title) ")"; }
    .ir a:after { content: ""; }  /* Don't show links for images */
    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; }

    header #top-panel,
    header nav,
    #sidebar,
    footer .column-right
    {
        display: none;
    }
    section #content
    {
        margin: auto !important;
        width: auto !important;
    }
}

/** END HTML5 brooks2 CSS **/


/** START Starkers CSS **/

/* LAYOUT */
/* ----------------------------------------- NEWSLETTER & BOOK LINK */


a.newslettersubmit {
	background: #af9064; /* Old browsers */
	background: -moz-linear-gradient(top, #af9064 0%, #83541e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af9064), color-stop(100%,#83541e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #af9064 0%,#83541e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #af9064 0%,#83541e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #af9064 0%,#83541e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af9064', endColorstr='#83541e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #af9064 0%,#83541e 100%); /* W3C */
	border: 1px solid #5E3D15;
	color: #fff;
	display: block; 
	float:left;
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
    font-weight: bold;
	margin: 3px 0 0;
    padding: 6px 8px 6px;
    -moz-text-shadow: 0px 1px 0px rgba(0,0,0,.3);
    -webkit-text-shadow: 0px 1px 0px rgba(0,0,0,.3);
    text-shadow: 0px 1px 0px rgba(0,0,0,.3);
    text-transform: uppercase;
}
a.newslettersubmit:hover {text-decoration:none;}
a.newslettersubmit:active {padding:7px 8px 5px; background: #83541e;}
.newsletter-text {font-size:11px; font-family:'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;}
.newsletter-image {
	float: left;
	margin-top: -16px;
	padding-bottom: 5px;
}
.emailnewsletter p.clearfloat {padding:0;}
.sidebar-right #text-8 p.newsletter-image {padding-bottom:0;}
.sidebar-right #text-8 p.newsletter-text {margin-left:110px; color:#444;}
.sidebar-right #text-8 p.newsletter-text a {margin-top:10px;}

/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#fff; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */

/* TYPOGRAPHY */
/* ----------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight:bold } /* This helps to identify headings at the initial build stage, so I thought it'd be useful to have it */




/* Font stack options

	The following represents a list of font stacks, as recommended by Nathan Ford in
	http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

	I've added inverted commas around the relevant family names to ensure compatibility.
	p = balanced for paragraphs or body copy
	t = balanced for headlines or titles

	- - - -

Arial, "Helvetica Neue", Helvetica, sans-serif - p, t

Baskerville, "Times New Roman", Times, serif - p
Baskerville, "Times, Times New Roman", serif - t

Cambria, Georgia, Times, "Times New Roman", serif - p, t
"Century Gothic", "Apple Gothic", sans-serif - p, t

Consolas, "Lucida Console", Monaco, monospace - p, t

"Copperplate Light", "Copperplate Gothic Light", serif - p, t

"Courier New", Courier, monospace - p, t

"Franklin Gothic Medium", "Arial Narrow Bold", Arial, sans-serif - p, t

Futura, "Century Gothic", "Apple Gothic", sans-serif - p, t

Garamond, "Hoefler Text", "Times New Roman", Times, serif - p
Garamond, "Hoefler Text", Palatino, "Palatino Linotype", serif - t

Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif - p
Geneva, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - t

Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif - p
Georgia, Times, "Times New Roman", serif - t

GillSans, Calibri, Trebuchet, sans-serif - p
GillSans, Trebuchet, Calibri, sans-serif - t

"Helvetica Neue", Arial, Helvetica, sans-serif - p
Helvetica, "Helvetica Neue", Arial, sans-serif - t

Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif - p, t

"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif - p, t

Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif - p
Palatino, "Palatino Linotype", "Hoefler Text", Times, "Times New Roman", serif - t

Tahoma, Geneva, Verdana - p
Tahoma, Verdana, Geneva - t

Times, "Times New Roman", Georgia, serif - p, t

Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif - p
Trebuchet, Tahoma, Arial, sans-serif - t

Verdana, Geneva, Tahoma, sans-serif - p
Verdana, Tahoma, Geneva, sans-serif - t

*/

/** END Starkers CSS **/

/** START WordPress-Defined CSS Classes **/
.wp-caption-text{}
.gallery-caption{}
.bypostauthor{}
.sticky{}
/** END WordPress-Defined CSS Classes **/


/* -- Legacy content styles -- */
.clearfloat {clear:both;}
.alignleft {float:left;}
.alignright {float:right;}
img.alignleft {margin:2px 15px 5px 0;}
img.alignright {margin:2px 0 5px 15px;}

body
{
    background: #FFFFFF url('images/bg_gradient.gif') repeat-x top center;
    border-top: 3px solid #5a554c;
}

h1.page-title {display:none;}
h1.entry-title
{
    color: #5a554c;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    padding-right: 20px;

}
.section-title-panel
{
    border: 3px solid #001548;
    background: #001548;
}
.section-title
{
    color: #FFFFFF;
    font-weight: normal;
    font-size: 50px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    border: 1px solid #d2b682;
    text-align: right;
    padding: 10px 30px;
}
.section-title a
{
    color: #FFFFFF;
}

.breadcrumbs
{
    background: #d2b682;
    padding: 5px 10px;
    color: #5b3509;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
}
.breadcrumbs a
{
    color: #5b3509;
    font-weight: bold;
    text-decoration: none;
}
.breadcrumbs a:hover
{
    text-decoration: underline;
}
.breadcrumbs .prefix
{
    font-size: 11px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    display: inline-block;
    padding-right: 10px;
    font-weight: bold;
}

.page-toolbar
{
    margin: 14px 0px;
    border-top: 4px solid #83541e;
    padding: 16px 10px 0px 10px;
}

.page-toolbar .print-page
{
    margin: 8px 0px 0px 20px;
    color: #5a554c;
    float: right;
    display: block;
    padding-left: 16px;
    background: url('images/print-icon.gif') no-repeat 0 50%;

    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}
.page-toolbar .print-page:hover
{
    text-decoration: underline;
}

.entry-content
{
    color: #393939;
    padding: 0px 40px 10px 10px;
    line-height: 20px;
    font-size: 12px;
}
.entry-content h2
{
    color: #001548;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.entry-content p,
.entry-content ul
{
    margin-bottom: 20px;
}


/* ---- HEADER ----------------------------------------------------------- */
header nav#quicklinks
{
    background: #5a554c;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #f0e6d4;
    float: left;
    padding: 3px 8px 8px 8px;
}
header nav#quicklinks .menu
{
    list-style-type: none;
}

header nav#quicklinks .menu .separator
{
    color: #968f82;
}
header nav#quicklinks .menu li
{
    display: inline-block;
    float: left;
}
header nav#quicklinks .menu li:last-child .separator
{
    display: none;
}
header nav#quicklinks a, header nav#quicklinks a:link, header nav#quicklinks a:visited, header nav#quicklinks a:active
{
    color: #f0e6d4;
    text-decoration: none;
    padding: 0px 8px;
    font-size: 11px;
}
header nav#quicklinks a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

header #search-panel
{
    float: right;
}

header #search-panel #we-mean-it
{
    margin-right: 23px;
    position: relative;
    top: 3px;
}

header #search-panel
{
    vertical-align: top;
}
header #search-panel #searchform {margin-top:20px;}
header #search-panel #search
{
    margin: 0;
    padding: 0;
    width: 220px;
    background-color: #FFFFFF;
    border: 1px solid #ede0ca;

    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #5a554c;

    padding: 4px;
}

header #search-panel #search-submit
{
    margin: 0;
    padding: 0;
    background-color: #83541e;
    padding: 5px 8px 3px 8px;
    border-width: 0px;
    position: relative;
    top: 3px;
}

header #logo-panel
{
    margin-left: 20px;
    float: left;
}

header nav#main-menu
{
    float: right;
    margin-top: 18px;
    margin-bottom: 20px;
}
header nav#main-menu .menu
{
    list-style-type: none;
    border: 3px solid #dec79e;
    clear:both;
    overflow: hidden;
}
header nav#main-menu .menu li
{
    float: left;
}
header nav#main-menu a, header nav#main-menu a:link, nav#main-menu a:visited, header nav#main-menu a:active
{
    display: inline-block;
    color: #83541e;
    text-decoration: none;
    padding: 9px 14px;
    font-weight: bold;
    font-size: 12px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    border: 1px solid #FFFFFF;
    border-right-width: 0px;
    border-collapse: collapse;
    text-transform: uppercase;

    background: #ecdec7 url('images/menu_bg_gradient.gif') repeat-x center;
}

header nav#main-menu li.current-menu-item a,
header nav#main-menu li.current-page-ancestor a
{
    background: #83541e !important;
    background-image: none;
    color: #ffffff !important;
}

header nav#main-menu a:hover
{
    background: #f3eada;
    background-image: none;
}

header nav#main-menu .menu li:last-child a
{
    border-right-width: 1px;
}

header #top-panel, header #bottom-panel
{
    clear: both;
    overflow: hidden;
}

.gs960
{
    width: 960px;
    margin: auto;
    overflow: hidden;
}

#master
{
    background: url('images/bg_bottom_gradient.gif') repeat-x bottom center;
}
#master #container
{
    float: left;
    margin-right: -310px;
    width: 100%
}
#master #container section#content
{
    /*width: 650px;*/
    margin: 0 310px 20px 10px;
}
#master #container section#content.home
{
    margin: 0 310px 40px 260px;
}

/* ---- HOMEPAGE -------------------------------------------------------------------- */

.posts .posts-panel
{
    margin-top: 20px;
}
.posts-panel .header
{
    border-top: 4px solid #83541e;
    padding: 12px 5px;

    color: #5A554C;
    font-family: "Palatino Linotype",Palatino,Palladio,"URW Palladio L","Book Antiqua",Baskerville,"Bookman Old Style","Bitstream Charter","Nimbus Roman No9 L",Garamond,"Apple Garamond","ITC Garamond Narrow","New Century Schoolbook","Century Schoolbook","Century Schoolbook L",Georgia,serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.posts-panel .hentry
{
    border-top: 3px solid #00235c;
    margin-bottom: 10px;
}
.posts-panel .hentry .category
{
    background: #00235c url('images/category-folder.gif') no-repeat 7px 50%;
    float: right;
    color: #ecdec7;
    padding: 3px 7px 3px 25px;

    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.posts-panel .hentry .category a
{
    color: #ecdec7;
    text-decoration: none;
}
.posts-panel .hentry .category a:hover
{
    text-decoration: underline;
}
.posts-panel .hentry .avatar
{
    float: left;
    margin-right: 10px;
}
.avatar img {width:45px; height:45px;}
.posts-panel .hentry .title
{
    font-weight: bold;
    font-size: 24px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    line-height: 30px;
    color: #00235c;
    margin-top: 20px;
}
.posts-panel .hentry .title a
{
    color: #00235c;
    text-decoration: none;
}
.posts-panel .hentry .title a:hover
{
    text-decoration: underline;
}
.posts-panel .hentry .meta
{
    color: #83541e;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    background: url('images/post-icon.gif') no-repeat 0 4px;
    padding: 2px 0px 0px 15px;
    margin-left: 45px;
}
.posts-panel .hentry .meta a
{
    color: #83541e;
    text-decoration: none;
    padding: 0px 2px;
}
.posts-panel .hentry .meta a:hover
{
    text-decoration: underline;
}
.posts-panel .hentry .content
{
    padding: 10px 16px;
    color: #5a554c;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
}
.posts-panel .hentry .content a
{
    color: #83541e;
    text-decoration: none;
}
.posts-panel .hentry .content a:hover
{
    text-decoration: underline;
}



/* ---- SLIDESHOW ------------------------------------------------------------------- */

#slideshow {
    position: relative;
    z-index: 1;
    width: 650px;
    height: 279px;

    margin-bottom: 10px;
}

#slideshow .slide
{
    background: #001548;
    width: 644px;
    height: 273px;

    margin: 0px;
    padding: 3px;

    background-position: right center;
    background-repeat: no-repeat;

    margin-bottom: 10px;
}

#slideshow ul.ui-tabs-nav
{
    position:absolute;
    left: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 642px;
    z-index: 20;
    background: transparent url('images/slideshow-pane.png');
}
#slideshow ul.ui-tabs-nav li
{
    clear: both;
}
#slideshow ul.ui-tabs-nav li img {}
#slideshow ul.ui-tabs-nav li a
{
    display: block;
    outline: none;
    float: left;
    width: 180px;
    background-color: #0a295f;
    border-top: 1px solid #00417c;
    border-bottom: 1px solid #000622;
    
    font-size: 15px;
    line-height: 15px;
    color: #FFFFFF;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    text-decoration: none;
    padding: 6px 10px 10px 20px;
}

#slideshow ul.ui-tabs-nav li a:hover
{
    background-color: #00417c;
}
#slideshow ul.ui-tabs-nav li.ui-tabs-selected a
{
    background: #d2b682;
    border-top: 1px solid #ddc79d;
    border-bottom: 1px solid #77674a;

    color: #001548;
}
#slideshow ul.ui-tabs-nav li.ui-tabs-selected .arrow
{
    padding: 0;
    margin: 0;
    display: inline-block;
    background: url('images/slideshow-menu-arrow.png') no-repeat 100% 50%;
    width: 17px;
    height: 32px;
    position: relative;
}

#slideshow #related-practices
{
    position: absolute;
    z-index: 80;
    right: 3px;
    bottom: 3px;
}
#slideshow #related-practices .panel
{
    background: #d2b682;
    padding: 3px 5px;
    padding-left: 10px;

    font-size: 11px;

    position: relative;
}
#slideshow #related-practices .panel .title
{
    font-weight: bold;
    color: #83541e;
    padding-right: 5px;
}
#slideshow #related-practices .panel #practices-dropdown
{
    width: 180px;
}

#slideshow .content
{
    border: 1px solid #d2b682;
    height: 271px;
    width: 642px;
}
#slideshow .content .info
{
    width: 380px;
    padding-right: 20px;
    padding-top: 10px;
    float: right;

    position: relative;
    z-index: 50;

}
#slideshow h2
{
    color: #FFFFFF;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: normal;

    text-shadow: 1px 1px 1px #000;
}
#slideshow h4
{
    margin-top: 10px;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: normal;
    color: #ecdec7;
}
#slideshow .ui-tabs-hide{display:none;}



/* ---- PRODUCT ALERTS ------------------------------------------------------------ */

#product-alerts
{
    background: #5a554c;
    margin-bottom: 10px;
}

#product-alerts .header
{
    background: #46423b;
    color: #FFFFFF;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: normal;
    padding: 5px 10px;
}
#product-alerts .content
{
    padding: 16px 10px 17px 60px;
    color: #ebddc5;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 12px;
    background: transparent url('images/alert-icon.png') no-repeat 16px 20px;
}
#product-alerts .content a
{
    color: #ebddc5;
    text-decoration: none;
}
#product-alerts .content a:hover
{
    text-decoration: underline;
}
#product-alerts #alert-list
{
    clear: right;
    list-style-type: square;
}
#product-alerts #alert-list li
{
    padding: 2px 8px 2px 0;
    /*background: url('images/bullet.gif') no-repeat 0% 50%;*/
}

/* ---- SIDEBAR ------------------------------------------------------------------- */

.sidebar-right
{
    float: right;
    width: 300px;
    border: 0px solid #FF0000;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}

.sidebar-right UL
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.sidebar-right > li {
    margin-bottom: 10px;
}

/* -- Child-Page sub-menu -- */
.sidebar-right .child-container {
    background-color: #5A554C;
    border: 3px solid #5A554C;
}
.sidebar-right .child-container #child-menu {border: 1px solid #D4B782;}
.sidebar-right #child-menu a {
    display: block;
    padding: 8px 22px;
    border-top: solid 1px #7c705b;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 12px;
    text-transform: uppercase;
}
.sidebar-right #child-menu li:first-child a {border-top:0;}
.sidebar-right #child-menu .current_page_item a, .sidebar-right #child-menu .current_page_ancestor ul .current_page_item a {
    background-color: #847D6F;
}
.sidebar-right #child-menu a:hover, .sidebar-right #child-menu .current_page_item ul a:hover, .sidebar-right #child-menu .current_page_ancestor a:hover {
    background-color: #D4B782;
    color: #5A554C;
}
.sidebar-right #child-menu li:first-child {padding-top:5px;}
.sidebar-right #child-menu li:last-child {padding-bottom:5px;}

.sidebar-right #child-menu .current_page_ancestor ul li:first-child {padding-top:0;}
.sidebar-right #child-menu ul, .sidebar-right #child-menu .current_page_ancestor a {
    background-color: #47433b;
}
.sidebar-right #child-menu ul {display:none;}
.sidebar-right #child-menu .current_page_item ul, .sidebar-right #child-menu .current_page_ancestor ul {
	display: block;
}
.sidebar-right #child-menu ul a, .sidebar-right #child-menu .current_page_item ul a {
    padding: 5px 30px;
    font-size: 11px;
    font-weight: normal;
    text-transform: none;
    background-color: transparent;
    border-top: 0;
}


/* -- Widgets -- */

.widget_alpha_categories {display:none; padding-bottom:10px;}
.category .widget_alpha_categories, .single-post .widget_alpha_categories {display:block;}
.widget_alpha_categories ul {background-color:#fff; border:1px solid #D4B782; margin: 10px 10px 0 10px; padding:10px;}
.widget_alpha_categories li {padding:5px 10px;}

.sidebar-right .sidebar-container, .sidebar-left .emailnewsletter {
    background-color: #EBDDC5;
}
.sidebar-right .sidebar-container > UL,
.sidebar-right .sidebar-container > .content,
.sidebar-right .sidebar-container > div,
.sidebar-left .emailnewsletter > UL,
.sidebar-left .emailnewsletter > .content,
.sidebar-left .emailnewsletter > div {
    padding: 10px;
    color: #83541E;
}
.sidebar-left li.emailnewsletter {
	padding: 0;
	border: 0;
}
.videos h4 {
	text-transform: uppercase;
	padding: 14px 4px 6px 4px;
	border-bottom: solid 1px #ccc;
}
.videos p {padding-top:12px; font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;}
.videos p a {margin-left:4px; padding-bottom:7px; line-height:17px !important;}
.sidebar-left .widget-container.videos ul {padding:0;}
.videos li {
	padding: 11px 10px 11px 4px;
	border-bottom: dotted 1px #D1CFC9;
}
.videos a {
	display: block;
	font-size: 11px;
	padding-left: 20px;
	background-image: url(images/tv.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.videos big {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #00235C;
}
.videos p.more {padding-top:9px;}
.videos p.more a {
	background-image: none;
	font-weight: bold;
	padding-bottom: 0;
	text-transform: uppercase;
}

.sidebar-right .sidebar-container .title, .sidebar-left .emailnewsletter .title
{
    padding: 0px;
    border: 3px solid #83541E;
    background-color: #83541E;
}

.sidebar-right #custom_cf7-4 {border:3px solid; background-color:#ffd9c0;}
.sidebar-right #custom_cf7-4 .title {border:0; border-bottom:solid 3px; background-color:#ec1e08;}
.sidebar-right #custom_cf7-4, .sidebar-right #custom_cf7-4 .title {border-color:#ec1e08;}
.sidebar-right #custom_cf7-4 form {margin:0;}
.sidebar-right .sidebar-container H3, .sidebar-right .sidebar-container H3 a, .sidebar-left .emailnewsletter .title h3 {
    color: #FFFFFF;
}
.sidebar-right .sidebar-container H3 .rsswidget img {display:none;}
.sidebar-right .sidebar-container H3, .sidebar-left .emailnewsletter .title h3
{
    padding: 10px 8px 6px 8px;
    border: 1px solid #D4B782;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.sidebar-left .emailnewsletter .title h3 {padding: 8px 8px 6px 8px;}
.sidebar-left .emailnewsletter form {margin-top:2px;}

.sidebar-right #recent-tweet
{
    margin-top: 5px;
}
.sidebar-right #recent-tweet H3
{
    border-width: 0px;
}

.sidebar-right .controls
{
    margin-bottom: 5px;
}
.sidebar-right #facebook
{
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}
.sidebar-container p.small {
	font-size: 9px;
	line-height: 1.3em;
	padding: 0 15px 10px 15px;
}

.sidebar-right #memberships ul {padding:5px 10px;}
.sidebar-right #memberships li {text-align:center; padding:5px 0;}
.sidebar-right #memberships img {display:block; margin:0 auto;}

/* -- Case Evaluation Form --*/
.sidebar-right .wpcf7-form
{
    clear: both;
    overflow: hidden;
}
.sidebar-right .wpcf7-form p
{
    margin-bottom: 12px;
    white-space: nowrap;
    clear: both;
    overflow: hidden;
}
.sidebar-right .wpcf7-form label
{
    float: left;
    padding-right: 5px;
    font-size: 12px;
    padding-top: 6px;
}
.sidebar-right .wpcf7-form .wpcf7-form-control-wrap
{

}
.sidebar-right .wpcf7-form .wpcf7-form-control-wrap INPUT[type=text],
.sidebar-right .wpcf7-form .wpcf7-form-control-wrap INPUT[type=checkbox],
.sidebar-right .wpcf7-form .wpcf7-form-control-wrap TEXTAREA
{
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    border: 1px solid #C1A682;

    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #83541E;

    padding: 4px;
}

.sidebar-right .wpcf7-form input#name
{
    width: 170px;
}
.sidebar-right .wpcf7-form input#email
{
    width: 140px;
    margin-right: 5px;
    float: left;
}
.sidebar-right .wpcf7-form p.submitRow
{
    float: right;
    margin: 0px;
}

.sidebar-right .wpcf7-form .wpcf7-form-control-wrap INPUT[type=submit]
{
    margin: 0;
    padding: 0;
    background-color: #83541e;
    padding: 5px 8px 3px 8px;
    border-width: 0px;
}

.sidebar-right .wpcf7-form .wpcf7-response-output
{
    margin: 0px !important;
    clear: both !important;
}

/* -- Legal News-- */
.sidebar-right .widget_categoryposts, .sidebar-right .widget_rss, .sidebar-right .widget_better_rss_widget
{
    padding-bottom: 1px;
}
.sidebar-right .widget_categoryposts ul, .sidebar-right .widget_rss ul, .sidebar-right .widget_better_rss_widget ul
{
    margin: 10px;
    background-color: #FFFFFF;
    border: 1px solid #D4B782;
    padding: 10px;
    clear: both;
    overflow: hidden
}
.sidebar-right .widget_categoryposts li, .sidebar-right .widget_rss li, .sidebar-right .widget_better_rss_widget li
{
    border-bottom: 1px dotted #D1CFC9;
    padding: 10px;
}
.sidebar-right .widget_categoryposts li:last-child, .sidebar-right .widget_rss li:last-child, .sidebar-right .widget_better_rss_widget li:last-child
{
    border-bottom-width: 0px;
}
.sidebar-right .widget_categoryposts .post-title, .sidebar-right .widget_rss ul .rsswidget, .sidebar-right .widget_better_rss_widget .rsswidget
{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    color: #00235C;
    font-size: 15px;
    text-decoration: none;
}
.sidebar-right .widget_categoryposts .post-title:hover, .sidebar-right .widget_rss ul .rsswidget:hover, .sidebar-right .widget_better_rss_widget ul .rsswidget:hover
{
    text-decoration: underline;
}
.sidebar-right .widget_rss ul .rsswidget, .sidebar-right .widget_better_rss_widget ul .rsswidget {display: block;}
.sidebar-right .widget_categoryposts .post-date, .sidebar-right .widget_rss .rss-date, .sidebar-right .widget_better_rss_widget .rss-date
{
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    color: #83541E;
    font-size: 11px;
}


/* ---- SIDEBAR-LEFT (Homepage) ------------------------------------------------------------------- */

.sidebar-left
{
    float: left;
    width: 250px;
    border: 0px solid #FF0000;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    
}

.sidebar-left UL
{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.sidebar-left > li
{
    border-top: 4px solid #83541E;
    margin-bottom: 10px;
    padding: 15px 0px;
}


.sidebar-left .widget-container
{

}
.sidebar-left .widget-container > UL,
.sidebar-left .widget-container > .content,
.sidebar-left .widget-container > div
{
    padding: 10px;
    color: #5A554C;
    font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif !important;
    font-size: 12px;
    line-height: 17px;
}
.sidebar-left .widget-container .title
{

}
.sidebar-left .widget-container H3
{
    padding-left: 5px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: bold;
    color: #5A554C;
    text-transform: uppercase;
}


.sidebar-left #text-5 h3 {
	background-repeat: no-repeat;
	background-image: url(images/wemeanbusiness.jpg);
	background-position: 0 26px;
	padding-bottom: 125px;
}

/* -- Email newsletter --*/
.emailnewsletter p {
	padding: 10px;
}
.emailnewsletter input {margin-top:8px;}
.emailnewsletter input.text {
	width: 160px;
	background-color: #fff;
	border: solid 1px #ccc;
}

/* -- Verdicts & Settlements --*/
.sidebar-left .widget_categoryposts
{
    padding-bottom: 1px;
}
.sidebar-left .widget_categoryposts ul
{
    margin: 0px;
    padding: 0px;
    clear: both;
    overflow: hidden
}
.sidebar-left .widget_categoryposts li
{
    border-bottom: 1px dotted #D1CFC9;
    padding: 20px 10px;
}
.sidebar-left .widget_categoryposts li:last-child
{
    border-bottom-width: 0px;
}
.sidebar-left .widget_categoryposts .post-title
{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    color: #00235C;
    font-size: 15px;
    text-decoration: none;
}
.sidebar-left .widget_categoryposts p
{
    color: #5E5E5E;
    font-size: 12px;
    line-height: 17px;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
}
.sidebar-left .widget_categoryposts .post-date
{

    color: #83541E;
    font-size: 11px;
}

/* -- Areas We Serve -- */
.sidebar-left .areas-we-serve ul
{
    margin-left: 10px;
    list-style-type: square;
}

/* ---- FOOTER ------------------------------------------------------------------- */
footer.primary
{
    background: #5a554c;
    font-size: 11px;

}
footer.primary UL
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

footer.primary .gs960
{
    background: #292722;
}

footer.primary .column-left
{
    width: 230px;
    float: left;
}
footer.primary #footer-sidebar
{
    clear: both;
    overflow: hidden;
    padding: 0 30px;
}
footer.primary #footer-sidebar .column-left
{
    padding: 20px;
}
footer.primary #footer-sidebar .column-right
{
    float: left;
    width: 690px;
}

footer.primary .copyright
{
    color: #FFFFFF;
    white-space: nowrap;
    margin-bottom: 20px;
}
footer.primary .disclaimer
{
    color: #D2B682;
    line-height: 20px;
}

footer.primary nav#quicklinks
{
    color: #f0e6d4;
    padding: 20px 0px 15px 10px;
    border-bottom: 1px solid #604A40;
    clear: both;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 18px;
}
footer.primary nav#quicklinks .menu
{
    list-style-type: none;
}

footer.primary nav#quicklinks .menu .separator
{
    color: #968f82;
}
footer.primary nav#quicklinks .menu li
{
    display: inline-block;
    float: left;
}
footer.primary nav#quicklinks .menu li:last-child .separator
{
    display: none;
}
footer.primary nav#quicklinks a, footer nav#quicklinks a:link, footer nav#quicklinks a:visited, footer nav#quicklinks a:active
{
    color: #D2B682;
    text-decoration: none;
    padding: 0px 15px;
}
footer.primary nav#quicklinks a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
footer.primary nav#quicklinks .menu li:first-child a
{
    padding-left: 0px;
}

footer.primary #nav-footer
{
	width: 100%;
    padding-left: 8px;
    clear: both;
    overflow: hidden;
    padding-bottom: 25px;
}
footer.primary #nav-footer td {padding:0 20px 20px 20px; width:25%;}
footer.primary #nav-footer td:first-child {padding-left:5px;}
/*
footer.primary #nav-footer > li {
    float: left;
    max-width: 160px;
    min-width: 60px;
    padding-left: 30px;
}
footer.primary #nav-footer > li:first-child {padding-left: 0px;}
footer.primary #nav-footer li ul li {float: none;}
*/
footer.primary #nav-footer h3
{
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    color: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 15px;
}
footer.primary #nav-footer a, footer.primary #nav-footer a:link, footer.primary #nav-footer a:visited, footer.primary #nav-footer a:active
{
    color: #A07842;
    text-decoration: none;
    display: block;
    line-height: 12px;
    margin-bottom: 10px;
}
footer.primary #nav-footer a:hover {
    color: #D2B682;
    text-decoration: underline;
}


footer.primary #footer-links, footer.primary .disclaimer {
	background: #1e1d19;
    font-size: 10px;
    color: #d2b682;
    line-height: 16px;
}
footer.primary #footer-links {
	width: 100%;
    clear: both;
    overflow: hidden;
    border-left: solid 25px #1e1d19;
    border-right: solid 25px #1e1d19;
}
footer.primary #footer-links td {
    padding: 20px 15px;
}
footer.primary #footer-links b {color:#fff;}
footer.primary #footer-links a {color:#d2b682;}
footer.primary #footer-links a:hover {color:#fff;}

footer.primary .disclaimer p {
	border-top: 1px solid #604A40;
	margin: 0 30px;
	padding: 20px 0;
}

/* Comments
-------------------------------------------------------------- */
#comments-panel
{
    margin-top: 40px;
    border-top: 1px dotted #d1cfc9;
}
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 16px 0;
        color: #001548;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}

.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0 0 0;
	border-top: 1px dotted #d1cfc9;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 12px 0;
    color: #001548;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* Related Items
-------------------------------------------------------------- */

.related-items
{
    width: 250px;
    float: right;
    margin: 20px 0 20px 20px;
}
.related-items h2
{
    background: #83541e url('images/related-icon-white.gif') no-repeat 12px 50%;
    padding: 2px 5px 2px 28px;
    color: #FFFFFF;
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.related-items ul
{
    margin: 0;
    padding: 0;
}
.related-items li
{
    background: #f4ede0 url('images/arrow-bullet.png') no-repeat 10px 50%;
    display: block;
    margin: 5px 0px;
    padding: 10px;
    padding-left: 40px;

    clear: both;
    overflow: hidden;
}
.related-items a
{
    display: block;
    padding: 0;
    color: #5e5e5e;
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
}
.related-items a:hover
{
    text-decoration: underline;
}
.related-items .icon img
{
    border: 3px solid #FFFFFF;

    -moz-box-shadow: 2px 2px 0px #cbc5ba;
	-webkit-box-shadow: 2px 2px 0px #cbc5ba;
	box-shadow: 2px 2px 0px #cbc5ba;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#cbc5ba')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=0, Direction=135, Color='#cbc5ba');
}


/*---- In-Page Forms ---- */

.page form
{
/*    background-color: #EBDDC5;
    width: 100%;
    padding: 10px;*/
    margin-top: 20px;
}
.page form .qctable .qcheader
{
    color: #5A554C;
    font-family: Georgia,Cambria,"Times New Roman",Times,serif;
    font-size: 22px;
    font-weight: normal;
}
.page form .qctable .qcheader .header
{
    margin: 0;
    margin-bottom: 5px;
}
.page form .qctable .qcheader .fof
{
    color: #83541E;
    font-style: italic;
    font-size: 16px;
}
.page form .qctable .qcform
{
    background-color: #FFFFFF;
    border: 1px solid #D4B782;
    clear: both;
    overflow: hidden;
    padding: 10px;
    border: 10px solid #EBDDC5;
}

.page form .qctable > p:last-child
{
    display: none;
}

/* ======================================================== VIDEO ARCHIVE */

.post-type-archive-video .posts-panel {margin-left:-15px; margin-right:-15px;}
.post-type-archive-video .posts-panel .type-video {float:left; width:305px; margin:0 15px 20px 15px; padding-top:1px;}
.post-type-archive-video .type-video .content {display:none;}
.post-type-archive-video .posts-panel .type-video .meta {margin-left:0;}
.post-type-archive-video .posts-panel .type-video h2.title {margin-top:12px;}


