/*
Theme Name: Indy Home Book
Theme URI: http://indyhomebook.com/
Description: The Indy Home Book WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: David Hindman
Author URI: http://www.hindman.info/david
Tags: Indianapolis Real Estate
*/
.thumbnail {float:left; padding: 0px 10px 10px 0px;}
.required { color:red; }
.commentCount { float:right;}
.post .entry {margin-bottom:0px; }
.entry ul.social {margin:0px 0px 10px 0px;padding:2px;background-color:;clear:both;}
.social li {display:inline;padding-right:10px;}
.entry ul.social li:before{content:"";}
ul#navigation {width:982px;margin:0px auto 0;height:30px;padding:174px 0px 0px 30px;}
ul#navigation li {display:inline;line-height:30px;padding-right:20px;font-size:1.2em;}
ul#navigation a {color:black;}
ul#navigation form {float:right;display:inline;height:20px;margin:0px;padding:4px 30px 0 0;}
ul#navigation input#s{width:11em;color:#444;}
ul#navigation input:focus {color:black;}
ul#navigation form input#searchsubmit {border:1px solid gray;background:#e7e7e7;color:black;}
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #e7e7e7;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: transparent url(images/new-header-2.jpg) 0 0 no-repeat;
	}

#content {
	font-size: 1.2em;
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/new-footer-bg.png') repeat-y;
	border: none;
	}

#endcap {
	background: #e7e7e7 url('images/new-footer.png') repeat-y;
	height:20px;
	}
	
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

h1 {
	font-size: 2em;
	text-align: left;
	}

h2 {
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 2em;
font-weight: normal;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #333;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

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;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 0px auto 20px;
	padding: none;
	width: 1000px;
	border: 1px solid #959596;
	}

#header {
	background-color: #e7e7e7;
	height: 230px;
	width: 1000px;
	}
	
.narrowcolumn {
	float: left;
	padding: 0 0 20px 30px;
	width: 677px;
	}

.post {
	margin-bottom: 20px;
	padding: 10px 10px 0px 10px;
	text-align: justify;
	background: #fafafa;
	border: solid 1px #eee;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding-top: 20px;
	margin: 0 auto;
	width: 1000px;
	clear: both;
	}

#leftCol {float:left; width:300px; margin:0px 0px 0px 20px; padding:0px;}
#midCol {float:left; width:300px; margin:0px 0px 0px 20px; padding:0px;}
#rightCol {float:left; width:300px; margin:0px 0px 0px 20px; padding:0px;}
#footer li {font-size:; list-style:none; color:black; padding: 0px;}
#footerSubscribe ul li {background:;line-height:16px;padding:0px 0px 2px 20px;margin:0px;}
#footerSubscribe ul li.rss {padding-left:20px;background: transparent url(images/master.png) 0px -390px no-repeat;}
#footerSubscribe ul li.email {padding-left:20px;background: transparent url(images/master.png) 0px -408px no-repeat;}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: left;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 0px;
	list-style: none;
	padding: 0px;
	text-indent:0px;
	}

html>body .entry li {
	margin: 0px;
	}

.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;
	}
/* 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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.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;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 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: 0 52px 0 0;
	margin: 0px 0 0 0;
	width: 220px; 
	float: right; 
	list-style: none; }

#sidebar a.button, #sidebar input.button {
background: transparent url('images/button-a.png') no-repeat scroll top right;
padding-right:18px;
height:24px;
color:#444;
display:block;
float:left;
font:normal 1.2em;
margin-right:6px;
text-decoration:none;
}

#sidebar a.button span, #sidebar input.button span {
background: transparent url('images/button-span.png') no-repeat;
display: block;
line-height: 14px;
padding: 5px 0 5px 18px;
}

#sidebar a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

#sidebar a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

#sidebar h2 {
font-size:18px;
margin: -10px -10px 10px -10px;
padding: 3px 10px;
background: #eee;
border-bottom:1px solid #ccc;
z-index:2;
}

#sidebar .box { 
	padding: 10px;
	margin: 0px 0px 20px 0px;
	width: 220px;
	border: solid 1px #ccc;
	background-color: #fafafa;
	list-style: none;
	z-index:1;}

#sidebar .box#subscriptions ul li {
background: #d5d6d7;
line-height:16px;
padding:0px 0px 2px 20px;
margin:0px;
}

#sidebar .box#subscriptions ul li.rss {
padding-left:20px;
background: transparent url(images/master.png) 0px -390px no-repeat;
}

#sidebar .box#subscriptions ul li.email {
padding-left:20px;
background: transparent url(images/master.png) 0px -408px no-repeat;
}

#sidebar ul, #sidebar ul ol {
	margin: 0px;
	padding: 0px;
	}

#sidebar ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#categories ul li {
font-size:1.2em;
margin-bottom:8px;
}
/* End Sidebar */

/* 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;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	text-align: center;
	clear:both;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #888;
	text-align: center;
	background-color: white;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	padding: 5px 0px 5px;
	margin: 0;
}
/* End captions */