* {
	border: 0;
	margin: 0 0 0 0;
	padding: 0;
}

body
{
	background: #fff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	min-width: 500px;
	color: #401E01;
}

p
{
	padding: 5px 0 0 0;	
}

.thepost a:link {
	color: #DE4FA1;
	text-decoration: underline;
}

.thepost a:visited {
	color: #DE4FA1;
	text-decoration: underline;
}

.thepost a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #2ebbe0;
}

a:link {
	color: #646561;
	text-decoration: none;
}

a:visited {
	color: #646561;
	text-decoration: none;
}




h1 {
	font-size: 14px;
	color: #251100;
}

h2 span {
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	background-color: #2ebbe0;
	line-height: 22px;
}

h2 {
	font-size: 14px;
	line-height: 22px;
}

ul
{
	list-style: none;
}
#wrapper
{
	position: relative;
	width: 435px;
	top: 0px;
	left: 164px;
}

#menu
{
	margin: 0 0 30px 0;
}

ul#nav 
{
	margin-left:0;
	padding-left:0;
	white-space:nowrap;
	text-align: center;
}

#nav li 
{
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited 
{
	background-color: #DE4FA1;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

#nav a
{
	padding: 3px 10px;
}

#logo
{
	height: 100px;
	width: 435px;
}

.thepost
{
	display: block;
	background-color: #fff;
	width: 435px;
	left: 43px;
	border-color: #e3e3e3;
	padding-bottom: 30px;
}

#sidebar
{
	position: absolute;
	width:  200px;
	height: 500px;
	top: 140px;
	left: 528px;
}

#comment
{
	width: 383px;
	height: 200px;
}

.navigation a:link {
	color: #DE4FA1;
	text-decoration: underline;
	font-size: 16px;
}

.navigation a:visited {
	color: #DE4FA1;
	text-decoration: underline;
	font-size: 16px;
}

.navigation a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #2ebbe0;
	font-size: 16px;
}

/* grrrr... wordpress. */
.wp-caption-text {
display: none;
}

input, textarea
{
	border: 1px solid #781351;
}

#s {
	width: 130px;
}