/*
Theme Name: Law Offices of Jerod Gunsberg
Theme URI: http://refueled.net/blank-themes/
Description: Custom design built on refueled
Author: refueled
Author URI: http://www.zelcreative.com
version: 1.0
Tags: two-column, widget-ready
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#dedede;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 13px;
	margin:10px;
	}

	
h1 {font-size: 18px; text-align:center; color:black; font-weight:700}
h1 a, h1 a:hover {font-size: 18px; text-align:center; color:black; font-weight:700}
h2 {font-size: 11px; text-align: center;}
h3 {font-size: 11px;}
h4 {font-size: 9px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#666666;
	text-decoration:none;
	}

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



/* container */


#container {
	/*width: 825px;*/
	width:940px;
	margin:-16px auto 0;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	position:relative /* for quotes box */
	}
	
/* header */

#header {
	/*background:url(images/header.jpg) no-repeat top left;*/
  	width: 825px;
	margin:0 auto;
  	height: 130px;
	color: #fff;
	border-bottom:13px solid #231F20;	
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	background-color: #fff;
	font-family: verdana, arial, times, serif;
	font-size: 11px;
	overflow:hidden;
	margin:0 auto;
	width:825px;
	height:33px;
	line-height:26px;
	border-bottom:2px solid #918f90;
}


#menu ul, #menuright ul {
	margin:0;
	padding:0;
}

#menu ul li, #menuright ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	background:url(images/li-bg.jpg) no-repeat center right;
}

#menu ul li:last-child, #menuright ul li:last-child {
	background: none;
}

#menu ul li.home {
	background:url(images/home-bg.jpg) no-repeat center right;
	width:105px;
}


#menu ul li a {
	padding:3px 23px 0 3px;
	margin: 0;
	color:#5a5758;
	display:block;
	outline:0;
}

#menu ul li a:hover, #menu .current_page_item a {
	color:#8dbd50;
}

#dropdown, #dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#dropdown a {
  color:#5a5758;
  background:url(images/li-bg.jpg) no-repeat center right;
  background-color: #fff;
}

#dropdown ul li a {
  background: #fff;
  display: block;
  padding-left: 1em;
  padding-bottom: 0.5em;
  width: 95px;
}

#menuright {
  float:right;
  width:295px;
}

#menuright span {
	color:#B3B3B3;
	float:left;
	line-height:33px;
	text-transform:uppercase;
}

/* content */


#content {
	float:left;
	width:610px;
	overflow: hidden;
	margin:14px;
	color:#303030;
	border-right:1px dotted #BFBFBF;
	}

.post {
	margin:0 0 0 60px;
	padding:0;
	line-height: 20px;
	width:510px;
	}
	
.post h2{
	font:normal 12px helvetica, arial, sans;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {padding-left:30px;}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:300px;
	float:right;
	margin:20px 0 0 0;
	padding: 0;
	/*border-left: 1px solid #ddd;*/
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #4F4F4F;	
	margin: 0;
	padding: 0;
	text-transform:uppercase;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 18px;
	list-style-type: none;
	color:#666666;
	}

	
#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background:#fff;
	border-top:4px solid #231F20;
	clear:both;
	margin:0 auto;
	width:825px;
}
	
#footer p{padding:14px 0;margin: 0; color: #404040; text-align:center;}
#footer a{color: #101010;text-decoration: none;}
#footer a:hover{text-decoration: underline;}

#footer p.footerleft {
text-align:left;
font-size:9px;
color:#404040;
width:435px;
padding-left:95px;
margin:10px 0 30px 0;
}

#footer .footerleft a{text-decoration:none; color:#404040;
}

#footer .footerleft a:hover{text-decoration:none; color:#404040;
}

#footer p.footerright {
float:right;
font-size:9px;
text-align:right;
margin:10px 0 30px 0;
line-height:11px;
}

h1.home, h2.home {
	display:none;
}

p.green {
	background:url(images/greenline.jpg) no-repeat top left;
	padding-top:25px;
}

/* sidebar page list */

ul#main-pages {
	text-transform:uppercase;
	font-size:14px;
}

ul#main-pages li {
	margin-bottom:5px !important;
}

ul#main-pages li a {
	color:#2F2F2F;
	padding-bottom:5px;

}

ul#main-pages li a:hover {
	color:#8dbd50;
}

#sidebar img.sbcaps {
	margin-bottom:25px;
}

#sidebar img.push {
margin:10px 0 0 -17px;
}

/* quote plugin styling */

div.quotes {
font-size:18px;
font-weight:bold;
line-height:22px;
width:238px;
/*margin:-10px 0 10px -7px;*/
position:relative;
z-index:10000;
text-align:center;
width:235px;
height:60px;
color:#fff;
top:-5px;
right:15px;
}

