* {	
	margin: 0;
	padding: 0;
	color:#000000;
	font-family: trebuchet ms, arial, sans serif;
}

html, body {
	height: 100%; /* Required */
	margin:10px;
}

h1 {
}

h2 {
	padding: 1em 0 .2em 0;
}

p {
	margin: 2em 0;
	line-height: 1.5em;
}

ul {
	margin:15px 0 0 25px;
	list-style-image:url('arrow-right.gif');
}

img {
	border: none;
}

html>body #container-page {
	margin-top:40px;
}

#container-page {
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	margin-top:0;
}

#container-head {
	height:50px;
	background-image:url('header.jpg');
	background-repeat:no-repeat;
	background-color:#000000;
}
#head {
	float:right;
}

#container-content {
	padding: 0 0 40px 0;
}

#content-left {
	margin-right:339px;
	padding-bottom:20px;
	/*background-color:Olive;*/
}

#content-right {
	position:absolute;
	right:0px;
	top:0px;
	width:300px;
}

.book-blurb {
	font-size:0.8em;
	padding: 10px 10px 10px 10px;
	background-color:#fa0000;
}

/*Navigation*/
#content-nav ul {
	list-style: none;
	width:100%;
	float:right;
	width:auto;
	margin:0;
}
#content-nav li { float:left; margin:0; padding:0; text-align:center; font-weight:bold; }
#content-nav li a { color:#000; padding:9px 13px 9px 13px; margin:0; display:block; text-decoration:none; text-align:center;}
html>body #content-nav li a { padding:9px 13px 9px 13px; }
#content-nav li a:hover { background-color:#ED1E25; }
#content-nav .selected { background-color:#ED1E25; }
/*Navigation*/

#content-right-float {
	background-color:#eaeaea;
}

#container-content:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 40px;
}

#foot {
	padding: 0 1em;
	line-height: 40px;
	text-align: right;
	font-size:0.8em;
	border-top: solid 1px #000;
}

/* POLL STYLES */
#poll {
	border: double #c0c0c0;
	padding: 10px 30px;
	margin-top:30px;
	margin-left:15px;
	width:150px;
	float: right;
	font-size:0.9em;
}

#poll h2 {
	padding: 0;
	color:#fa0000;
	padding-bottom:5px;
	border-bottom: solid 1px #fa0000;
	margin-bottom:5px;
	text-align:center;
	font-size:1.3em;
}

#poll .question {
	font-weight:bold;	
	font-size:1.1em;
}

#poll ul {
	list-style:none;
	margin:0;
}

#poll a {
	font-size:0.6em;
}

input[type="submit"], input[type="reset"] {
	background-color:#808080;
	border: double #c0c0c0;
	padding: 0 14px;
}

#poll label {
	padding: 0 5px;
}
/* POLL STYLES */

/* BLOG STYLES */
#blog-sidebar {
	padding: 0 10px 20px 10px;
	/*background-color:#fa0000;*/
}

#blog-sidebar h2 {
	font-variant: small-caps;
	font-size:1em;
	font-weight: bold;
}

.post {
	font-size:0.8em;
}

.date-header {
	font-variant: small-caps;
	font-size:0.8em;
	color:#808080;
}

.post-title {
	text-transform: lowercase;
	font-weight:normal;
	font-size:1.3em;	
	font-family: tahoma;
	color:#FF0000;
}

.post-footer {
	font-variant: small-caps;
	color:#404040;	
}

.posted-by
{
	font-variant: normal;
	font-size: 1em;
	font-weight: bold;
}

.sidebar-title {
	font-variant: small-caps;
	font-size:0.8em;
	font-weight: normal;
	border-bottom: solid 1px #c0c0c0;
	margin-bottom:10px;
}

.blog-list {
	color:#404040;	
	font-size:0.8em;
	font-weight: normal;
	list-style:none;
	padding-bottom:15px;
}

.blog-list li {
	text-indent:-15px;
	padding:0 0 0 16px;
}
/* BLOG STYLES */