/*
Theme Name: Fairly Empty 2 - Wordpress Theme
Theme URI: http://www.beevalue.com/
Description: Fairly Empty 2 is designed by Beevalue.com.
Version: 1.0
Author: Beevalue.com
Author URI: http://www.beevalue.com/
Tags: one columns, widgets, fixed width, custom header, valid XHTML, valid CSS, widgets
*/

/* Begin Layout */
body {
  text-align: center;
  font-family: Tahoma, Sans, Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: url('images/background.png') repeat;
  color: #171710;
}

#wrapper {
  border: 0px solid;
  width: 691px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  text-align: left;
}

#header {
  border: 0px solid;
  width: 691px;
  height: 197px;
  background: url('images/header.png') no-repeat;
}
#header_text {
  padding: 70px 0px 0px 40px;
}
#header_text h1 {
  border: 0px solid;
  margin: 0px;
  font-size: 27px;
  color: #fafbe9;
}
#header_text h1 a:link, #header_text h1 a:visited, #header_text h1 a:active, #header_text h1 a:hover {
  color: #fafbe9;
  text-decoration: none;
}
#description {
  font-size: 12px;
  margin: 0px;
  color: #fafbe9;
}

#main_body {
  border: 0px solid;
  width: 691px;
  background: url('images/main_body.png') repeat-y;
  clear:both;
  float:left;
  min-height: 100px;
}
#body_separator {
  border: 0px solid;
  width: 691px;
  background: url('images/body_separator.png') repeat-y;
  clear:both;
  float:left;
  height: 34px;
}

#content_wrap {
  border: 0px solid;
  float: left;
  margin: 0px 30px 0px 30px;
  display: inline;
}

#content_wrap  img {
  border: 1px solid #323122;
  padding: 3px;
}

#description {
  font-size: 12px;
  margin: 0px;
  color: #fafbe9;
}
h2 {
  font-size: 20px;
  margin: 10px 0px 0px 0px;
}
small {
  font-size: 11px;
}

#sidebar_body {
  border: 0px solid;
  width: 691px;
  background: url('images/sidebar.png') repeat-y;
  clear:both;
  float:left;
}
#sidebar_wrap_right{
  border: 0px solid;
  width: 310px;
  float: left;
  margin-right: 0px;
  margin-left: 10px;
  display: inline;
}
#sidebar_wrap_left{
  border: 0px solid;
  width: 310px;
  float: left;
  margin-left: 30px;
  display: inline;
}

#footer {
  border: 0px solid;
  width: 691px;
  height: 64px;
  background: url('images/footer.png') no-repeat;
  clear: both;
}
#footer p {
  font-size: 10px;
  text-align: center;
  padding: 40px 0px 0px 0px;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}
 
/* End Begin Layout */


/* Typography */
h1, h2, h3 {
  font-family: Arial, Helvetica, Tahoma, Sans, sans-serif;
	font-weight: bold;
  font-size: 20px;
  color: #323122;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h2 a:active, h2 a:link { 
	text-decoration: none;
  color: #323122;
}

h3, h3 a, h3 a:visited , h3 a:active, h3 a:link{
	text-decoration: none;
  color: #323122;
}

h2 a:hover, h3 a:hover{
	text-decoration: underline;
  color: #323122;
}

.postmetadata {
	clear:both;
	margin-top:10px;
  padding: 10px 0px 10px 0px;
  border: 0px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #e3eaea;
}

img {
  color: #323122;
}

a:link, a:active, a:visited {
  color: #323122;
	text-decoration: none;
}

a:hover{
  color: #323122;
	text-decoration: underline;
}

pre, code {
	font-size: 11px; 
  font-family: 'Courier New', Courier, Fixed;
  margin: 5px 0px 5px 15px;
}
  
/* End of Typography */

/* Sidebars */
.sidebar {
  border: 0px solid;
  width: 300px;
  color: #323122;
  margin-left: 0px;
  padding-left: 0px;
  display: inline;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar ul, .sidebar li {
  border: 0px solid;
  list-style: none;
}

.sidebar ul li a:link, .sidebar ul li a:active, .sidebar ul li a:visited, .sidebar ul li a:hover {
  display: block;
  border-bottom:1px solid #766e48;/**/
  margin: 0px;
  padding: 0px;
  height: 25px;
}

.sidebar ul li{
  display: block;
	padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
	line-height: 25px;
}

.sidebar a:link, .sidebar a:active, .sidebar a:visited {
  color: #323122;
  text-decoration: none;
}
.sidebar a:hover {
  color: #6c6a48; 
  text-decoration: none;
}

.sidebar h2 {
  border: 0px solid;
  margin: 25px 0px 10px 0px;
  padding: 0px;
}

/* End Sidebars */

/* Form */
#search_box {
  border:0px solid;
}
#search_box #s{
  border:1px solid;
}
#search_box #searchsubmit{
  border:1px solid;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #url, #commentform #comment, #commentform #submit {
  border:1px solid;
}
/* End Form */


/* Main menu */
#main_menu {
  border: 0px solid;
  height: 35px;
  margin: 35px 0px 0px 0px;
  background: url('images/main_menu.png') no-repeat;
}

#nav_wrap {
  border:0px solid;
	background: url('images/arrow.png') no-repeat;
	width: 746px;
  height: 28px;
	padding-top: 7px; 
  margin: 0px 0px 0px 20px;
}

#nav_wrap ul {
	list-style-type: none;
	padding: 0px; 
  margin: 0px;
  font-size:12px;
  font-family: Tahoma, Sans, Arial, Helvetica, sans-serif;
}

#nav_wrap ul li{
	border:0px solid;
  display: inline;
	padding: 3px 15px 4px 15px;
	margin: 0px;
  font-weight: bold;
}

#nav_wrap ul li {
  text-decoration: none;
  color: #ffffff;
  margin: 0px;
}

#nav_wrap ul li a, #nav_wrap ul li a:link, #nav_wrap ul li a:active, #nav_wrap ul li a:visited{
  color: #eef4f4;
}

 #nav_wrap ul li a:hover{
  color:#d6dada;
 }
/* end Main menu */

