/* 

Theme Name: LegalMarketingMaven
Theme URI: http://www.beersdesign.com
Description: Custom theme for LegalMarketingMaven.com
Version: 1.0
Author: Beers Design
Author URI: http://beersdesign.com

*/

/* ----------------TAGS------------  */

body {
	background:url(images/lmm-top-bg.gif) repeat-x #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0px auto;
	text-align: center;
	padding: 0px
}

a:link, a:visited {
	color: #00829c;
	text-decoration: none;
}

a:hover {
	color:#a5ae31;
	text-decoration: none;
}

h3 {
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 21px;
}

h3 a {
	color: #00829c;
}

h2 {
	font-size: 11px;
	font-weight: normal;
}

/* ---------------FORM-------------------*/

input.textbox, input.textarea {
	border:#000 1px solid;
	background:#FFFFFF;
	font-size:12px;
	padding:3px;
	width:150px;
}

textarea {
	width:95%;
}

input.textbox:focus, input.textarea:focus {
	background:#FFFFFF;
	border:#000 1px solid;
}

.submit {
	border: #000 1px solid; 
	font-size: 12px;
	color: #FFFFFF; 
	background: #a5ae31; 
	margin: 0px; 
	padding: 2px; 		
}

.submit:hover {
	border: #000 1px solid; 
	background: #00829c; 
}

/* ----------------WRAPPER------------  */


#wrapper {
	background:url(images/lmm-header.jpg) #fff;
	background-repeat:no-repeat;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	margin-bottom:20px;
	border-left:1px;
	border-left-color:#000000;
	border-left-style:solid;
	border-right:1px;
	border-right-color:#000000;
	border-right-style:solid;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
}

/* ----------HEADER TOP------------  */

#headertop {
	background-color:#fff;
	background-repeat: no-repeat;
	height: 14px;
	margin: 0px;
	padding: 0px;
}

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


#header {
	background-repeat: no-repeat;
	overflow: hidden;
	height: 140px;
	margin: 0px 10px 0px 10px;
	padding: 1px 0px 0px 15px;
	border: 0px;
	text-align: left;
	vertical-align: bottom;
}

#header h1 {
    margin: 0px;
	padding: 0px;
	font-size: 20px;
}

#header a:link, #header a:visited {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#header a:hover {
	font-weight: bold;
}

#header h2 {
    margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #131820;
}

/* -------------NAV BAR------------  */

#nav {
    clear: both;
	height: 35px;
	overflow: hidden;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-align: left;
	letter-spacing: .1em;
	background:url(images/ul_bg.gif);
	background-repeat:repeat-x;
}

#nav ul {
    padding: 0px;
	margin: 0px;

}

#nav ul li {
    padding: 0px;
	margin: 0px;
	float: left; 
	list-style-type: none;
	background:url(images/li_bg.gif);
	background-repeat:repeat-x;
	display:inline;
	height:35px;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	padding: 0px 10px 0px 10px;
	border-right: 1px #000 solid;
	display:block;
	line-height:35px;
}

#nav ul li a:hover {
	background:url(images/li_bg_blue.gif);
	background-repeat:repeat-x;
	color:#ffffff;
}


#nav ul li.search {
	margin: 0px;
	padding: 0px;
	font-size: 15px; 
	float: right;
	background:none;
	 
}

/* ----------------ADMIN LINKS------------  */

#adminlinks {
	float: right;
	margin: 15px 5px 0px 0px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

#adminlinks a:link, #adminlinks a:visited {
	font-size: 10px;
	font-weight: normal;
}
	
#adminlinks a:hover {
	font-size: 10px;
	font-weight: normal;
}

/* ----------LEFT SIDE----------  */
#leftside {
    float: left;
	width: 160px;
	margin: 20px 15px 0px 10px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	background:#fff;
}

#leftside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#leftside li {
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 8px 0px;
}

#leftside ul ul li {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	border: none;
}

#leftside h2 {
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color:#00829c;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;

}

#leftside a:link, #leftside a:visited {
	color:#333;
	font-weight: normal;
}

#leftside a:hover {
	color:#333;
	font-weight: normal;
	text-decoration:underline;
}

