/*
Theme Name: blogHere
Theme URI: http://blog.4bg.net/
Description: The Nowhere E-zine blog theme.
Version: 1.0
Author: Clover
*/
body {
	background: #FAD6DA url('/wp-content/themes/nowhere/images/bg_page.jpg');
	color: #000000;
	font: normal 13px "Lucida Sans Unicode",sans-serif;
	text-align:center;
	margin: 0;
}
a {color: #990000; text-decoration: none;}
a:hover {color: #FF0000;}

td, a, span, blockquote, p, ul, ol {text-align:left;}
.container {
	background: url('/wp-content/themes/nowhere/images/bg_main.jpg') repeat-y;
	margin: 0 auto;
	width: 1000px;
}
.header {
	background: url('/wp-content/themes/nowhere/images/header.jpg') repeat-x;
	height: 150px;
	margin: 0 auto;
	width: 980px;
}
.header a	{color:#EE9999;}
/* title */
.title {
	padding: 8px;
}
.title h1 {
	color: #121836;
	font: bold 22px "Lucida Sans Unicode","Trebuchet MS",sans-serif;
    margin-top: 20px;
    text-align: right;
    margin-right: 40px
}
.title h1 a	{color: #FFF;}
.title h4 {
	color: #121836;
	font: bold 12px "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}
/* main*/
.main {
	clear: both;
    padding: 0 10px 0 10px;
}
/* footer */
.footer {
	background: #FAD6DA url('/wp-content/themes/nowhere/images/footer.jpg') repeat-x;
	color: #121836;
	font-size: 10px;
	line-height: 20px;
	margin: 0 auto;
	text-align: center;
	width: 980px;
}
.footer a {
	color: #3D4A78;
	text-decoration: none;
}
.footer a:hover {
	color: #121836;
	text-decoration: underline;
}

.leftnav {
	float: left;
	width: 200px;
}
.leftnav a {color: #FFFFFF; text-decoration: none;}
.leftnav a:hover {color: #FFCCCC; border-bottom: 1px dotted #FFCCCC}
.leftnav ul{
    color: #000099; font-weight: bold; list-style-type: none; margin: 0; padding-left: 6px; text-transform: lowercase;
}
.leftnav ul ul{
    color: #000099; font-weight: bold; list-style-type: none; margin: 0; padding-left: 16px; text-transform: lowercase;
}
.content {
	padding: 5px;
	float: left;
    width: 762px;
}
.clearer {
	clear: both;
    height: 1px;
}
.footer a {color: #FFFFFF; text-decoration: none;}
.footer a:hover {color: #FFCCCC; border-bottom: 1px dotted #FFCCCC;}
textarea, input, select, button {border: 1px solid #E1737E; color:#000000; background-color:#FAD6DA;}
.inpt_bg	{ background: url('/wp-content/themes/nowhere/images/input_bg.jpg') top left;}
.txtarea_bg	{ background: url('/wp-content/themes/nowhere/images/textarea_bg.jpg') top left;}
#commentlist li	{background: url('/wp-content/themes/nowhere/images/input_bg.jpg') top left; border: 1px dotted #FF0000;}
p	{margin-left:4px; margin-right: 4px;}
label	{color: #FFFFFF;}
.storycontent	{line-height:150%; font-size:14px;}
h3.storytitle a	{font-size:16px;}