/*
Theme Name: Professional Property Theme
Description: The WordPress theme was designed by <a href="http://www.propertyinvestmentproject.co.uk/">Property Investment</a>.
Version: 1.1
Author: Maruf Rahman
Author URI: http://www.propertyinvestmentproject.co.uk/
Tags: Property, grey, black, blue, real estate, fixed width, 2 column


	This theme was designed and built by Maruf Rahman,
	whose blog you will find at http://www.propertyinvestmentproject.co.uk/

	If you have any questions about this theme, please
	visit http://www.propertyinvestmentproject.co.uk/blog/2008/09/18/start-your-own-property-blog/
*/


/* Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}



a{
	outline: none;
	text-decoration:none;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url('images/bg.gif') repeat-x;

}

body p{
	color:#666;
	line-height:1.5em;
}

/* Structure
------------------------------------------------------------------*/

#wrapper{
	margin: 0 auto;
	width:900px;
	text-align:left;
}

/* Header
------------------------------------------------------------------*/

#header{
	float:left;
	height:203px;
}

#title{
	position:relative;
	top:90px;
}

#title a{
	font-size:50px;
	letter-spacing:-0.1em;
	color:#666;
}

#title a:hover{
	color:#999;
}

#title2{
	float:left;
	margin-top:10px;
}

#title2 h2{
	color:#92D6C6;
	font-size:34px;
}

/* Top Navigation
------------------------------------------------------------------*/

#navigation{
	float:left;
	width:900px;
}
#navigation2{
	float:left;
	width:900px;
}

#navigation li{
	float:left;
	padding:16px 6px 6px 0px;	
}

#navigation li a{
	padding:6px;
	background:#c7c2bc;
	color:#000;
	letter-spacing:0.1em;
	font-size:13px;
}

#navigation li a:hover{
	padding:6px 6px 4px 6px;
	background:#333;
	color:#fff;
	letter-spacing:0.1em;
}


/* Content
------------------------------------------------------------------*/

#contentleft{
	width:550px;
	float:left;
	padding-bottom:30px;
}

#mainimage{
	float:left;
	margin:10px 0 10px 0;
}

#content{
	float:left;
	margin-top:10px;
	margin-bottom:50px;
}

.post{
	float:left;
	width:550px;
	margin-top:20px;
	color:#666;
	margin-bottom:20px;
}

.post p{
	margin-bottom:15px;
}

.post ul{
	padding:10px;
	width:460px;
	margin-left:12px;
}

.post li{
	list-style-type:disc;
}

blockquote {
	border-left: 4px solid #666;
	width:430px;
	margin:10px;
	padding:0 0 10px 10px;
	letter-spacing:1px;
	color:#666;
}

.posttitle{
	float:left;
	width:550px;
}

.posttitle a{
	font-size:26px;
	color:#666;
}

.posttitle a:hover{
	color:#999;
}

.postdate{
	font-style:italic;
	font-size:12px;
}

.postdate a{
	color:#666;
}

.postdate a:hover{
	text-decoration:underline;
}

.postcontent{
	float:left;
	width:530px;
	margin-top:15px;
	line-height:1.5em;
}

.posttags, .postcategory, .postcomment{
	float:left;
	width:530px;
	margin-top:10px;
	font-size:11px;
}

.postcomment{
	background:url('images/comment.png') no-repeat;
	padding-left:20px;
}

.posttags a, .postcategory a, .postcomment a{
	color:#92D6C6;
}

.posttags a:hover, .postcategory a:hover, .postcomment a:hover{
	text-decoration:underline;
}


.paging{
	width:540px;
	float:left;
	margin-top:30px;
}
	
.paging a{
	font-size:28px;
	color:#92D6C6;
}	
	

.paging a:hover{
	color:#fff;
	background:#92D6C6;
}

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


.alignleft{
	width:220px;
	float:left;
}

.alignright{
	width:220px;
	float:right;
	text-align:right;
}


/* Sidebar
------------------------------------------------------------------*/

#sidebar{
	width:310px;
	float:left;
}

#sidebarabout{
	float:left;
	background:#fff;
	margin:10px;
	width:310px;
}

#sidebarabout h3{
	margin:15px 15px 0 15px;
	font-size:16px;
	letter-spacing:0.1em;
}

#sidebarabout p{
	padding:15px;
}


