/*
Theme Name: Property Theme
Description: The WordPress theme adapted and modified  by <a href="http://www.aweblogr.com/">AweblogR</a>.
Version: 1.2
Author: Maruf Rahman modified by Alan
Author URI: http://www.aweblogr.com
Tags: Property, green, blue, #CC3399, fixed width, 2 column


	This theme was designed and built by Maruf Rahman,
	whose blog you will find at http://www.propertyinvestmentproject.co.uk/
	theme adapted and modified  by http://www.aweblogr.com/


	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 {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}

img {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	margin:4px 0px 4px 5px;
	padding:4px;

}

 img:hover {
	background-color: #A9A9A9;
}

a, a:visited {
	outline: none;
	text-decoration:underline;
	color:#CC3399;
}

a:hover{

	outline: none;
	text-decoration:none;
}


body {
	margin:0;
	padding:0;
	text-align:center;
	background:#DEF1F7;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
}

/* Structure
------------------------------------------------------------------*/

#wrapper{
	margin: 0 auto;
	width:900px;
	text-align:left;
}



/* Header
------------------------------------------------------------------*/

#header{
	float:left;
	width:900px;
	
}

#headimg  {

	float:left;
}
#headimg img  {
	margin-left:20px;
	float:left;
	
}
#navigation{
	float:left;
	width:830px;
	border-bottom:2px solid #CC3399;
	padding-left:70px;
}

#navigation li{
	float:left;
	margin: 2px 5px 0 0;
}

#navigation li a{
	color:#000;
	float:left;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	background:#66CCCC;
}

#navigation li a:hover{
	color:#66CCCC;
	text-decoration:none;
	background:#CC3399;
}

#navigationlinks{
	float:left;

}

#navigationsearchbox{
	float:right;
}



#mainheaderimage{
	float:left;
	width:900px;
	height:158px;
	background:url('images/headersplashbg.jpg') no-repeat;
	margin-bottom:5px;
	border-bottom:2px solid #CC3399;
}

#logo{
	margin:20px 0 40px 0;
}

h1{

	letter-spacing:-0.1em;
}




/* Search
------------------------------------------------------------------*/

input.searchbg{
	padding:3px;
	border:1px solid #c0c0c0;
	width:120px;
	color:#999;
}

#searchmenu{
	float:left;
}

#searchsubmitbtn{
	position:relative;
	bottom:1px;
	right:5px;
	float:right;
}

#searchformalign{
	position:relative;
	margin-top:9px;
}

/* Content
------------------------------------------------------------------*/


#maincontent{
	float:left;
	width:900px;
	background:#FFFFCC;
}

#maincontent .posttitle a{
	font-size:32px;
	color:#333333;
}

#maincontent .posttitle a:hover{

	color:#CC3399;
}

#contentleft{
	float:left;
	width:700px;
	background:#FFFFCC;
}

#contentright{
	float:right;
	width:130px;
	margin-right:20px;
}

#introduction{
	font-size:13px;
	line-height:1.0em;
	letter-spacing:0.1em;
	margin:10px 10px 0px 15px;
	padding:10px;
	width:113px;
	text-align:left;
	background:#FFFFFF;
	float:left;
}

.post{
	margin-bottom:25px;
	float:left;
	width:700px;
	padding-left:10px;
	background:#FFFFCC;
}

.posttitle{
	width:700px;
text-align:left;
padding-left:5px;
padding-top:5px;
}

.postdate{
	font-style:italic;
	letter-spacing:0.1em;
	color:#999;
	width:630px;
}

.postdate a{
	color:#CC3399;
}

.postdate a:hover{
	background:#CC3399;
	color:#fff;
}


.postcontent{
	float:left;
	font-size:14px;
	line-height:1.8em;
	width:700px;
	padding:10px;
background:#FFFFFF;

	
}

.postcontent img{
	margin: 10px ;
	
}


div.postcontent p{
	margin:5px 0px 5px 0px;
}

.posttags{
	float:left;
	margin:0 0 5px 0;
	width:550px;
	font-weight:bold;
}

