/*
Theme Name: Zakes Law
Theme URI: http://www.rationalrhino.com/
Description: Magazine style theme for ZakesLaw.com
Version: 1.0
Author: Matthew DeVille

*/
/* ------------------------------------------ */
/* RESETS, BASIC PAGE SETUP, BASIC TYPOGRAPHY */
/* ------------------------------------------ */
   
@import "reset.css";
body {
	/*background:url(images/headerbg.png) repeat-x;*/
	color:#000;
	font:62.5% Arial, Helvetica, sans-serif;
}
div.disclaimer {
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	padding:20px;
}
a img {
	border:none;
}
a:hover {
	text-decoration:underline;
}
h1, h1 a {
	color:#000;
	font-size:22px;
	font-weight:400;
	text-decoration:none;
}
h2 {
	font-size:20px;
}
h2 a {
	text-decoration:none;
	color:#000;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
h6 {
	font-size:12px;
}
html {
	overflow-y:scroll;
}
p {
	font-size:12px;
	line-height:18px;
}
/* ------------------------------------------ */
/* HEADER */
/* ------------------------------------------ */
 #header {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	height:113px;
}
#logo {
	margin:5px 0 0 60px;
	float:left;
	width:375px;
	height:108px;
}
#logo h1 a {
	color:#000;
	background:url(images/logo.png) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:left;
	display:block;
	text-indent:-1000px;
	width:375px;
	height:113px;
}
/* APPLE SEARCH STYLES */
#search {
	float:right;
	margin:60px 50px 0 0;
	text-align:right;
}
#search .sbox_l {
	background: transparent url('images/srch_l.png') no-repeat top left;
	float: left;
	width: 12px;
	height: 24px;
}
#search .sbox_r {
	background: transparent url('images/srch_r.png') no-repeat top left;
	float: left;
	width: 12px;
	height: 24px;
}
#search .sbox input {
	background: transparent url('images/srch_bg.png') repeat-x top left;
	float: left;
	border: 0;
	height: 24px;
	width: 142px;
	padding:5px 3px;
	font: 11px/13px arial;
	color: #000;
}
#searchsubmit {
	width: 24px;
	height: 24px;
	margin: 0 0 0 8px;
	padding: 0;
	border: 0;
	background: transparent url('images/srch_btn.png') no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
/* MAIN NAVIGATION */
#navbar {
	display:block;
	margin-left:auto;
	margin-right:auto;
	font-size:1em;
	background:#f5f5f5 url('images/mainNavBg.png') repeat-x;
	width:100%;
	float:left;
	border-top: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	text-align:center;
}
#navcontainer {
	text-align:left;
	margin-left: auto;
	margin-right:auto;
	width:940px;
}
#navcontainer ul#navlist li.home {
}
/* Navigation */
ul.nav {
	text-align:left;
	float:left;
/*	border-left:1px solid #cecece;*/
	border-right:1px solid #fff;
}
.nav li {
	float:left;
}
.nav li a, .nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	background:#f5f5f5 url(images/mainNavBg.png) repeat-x;
	padding:10px;
	color: #000;
	text-decoration: none;
	font-size:13px;
	float: left;