/* ----------------CONTENT------------  */

#content {
	float: left;
	width: 450px;
	height: auto;
	margin: 0px 0px 0px 20px;
	padding: 10px 5px 10px 5px;
	text-align: left;
}

.image-align-left {
	padding: 4px;
	float: left;
}

.image-align-right {
	padding: 4px;
	float: right;
}

/* ------------RIGHT SIDE MENU----------  */
#rightside {
    float: right;
	width: 180px;
	margin: 20px 15px 0px 10px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	background:#fff;
}

#rightside ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#rightside li {
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 8px 0px;
}

#rightside ul ul li {
	margin: 0px;
	padding: 0px 5px 0px 5px;
	list-style-type: none;
	border: none;
}

#rightside h2 {
	color:#FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	background-color:#00829c;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;

}

#rightside a:link, #rightside a:visited {
	color:#333;
	font-weight: normal;
}

#rightside a:hover {
	color:#333;
	font-weight: normal;
	text-decoration:underline;
}

.sideblock {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}

.linkcat {
  margin: 5px 0px 5px 0px;
  padding: 0px;
}

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

#footer {
    clear: both;
	overflow: hidden;
    margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
	padding: 10px 0px 10px 0px;
	background:#FFFFFF;
	border-top:1px;
	border-top-color:#CCCCCC;
	border-top-style:solid;
}


/* ----------FOOTER BOTTOM------------  */

#footerbottom {
	/*background-image: url('images/bottom-bg.jpg');
	background-repeat: no-repeat;*/
	height: 14px;
	margin: 0px;
	padding: 0px;
}

/* ---------------POST-------------------*/


.storytitle {
	margin-bottom: 5px;
	text-align: left;
	padding-top: 20px;
	font-size: 20px;
	font-weight: bold
}

.meta {
	font-size: 10px;
}

.feedback {
	background-color: #F1F3F8;
	padding: 3px;
	margin-bottom: 12px;
}
.storycontent {
	line-height: 130%;
	padding-top: 10px;

}

blockquote {
    font-style: italic;
	border-top: 1px;
	border-top-style: dashed; 
	border-top-color: #00829c;
	border-bottom: 1px;
	border-bottom-style: dashed; 
	border-bottom-color: #00829c; 
	margin-left: 1.5em; 
	padding-left: 5px; 
}

h4 {
	font-family: Geneva, arial, helvetica;
	font-size: 18px;
	font-weight: normal;
}

cite {
	font-size: 10px;
	font-style: normal;
	color: #333;
	padding-bottom: 4px;
}


input{ background:none;}

/************************************************
*	Nested Comment Styles							*
************************************************/

#commentblock {
	padding:10px;
}

#comment {
	width:100%;
}

ol.commentlist { list-style:none; margin:0; padding:0; }
ol.commentlist li { border:1px solid #d5d5d5; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; margin:0 0 10px; padding:5px 7px 5px 64px; position:relative; }
ol.commentlist li.pingback comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font-weight:bold; font-size: 14px; line-height: 16px; font-family: helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; font-size: 11px; }
ol.commentlist li div.vcard cite.fn a.url { color:#58b613; text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { background: #fff; border:1px solid #aaa; padding: 5px; left:7px; position:absolute; top:7px; }
ol.commentlist li div.comment-meta { font-weight:bold; font-size: 10px; line-height: 16px; font-family: helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#205B87; text-decoration:none; }
ol.commentlist li p { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; margin:5px 0 12px; }
ol.commentlist li ul { font-weight:normal; font-size: 12px; line-height: 16px; font-family: helvetica,arial,sans-serif; list-style:square; margin:0 0 12px; padding:0; }
ol.commentlist li div.reply { background:#999; border:1px solid #666; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:6px 5px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#58b613; border:1px solid #666; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:12px 0 0; text-indent:0; }
ol.commentlist li ul.children li.depth-2 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 3px; }
ol.commentlist li ul.children li.depth-5 { margin:0 0 3px; }
ol.commentlist ul.children li.odd { background:#fff; }
ol.commentlist ul.children li.even { background:#f6f6f6; }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