.sidebarlinks{
	padding-bottom:10px;
}

.sidebarlinks, .sidebarsearch{
	float:left;
	background:#eee;
	margin:10px;
	width:310px;
}

.sidebarlinks h3, .sidebarsearch h3{
	margin:15px 15px 0 15px;
	font-size:16px;
	letter-spacing:0.1em;
}

.sidebarlinks li{
	margin:10px 15px 10px 15px;
	padding-bottom:5px;
	border-bottom:1px dashed #666;
}

ul.children li{
	border:none;
	display:block;
	padding:0;
	margin:0;
	text-indent:10px;
	margin-top:5px;
}


.sidebarlinks li a{
	color:#72AA9D;
	display:block;
}

.sidebarlinks li a:hover{
	background:#fff;
	display:block;
}

#searchform{
	margin:10px 2px 15px 9px;;
}

.searchforminput{
	width:200px;
}


/* Footer
------------------------------------------------------------------*/


#footer {
	background:#5e5b58;
	text-align:center;
	padding:.5em;
	margin:0;
	clear:both;
	color:#999;
	}

#footerstrip {
	background:#c7c2bc;
	text-align:center;
	padding:.5em;
	clear:both;
	}

#footer a{
	color:#666;
	text-decoration:underline;
}

/* Comments
------------------------------------------------------------------*/

#commentwrap, #commentreplies{
	float:left;
	margin:20px 0 0 0;
}

#commentwrap textarea{
	width:500px;
	color:#666;
}

#commentwrap input{
	color:#666;
}

.commentitle{
	border-bottom:#666 solid 2px;
	float:left;
	width:530px;
}

#commentwrap h3, #commentreplies h3{
	background:#333;
	float:left;
	padding: 8px;
	font-size:13px;
	color:#fff;
}

#commentform{
	float:left;
	padding-top:10px;
}

ol.commentlist{
	float:left;
	width:530px;
}

ol.commentlist li{
	float:left;
	width:520px;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #eee;
	background:#fff;
}

ol.commentlist p a{
	color:#333;
}

ol.commentlist p a:hover{
	color:#666;
}

.commentwrapper{
	float:left;
}

.commentleft{
	float:left;
}

.commentright{
	float:right;
}

.commentcentre{
	float:left;
	width:120px;
}

.commentright p{
	width:350px;
	padding-left:10px;
	line-height:1.5em;	
}

.commentsavatar{
	border:#c0c0c0 solid 1px;
	padding:4px;
	margin-right:5px;
	float:left;
}

.commentauthor{
	font-size:11px;
	color:#333;
	font-weight:bold;
	float:left;
	width:120px;
	padding-left:5px;
}

.commentauthor a{
	color:#92D6C6;
}

.commentauthor a:hover{
	background:#92D6C6;
	color:#fff;
}

.commentdate{
	font-size:11px;
	color:#999;
	width:120px;
	padding-left:5px;
}

.commentcomment{
	float:left;
	font-size:13px;
}

.commentcomment em{
	color:#999;
	padding-left:8px;
}

#commentwrap input{
	padding:2px;
	border:0px;
	margin:10px 10px 10px 0;
	border:1px solid #666;
	
}

#commentwrap textarea{
	padding:0px;
	border:0px;
	border:1px solid #666;
	width:530px;
}


#commentwrap label{
	color:#666;	
	font-weight:bold;
}

#commentloggedin{
	color:#666;
	font-weight:bold;
	float:left;
	font-size:12px;
	margin:10px 10px 10px 0;
}

#commentloggedin a{
	color:#92D6C6;
}

#commentloggedin a:hover{
	text-decoration:none;
	background:#FAFAFA;	
}

.commentedit{
	float:left;
	padding-left:10px;
	margin-top:15px;
}

.commentedit a{
	color:#fff;
	background:#92D6C6;
}

.commentedit a:hover{
	background:#fff;
	color:#92D6C6;
}

#submit{
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}


#youmustbe{
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	letter-spacing:-0.1em;
	font-weight:bold;
	color:#333;
	margin:10px 0 10px 0;
}

#youmustbe a{
	color:#666;
}

#youmustbe a:hover{
	background:#c0c0c0;
}


/* wp essentials
------------------------------------------------------------------*/

.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;
	border: 0 none;
}

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



