/*  

Theme Name: Real Estate Theme

Theme URI: http://wordpress.real-estate.co.uk/

Description: A new Generic Blue template built using the Default Kubrick theme as a base. This theme is clean and simple, perfect for a business oriented blog. Fixed width, two columns with sidebar on the left. 

Version: 1.0

Author: Real-Estate.co.uk

Author URI: http://www.real-estate.co.uk/



	Copyright (c) Real-Estate.co.uk. Some rights reserved.

	  The CSS, XHTML, design and images are released under Creative Commons Attribution-ShareAlike 2.5 License:

	  http://creativecommons.org/licenses/by-sa/2.5/

	  * You are free to use, modify, copy, distribute this theme.

	  * You must keep the credit in the footer intact including keeping the credit link active in any version you create.

	  * For any reuse or distribution, you must make clear to others the license terms of this work.



	This theme also comes in green, red, and pink with other graphics.

	A list of other versions is available at: http://wordpress.valentine-s-day.net/more.html

*/





/* Start of main layout structure */

body {

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

	background: #ffffff url('images/bg_gradient.png') repeat-y top center;

	color: #333;

	text-align: center;

    margin: 0px;

	padding: 0px;

	}



#pagetopper {

	text-align: center;

    background: url('images/bg_header.png') no-repeat top center transparent;

	}

#page {

	margin: 0px auto 0px auto;

	padding: 0px;

    width: 760px;

    text-align: center;

    background-color: transparent;

}



#header {

    padding-top: 35px;

}



#headerimg 	{   

/* replace this header_image with a banner of your choice. Required size: 759px by 150px  */

    background: url(images/credit-rating.jpg) no-repeat top center transparent;

    margin: 0;

	height: 160px;

	padding: 0px 30px 0px 30px;

	} 

/* styles for main content box and its surrounding border */

#content {

    font-size: 1.4em;

    margin-top: 20px;

    margin-right: 13px;

    text-align: left;

    float: right;

    display: inline;

    padding: 0px;

    width: 530px;

	}

#contentsides {

    background: url(images/narrowbox_border.png) repeat-y top left;

    padding-left: 15px;

    padding-right: 15px;

}

#contenttop {

    height: 19px;

    background: url(images/narrowbox_top.png) no-repeat top left;

    width: 530px;

}

#contentbottom {

    height: 19px;

    background: url(images/narrowbox_bottom.png) no-repeat bottom left;

    width: 530px;

    clear: both;

}

/* content box structure ends */

/* sidebar and it's surrounding borders */

#sidebar {

    font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	padding: 20px 0px 10px 13px;

	width: 190px;

    text-align: left;

    float: left;

    display: inline;

    clear: left;

	}

#menuheading {

	margin: 0px;

	height: 35px;

	width: 190px;

	background: url(images/main_menu_title.png) no-repeat top left;

}



#sideboxborder {

	background: url(images/sidebox_border.png) repeat-y top left;

	padding: 10px 13px;

	width: 164px;

}



#sideboxbottom {

	margin: 0px;

	height: 17px;

	width: 190px;

	background: url(images/sidebox_bottom.png) no-repeat top left;

}

/* end sidebar structure */



/* end of main layout blocks */



/* styles for elements within the main content box */



.post {

	margin: 0 0 20px;

	text-align: justify;

    padding-bottom: 30px;

    background: url(images/postbreak.png) no-repeat bottom center;

    font-size: 1.0em;

    line-height: 1.3em;

	}



.post hr {

	display: block;

	}



#content p.postmetadata {

	padding-top: 30px;

    clear: left;

    text-align: center;

    font-family: Arial, Helvetica, Sans-Serif;

	font-size: 0.9em;

	line-height: 1.3em;

	}

span.date {

    font-weight: normal;

    color: #256f85;

}

p.postmetadata a {

    color: #202666;

}

#content .smallattachment {

	text-align: center;

	float: left;

	width: 128px;

	margin: 5px 5px 5px 0px;

}



#content .attachment {

	text-align: center;

	margin: 5px 0px;

}



#content p {

    margin: 0px;

    padding-top: 10px;

}

