/*
Theme Name: Robert Olen Butler
Theme URI: http://robertolenbutler.com/
Description: The theme for Robert Olen Butler's Official Website.
Version: 1.0
Author: 3W Studios
Author URI: http://www.3wstudios.com/


*/

* html {
	margin: 0;
	padding: 0;
}

* + html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(_img/bg.gif) repeat;
	font: 10px/1.5 Helvetica, Arial, Verdana, Lucida Grande;
}
blockquote {
	color: #666 !important;
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	
	}
	
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

ul {
	margin: 0;
	padding: 0;
}

a {
	color: #e83e27;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 130%;
	
}

h2 {
	color: #e83e27;
	text-transform: uppercase;
	font-size: 300%;
	font-weight: normal;
	font-family: Georgia, "Times New Roman";
	padding: 0;
	margin-bottom: 10px;
}

h2.widgettitle{
	font-size: 150%;
	text-transform: none !important; 
}

h3 {
	color: #e83e27;
	font-family: Georgia, "Times New Roman";
	font-size: 180%;
	font-weight: normal;
	font-style: italic;
}

#frame {
	margin: 0 auto;
	padding: 0;
	width: 866px;
	border-left: 3px solid #e83e27;
	border-right: 3px solid #e83e27;
	background: #fff;
}

#inner-frame {
	width: 820px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}

#main {
	padding-top: 10px;
}

#left-column {
	width: 582px;
	float: left;
}

#right-column {
	width: 220px;
	float: right;
	background: #fff url(_img/navbg.gif) no-repeat;
}

img.mainbook {
	border: 1px solid #000;
	margin-top: 25px;
}

.book-column {
	width: 102px;
	font-size: 100%;
	float: right;
	margin-top: 25px;
	text-align: center;
	
	}
	

.book-column img {
	border: 1px solid #000;
}

.copy {
	width: 462px;
	float: left;
}

.copy-wide {
	width: 564px;
	float:left;
}

.copy-wide ul {
	font-size: 120%;
	margin: 0 0 0 30px;
}

#sidebar h2 {
	background: url(_img/rulegraybg.gif) no-repeat;
	background-position: 90% 50%;
	margin: 0 0 0 -30px;
	padding: 60px 0 0 30px;
}

#sidebar li.collapsPage h2 {
	background: none !important;
	padding-top: 30px;
}

#footer p{
	color: #666;
	text-align: center;
	font-size: 120% !important;
	font-family: Georgia, "Times New Roman";
	padding-bottom: 70px;
	margin: 0;
}

#banner h2 {
	display: none;
}

#post-324 h2 {
	display: none;
}

#banner img {
	margin: 20px 0 0 -30px !important;
	padding: 0 !important;
}

/* 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) */

a img {
	text-decoration: none;
	border: none;

}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 7px 7px;
	display: inline;
	border: 1px solid #000;
	}

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: 0 0 10px 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 */


small {
	font-size: 110%;
}

.contactleft {
	font-size: 120%;
}


/* Widget Specific */

ul.tddrecentposts li{
	margin: 0 !important;
	padding: 0 !important;
}

dd {
font-size: 11px;
margin: 0;
padding: 0;
}

.sidebardate {
	font-weight: bold;
	font-size: 10px;
}

.events {
	font-family: Helvetica, Arial !important;
}
/* End Widget Specific */


.postmetadata {
margin-top: 15px;
border-top: 1px solid #ddd;
padding-top: 15px;
}
.postmetadata small {
font-size: 90%;

}

#announcement {
	color: #333;
	background: url(_img/damaskbg.gif) no-repeat;
	border: 1px solid #333;
	padding: 10px 10px;
	margin-top: 7px;
	margin-bottom: 25px;
	font-family: Georgia, "Times New Roman";
}

pre {
	font-family: Helvetica, Arial, Verdana, Lucida Grande !important;
	font-size: 120%;
}

pre p.events {
	font-size: 100%;
}