@charset "UTF-8";
body,td,th {
	color: #707070;
	font-family: georgia;
	font-size: 12px;
	line-height: 18px;
}
body {
	background-color: #FFFFFF;
	margin-top: 50px;
}
a:link {
	color: #707070;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #707070;
}
strong {
	color: #000000;
	font-weight: normal;
}
img {
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #636363;
}


/* sidebar styles */
form {padding: 0; margin: 0; }

#menu {
	float: none;
	width: 250px;
	padding: 0; 
	margin: 0;
}

#menu ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
	
}



#menu ul {
	padding: 0; 
	margin: 0;
	color: #666;
}

#menu ul li {
	list-style-type: none;
	padding: 0; 
	margin: 0;
}

#menu ul ul {
	padding: 0; 
	margin: 0;
	
}

/* content styles */

#content {
	margin: 0 0 0 0;
	padding: 0;
}

.post {
    border-bottom:1px dotted #999;
  	padding-bottom:1.5em;
	line-height: 18px;
}

.storytitle {
	margin-bottom: 2px;
	color: #000000;
}

.storytitle a {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	line-height:1.4em;
	font-style: italic;
}
.storytitle a:hover {
	font-size: 18px;
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
    line-height:1.4em;
	font-style: italic;
}
.storytitle a:active {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
        line-height:1.4em;
		font-style: italic;
}
p {
}
.meta, .meta a {
	font:10px Arial,Verdana,Sans-serif;
  	text-transform:uppercase;
  	letter-spacing:.1em;
  	color:#999;
	margin-bottom: 10px;
}

.storycontent{
	margin-bottom: 30px;
	padding: 0px;
}

.storycontent a {
	color: #FF0000;
}
.storycontent a:hover {
	color: #000000;
}
.storycontent img {
	margin: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
	
}


h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 a {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333333
	
}
h2 a:hover {
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #FF0000
}

.storycontent img.wp-smiley { border: none; margin: 0; }

.storycontent ul, .storycontent ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

blockquote, code {
	display: block;
	padding: 6px 10px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* comment styles */

#commentlist {
	list-style-type: none;
	margin: 0px 0px 0px -40px;
	margin-bottom: 20px;
	width: 500px;
	overflow:hidden;
}

#commentlist li {
padding: 6px 10px;
border: 1px solid #ccc;
margin: 0;
margin-bottom: 10px;
overflow:hidden;
}

#commentlist cite {
	font-size: 10px;
	color: #999;
}

input, textarea {
	border: 1px solid #999;
	background-color: #fff;
	color: #333;
	margin-bottom: 5px;
	padding: 1px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}

textarea {
	width: 500px;
	padding: 6px 10px;
}

p {
	margin-bottom: 10px;
	padding: 0px;
	
}

.maincontent a {
	color: #FF0000;
	padding: 0px;
}
.maincontent a:hover {
	color: #000000;
	padding: 0px;
}