#content ul li {

    list-style: url(images/dot_bullet_left.png) disc outside;

}

#content ol li {

    list-style-position: outside;

   } 



.entry p a:visited {

	color:  #72858c;

	}



/* this styling adds the little icons beside comment, edit, category and trackback links. */

.commentlink {

    background: url(images/comment_bubble.png) no-repeat center left;

    padding-left: 20px;

}

.editlink {

    background: url(images/edit_pencil.png) no-repeat center left;

    padding-left: 20px;

}

.categorylink {

    background: url(images/category_folder.png) no-repeat center left;

    padding-left: 20px;

}

.trackbacklink {

    background: url(images/trackback_arrows.png) no-repeat center left;

    padding-left: 20px;

}

/* icon styling ends here */



.commentlist li, #commentform input, #commentform textarea {

	font: 1.0em 'Lucida Grande', Verdana, Arial, Sans-Serif;

	}



.commentlist li {

	font-weight: bold;

    margin: 15px 0 3px;

	padding: 5px 10px 3px;

	list-style: none;

	}



.commentlist cite {

	font-weight: bold;

	font-style: normal;

	font-size: 1.1em;

	}



.commentlist p {

	font-weight: normal;

	line-height: 1.0em;

	text-transform: none;

    margin: 10px 5px 10px 0;

	}

#commentform {

	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;

    margin: 5px 0;

    font-size: 0.9em;

	}

#commentform label, #commentinstructions {

    color: #202666;

}

.commentmetadata {

    margin: 0;

	display: block;

    text-align: right;

    font-size: 0.9em;

    font-weight: normal;

	}

.commentmetadata a {

    color: #256f85;

}

.commentlist {

	padding: 0;

	text-align: justify;

	}

.commentlist li {

    padding: 8px;

    border: solid 1px #dddddd;

}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



#extratext h2 {

    font-size: 2em;

    line-height: 1.0em;

}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 100%;

	padding: 2px;

	}



#commentform .submitbutton {

	margin: 0;

    font-weight: bold;

	}



.entry ol {

	padding: 0 0 0 35px;

	margin: 0;

	}



.entry ol li {

	margin: 0;

	padding: 0;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}



.navigation {

	display: block;

	text-align: center;

	padding-bottom: 35px;

	}



/* styles for main content elements end here */



/* header styles start here */



#headerimg .description {

	font-size: 1.4em;

/* to move the blog description change to text-align: left or text-align: center or altet the top padding to move the description upwards. */

	text-align: right;

    padding-top: 70px;

    margin-bottom: 10px;

    color: #202666;

	}



#headerimg h1 {

/* to move the blog title change the text-alignment or top and left padding values below */

	padding-top: 10px;

    padding-left: 10px;

    text-align: left;

	margin: 0;

	}



/* header styles end here */



/* styles for footer start here */



#footer {

	padding: 0;

    padding-top: 25px;

    text-align: center;

	margin: 20px auto 0px auto;

    clear: both;

	width: 760px;

    background: url(images/footer.png) no-repeat center 10px transparent;

	position: static;

	bottom: 0px;

    font-size: 1.4em;

    line-height: 1.6em;

}



#adminfooter {

	color:#585858;

	clear: both;

	margin: 0px auto;

	padding-bottom: 10px;

	text-align: center;

    font-size: 0.7em;

}



#adminfooter a {

	color: #585858;

}



/* styles for footer end here */



/* general fonts and headings starts here */



h1, h2, h3 {

	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

	font-weight: bold;

    line-height: 1.1em;

	}



h1 {

	font-size: 3em;

	}

h1 a, h1 a:hover, h1 a:visited {

    text-decoration: none;

    color: #505376;

}



h2 {

	font-size: 1.9em;

    padding-bottom: 5px;

    margin: 0px;

	}



h2.pagetitle {

	font-size: 1.9em;

    margin-top: 0px;

    padding: 0px;

	text-align: center;

	}



h3 {

	font-size: 1.5em;

    padding: 0;

	margin: 30px 0 0;

	}



h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

	color: #202666;

	}



h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {

	text-decoration: none;

	}

h3#respond {

    font-size: 1.5em;

}



