/*  
Theme Name: DoStroy
Theme URI: http://dostroy.net
Description: Beautiful real estate theme with green, brown, 2 columns, fixed width, left sidebar, widget ready
Version: 1.0
Author: DoStroy
Author URI: http://dostroy.net
*/
@charset "utf-8";
/* CSS Document */

*{padding:0; margin:0}
body{ font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#444444; background-image:url(img/bg.png); line-height:15px}
h1, h2, h3, h4{color:#ed5a00;}
p{margin:9px 0; padding:0 10px}
.outer{margin:0 auto 0 auto;  text-align:left; width:990px; background:url(img/bg.jpg) top right no-repeat;}
a{color:#2a90d8; text-decoration:underline; outline:none}
a:hover{text-decoration:none;}
.menu, .menu li{list-style-type:none; color:#2a90d8;}
	.menu h2{font-size:14px; padding:10px 0 5px 0px;}
	.menu ul{padding-left:20px}	
	.menu ul li a{line-height:18px}	
.left{float:left; width:270px;}
.right{padding:420px 0 30px 0; margin: 0 50px 0 270px;}
	.right h1{font-size:18px; font-weight:bold; padding-bottom:5px}
a.logo{display:block; width:176px; height:69px; text-indent:-99999px; background:url(img/logo.jpg) top left no-repeat;}
.search{padding:61px 0 0 5px; margin:30px 0 20px 0; background:url(img/search_bg.jpg) top left no-repeat}
	.search .text{border:1px solid #b8b6b7; height:21px; line-height:21px; padding-left:5px; width:200px; vertical-align:top;}
	.search .send{border:none; background:url(img/search_send.jpg) top left no-repeat; text-indent:-9999px; width:32px; height:30px; position:relative; *top:1px; left:-5px; cursor:pointer; vertical-align:top;}
.special{background-color:#FFF; padding:10px}	
	.special p{padding:0}
	.special .more{text-align:right}
.footer	ul, .footer li{list-style-type:none;}
	.footer .l{ float:left; width:250px; background:url(img/lbg.jpg) top repeat-x; line-height:35px; vertical-align:middle; padding:10px;}
	.footer .r{margin: 0 50px 0 270px; background:url(img/rbg.jpg) top repeat-x; line-height:35px; vertical-align:middle; padding:10px; text-align:center}
.post-footer{font-style:italic; color:#999; padding:10px 0 0 10px; clear:both;}	
	
	
	
	
	
	
	
	
	
	
	/* 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 Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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;
	}

#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 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

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 Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
.aligncenter{margin: 0 auto; width:auto; display:block;}
.wp-caption-text{font-size:10px; font-weight:bold; padding:0; line-height:12px;}
