/*
Skin Name: Three-Column Minimalist R
Skin URI: http://www.plaintxt.org/
Description: Minimalist style with two sidebars on the right.
Author: Scott Allan Wallick
Author URI: http://www.plaintxt.org/
Version: 1.0
Global Navigation: N
*/
@import url('../style.css');

body {
	background: #000;
}

#horizon {
	background-color: transparent;
	position: absolute;
	left: 0px;
	width: 99%;
	/width: 100%;
	text-align: center;
	min-width: 800px; 
	//height: 100%;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 20px;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	min-height: 670px;
	/height: 670px;
	margin: 0px auto;
	background: url('../../../../images/blackBack.jpg') top left no-repeat #000;
	/*border: 1px solid #000;*/
}

#logo {
	position: relative;
	left: 5px;
	top: 10px;
}

div#container {
	float: left;
	width: 522px;
}

div#content_wrapper {
	width: 522px;
	padding: 0px;
	margin-top: 210px;
	margin-left: 30px;
}


div#content {
	/*width: 522px;*/
	width: 492px;
	padding: 15px;
	background: #FFF;
	padding-top: 1px;
	margin: 0px;
	/margin-bottom: -8px;
}

div.sidebar {
	position: absolute;
	left: 565px;
	width: 231px;
	padding: 0px;
	padding-top: 1px;
	top: 10px;
	z-index: 20;
	/*font-family: arial, helvetica;*/
}

#white_line {
	position: relative;
	top: 0px;
	left: 0px;
	width: 231px;
	height: 200px;
	background: url('../../../../images/sidebar_back.gif') top left no-repeat;
}

div.sidebar #white_line #about_blogblog {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 201px;
}

div.sidebar #sidebar_inner {
	margin-left: 15px;
}

div.sidebar div, div.sidebar p, div.sidebar a, div.sidebar li {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
}

div.sidebar a {
	color: #FFF;
}

div.sidebar h2, div.sidebar h3 {
	border-bottom: 1px solid #8CC63F;
	margin-bottom: 3px;
	font-family: Georiga ! important;
}

div#footer {
	clear: left;
	width: 100%;
	padding-bottom: 10px;
	color: #FFF;
	font-size: 9pt;
	font-family: arial, helvetica, sans-serif;
}

div#footer  a {
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}


/* FONT STUFF */
a, a img {
	text-decoration: none;
	color: #8CC63F;
	border: 0px;
}

/* SEARCH FORM  */
#searchform {
	position: relative;
	top: 10px;
}

#searchform #s{
	width: 144px;
}

#searchform #search_holder {
	width: 162px;
	margin-left: 40px;
}	

div.nav-previous, div.nav-next {
	background: #FFF;
	font-family: arial, helvetica;
	font-size: 9pt;
}

#google_search {
	margin-top: 0px;
	right: 10px;
	float: right;
	z-index: 30;
}