/*
Theme Name: TaxRelief Theme
Author: i-Linked Online Solutions
Author URI: http://www.i-linkedonline.com/
Description: TaxRelief Theme is a custom made theme to fit to the company site.
*/
@charset "UTF-8";

/* 
	Background-Styles 
*/

body {
	margin:0px; padding:0px;
	background-color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#7f7d78;
	font-size:13px;
	line-height:19px;
}
#main {
	background:#ffffff url(images/header_bg.jpg) repeat-x;
	padding-bottom:30px;
}
#main .container {

}
#footer {
	background: #709659 url(images/footer_bg.jpg) 0 0 repeat-x;
	position:relative;
	min-height:159px;
	*\height: 159px !important;
	clear:both;
}
.container {
	width:950px;
	margin:0 auto;
	position:relative;
}

.alignleft {
	float:left;
}
.alignright { float:right; }
.clear_sidebar { clear:both; width:100%; font-size:1px; height:1px; }
.margin_r_20 { margin-right:25px; }
.margin_t_10 { margin-top: 10px; }
.margin_l_190 { margin-left: 190px; }
/* 
	Header-Styles 
*/
#headerH1{

	margin:0 auto;

    background-color: #709659;
	
	margin-bottom:-30px;
}

#headerH1 h1{
    
    margin:0 auto;
    
    width:950px;
    
    text-align: right;
    
    font-family: Helvetica,sans-serif,Arial;
    
    font-size: 11px;
    
    color: white;
    
    margin-top: -10px;
    
    margin-bottom: -10px;
    
    letter-spacing: 0px;
    
    font-weight: normal;
}
#header {
	padding-top:20px;
	padding-bottom:20px;
	height:124px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	width:214px;
	height:42px;
	margin-top: 7px;
}
#search {
	right:0px;
	position: absolute;
	margin:0;
	padding:0;
	width:241px;
	height:32px;
	top: 35px;
}
#search form {
	float:left;
	width: 241px;
	height: 32px;
}
#search form input {
	float:left;
	width: 202px;
	height:25px;
	background:url(images/search_txt_bg.jpg) 0 0 no-repeat;
	border:none;
	color: #adbda4;
	font-weight:bold;
	padding-top:7px;
	padding-bottom:-7px;
	padding-left: 5px;
	padding-right:2px;
}
#search form button {
	float:right;
	width:30px;
	height:32px;
	background: url(images/search_btn_bg.jpg) 1px 4px no-repeat;
	border:none;
	text-indent: -9999px;
	outline:none;
}
ul#menu {
	padding:0px;
	position:absolute;
	left:0px;
	top:114px;
	margin:0;
	width:100%;
	z-index:10;
}
#menu ul { 
	margin:0;
	padding:0;
	list-style:none;
	margin-top: 10px;
	position:absolute;
}
#menu a { 
	width: 12em;
}
ul#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}
#menu li:hover ul {
	left: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
