body {
	background-image: url(images/bkgd.png);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #846B43;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E587A9;
	background-color: #FFFFFF;
	opacity:.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.7;
	padding: 8px;
	float: right;
	text-align: center;
}
.post {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #846B43;
	margin: 20px;
}
.post h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #35B5E0;
	text-decoration: none;
}.postmetadata a {
	color: #E587A9;
}
.postmetadata {
	clear: both;
}
#sidebar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E587A9;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #35B5E0;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #35B5E0;
}
/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav li{
	display: inline;
	list-style-type: none;
	padding-right: 15px;
}



/*** Menu colors (customizable) ***/

.nav li a:hover
{
	color: #E587A9;
	text-decoration: underline;
}

.nav li a:active
{
	color: #E587A9;
	text-decoration: none;
}

.nav a
{
	color: #E587A9;
	text-decoration: none;
}
#sidebar {
	margin: 0;
	padding: 0;
	margin: 20px;
	width: 175px;
	}
#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 20px;
}
#footer a {
	color: #E587A9;
}
a img {
	border: none;
	}
/* 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.aligncenter {
	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 */

#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
.commentlist p {
	margin: 10px 0 10px 5px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #35B5E0;
	text-decoration: none;
}textarea {
	width: 400px;
}
.commentmetadata a {
	color: #E587A9;
}