/*  
Theme Name: The Roaring Twenties
Theme URI: http://holisticnetworking.net/design
Description: Inspired by all those mobster movies with the hot flapper chicks.
Version: 1.0
Author: Thomas J Belknap
Author URI: http://holisticnetworking.net
*/


/* Element declarations */
body {
	background-color: #003d4c;
	background-image:url(images/floral_background.gif);
	background-repeat: repeat;
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: "lucida grande",verdana,helvetica,arial,sans-serif;
	font-size: 12px;
	color: #333333;
	}

#sidebar ul li {
	list-style-type: none;
	}
	
#sidebar ul {
	margin: 0;
	padding: 0;
	}
	
ul#navigation {
	display:block;
	float:right;
	margin:85px 0 0;
	padding:0;
	text-align:left;
	width:540px;
	font-family: 'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	font-size: 1.4em;
	}

ul#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	}


ul#footernav {
	display:block;
	margin:	0;
	padding: 0;
	font-family: 'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	font-size: 1.4em;
	}

ul#footernav li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	}

a:link, a:visited, a:active, a:hover {
	color: #8C845F;
}

a:link, a:visited, a:active {
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-family: 'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	margin-top: 0;
	padding-top: 0;
	color: #95BFBC;
	}

h1.posttitle {
	padding-bottom: 3px;
	border-bottom: 2px solid #8C845F;
}

/* Blockquotes */
blockquote {
	margin: 0px;
	padding: 45px 20px 20px 45px;
	background: url(images/blockquote_bg.gif);
	background-repeat: no-repeat;
	}

p.copy {
	font-size: .85em;
	color: #555555;
}


/* Containers */
#page {
	display: block;
	width: 1000px;
	margin: 10px auto;
	background:transparent;
	}
	
#header {
	display: block;
	width: 1000px;
	height: 130px;
	background-image:url(images/twenties_header.png);
	background-repeat: no-repeat;
	}

#content {
	display: block;
	width: 1000px;
	background-image:url(images/twenties_body_fill.png);
	background-repeat:repeat-y;
	}

#main {
	display: block;
	width: 1000px;
	background-image: url(images/twenties_body.png);
	background-repeat: no-repeat;
	padding: 15px 0;
	}

#sidebar {
	display: block;
	float: right;
	width: 280px;
	overflow: hidden;
	text-align: left;
	margin-right: 65px;
	}

#posts {
	display: block;
	float: left;
	width: 480px;
	overflow: hidden;
	text-align: left;
	margin-right: 15px;
	margin-left: 150px
	}

.dateline {
	font-size: .9em;
	color: #666666;
	}

.post {
	display: block;
	margin-bottom: 20px;
	}

.footnotes {
	margin: 0px;
	padding: 25px 20px 20px 25px;
	background: url(images/footnote_bg.gif);
	background-repeat: no-repeat;
	}
	
#footer {
	display: block;
	height: 144px;
	background-image:url(images/twenties_footer.png);
	background-repeat: no-repeat;
	padding: 30px 158px 0 210px;
	text-align: center;
	}



/* Utility classes */

.clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.wp-caption {
	display: block;
	padding: 5px;
	background: #95BFBC;
	color: #0e0d0f;
	border: 2px solid #aaaaaa;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	}

.alignleft {
	float: left;
	margin: 5px 5px 5px 0;
	}

.alignright {
	float: right;
	margin: 5px 0 5px 5px;
	}