/*
Theme Name: immilawyer Theme
Version: 1.0
Author: XHTML4U.com
Author URI: http://www.xhtml4u.com/
Tags: blue, custom header, fixed width, two columns, widgets

  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/


/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* {
	margin: 0;
	padding: 0;
  }
a{
	color: #1e3e87;
	text-decoration: none;
	}
a:hover {
	color: #1e3e87;
	text-decoration: none;
	}
fieldset {
	border:none;
   }
li {
	list-style:none;
   }
.clear {
	clear: both;
   }
img {
	border: none;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align: center;
	font:12px Arial, Helvetica, sans-serif;
	background:#fff;
	color:#666;
	}

#page {
	text-align:left;
	width:100%;
	background:#ecebd7 url(images/bg_page.png) top repeat-x;
	overflow:hidden;
	}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	position:relative;
	height:124px;
	width:100%;
	}	
#header h1{
	position:absolute;
	width:271px;
	height:51px;
	left:34px;
	top:38px;
	}
#header h1 a{
	background:url(images/bg_logo.png) no-repeat;
	width:271px;
	height:51px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
	}
#header_right{
	position:absolute;
	right:30px;
	top:20px;
	color:#fff;
	font-weight:bold;
	float:right;
	}
#header_right  a,#header_right a:hover{
	color:#fff;
	}
#header_right p{
	float:left;
	padding:4px 0 0 0;
	}
.header_form{
	float:right;
	padding:0 0 0 27px;
	width:130px;
	float:left;
	}
.header_form input{
	width:125px;
	padding:2px 0 2px 5px;
	border:#7f9db9 1px solid;
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	}
/* *************************** 
   $4 Content Styles
   ***************************/
  *html #content{
	  height:400px;
	  }
#content {
	margin:0 200px;
	padding:48px 20px;
	background:#fff url(images/bg_content.png) top repeat-x;
	min-height:400px;
	}
.breadcrumb img{
	margin:0 7px;
	vertical-align:middle;
	}
#content  p{
	margin:10px 0;
	}
#content h2{
	font-size:18px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	color:#1e3e87;
	}
#content h2 a{
	color:#1e3e87;
	}
#content h2 a:hover{
	color:#1e3e87;
	}
#content h3{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:5px;
	color:#1e3e87;
	}
#content h3 span{
	font-weight:normal;
	color:#666;
	font-size:12px;
	display:block;
	padding:3px 0 0 0;
	}
#content h3 a{
	color:#1e3e87;
	}
#content h3 a:hover{
	color:#1e3e87;
	
	}
#content h4{
	font-size:12px;
	padding-top:10px;
	padding-bottom:5px;
	}
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
.post {
	margin: 0 0 40px;
	}

.coltwo span{
	width:440px;
	float:left;
	}
.entry .coltwo{
	width:650px;
	overflow:hidden;
	}
.entry .coltwo li{
	float:left;
	clear:both;
	}
.entry ul {
	padding: 0 0 10px 35px;
	margin: 0;
	}
.entry ul li {
	margin: 0;
	padding: 0;
	list-style:outside disc;
	color:#666;
	}
.entry ol {
	padding: 0 0 10px 25px;
	margin: 0;
	}
.entry ol li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style:decimal outside;
	color:#666;
	}
	
.entry  td{
	padding:6px 0px;
	margin-right:5px;
	background:#fff;
	}
#formbox,#contact_form{
	width:490px;
	
	}
#formbox span.wpcf7-not-valid-tip,#contact_form span.wpcf7-not-valid-tip{
	top:0;
	left:-250px;
	width:246px;
	height:17px;
	font-size:12px;
	}
#formbox select{
	width:250px;
	height:21px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	border:#b3b5bd 1px solid;
	}
#formbox input,#contact_form  input{
	float:left;
	background:url(images/bg_input.png) no-repeat;
	width:245px;
	height:17px;
	line-height:16px;
	padding:2px 0 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	border:0;
	}
#formbox .btn_submit input,#contact_form  .btn_submit input{
	background:url(images/bg_submit.png) no-repeat;
	width:69px;
	height:29px;
	line-height:26px;
	overflow:hidden;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	text-transform:capitalize;
	cursor:pointer;
	}
#formbox textarea,#contact_form textarea{
	background:url(images/bg_textarea.png) no-repeat;
	width:340px;
	height:121px;
	padding:5px;
	overflow:hidden;
	border:0;
	}

#formbox p label,#contact_form  p label{
	float:left;
	width:135px;
	font-weight:bold;
	}
#contact_form  p label{
	font-weight:normal;
	}
#content #formbox p,#content #contact_form  p{
	margin:0;
	height:29px;
	padding:0;
	}	
#content #formbox .textarea_box,#content #contact_form   .textarea_box{
	height:140px;
	}
#content #formbox .textarea_box label,#content #contact_form   .textarea_box label	{
	padding-top:60px;
	}
.address_info{
	padding:0 0 0 42px;
	line-height:15px;
	background:url(images/icon_house.png) 0 0 no-repeat;
	margin:10px 0 15px 0;
	}
.link_info{
	padding:0 0 45px 42px;
	line-height:15px;
	background:url(images/icon_email.png)  0 0 no-repeat;
	}
	
p img {
	max-width: 100%;
	}
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;
	}
hr {
	display: none;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
	color: #777;
    }
.postmetadata ul, .postmetadata li {
	display: inline;
	}
.commentlist li ul li {
	font-size: 1em;
   }
.commentlist li {
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
   }
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
cite {
	text-decoration: none;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
   }
.children { padding: 0; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	}
code {
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	font-size:12px;
	
	}
span.caps{
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	color: #777;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    }
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    }
.wp-caption img {
	margin: 0;
	padding: 0;
    }
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
    }

/* *************************** 
   $5 Sidebar Styles
   ***************************/

#sidebar_right{
	float:right;
	width:200px;
	padding:29px 0 0 0;
	}
#sidebar_right h2{
	background:#deddbb;
	text-align:center;
	font-size:12px;
	color:#1e3e87;
	padding:5px 0;
	}
.widget_polls-widget ul{
	display:none;
	}
.widget_polls-widget .wp-polls-ans ul{
	display:block;
	}
#sidebar_left{
	float:left;
	width:200px;
	padding:30px 0 0 0;
	background:url(images/bg_subnava.png) left 29px repeat-x;
	}
#commentform p {
	margin: 5px 0;
	}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font:12px Arial, Helvetica, sans-serif;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	font:12px Arial, Helvetica, sans-serif;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar a {
	display: block;
	text-decoration: none;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-decoration: none;
	font:16px Arial, Helvetica, sans-serif;;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */		
.thread-alt {
	background-color: #f8f8f8;
    }
.thread-even {
  	background-color: white;
    }
.depth-1 {
    border: 1px solid #ddd;
    }
.alt {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #ddd;
	}
.even{
	border-left: 1px solid #ddd;
   }
/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	margin:0 200px;
	padding:48px 20px;
	background:#fff;
	text-align:center;
	}
#footer p {
	}






