/*
		Here we have an example collection of CSS statements
	
		Copyright 2003 Adobe Systems Incorporated.
*/

	body		{ color: black; background-color: white; font-family: Helvetica; }
	p			  { color: #c1b39e; font-size: 9pt; font-family: Helvetica; font-style: normal; font-weight: lighter; line-height: 150%; letter-spacing: 5% }

	a			{ color: blue; text-decoration: underline }
	a:link		 { color: #fff; text-decoration: none }
	a:visited	  { color: #e0d9ce; text-decoration: none }
	a:hover		  { color: #e0d9ce }
	a:active	  { color: #e0d9ce }

	div			{ }
	span		{ }
	
	td			{ }
	table		{ }

	h1			 { color: #e0d9ce; font-size: 8pt; font-family: Arial; font-weight: normal; text-indent: 2pt; margin: 6pt 0 2pt }
	h2			{ color: #e0d9ce; font-weight: bold; font-size: 1.5em; margin: 0.83em 0px }
	h3			{ color: #e0d9ce; text-align: left; font-weight: bold; font-size: 1.17em; margin: 1em 0px }
	h4			 { color: #e0d9ce; font-size: 10pt; font-family: Helvetica; font-weight: bold }
	h5			 { color: #e0d9ce; font-size: 8pt; font-family: Arial; font-weight: bold; margin: 10pt 0 -5pt }
	h6			     { color: #e0d9ce; font-size: 11pt; font-family: Helvetica; font-style: inherit; font-weight: bold; line-height: 13pt; letter-spacing: 20%; margin: 10px 0 0 }


	ul			  { color: #c1b39e; font-size: 9pt; font-family: Helvetica; line-height: 135%; list-style-type: square; list-style-position: outside; margin: 4pt 0 4pt 0; text-align: left; }

	ol			  { color: #c1b39e; font-size: 9pt; font-family: Helvetica; line-height: 135%; margin: 4pt 0 4pt 0; text-align: left; }
	
	#notices { text-align: justify; }

	#primary {
	position: relative;
	float: left;
	width: 500px;
	padding: 10px;
	}
	
	#rightbar {
	width: 200px;
	float: right;
	padding-left: 0px;
	}
	
	ul#sidebar {
	list-style-type: none;
	}
	
	ul#sidebar li { margin-bottom: 20px; }
	
	div.post { margin: 40px 0; }
	
	div.storytitle { 
		text-align: left; 
		margin-bottom: 25px; 
		width: 100%; 
		border-top: thin dotted #bbb9aa; 
		border-bottom: thin dotted #bbb9aa; 
		font-weight: bold; 
		font-size: 1.5em; 
		padding: 5px 0px; 	
		float: left;
	}	

	.meta { font-size: 9px; text-align: right; color: #bbb9aa; float: right; vertical-align: top; } 
	.post_title { font-weight: bold; vertical-align: top; font-size: 24px; color: #c1b39e; }
	.post_author { font-size: 1.2em; color: #dddddd;  }
	.post_date { font-size: 1.4em; color: #dddddd; }
	.post_edit a:link, .post_edit a:visited, .post_edit a:active { margin-left: 10px; font-size: 8px; text-decoration: underline; }
	.post_edit a:hover { text-decoration: none; }
	
	.storycontent p { text-align: left; font-size: 12px; color: #c1b39e; margin-top: 15px; }

/* 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 {
	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;
	}

.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: 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;
	color: #45556a;
}
/* End captions */
.clearer { clear: both; line-height: 1px; }

/* custom latest posts */
li#recent-posts ul { list-style-type: none; margin-left: -25px; }
li#recent-posts ul li { border-bottom: thin dotted #bbb9aa; }