/*	border-right: 1px solid #cecece;*/
	border-left: 1px solid #fff;
}
/* style subnav items */
.nav ul li a, .nav ul li a, .nav ul li a:link, .nav ul li a:active, .nav ul li a:visited {
	background:#f5f5f5 url(images/mainNavBg.png) repeat-x;
	padding:5px;
	color: #000;
	text-decoration: none;
	font-size:12px;
	float: left;
/*	border-right: 1px solid #cecece;*/
	border-left: 1px solid #fff;
}
ul#navlist li a:hover, ul#navlist li.current_page_item a {
	background:#0065ce url(images/activeNavBg.png) repeat-x;
	color: #000;
}
.nav, .nav ul {
	margin: 0;
	padding: 0;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
}
.nav li {
	margin: 0;
	padding: 0;
	position: relative;
	border-right: none !important;
	border-left: none !important;
}
.nav ul li a {
	height:auto !important;
	padding:5px;
	border-right: none !important;
	border-left: none !important;
}
.nav li a:hover {
	background: #ccc;
	color: #000;
}
#navlist li:hover a, #navlist li.sfHover a {
	background: transparent;
	color: #000;
}
#navlist li:hover ul a, #navlist li.sfHover ul a {
	background: #f4f4f4;
	color: #000;
}
#navlist li:hover ul a:hover, #navlist li.sfHover ul a:hover {
	background:#f9b333 url(images/activeNavBg.png) repeat-x;
	color: #000;
}
.nav ul {
	border-right: none !important;
	border-left: none !important;
	background: #f4f4f4;
	border-bottom: 1px solid #cecece;
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
	left: -1px;
	width:210px;
}
.nav li:hover ul, .nav li.sfHover ul {
	top: 36px;
}
.nav ul li {
	border: 0;
}
.nav ul a {
	border: 1px solid #cecece;
	border-bottom: 0;
	width: 200px;
}
/* ------------------------------------------ */
/* MAIN CONTENT */
/* ------------------------------------------ */
#wrapper {
	font-size:12px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#contentwrapper {
	float:left;
	font-size:12px;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:20px;
}
#leftcolumn {
	width:620px;
	float:left;
	display:inline;
}
#leftcolumn.interior {
	width:600px;
	margin-left:20px;
	float:left;
	display:inline;
}
#rightcolumn {
	width:300px;
	float:left;
	margin:0 0 0 20px;
	display:inline;
}
/* ------------------------------------------ */
/* FEATURED CONTENT ROTATOR */
/* ------------------------------------------ */
#feature {
	border:#cecece;
	float:left;
	padding:0;
}
#headline {
	height: 280px;
	width:610px;
	background-color:#fff;
	padding:5px;
	border:1px solid #cecece;
	position:relative;
}
#headline a:hover {
	text-decoration:none;
}
#headline .glidecontent {
	color: #fff;
	position: absolute;
	z-index: 0;
}
#headline .teaser-image {
	position: absolute;
	z-index: 0;
}
#headline .teaser-main {
	left:5px;
	top: 0px;
	width: 480px;
	height: 62px;
	position: absolute;
}
#headline .teaser-main .teaser-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}
#headline .teaser-main .teaser-title {
	font:bold 24px Georgia, "Times New Roman", Times, serif;
	margin: 20px;
	padding: 5px 0 4px 0px;
	line-height: normal;
	position: relative;
}
#headline .teaser-main .teaser-text {
	width:180px;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	margin: 20px;
	position: relative;
}
#headline .teaser-main .teaser-text p {
	margin: 0;
}
#headline .teaser-main .white .teaser-text div {
	color:#fff;
}
#headline .teaser-main .black .teaser-text div {
	color:#000;
}
#headline .teaser-main .white a:link, #headline .teaser-main .white a:visited {
	font-size:24px;
	color: #fff;
}
#headline .teaser-main .white a:hover {
	color: #fff;
	text-decoration:underline;
}
#headline .teaser-main .black a:link, #headline .teaser-main .black a:visited {
	font-size:24px;
	color: #000;
}
#headline .teaser-main .black a:hover {
	color: #000;
	text-decoration:underline;
}
.teaser-main .white div.readmore a, .teaser-main .black div.readmore a {
	font:12px Georgia, "Times New Roman", Times, serif !important;
	margin: 20px;
	text-decoration:none;
}
.promonav {
	position:relative;
	z-index:200;
	top:245px;
	left:20px;
	width:300px;
	height:10px;
}
#promonav a,
#promonav a:link, #promo strong {
	margin: 0 5px;
	padding: 0;
	height:10px;
	display:block;
	float:left;
	width:10px;
	border: 1px solid #ccc;
	background: transparent;
	text-decoration: none;
}
#promonav a.activeSlide, #promonav a:link.activeSlide {
	background:transparent;
	border:1px solid #ffee37 !important;
}
/* ------------------------------------------ */
/* HOMEPAGE COLUMNS UNDER FEATURED CONTENT */
/* ------------------------------------------ */	
#columns {
	float:left;
	margin:20px 0 0 0;
	padding:5px 30px;
	width:550px;
}
#columns h2 {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
}
#columns ul li {
	line-height:25px;
	list-style:disc;
}
#columns ul, ol {
	padding:10px 0 10px 25px;
}

