/*
Theme Name: ~1890 Williams House
Theme URI: http://www.1890williamshouse.com/
Description: custom theme
Version: 1.0
Author: InsideOut Solutions/Kailey Lampert
Author URI: http://insideout.com/
Tags: 
*/
#main {
	padding: 0 0 10px;
}
.widecolumn .attachment {
	text-align:center;
}
.widecolumn .caption p {
	background: #bbb;
	padding: 3px 5px;
}
/*
.page #main h2 { position:absolute; top:-999em; }
*/

#main.narrowcolumn {
}
#main ul, #main ol {
	list-style-position:inside;
	margin: 0 0 0 30px;
	padding:0;
}
#main ul {
	list-style-type:disc;
}
#main ol {
	list-style-type:none;
}
#main blockquote {
	margin:0 15px;
}
#sidebar {
	padding: 10px;
	width:200px;
	margin: 0 auto;
}
#sidebar a {
	color:#fff;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:130%

}
#sidebar li.widget h2 {
	text-align:center;
	padding: 2px;
	margin: 10px 0 0;
	font-size:18px;
	background:#A3BFC3;
	line-height: 20px;
}
#searchform {
	margin: 10px 0;
}
input#s {
	width: 120px;
}
.navigation {
	overflow:hidden;
	clear:both;
	margin: 10px 0;
}
.postmetadata {
	clear:both;
	margin: 0 0 10px;
}
.post {
	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 */



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

.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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