#menu ul li {
	display:block;
}
ul#menu li {
	display:inline;
	padding:0;
	float:left;
}
ul#menu li li a {
	display:block;
	background:#ffffff;
	color: #4e693e;
	border-left: none;
	border-right: none;
	border: 1px solid #709659;
    width:155px;
}
ul#menu li li a:hover, ul#menu li .current_page_item a {
	background: #F2A853;
	color:#ffffff;
	border-left: none;
	border-right: none;
	border: 1px solid #709659;
}
ul#menu li a {
	text-decoration:none;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform: capitalize;
	padding-top: 5px;
	padding-bottom:5px;
	padding-left:9px;
	padding-right:9px;
	background: #4e693e;
	margin:0;
	border-right: 1px solid #709659;
}
ul#menu li a.active, ul#menu li a:hover, ul#menu .current_page_item a, ul#menu .current_page_parent a {
	color:#4e693e;
	background: #ffffff;
	padding-top: 15px;
	padding-bottom:13px;
	padding-left:9px;
	padding-right:9px;
	border-right:2px #283022 solid;
	border-left:2px #283022 solid;
	margin-left: -3px;
	*\margin-top: 13px;
}
ul#menu li a:hover{
    padding-top: 15px;
	padding-bottom:13px;
}
ul#menu li ul li a{
    margin-left: -2px;
}
ul#menu .current_page_item li a, ul#menu .current_page_parent ul li a, ul#menu li a, ul#menu li ul li a:hover{
   padding-top: 7px;
   padding-bottom: 7px;
}
ul#menu li ul li a:hover, ul#menu .current_page_parent ul li a:hover, ul#menu .current_page_parent ul li a{
   margin-left:-2px;
}
ul#menu .current_page_parent ul li a{
    border-right:2px #709659 solid;
	border-left:2px #709659 solid;
}
ul#menu .current_page_item ul li a{
     margin-left:0px;
}
ul#menu .current_page_item ul li a:hover{
    border-right:2px #283022 solid;
	border-left:2px #283022 solid;
}

/*
	Block Feature Style
*/
#block_feature {
	height:465px;
	background:#f3f3f3;
	margin:0;
	padding:0;
}
#block_feature #featured_content {
	height: 358px;
	background: #f2a853;
	padding:0;
	margin:0;
	float:left;
}
#block_feature #featured_content #featured_img {
	background: url(images/featured_img_bg.png) top right no-repeat;
	width: 620px;
	margin:0;
	padding:0;
	float:left;
}
#block_feature #featured_content #featured_img img {
	float:left;
	overflow:hidden;
	width: 600px;
	height: 358px;
	border:none;
}
#block_feature #featured_content #featured_text {
	width: 310px;
	margin-right: 20px;
	padding:0;
	float:right;
	background: url(images/featured_bg.png) top left no-repeat;
	height: 358px;
}
#block_feature #featured_content #featured_text img {
	float:left;
}
#block_feature #featured_content #featured_text .end_tp {
	margin-top: 30px;
}
#block_feature #featured_content #featured_text .get_th {
	background: url(images/feature_btn.jpg) 0 0 no-repeat;
	border:none;
	outline:none;
	text-indent: -9999px;
	display:block;
	width:279px;
	height:63px;
	float:left;
	margin-top:25px;
	padding:0;
}
#block_feature #featured_content #featured_text #ad_space {
	height:135px;
	float:left;
	width:310px;
	margin-top:15px;
	padding-top:10px;
	border-top:1px solid #f2c187;
}
#block_feature .ad_space {
	float:left;
	height: 76px;
	padding:15px;
	padding-left: 90px;
	margin:0;
	width:830px;
}

/* 
	Block-Styles 
*/

.block {
	border:1px solid #a3a09e;
	background-color:#ffffff;
	margin-bottom:20px;
	position:relative;
}
.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}
.block_inside { 
	display:block; 
	border:0px solid #ffffff;
	background: #ffffff url(images/background_block_slice.jpg) repeat-x;	
	padding-top:20px;
	padding-bottom:20px;
	overflow:auto;
}
.image_block {
	border:1px solid #b5b5b5;
	background-color:#d2d2d2;
	padding:5px 5px 1px 5px;
	float:left;
}
.image_block img {
	border:1px solid #b5b5b5;
}
.text_block {
	float:left;
	width:430px;
	margin-left:30px;
	padding-top:30px;
}

#block_featuredblog .text_block { padding-top:5px }


/*
	Block-Content-Styles
*/
#block_content {
	width:950px;
	margin-bottom: 30px;
}

#block_content .ad_space_bottom {
	width:915px;
	height: 105px;
	background:#f3f3f3;
	padding: 15px;
	padding-left:20px;
	float:left;
	margin-top:10px;
}

.content .ad_space {
	width:330px;
	height:330px;
	float:right;
	border:0px solid #dddddd;
	padding:10px;
	padding-top: 20px;
	margin-left: 15px;
	top: 100px;
}

