/*
Theme Name: Brown Sims
Description: The 2012 theme for Brown Sims.
Author: the Deuce Creative team (Carissa Hempton, designer & Jeff Wittman, developer)
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 -251px 0 0;
	width: 100%;
}
#container.home {
	float: left;
	margin: 0;
	width: 100%;
}
#home-animation {
	width: 100%;
	height: 358px;
}
#fadeshow1,
div.gallerylayer {
	background: none repeat scroll 0 0 #fff !important;
}
#content {
	margin: 0 280px 0 20px;
}
#content.home {
	margin-top: 17px;
	margin-left: 41px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(images/home-content-bg2.png);
	background-repeat: repeat-y;
	overflow: hidden;
}
#home-divider {
	float: left;
}
#home-investigate,
#home-contact,
#home-follow {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#home-investigate {
	width: 239px;
	padding-right: 27px;
	font-size: 12px;
	line-height: 18px;
}
#home-investigate li {
	list-style: none;
}
#home-investigate h2.widgettitle {
	display: none;
}
#home-investigate dl {
	margin-bottom: 4px;
}
#home-investigate dd {
	margin-bottom: 0px !important;
}
#home-contact {
	margin-left: 24px;
	width: 690px;
	font-size: 11px;
	line-height: 17px;
}
#home-contact .ezcol-one-fifth {
	float: left;
	margin-right: 25px !important;
}
#home_footer_contact_1 {
	padding-top: 2%;
	padding-bottom: 2%;
}
#home-logos {
	margin-top: 17px;
	margin-left: 41px;
}
#home-logos a {
	padding-right: 50px;
}
#home-logos a:last-child {
	padding-right: 0;
}
#home-follow {
	margin-left: 19px;
	width: 200px;
	font-size: 11px;
	line-height: 16px;
}
#home-follow li {
	list-style: none;
}
#home-follow ul {
	margin-left: 0px;
	margin-bottom: 0px !important;
}
#home-follow span.my_lt_content {
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
}
#content.home h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 18px;
	color: #f26f21;
	margin-bottom: 14px;
}
#content-right {
	float: right;
	overflow: hidden;
	width: 251px;
}
#sticky-anchor {
  height: 38px;
}
#sticky {
  margin-top: -38px;
}
#sticky.stick {
  margin-top: 0 !important;
}
#sticky {
  width: 251px;
	background-image: url(images/secondary-nav-bg.png);
	background-repeat: no-repeat;
	background-position: left 17px;
	padding-top: 17px;
	min-height: 353px;
}
#sticky.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
}
#secondary-nav {
	padding-top: 17px;
	min-height: 353px;
}
#primary {
	float: right;
	overflow: hidden;
	padding-top: 17px;
	width: 219px;
}
#footer {
	clear: both;
	width: 984px;
}
#footer.home {
	margin-top: 12px;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	margin: 0 auto;
	width: 640px;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
#wrapper.home {
	background: #fff;
	background-image: none;
	margin: 0 auto;
	width: 1024px;
	padding: 0;
}
#main.home {
	margin: 0;
	width: 100%;
}
/* For sticky footer */
html, 
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#wrapper {
	min-height: 100%;
	background: #fff;
	background-image: url(images/wrapper-bottom-bg.png), url(images/wrapper-new-bg.png);
	background-repeat: no-repeat, repeat-y;
	background-position: bottom right, bottom right;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {position: relative;
	margin-top: -52px; /* negative value of footer height */
	height: 52px;
	clear:both;
	margin-right: auto;
	margin-left: auto;
} 
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 1.5em;
	list-style-position: outside;
	list-style-type: disc;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