div#quotes-bg {
position:absolute;
top:193px;
right:59px;
z-index:5000;
background-color:#8BC43F;
padding:5px;
border:1px solid #708F47;
text-indent:-9999px;
width:235px;
height:60px;
}

p.disclaimer {
font-size:11px;
color:#1f1f1f;
width:355px;
line-height:15px;
}

/* contact form 7 styling */

div#contact-form {
background-color:#efefef;
padding:10px;
border:1px solid #afafaf;
}

div#contact-form input,
div#contact-form textarea {
border:1px solid #afafaf;
background-color:#fff;
}

div#contact-form input {
height:20px;
width: 263px;
}
/* Miniform */
div.miniform {
	margin: 10px 0 20px -3px;
	padding: 10px;
	width: 201px;
	height: 180px;
	color: #303030;
	list-style: none;
	background: #EFEFEF;
	border: 1px solid #AFAFAF;
}
div.miniform .checkbox{
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 3px 0 0;
	padding: 0;
}
div.miniform .check input{
	width: 19px;
	float: left;
	text-align: left;
}
div.miniform input{
	height: 12px;
	width: 123px;
	font-size: 11px;
	margin-top: 2px !important;
	margin-bottom: 5px !important;
	border: 1px solid #AFAFAF !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.miniform .textarea{
	height: 40px;
	width: 123px;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 5px;
	border: 1px solid #AFAFAF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.miniform .check label{
	float: left;
	font-size: 11px;
	width: 122px;
	line-height: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
div.miniform .anti-spam, .check {
	width: 142px;
	float: left;
	font-size: 8px;
	color: #303030;
}
div.miniform .anti-spam {
	width: 263px;
	margin-top: 8px;
	margin-left: -3px !important;
}
div.miniform .anti-spam label{
	font-size: 11px !important;
	font-family: verdana,arial,tahoma !important;
	margin: 0 0 2px 0px;
	width: 70px;
	float: left;
}
div.miniform .anti-spam .text{
	float: right;
	width: 88px;
	color: #303030 !important;
}
div.miniform .formtext {width: 70px; float: left;}
div.miniform .anti-spam #submitcaptcha{
	float: left;
	width: 25px !important;
	border:none !important;
	margin-top:-13px !important;
	margin-left:170px;
	border: 1px solid #AFAFAF !important;
}
div.miniform .anti-spam #captcha_div {
	margin: 0 !important;
}
/* IE6 */
div.miniform .anti-spam #submitcaptcha{
	_width: 30px !important;
	_border:none !important;
	_margin-top:-25px;
}
/* IE7 */
*+html div.miniform .anti-spam #submitcaptcha  { 
		margin-top:-25px; 
} 
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
div.miniform .anti-spam #submitcaptcha {margin-top:-15px;}
}
div.miniform #captcha_p{
	border:none !important;
	margin-top:-22px !important;
	font-size: 11px;
}
div.miniform .submit{
	float: left;
	border: none;
	background-color: #88C647;
	font: 11px/11px Arial, Helvetica, sans-serif;
	color: #fff;
	height: 17px;
	padding: 0px 3px 3px 3px; 
	margin: 3px 9px 0 3px; !important; cursor: pointer; width: 55px;}
div.miniform form {border: none;}
div.miniform fieldset {padding: 0; margin: 0; border: none;}
#new_and_specials {
	float: left;
	padding: 0;
	margin: 0;
}
/* Miniform */
/* Main Form */
div#mainform .anti-spam, .check {
	width: 142px;
	float: left;
	font-size: 8px;
	color: #303030;
}
div#mainform .anti-spam {
	width: 210px;
	margin-top: 8px;
}
div#mainform .anti-spam label{
	font-size: 11px !important;
	font-family: verdana,arial,tahoma !important;
	margin: 0 0 2px 0px;
	width: 70px;
	float: left;
}
div#mainform .anti-spam .text{
	float: right;
	width: 88px;
	color: #303030 !important;
}
div#mainform .anti-spam #submitcaptcha{
	float: left;
	width: 35px !important;
	border:none !important;
	margin-top:-13px !important;
	margin-left:159px;
	border: 1px solid #AFAFAF !important;
}
div#mainform .anti-spam #captcha_div {
	margin: 0 !important;
}
/* IE6 */
div#mainform .anti-spam #submitcaptcha{
	_width: 30px !important;
	_border:none !important;
	_margin-top:-25px;
}
/* IE7 */
*+html div#mainform .anti-spam #submitcaptcha  { 
		margin-top:-25px; 
} 
/* safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
div#mainform .anti-spam #submitcaptcha {margin-top:-15px;}
}
div#mainform #captcha_p{
	border:none !important;
	margin-top:-22px !important;
	font-size: 11px;
}
div#contact-form .submit {
	background: #88C647;
	color: #FFF;
}

