/*
Colors:
	revolutionary red: #cc0000;
	link red: #b85b5a;
*/

body
{
	font-family : 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

#header
{
	width: 100%;
	text-align: center;
}

#header a
{
	display: block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


#page
{
	text-align: left;
	margin: 2em 2em 2em 2em;
	padding: 0;
}

#content
{
}

#footer
{
	clear: both;
}

#footer p
{
	margin: 0;
	padding: 2em 0;
	text-align: center;
}

#sidebar
{
	display: none;
}


.narrowcolumn
{
	//padding: 0.5em 0.5em 2em 2em;
	margin: 0 0 0 0;
}

.narrowcolumn .postmetadata
{
	padding-top: 0.5em;
}

.narrowcolumn .entry, .widecolumn .entry
{
	line-height: 1.4em;
}

.narrowcolumn .postmetadata
{
	text-align: center;
	clear: both;
}

/* Begin Comments*/
.commentlist li, #commentform input, #commentform textarea
{
	font: 0.9em 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

.commentlist li
{
	font-weight: bold;
}

.commentlist cite, .commentlist cite a
{
	font-weight: bold;
	font-style: normal;
}

.commentlist p
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}


#commentform p
{
	font-family: 'Bitstream Vera Sans', 'Lucida Grande', Verdana, Arial, 'sans-serif';
}

.commentmetadata
{
	font-weight: normal;
}

.alt
{
	margin: 0;
	padding: 1em;
}

.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	margin: 1.5em 0 0.3em;
	padding: 0.5em 1em 0.3em;
	list-style: none;
}

.commentlist p
{
	margin: 1em 0.5em 1em 0;
}

#commentform p
{
	margin: 0.5em 0;
}

.nocomments
{
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata
{
	margin: 0;
	display: block;
}

#respond, #commentform
{
	display: none;
}

/* End Comments */

.alt
{
background-color: #f8f8f8;
border-top: 0.1em solid #ddd;
border-bottom: 0.1em solid #ddd;
}

.navigation
{
display: none;
}

.center
{
	text-align: center;
}

.entry ol
{
	padding: 0 0 0 3.5em;
	margin: 0;
}

.entry ol li
{
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li
{
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.description
{
	text-align: center;
}

.post
{
	margin: 0 0 0.5em;
	text-align: justify;
	clear: both;
	padding: 0 0.5em 0 0;
}

.entry p a:visited
{
	color: #b85b5a;
}

/* 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: 0.4em;
	margin: 0 0 0.2em 0.7em;
	display: inline;
}

img.alignleft
{
	padding: 0.4em;
	margin: 0 0.7em 0.2em 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left
}
/* End Images */

small
{
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3
{
	font-weight: bold;
	text-align: left;
}

h1
{
	font-size: 1.6em;
	padding-bottom: 0.5em;
}

h2
{
	font-size: 1.3em;
}

h2.pagetitle
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h1, h1 a, h1 a:hover, h1 a:visited, .description
{
	text-decoration: none;
	color: #333;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited
{
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite
{
	text-decoration: none;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike
{
	color: #777;
}

code
{
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, h2 a:hover, h3 a:hover
{
	color: #b85b5a;
	//color: #cc0000;
	text-decoration: none;
}

a:hover
{
	color: #b85b5a;
	//color: #cc0000;
	text-decoration: underline;
}

h1
{
	padding-top: 1em;
	margin: 0;
}

h2
{
	margin: 1em 0 0;
}

h2.pagetitle
{
	margin-top: 2em;
	text-align: center;
}

h3
{
	padding: 0;
	margin: 1em 0 0;
}

h3.comments
{
	padding: 0;
	margin: 4em auto 2em;
}

acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 0.1em dashed #999;
}

blockquote
{
	margin: 1em 1em 0 1em;
	padding-left: 1em;
	border-left: 0.1em solid #ddd;
}

blockquote cite
{
	margin: 0.5em 0 0;
	display: block;
}

hr
{
	display: none;
}

a img
{
	border: none;
}


/* image container divs */
div.imgright {
	border: 0;
	margin-left: 1em;
	margin-right: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: right;
}
div.imgright img {
	border-top: 0.1em solid #ddd;
	border-bottom: 0.1em solid #ddd;
	background-color: #f8f8f8;
}

div.imgleft {
	border: 0;
	margin-left: 0px;
	margin-right: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	float: left;
}

div.imgnormal {
	border: 0;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

span.picsubtext {
	font-size: 80%;
	text-align: left;
}

/* Gravatars */
.gravatar {
	margin-right: 0.5em;
	float:left;
	padding: 0.1em;
	border: 0.1em solid #000;
	background: #fff;
}

.postgrav {
	float: left;
	padding: 0.1em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border: 0.1em solid #000;
	background: #fff;
}

/* Float Pics Links */
div.entrytext div.float {
	background-color: transparent;
	padding: 10px;
	text-align: center;
	float: left;
}

		