#content.page-id-29 input[type="text"],
#content.page-id-29 input[type="email"] {
	width: 209px !important;
	background-color: #f16e20;
	border: none;
	padding: 3px;
	margin-bottom: 0px;
	color: #fff;
}
#content.page-id-29 input[type="checkbox"] {
	background: none;
	margin-bottom: 0px !important;
}
#content.page-id-29 input[type="submit"] {
	border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 26px;
	width: 108px;
	background-color: #526d6f;
	background-image: url(images/continuing-ed-submit-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
}
a:link,
a:visited,
a:active {
	color: #f26f21;
	text-decoration: none;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
a:hover {
	color: #999;
}
#content.blog a:link,
#content.blog a:visited,
#content.blog a:active,
#content.single a:link,
#content.single a:visited,
#content.single a:active,
#content.archive a:link,
#content.archive a:visited,
#content.archive a:active,
#content.search a:link,
#content.search a:visited,
#content.search a:active {
	color: #789800;
	text-decoration: none;
	font-weight: normal;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
#content.blog a:hover,
#content.single a:hover,
#content.archive a:hover,
#content.search a:hover {
	color: #999;
}
/* =Header
-------------------------------------------------------------- */
#header {
	position: relative;
	padding: 0;
	overflow: hidden;
}
#logo {
	float: left;
	height: 180px;
}
#main-nav {
	float: left;
	padding-top: 35px;
}
#top-nav {
	width: 218px;
	padding-top: 37px;
	margin-left: 26px;
}
#header-right {
	float: right;
	height: 180px;
	width: 244px;
	padding-left: 67px;
	background-image: url(images/secondary-header-bg-common.jpg);
	background-repeat: no-repeat;
}
#header-right.home {
	background-image: none;
	height: auto;
}
#header-right.page-id-15,
#header-right.parent-pageid-15 {
	background-image: url(images/secondary-header-bg-about.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-4,
#header-right.parent-pageid-4 {
	background-image: url(images/secondary-header-bg-lawyers.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-17,
#header-right.parent-pageid-17 {
	background-image: url(images/secondary-header-bg-practices.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-19 {
	background-image: url(images/secondary-header-bg-industries.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-107 {
	background-image: url(images/secondary-header-bg-i-construction.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-109 {
	background-image: url(images/secondary-header-bg-i-energy.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-111 {
	background-image: url(images/secondary-header-bg-i-environmental.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-113 {
	background-image: url(images/secondary-header-bg-i-healthcare.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-115 {
	background-image: url(images/secondary-header-bg-i-hospitality.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-117 {
	background-image: url(images/secondary-header-bg-i-insurance.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-119 {
	background-image: url(images/secondary-header-bg-i-maritime.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-121 {
	background-image: url(images/secondary-header-bg-i-product.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-123 {
	background-image: url(images/secondary-header-bg-i-professional-liability.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-125 {
	background-image: url(images/secondary-header-bg-i-retail.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-127 {
	background-image: url(images/secondary-header-bg-i-transportation.jpg);
	background-repeat: no-repeat;
}
#header-right.blog,
#header-right.single,
#header-right.archive,
#header-right.earch {
	background-image: url(images/secondary-header-bg-blog.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-25 {
	background-image: url(images/secondary-header-bg-locations.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-27 {
	background-image: url(images/secondary-header-bg-careers.jpg);
	background-repeat: no-repeat;
}
#header-right.page-id-29 {
	background-image: url(images/secondary-header-bg-continuing-ed.jpg);
	background-repeat: no-repeat;
}
#top-50 {
	display: none;
}
body.home #top-50 {
	position: absolute;
	width: 229px;
	top: 37px;
	left: 0;
	right: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* =Menus
-------------------------------------------------------------- */
.mainnav ul,
.topnav ul,
.seconav ul {
	list-style: none;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mainnav ul {
	font-size: 16px;
	line-height: 22px;
}
.mainnav ul a {
	color: #f26f21;
	text-decoration: none;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
.mainnav ul a:hover {
	color: #999;
}
.mainnav ul ul.sub-menu,
.seconav li,
.seconav ul li.current-menu-item a,
.seconav ul li.current-menu-ancestor a {
	display: none;
}
.seconav ul li.current-menu-item,
.seconav ul li.current-menu-item ul.sub-menu li,
.seconav ul li.current-page-parent,
.seconav ul li.current-page-parent ul.sub-menu li {
	display: block;
}
.seconav ul li ul.sub-menu li {
	padding-top: 3px;
	padding-bottom: 4px;
}
.seconav ul li.current-menu-item ul.sub-menu li a,
.seconav ul li.current-page-ancestor ul.sub-menu li.current-menu-item a,
.seconav ul li.menu-item ul.sub-menu li.menu-item a {
	display: inline !important;
}
.seconav ul.menu {
	margin-top: 5px;
	margin-left: 33px;
}
.seconav ul ul li {
	width: 178px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fbd4bd;
}
.seconav ul {
	font-size: 14px;
	line-height: normal;
}
.seconav ul a {
	color: #fff;
	text-decoration: none;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
.seconav ul li ul.sub-menu li.current-menu-item a {
	color: #ccc;
	text-decoration: none;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
.seconav ul a:hover,
.seconav ul li ul.sub-menu li.current-menu-item a:hover {
	color: #333;
}
.topnav ul {
	font-size: 11px;
	line-height: 18px;
}
.topnav ul a {
	color: #fff;
	text-decoration: none;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
#header-right.home .topnav ul a {
	color: #666;
	text-decoration: none;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
.topnav ul a:hover,
#header-right.home .topnav ul a:hover {
	color: #999;
}
#header-right.home .topnav ul li {
	background-image: url(images/top-nav-bg-off.png);
	background-repeat: no-repeat;
	background-position: left center;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
	padding-left: 12px;
}
.topnav ul li {
	background-image: url(images/top-nav-bg-off2.png);
	background-repeat: no-repeat;
	background-position: left center;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
	padding-left: 12px;
}
.topnav ul li:hover,
#header-right.home .topnav ul li:hover {
	background-image: url(images/top-nav-bg-on.png);
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	margin-left: 184px;
	margin-right: 325px;
	padding-bottom: 50px;
}
#content.blog,
#content.single,
#content.archive,
#content.search {
	margin-bottom: 50px;
	overflow: hidden;
}
#content,
#content input,
#content textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 13px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 20px;
}
#content.page-id-29 hr {
	margin-top: 30px;
	margin-bottom: 4px;
}
#content.home p {
	margin-bottom: 0px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #526d6f;
	line-height: normal;
	font-weight: normal;
}
#content h1 {
	font-size: 26px;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 21px;
}
#content h3 {
	font-size: 16px;
}
#content.blog h1,
#content.archive h1,
#content.single h1,
#content.search h1,
#content.blog h2,
#content.archive h2,
#content.single h2,
#content.search h2,
#content.blog h3,
#content.archive h3,
#content.single h3,
#content.search h3 {
	color: #789800;
	margin-top: -4px;
	margin-bottom: 9px;
}
#content.page-id-17 h1,
#content.parent-pageid-17 h1,
#content.page-id-17 h2,
#content.parent-pageid-17 h2,
#content.page-id-17 h3,
#content.parent-pageid-17 h3 {
	color: #005d84;
}
#content.page-id-4 h1,
#content.page-id-4 h2,
#content.page-id-4 h3,
#content.page-id-4 #cn-single-profile h1 a {
	color: #938d79;
	margin-bottom: 0px;
}
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content.home table,
#content.page-id-29 table {
	border: none;
	margin: 0;
	margin-top: 10px;
}
#content.blog table,
#content.archive table,
#content.search table {
	border: none;
	margin: 0;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content.blog tr td,
#content.archive tr td,
#content.search tr td {
	border-top: none;
	padding: 0;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content.home tr td,
#content.page-id-29 tr td {
	border: none;
	padding: 0;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content.page-id-25 .ezcol-one-third {
	font-family: Arial, Helvetica, sans-serif;
}
#content.page-id-25 .ezcol-divider {
	padding-top: 0px !important;
	margin-bottom: -15px !important;
}
.hentry {
	margin: 0 0 48px 0;
}
#content.blog .hentry,
#content.archive .hentry,
#content.search .hentry {
	margin: 27px 0 0 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #789800;
	padding-top: 10px;
	clear: both;
	overflow: hidden;
}
#content.single .hentry {
	margin-bottom: 0px;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
#single-post-container {
	border-top: solid 1px #789800;
	margin-top: 27px;
	padding-top: 10px;
	border-bottom: solid 1px #789800;
	padding-bottom: 25px;
	overflow: hidden;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	font-size: 21px;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited,
.entry-title a:active {
	color: #789800;
	text-decoration: none;
}
.entry-title a:hover {
	color: #999;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content.blog .entry-content,
#content.blog .entry-summary,
#content.single .entry-content,
#content.single .entry-summary,
#content.archive .entry-content,
#content.archive .entry-summary,
#content.search .entry-content,
#content.search .entry-summary {
	clear: both;
	border-bottom: solid 1px #ccc;
	padding: 0;
}
#content.blog .entry-summary img {
	margin-bottom: 4px;
}
#content.blog .entry-summary p:last-child {
	margin-bottom: 10px;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
/*.entry-content label {
	color: #888;
	font-size: 12px;
}*/
#content.page-id-29 .entry-content label {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#content.blog .entry-utility,
#content.single .entry-utility,
#content.archive .entry-utility,
#content.search .entry-utility {
	clear: both;
	font-size: 11px;
	line-height: 19px;
	font-weight: bold;
}
#content.blog .entry-utility,
#content.archive .entry-utility,
#content.search .entry-utility {
	margin-top: 10px;
}
#content.single .entry-utility {
	margin-top: 21px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}
#cn-list {
	margin: 0px !important;
}
#lawyers-alphaindex-subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: solid 1px #ccc;
	font-size: 21px;
	color: #938d79;
	margin-top: 28px;
	padding-top: 5px;
}
.cn-alphaindex {
	text-align: left !important;
	margin-top: 15px !important;
}
.cn-alphaindex a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px !important;
	font-weight: normal !important;
	padding-right: 4px;
}
#lawyers-search-subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: solid 1px #ccc;
	font-size: 21px;
	color: #938d79;
	margin-top: 30px;
	padding-top: 5px;
}
#cn-cmap input[type=checkbox] {
	margin-left: 2px !important;
	margin-right: 7px !important;
	margin-bottom: 6px !important;
}
#cn-cmap div#cn-list-body {
	padding-top: 25px;
}
#lawyers-search-subhead2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: solid 1px #ccc;
	font-size: 21px;
	color: #938d79;
	padding-top: 5px;
	margin-bottom: 15px;
}
div#cn-cmap div.cn-search {
	float: left !important;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div#cn-cmap p.search-box {
	margin-top: 16px !important;
}
div#cn-cmap label.lawyer-searchbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
	color: #f16e20;
}
div#cn-cmap #entry-search-input {
	margin-top: 2px;
	margin-left: 1px !important;
	margin-bottom: 10px !important;
	background-color: #f16e20 !important;
	border: solid 1px #dda07c !important;
	background-image: none !important;
	width: 250px !important;
	color: #fff;
	height: 16px;
	padding: 2px !important;
}
#lawyers-location-subhead {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 18px;
	color: #f16e20;
	padding-top: 8px;
	padding-bottom: 6px;
}
div#cn-cmap div.chzn-container {
	float: left !important;
	clear: both !important;
}
#cn-cmap span.cn-image-style,
#cn-cmap span.address-block,
#cn-cmap span.phone-number-block,
#cn-cmap span.email-address-block,
#cn-cmap span.social-media-block,
#cn-single-profile #cn-list-head,
#cn-single-profile #lawyers-search-subhead2 {
	display: none !important;
}
#cn-cmap div.cn-entry {
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
#cn-cmap span.fn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px !important;
	line-height: 23px;
	font-variant: normal !important;
	font-weight: normal !important;
	float: left;
}
#cn-cmap span.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #f16e20;
	font-size: 15px;
	line-height: 23px;
	font-style: italic;
	clear: left;
}
#cn-cmap div#search-button {
	float: right;
	clear: both;
	margin-top: -32px;
}
div#cn-cmap form.cn-form input#cat-submit {
	background-image: url(images/lawyers-search-button-bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #938d79 !important;
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #fff !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px !important;
	margin: 0px !important;
	padding-top: 5px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-bottom: 5px !important;
	width: 108px;
	cursor: pointer;
}
#print-logo {
	display: none;
}
#cn-single-profile #single-profile-left {
	float: left;
	width:260px;
}
#cn-single-profile span.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #938d79;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
}
#cn-single-profile span.cn-image-style {
	border: none !important;
	margin-top: 16px !important;
	padding: 0px !important;
}
#cn-single-profile #single-profile-right {
	float: right;
	text-align: right;
	width:240px;
}
#cn-single-profile span.address-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #938d79;
	font-weight: normal !important;
	line-height: normal;
}
#cn-single-profile span.adr,
#cn-single-profile span.phone-number-block,
#cn-single-profile span.tel {
	margin-bottom: 0px !important;
}
#cn-single-profile span.phone-name,
#cn-single-profile span.email-name {
	font-weight: normal !important;
	color: #f26f21;
}
.pdfprnt-button {
	padding: 0 !important;
}
.pdfprnt-button-title {
	padding: 0 !important;
}
#cn-single-profile span.vcard-block {
	float: right;
	clear: right;
}
#cn-single-profile span.cn-separator {
	display: none;
}
#cn-single-profile span.social-media-block {
	clear: right !important;
}
#cn-single-profile span.social-media-network {
	margin-top: 4px !important;
	margin-left: 4px !important;
	margin-right: 0px !important;
}
#cn-single-profile div.bio {
	border-top: solid 1px #ccc;
	padding-top: 4px;
}
#cn-single-profile div.bio h2 {
	text-transform: capitalize !important;
}
#cn-single-profile div.bio img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
/*#cn-single-profile ul {
	margin-left: 0px;
}*/
select.cn-cat-select,
.chzn-container {
	display: none !important;
} /**/
/*#search-button {
	clear: both;
}*/
div#readability-content div {
	text-align: left;
}
body.page-id-4 iframe#pf-init-iframe body div#pf-app iframe#pfiframe body#readabilityBody div#readOverlay div#pf-print-area h1 {
	margin-bottom: 0px !important;
}
#readability-content img {
	float: left !important;
	clear: both !important;
}
#blog-post-date {
	float: left;
	width: 117px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #789800;
	padding-top: 1px;
}
#blog-post-content {
	float: left;
	width: 398px;
}
#content.single #blog-post-content {
	padding-top: 4px;
}
#content.single #back-to-blog {
	margin-top: 12px;
	margin-left: 117px;
	font-size: 11px;
	line-height: 19px;
}
/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the 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 {
	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. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
.mtw_head,
.mtw_footer,
.tweet_meta {
	display: none;
}
.mtw_tweets {
	height: auto !important;
}
.mtw_tweets li {
	border: none !important;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	width: auto;
}
.nav-next {
	width: auto;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 28px 0 0 0;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #789800;
	padding-top: 8px;
	clear: both;
	overflow: hidden;
	text-align: center;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.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;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.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 {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	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: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#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 {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search form {
	background-image: url(images/searchbox-bg.gif);
	background-repeat: no-repeat;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 82%;
}
.widget_search label {
	display: none;
}
.widget_search input[type="text"] {
	background: none;
	border: none;
	height: 19px;
	margin: 0;
	padding: 2px;
}
.widget_search input[type="submit"] {
	background: none;
	border: none;
	height: 19px;
	margin: 0;
	padding: 0;
	width: 25px;
	color: transparent;
	cursor: pointer;
}
.widget-container {
	margin: 0 0 18px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fbd4bd;
	width: 178px;
}
.widget-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 25px;
	color: #fff;
}
.widget-area a:link,
.widget-area a:visited,
.widget-area a:active {
	color: #ffcc00;
	text-decoration: none;
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
.utcw-tag-link a {
    transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
}
.widget-area a:hover,
.utcw-tag-link a:hover {
	color: #333 !important;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
ul.blogroll li {
	margin-bottom: 5px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */
#footer {
	padding-left: 40px;
	overflow: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 18px;
	color: #666;
}
#footer a {
	color: #999;
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
/* =s3Slider
-------------------------------------------------------------- */
#s3slider {
    width: 1024px; /* important to be same as image width */
    height: 358px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
 
#s3sliderContent {
    width: 1024px; /* important to be same as image width or wider */
    position: absolute; /* important */
    top: 0; /* important */
    margin-left: 0; /* important */
}
 
#s3slider ul {
	list-style: none;
}
 
.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
}
 
.s3sliderImage span {
    position: absolute; /* important */
    left: 0;
    font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 0px;
    background-color: transparent;
    filter: alpha(opacity=70); /* here you can set the opacity of box with text */
    -moz-opacity: 0.7; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
    opacity: 0.7; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    top: 0; /*
        if you put top: 0;  -> the box with text will be shown 
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown 
                                at the bottom of the image
    */
}
 
.clear {
    clear: both;
}
#test-pdf {
	display: none;
}