/*  
Theme Name: Oliver + S theme
Theme URI: http://oliverands.com
Description: Theme for Oliver + S
Version: 1.0
Author: Justin Heideman

 */



/* Page Structure
----------------------------------------------- */
#content-blog {
	width:778px;
	margin:0 auto;
	padding:10px 0;
	text-align:left;
}

#main {
	width:530px;
	float:left;
	padding:10px 0 0 30px;
	font-size: 11px;
	padding-bottom:20px;
	text-align:left;
}

#main2 {
	padding-top: 5px;
	padding-bottom: 15px;
	text-align:left;
}

#sidebar {
	width:180px;
	float:right;
	padding:10px 0 0px 0;
	font-size: 11px;
	padding-bottom: 20px;
}

#sidebar2 {
	padding-top: 27px;
	padding-right: 10px;
	width:150px;
}

html>body #main, html>body #sidebar {
/* We only give this fade from white to nothing to
 browsers that can handle 24-bit transparent PNGs  */
	background/* */:/**/url("http://www.blogblog.com/dots/bg_white_fade.png") repeat-x left bottom;
}

input.search {
	margin-bottom: 3px;
	width: 100%;
	border-right: 1px solid #7B4338;
}


/* Posts
----------------------------------------------- */
.date-header {
	margin:2em 0 .75em;
	padding-bottom:.35em;
	text-transform:lowercase;
}

.post {
	margin:0 0 2.5em;
	line-height:1.6em;
}

.post-title {
	font-size: 13px;
}

.post-title a, .post-title strong {
	display:block;
	text-decoration:none;
	color: #7B4338; 
	
}

.post-title a:hover {
	color:#000;
}

.post p {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.post ul {
	padding-left: 75px !important;
}

.post ol {
	margin-left: 40px;
	padding-left: 40px !important;
}

.post-body ul li {
	list-style-type: circle !important;
}

.post-body ol li {
	list-style-type: decimal !important;
}

p.blogger-labels {
	margin-left: 0px !important;
	font-style: italic;
}

div.post-footer{
	font-style: italic;
	width: 270px;
	margin-bottom: 1em;	
}

div.post-footer.left {
	text-align:left;
	float: left;
}

div.post-footer.right {
	float:right;
	text-align:right;
	width: 230px;
}

a.comment-link {
/* IE5.0/Win doesn't apply padding to inline elements,
 so we hide these two declarations from it */
	padding-left:15px;
}

html>body a.comment-link {
/* Respecified, for IE5/Mac's benefit */
	padding-left:15px;
}

.post img {
	margin:0 0 5px 0;
	padding:4px;
	border:0px solid #cca;
}

/* Comments
----------------------------------------------- */
#comments {
	margin:0;
}

#comments h4 {
	margin:0 0 10px;
	border-top:1px dotted #9b9;
	padding-top:.5em;
}

#comments-block {
	line-height:1.6em;
}

.comment-poster {
	margin:.5em 0 0;
	padding:0 0 0 20px;
	font-weight:bold;
}

.comment-body {
	margin:0;
	padding:0 0 0 20px;
}

.comment-timestamp {
	margin:-.75em 0 .5em;
	padding:0 0 .75em 20px;
}

.comment-timestamp a:link {
}

.deleted-comment {
	font-style:italic;
	color:gray;
}

.comment-body p{
	margin-top: 0;
}

#comment{
	width: 530px;
}

/* More Sidebar Content
----------------------------------------------- */
.sidebar-title {
	margin:2em 0 .35em;
}

#sidebar p {
	margin:0 0 .75em;
	line-height:1.2em;
}

#sidebar ul {
	margin:.5em 0 1em;
	padding:0 0px;
	list-style:none;
	line-height:1.2em;
}

#sidebar ul li {
	margin:0;
	padding:0 0 5px 0px;
}
#sidebar p {
	margin:0 0 .6em;
}
#sidebar h2{
	margin: 10px 0;
}
#sidebar h2 a{
	color: #7B4338;
}
#sidebar h2 a img{
	vertical-align: baseline;
}

#sidebar h2 a:hover{
	color: #7FC8D6;
}
/* Footer
----------------------------------------------- */
#footer-blog {
	clear:both;
}
#footer-blog hr {
	display:none;
}
#footer-blog p {
	margin:0;
}

.btn input{
	min-width:70px;
	width:auto !important;
}
.btn input:hover{
	border-color: #7B4338;
}

/* addthis stuff */
.addthis_toolbox{
	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, img.aligncenter {
	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;
	}

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.wp-caption-text{
	font-style: italic;
}	
	
	
/* End Images */
