/*

Theme Name: Duct Tape and a Prayer
Theme URI: http://ducttape.etherjammer.com/
Description: Custom theme for Duct Tape and a Prayer
Author: Chris Anthony
Author URI: http://www.etherjammer.com/

*/

/*	Ideally, styles will have been reset by the Yahoo! User Interface Reset CSS
	stylesheet. If that line is not included in your header, add this at the 
	top of the <head> tag, just under the <meta> declarations:
	<link 
		rel="stylesheet" 
		type="text/css" 
		href="http://yui.yahooapis.com/2.8.0r4/build/reset/reset-min.css" 
	/>
*/

body {
	background-color: #281717;
}

a {
	color: #5fbbf0;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
}

blockquote {
	border: 2px #be1c0a dotted;
	padding: 1em; 
	margin: 1em;
}

blockquote.bluepost {
	border: none;
	border-left: 2px #00c0ff solid; 
	border-right: 2px #00c0ff solid;
}

p {
	padding: 0em 0em 1em 0em;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #281717;
}

h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #281717;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
	color: #a91508;
}

em {
	font-style: italic;
	color: #a91508;
}

#leftside {
	position: fixed;
	background-color: #281717;
	float: left;
	clear: both;
	width: 25%;
	min-width: 100px;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 0px;
}

#logoImage {
	width: 100%;
	max-width: 340px;
	float: left; 
	clear: both;
}

#theande {
	width: 100%;
	max-width: 350px;
	float: left;
	clear: both;
}

#container {
	position: relative;
	width: 75%;
	float: right;
	margin-left: auto;
	margin-right: auto;
	background-color: #281717;
}

#main {
	position: relative;
	float: left;
	background: #7e818b;
	clear: both;
	width: 50%;
	padding: 1em;
}

#sidebarright {
	position: relative;
	float: left;
	width: 25%;
	max-width: 300px;
/*	border: 1px red solid; */
	margin-right: auto;
	margin-left: 10px;
	background: url(img/sidebarbg.png) transparent left top repeat-y;
	padding: 1em;
	padding-right: 2em;
	text-align: center;
}

#postNav {
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.hrule {
	background: url(img/wings.png) transparent center no-repeat;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	height: 0.5%;
	margin-bottom: 1em;
}

.post {
	padding-bottom: 1em;
}

.postTitleLeft {
	font-size: 1.5em;
	padding-bottom: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}

.postTitleRight {
	font-size: 0.9em;
	float: right;
	clear: right;
	padding: 0em 0.5em 0em 0.5em;
	margin: 0em 0.5em 0em 0.5em;
	border: 1px double #281717;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

.postDate {
	color: #a91508;
}

.postTitleRight p {
	padding: 0px;
	margin: 0px;
}

.post ul {
	padding: 1em 0em 1em 1em;
}

.post ul li {
	list-style-image: url(img/bullet.png);
	padding: 0.25em 0em 0.25em 0em;
	font-size: 0.9em;
}

.post ol {
	list-style: decimal inside;
}

.widget {
	text-align: left;
}

.widgettitle {
	font-size: 1.25em;
	padding-bottom: 0.25em;
}

.widgetdivider {
	background: url(img/sidebarwings.png) transparent center no-repeat;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	height: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}
.sidebar a {
/*	color: #a91508; */
	font-weight: bold;
}

.sidebar ul li {
	padding: 0.5em 0em 1.5em 0em;
	background: url(img/sidebarwings.png) transparent center bottom no-repeat;
}

.sidebar ul li ul {
	padding-left: 1em;
}

.sidebar ul li ul li {
	padding: 0em;
	list-style-image: url(img/bullet.png);
	background: none;
}

.sidebarfoot {
	padding: 0.5em 0em 0em 0em;
	font-size: 0.9em;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
}