.postleft{
	width:550px;
	float:left;
	height:60px;
}

.posttags a, .postcategory a{
	color:#13ACD5;
	font-weight:normal;
}

.posttags a:hover, .postcategory a:hover{
	color:#fff;
	background:#13ACD5;
}

.postcomments{
	float:left;
	width:50px;
	height:60px;
	background:#CC3399;
	font-weight:bold;
	background:url('images/commenticon.gif') no-repeat;
	margin-right:15px;
}

.commentcount{
	position:relative;
	top:5px;
	width:50px;
	text-align:center;
}

.commentcount a{
	color:#7C9F54;
	font-size:18px;
}

.commentcount a:hover{
	background:#7C9F54;
	color:#fff;
}

.postcategory{
	float:left;
	margin:5px 0 5px 0;
	width:550px;
	font-weight:bold;
}

.paging{
	width:640px;
	float:left;
	margin-top:30px;
}
	
.paging a{
	font-size:20px;
	
}	
	

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft{
	width:320px;
	float:left;
}

.alignright{
	width:320px;
	float:right;
	text-align:right;
}

blockquote {
	border-left:4px solid #666;
	margin:10px;
	padding:0 0 10px 10px;
	letter-spacing:1px;
	color:#666;
}


.postcontent ul, .postcontent ol{
	margin-left:25px;
}

.postcontent li{
	list-style-type:disc;
}

#titlearchive{
	width:600px;
	margin-bottom:10px;
}


#titlearchive h1{
	font-size:32px;
	letter-spacing:0.1px;
	padding-left:15px;
}


.notfound404{
	width:400px;
	float:left;
	margin:10px 0 10px 0;
}


/* 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:610px;
}

#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:590px;
}

ol.commentlist li{
	float:left;
	width:600px;
	padding:10px 0 10px 10px;
	border-bottom:1px solid #CC3399;
	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:430px;
	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:#7FC82A;
}

.commentauthor a:hover{
	background:#7FC82A;
	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:610px;
}


#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:#666;
}

#commentloggedin a:hover{
	text-decoration:none;
	background:#FAFAFA;	
}

.commentedit{
	width:430px;
	padding-left:10px;
	margin-top:15px;
}

.commentedit a{
	color:#CC3399;
}

.commentedit a:hover{
	background:#CC3399;
	color:#fff;
}

#submit{
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
}


/* Footer
------------------------------------------------------------------*/

#footer{
	width:900px;
	float:left;
	border-bottom:2px solid #eee;
	padding:15px 0 15px 0;
}

#footer #navigation{
	float:left;
	border-bottom:0px solid #CC3399;
		border-top:2px solid #CC3399;
}


#disclaimer{
	width:900px;
	float:left;
	margin:10px 0 10px 0;
	color:#999;
	text-align:center;
}

#disclaimer a{
	color:#999;
}

/* Sidebar
------------------------------------------------------------------*/

#sidebar{
	width:150px;
	float:left;
	padding-top:10px;
	background:#FFFFFF;
}

#sidebar h3{
	color:#000000;
	font-size:15px;
	padding-left:3px;
	
}

.sidebarcontainer, widget widget_categories {
	margin-bottom:10px;
	border-left:dashed 1px #666;
	padding-left:5px;

	background:#FFFFFF;
}

ul.children li{
	border:none;
	padding-left:-10px;
	color:#333333;
	font-size:11px;
}

.sidebarcontainer li ul li a{
	border:none;
	padding-left:-10px;
	color:#333333;
	font-size:11px;
}
.sidebarcontainer li, widget widget_categories li{
	padding: 2px 0 1px 0px;
	
}
.sidebarcontainer a, .sidebarcontainer a:visited, widget widget_categories  a{
	font-size:12px;
	font-weight:bold;
	display:block;
	color:#000000;
	padding: 2px 0px; 1px 2px;
	

}

.sidebarcontainer a:hover, widget widget_categories  a:hover{
	color:#CC3399;
}

/* 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;
}