#content_area {
	width:620px;
	float:left;
	color:#333333;
}
#content_area .content {
	padding-top: 10px;
}
#content_area .block_inside h2 {
	margin-bottom: 5px;
}
#content_area .block_inside h2 a{
	color: #F2A853;
	text-decoration:none;
}
.post_info {
	font-size: 11px;
}
#sidebar {
	float:right;
	width:300px;
	position:relative;
	left:-1px;
	margin:0;
	background-color:#e2dddc;
}
#sidebar .block_inside {
	width:300px;
	padding-bottom:0px;
}

#sidebar h3 {
	font-size:20px;
	line-height:23px;
}
#sidebar ul { margin:10px 0px 30px 30px; padding:0px; color:#3a9a01; }
#sidebar ul li { list-style-image:url(images/arrow.jpg); margin:0px 0px 5px 0px; padding:0px; }
#sidebar ul li a { color:#3a9a01; }
#sidebar ul li a:hover { color:#F2A853; text-decoration:none; }


#content_area h2 { font-size:16px; line-height:30px; }

#content_area .separator {
	border-top:1px solid #e3e3e3;
	margin-top:40px;
	padding-top:40px;
}

.sidebar_box {
	background: #f0f0f0 url(images/grad.jpg) repeat-x top left;
	width:300px;
	float:left;
	color:#555555;
	margin-bottom: 20px;



}
.sidebar_content { 
	margin:0 0 10px 10px; 
	color:#555555; 

}

.sidebar_box .t {background: url(images/dot.jpg) 0 0 repeat-x; width: 300px;}
.sidebar_box .b {background: url(images/dot.jpg) 0 100% repeat-x;  width: 300px;}
.sidebar_box .l {background: url(images/dot.jpg) 0 0 repeat-y; width: 300px;}
.sidebar_box .r {background: url(images/dot.jpg) 100% 0 repeat-y; width: 300px;}
.sidebar_box .bl {background:  url(images/bl.jpg) 0 100% no-repeat; width: 300px;}
.sidebar_box .br {background:  url(images/br.jpg) 100% 100% no-repeat; width: 300px;}
.sidebar_box .tl {background: url(images/tl.jpg) 0 0 no-repeat; width: 300px;}
.sidebar_box .tr {background: url(images/tr.jpg) 100% 0 no-repeat; padding:10px; width: 280px;} 

.sidebar_clear {font-size: 1px; height: 1px; clear:both; margin:0; padding:0; } 

.help {
	color: #3a9a01;
	background:url(images/taxhelp_icon.png) 0 0 no-repeat;
	padding-left: 50px;
	font-size:18px;
	padding-bottom: 10px;
	line-height:21px;
	margin-left:10px;
}
.blog {
	color: #3a9a01;
	background: url(images/from_blog_icon.png) 0 0 no-repeat;
	padding-left: 50px;
	font-size:18px;
	padding-bottom: 10px;
	line-height:21px;
	margin-left:10px;
}

.search_lawyer_header {
	color: #3a9a01;
	background: url(images/magnifying.png) 0 0 no-repeat;
	padding-left: 50px;
	font-size:18px;
	padding-bottom: 10px;
	line-height:21px;
	margin-left:10px;	
}

.sidebar_box small {
	color: #868686;
	margin-top: -15px;
	margin-left: 60px;
	font-weight:normal;
	font-size:12px;
	line-height: 12px;
}
.sidebar_box .sidebar_divider {
	border-bottom: 1px solid #d5d5d5;
	height:1px;
	font-size:1px;
	width:100%;
	margin-bottom: 10px;
}
.sidebar_content .side_ar {
	font-weight:bold;
	background: url(images/arrow.jpg) 0 0 no-repeat;
	padding-left: 20px;
	color: #3a9a01;
}
.sidebar_content p {
	margin-left: 20px;
}