.articlepod {
	float:left;
	margin-bottom:40px;
	min-height:150px;
}
.column {
	border-right:1px dotted #cecece;
	float:left;
	padding:20px 25px 0 15px;
	width:260px;
}
.column_last {
	float:left;
	padding:20px 0 0 25px;
	width:260px;
}
.column h2, .column_last h2 {
	font-weight:bold;
	font-size:16px;
	padding-bottom:10px;
}
.column p, .column_last p {
	line-height:18px;
	padding:0 0 10px 0;
}
.column small, .column_last small {
	font-size:12px;
	font-style:italic;
	display:block;
	margin-bottom:10px;
}
.commentsbar {
	border-top:1px solid #cecece;
	float:left;
	width:250px;
	padding:5px;
	background:url(images/commentspodbg.gif) repeat-x;
}
.commentspod {
	font-size:10px;
	float:left;
	width:100px;
	padding:5px;
}
.sharethispod {
	font-size:10px;
	float:right;
	width:100px;
	padding:5px;
}
#about {
	font-size:12px;
	line-height:16px;
	margin:0;
	width:260px;
	background:url(images/aboutBg.jpg) repeat-x;
	padding:20px;
	border-top:1px solid #cecece;
}
#about p {
	margin-bottom:15px;
}
#about img {
	padding:4px;
	margin-bottom:10px;
	border:1px solid #cecece;
	background:#fff;
}
/*  COMMENT FORM  */

#commentform input {
	height:24px;
}
#commenform small {
	margin-left:10px;
}
textarea {
	background:#f6f6f6;
	border-bottom:1px solid #eee;
	border-left:1px solid #ccc;
	border-right:1px solid #eee;
	border-top:1px solid #bbb;
	color:#666;
	font-size:12px;
	padding:5px;
}
/* ------------------------------------------ */
/* SIDEBAR */
/* ------------------------------------------ */
#sidebar {
	float:left;
	margin:0 0 0 20px;
	text-align:left;
	width:300px;
}
#adblock {
	clear:both;
	float:left;
	margin:15px 0;
}
#ads {
	float:left;
	border-top:1px solid #ccc;
	background:url(images/adspacebg.jpg) repeat-x;
	width:260px;
	padding:20px;
	margin:0;
}
#ads li {
	border:none;
	display:block;
	margin:0 0 5px 0;
	text-align:left;
}
#adblock h3 {
	font-size:12px;
	font-weight:bold;
	background:#f6f6f6;
	border:1px solid #ccc;
	border-bottom:1px solid #f6f6f6;
	top:1px;
	margin:0 0 0 20px;
	padding:5px;
	float:left;
	position:relative;
	top:1px;
}


/* WIDGET STYLES */	
.widget {
	float:left;
	margin:10px 0 15px 0;
	width:300px;
}
.widget a {
}
.widget img {
	border:0;
	background:#fff;
}
.widget li {
	line-height:20px;
	padding:4px 0 4px 10px;
}
.widget li:hover {
	border-bottom:1px dotted #ccc;
}
.widget ul ul {
	padding-left:20px;
}
div.widget_tag_cloud a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff772b;
	text-decoration:none;
}
/* ------------------------------------------ */
/* FOOTER*/
/* ------------------------------------------ */
  
#footer {
	background:url(images/footerbg.jpg) repeat-x;
	border:1px solid #b3b3b3;
	float:left;
	font-size:12px;
	line-height:19px;
	color:#333;
	margin:20px 0;
	margin-left:auto;
	margin-right:auto;
	width:920px;
	padding:10px;
}
#footer a {
	text-decoration:underline;
	color:#333;
}
#footer a:hover {
	text-decoration:underline;
	color:#006;
}
#copyright {
	float:left;
}
#feeds {
	float:right;
}
.rss_entries, .rss_comments {
	background:url(images/rss.png) 0 50% no-repeat;
	padding-left:22px;
	margin-left:20px;
	float:left;
}
/*  The comment section */
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	border: 1px solid #cecece;
	padding:5px;
}
#commentform textarea {
	width:400px;
}
#commentlist {
	width:590px;
	float:left;
	clear:both;
	font-size:11px;
	color:#000;
	margin:20px 0;
	padding:0;
}
#commentlist li.even {
	border-top:1px solid #cecece;
	list-style-type:none;
	padding:10px;
	background:#f5f5f5;
}
#commentlist li.odd {
	border-top:1px solid #cecece;
	list-style-type:none;
	padding:8px;
	background:#fff;
}
#commentlist ul {
	margin:0;
	padding:0;
}
#commentlist li p {
	font-size:12px;
	padding:5px 10px 5px 80px;
	margin:0;
}
#commentlist a {
	text-decoration:none;
	font-weight:bold;
	border-bottom:none;
}
#commentlist a:hover {
	text-decoration:underline;
}
#commentlist li div.meta {
	text-transform:uppercase;
	padding:0;
	margin:0;
	text-align:center;
}
#commentlist li .avatar {
	float:left;
	padding:0;
	margin-right:10px;
}
.children {
	padding: 0;
}
.authorcomm {
	float:left;
	margin:0;
	padding:0;
	width:70px;
	text-align:center;
	line-height:12px;
	font-size:10px;
}
.authorcomm a {
	text-decoration:none;
	font-weight:bold;
}
.reply {
	text-align:right;
	padding:5px;
}
.navigation {
	width:100%;
	height:20px;
}
.cancel-comment-reply {
	text-align:right;
	float:none;
	font-size:12px;
}
.comment-meta a {
	border-bottom:1px dotted #333;
	text-transform:uppercase;
	font-size:9px;
	color:#808080;
}
.fn {
	font-size:13px;
	font-weight:bold;
}
.says {
	display:none;
}
#comments {
	font-size:16px;
}
#respond {
	clear:left;
}
/* ------------------------------------------ */
/* TOOLBOX CSS */
/* ------------------------------------------ */
  