h3#comments {

	padding: 0;

	margin: 40px auto 20px ;

    font-size: 1.5em;

	}



code {

	font: 1.1em 'Courier New', Courier, Fixed;

	}



acronym, abbr, span.caps

{

	font-size: 0.9em;

	letter-spacing: .07em;

	}



h2 a:hover, h3 a:hover {

	color: #256f85;

	text-decoration: none;

	}

a {

    color: #202666;

}

a:hover {

	color: #5196ab;

	text-decoration: underline;

	}



/* general topography ends here */



/* sidebar styles start here */



#sidebar h2 {

	font-family: 'Lucida Grande', Verdana, Sans-Serif;

	font-size: 1.8em;

	}



#sidebar h3 {

    margin: 5px 0 0;

	padding: 0;

    color: #202666;

    font-size: 1.6em;

    border-bottom: 1px solid #505376;

}



#sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {

	color: #202666;

	}



#sidebar form {

	margin: 0;

	}

#sidebar ul {

	list-style-type: none;

	margin-left: 0px;

	padding-left: 0px;

	margin-top: 0px;

    font-size: 12px;

}



#sidebar li ul li {

	padding-top: 1px;

	padding-bottom: 2px;

	margin-left: 15px;

    list-style: url(images/dot_bullet.png) disc outside;

}



#sidebar a {

	color: #256f85;

	text-decoration: none;

}



#sidebar a:visited {

	color: #72858c;

	text-decoration: none;

}



#sidebar a:hover {

	color: #048ab0;

	text-decoration: underline;

}



#sidebar a:active {

	color: #202666;

	text-decoration: none;

}



#sidebar ul, #sidebar ul ol {

	margin: 0;

	padding: 0;

	}



#sidebar ul li {

	list-style-type: none;

	list-style-image: none;

	margin-bottom: 15px;

	}

#sidebar ul p, #sidebar ul select {

	margin: 5px 0 8px;

	}



#sidebar ul ul, #sidebar ul ol {

	margin: 5px 0 0 15px;

	}



#sidebar ul ul ul, #sidebar ul ol {

	margin: 0 0 0 15px;

	}



ol li, #sidebar ul ol li {

	list-style: decimal outside;

	}



#sidebar ul ul li, #sidebar ul ol li {

	margin: 3px 0 0;

	padding: 0;

	}



/* End Sidebar */



/* Begin Images */

p img {

	padding: 0;

	max-width: 100%;

	}



/*	Using 'class="alignright"' on an image will (who would've

	thought?!) align the image to the right. And using 'class="centered',

	will of course center the image. This is much better than using

	align="center", being much more futureproof (and valid) */



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

	}

/* End Images */



/* Begin Form Elements */



#searchform {

	margin: 10px auto;

	padding: 5px 3px; 

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



.submitbutton {

	padding: 1px;

    background-color: #9dc4d0;

    color: #202666;

    font-weight: bold;

    border: 1px solid #256f85;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	text-align:center;

	}



select {

	width: 130px;

	}



/* End Form Elements */



/* Begin Calendar */



#wp-calendar {

	width: 100%;

}



#wp-calendar caption {

	text-align: left;

	color: #256f85;

	margin: 0px 0px 2px;

    font-weight: bold; 

    font-size: 1.6em;

    font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

}



#wp-calendar th {

    font-size: 0.9em;

	background-color: #eef6ec;

	padding: 1px;

	border: 1px solid #c1dbbb;

    color: #256f85;

    text-align: center;

    font-style: normal;

	text-transform: capitalize;

}



#wp-calendar td {

    font-size: 0.9em;

	border: 1px solid #e4e4e4;

	padding: 1px;

	text-align: center;

	margin: 1px;

}



#wp-calendar a {

	display: block;

    text-decoration: none;

}



#wp-calendar a:hover {

	background-color: #ffffff;

	text-decoration: none;

}



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



/* End Calendar */





/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999999;

	}



blockquote {

	margin: 15px 30px 0 10px;

	padding-left: 20px;

	border-left: 5px solid #dddddd;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}



hr {

	display: none;

	}

.clearall {

    clear: both; 

}

a img {

	border: none;

	}



/* End Various Tags & Classes*/