.readmore {
	background:url(images/readmore.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	display:block;
	height:21px;
	width:78px;
	outline:none;
}
.sidebar_content .visit_blog {
	background: url(images/visit.jpg) 0 0 no-repeat;
	text-indent: -9999px;
	display:block;
	height:21px;
	width:176px;
	outline:none;
	margin-left: 92px;
}

#search_lawyer {
	margin:0;
	padding:0;
	width:270px;
	height:80px;
}
#search_lawyer form {
	float:left;
	width: 270px;
	height: 100px;
}
#search_lawyer form input {

	width: 100px;
	
	background: url(images/sidebar_text_bg.jpg) 0 0 no-repeat;
	border:none;
	color: black;
	padding-top:5px;
	padding-bottom:-7px;
	padding-left: 5px;
	padding-right:2px;
}

#search_lawyer form button {
	float:right;
	width:30px;
	
	background: url(images/sidebar_btn.png) 1px 4px no-repeat;
	border:none;
	text-indent: -9999px;
	outline:none;
}



/* 
	Text-Styles   
*/

h1 {
	margin:0px 0px 10px 0px;
	font-size:20px;
	font-family: Helvetica;
	color:#f2a853;
	line-height:39px;
	letter-spacing:-1px;
}
h2 {
	margin:0px 0px 10px 0px;
	font-size:16px;
	font-family: Helvetica;
	color:#f2a853;
	line-height:39px;
	letter-spacing:-1px;
}
h2#hometitle{
	font-size:20px;
}
h3 {
	margin:10px 0px 5px 0px;
	font-size:14px;
	line-height:21px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
h4 {
	color:#007de2;
	margin:0px 0px 0px 0px;
}
small {
	color:#595856;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
a {
	color:#f2a853;
	text-decoration:none;
}
small a {
	color:#007de2;
}
a:hover { text-decoration:underline; }
p { margin: 0px 0px 15px 0px; }

a.button {
	background:#32312f url(images/button_bg.jpg) repeat-x;
	padding:5px 10px 5px 10px;
	color: #ffffff;
	text-decoration: none;
	border:1px solid #32312f;
	text-transform:uppercase;
	font-size:9px;
	line-height:25px;	
}
a.button:hover {
	background:#007de2 url(images/button_bg_o.jpg) repeat-x;
	border-color:#007de2;
}

/*
	Footer-Styles
*/

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}
#footer .container {
	padding-top: 20px;
	color:#cbd4bd;
}
#footer .container a {
	color:#cbd4bd;
}
#footer .container ul {
	margin:0;
	padding:0;
}
#footer .container ul li {
	display:inline;
}
#footer .container ul .current_page_item {
	background: none;
}





/* 
	Miscellaneous-Styles   
*/

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(scripts/iepngfix.htc); }

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	padding: 20px 25px 0;
	font-size: 0.9em;
}
	.postnav a {
	border: 1px solid #333333;
	padding: 3px 8px;
	color: #333333;
	}
	.postnav a:hover {
	border: 1px solid #e0e0e0;
	color: #e0e0e0;
	text-decoration: none;
	}

#comments {
	padding: 10px 0px 0px;
	color: #333333;
}
	#comments h2 {
	margin: 5px 0px 10px;
	font-size: 1.5em;
	font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 0px;
	}
	#comments form p {
	margin-bottom: 5px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 200px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 540px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			
		}
	.commentdetails {
		margin-top: 10px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #565656;
	background: url(images/post_top.jpg) no-repeat;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
	padding: 10px;
	border: 1px dashed #1d1d1d;
	margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #a6a6a6;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #a6a6a6;
		border-color: #a6a6a6;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/

.wp_answers_votes {
 float:right;
 background-color:#F1F1F1;
 margin-bottom:10px;
 padding:10px
 text-align:center;
 -moz-border-radius:6px;
 -webkit-border-radius:6px;
 border-radius:6px;
}
.wp_answers_total_votes{
 font-size:2em;
}