.aligncenter, div.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.alignleft {
	float:left;
	margin:10px 15px 5px 0;
}
.alignright {
	float:right;
	margin:10px 0 8px 20px;
}
.clear {
	clear:both;
}
.floatleft, .more_left {
	float:left;
}
.floatright {
	float:right;
}
.hr {
	border-top:3px solid #ECE8D7;
}
/* POSTS */
.post {
	float:left;
	line-height:20px;
	width:590px;
	margin-bottom:20px;
}
.article {
	float:left;
	line-height:20px;
	width:590px;
	margin-bottom:20px;
}
.post .byline {
	font-size:12px;
	font-style:italic;
	padding:0px 0 0px 0;
}
.post blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:10px 20px 10px 30px;
	padding:10px 20px;
}
.post h1, .post h2 {
	font:26px Georgia, "Times New Roman", Times, serif;
	padding-bottom:10px;
	padding-top:10px;
	line-height:30px;
}
.post h3, h4, h5, h6 {
	font-weight:bold;
	padding-bottom:5px;
	padding-top:10px;
}
.post li ol {
	border-bottom:1px dotted #ccc;
	line-height:25px;
	padding-left:15px;
}
.post ol li {
	list-style:decimal;
}
.post p {
	padding:10px 0 5px 0;
}
.post ul li {
	line-height:25px;
	list-style:disc;
}
.post ul, .post ul, ol {
	padding:10px 0 10px 25px;
}
.transpBlack {
	background:url(transpBlack.png);
}
.wp-caption {
	background-color:#EFEFEF;
	border:1px solid #B6B6B6;
	font-size:11px;
	margin-bottom:5px;
	padding:5px 5px 5px;
	text-align:center;
}
.wp-caption img {
	border:1px solid #B6B6B6;
}
div.tags {
	margin-top:20px;
	float:left;
	width:570px;
	padding:10px;
	border-top:1px solid #cecece;
	border-bottom:1px solid #cecece;	
}
div.tagspod {
	float:left;
	width:300px;
}
/* TABBED SIDEBAR */
ul.tabNavigation {
	list-style: none;
	float:left;
	width:285px;
	margin:0;
	padding:0 0 0 15px;
}
ul.tabNavigation li {
	display: inline;
}
ul.tabNavigation li a {
	font-weight:bold;
	float:left;
	position:relative;
	top:1px;
	width:auto;
	padding:5px;
	margin:0 5px;
	color:#333;
	border:1px solid #fff;
	border-bottom:none;
	text-decoration:none;
}

ul.tabNavigation li a.selected,  ul.tabNavigation li a:hover {
	background:#f4f0ff;
	border:1px solid #ccc;
	border-bottom:1px solid #f4f0ff;
	position:relative;
	top:1px;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
ul.tabNavigation li a:focus {
	outline: 0;
}
div.tabs > div {
	padding: 5px;
	margin-top: 3px;
}
div.tabs > div h2 {
	margin-top: 0;
}
#first, #second, #third {
	width:260px;
	margin:0 0 0 0;
	padding:20px;
	float:left;
	clear:both;
	background:url(images/sidebartabbedbg.jpg) repeat-x;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#first a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff772b;
	text-decoration:none;
}
li.view_all {
	margin-top:15px;
}
#second ul li, #downloadslist ul li {
	padding:5px 0;
}