/*  
Theme Name: Unnamed
Theme URI: http://www.freewpthemes.net/preview/unnamed
Description: Widget ready and tested on WP 2.2+.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

body {
	margin-top: 20px;
	padding: 0;
	background: #1F1F1F;
	font-size: 13px;
	color: #5C5116;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #819CDB;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p {
	margin: 12px auto;
	padding: 0;
	list-style: none;
	line-height: 200%;
}
li { margin: 5px 0px; }
blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #413C20;
}

a:hover {
}

hr {
	display: none;
}

/* Header */

#header {
	width: 800px;
	height: 270px;
	margin: 0 auto;
	background: url(/assets/images/img01.jpg) no-repeat left top;
	position: relative;
}

#header #site_heading, #header #site_subheading {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#header #site_heading {
	color: #FFFFFF;
	font-size: 48px;
	top: 90px;
	left: 35px;
	width: 200px;
	position: absolute;
}
#header #site_subheading {
	top: 143px;
	left: 40px;
	font-size: 13px;
	color: #FFFFFF;
	width: 200px;
	position: absolute;
}
#header a {
	text-decoration: none;
	color: #FFF;
}
#header img {
  position: absolute;
  left: 230px;
}

/* Navigation */

#primary_navigation {
  width: 800px;
  font-size: 11px;
  color: #fff;
  margin: 0px auto;
  text-align: right;
}
#primary_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
	line-height: 200%;
}
#primary_navigation li {
  margin: 0 3px;
  padding: 2px;
  list-style: none;
  background: none;
  display: inline;
}
#primary_navigation a {
  color: #FFF;
  text-decoration: none;
}
#primary_navigation a:hover {
  color: #CCC;
  text-decoration: underline;
}
#primary_navigation .active a {
  text-decoration: underline;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #FFFFFF url(/assets/images/img03.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(/assets/images/img02.jpg) no-repeat left top;
}

#page-bgbtm {
	padding: 20px 30px;
	background: url(/assets/images/img04.jpg) no-repeat left bottom;
}

/* Content */

#location_0 {
	float: right;
	width: 500px;
	padding-top: 10px;
	margin-bottom: 30px;
}
#location_0 h2, #location_0 .blog_post .title {
	margin: 0;
	padding-bottom: 5px;
	font-size: 24px;
	color: #3B3513;
}
#location_0 h2 {
  margin-bottom: 10px;
}
#location_0 h2 span, #location_0 .blog_post .date {
  display: block;
  border-bottom: 1px;
  border-bottom: 1px solid #CCCCCC;
}
#location_0 .blog_post .title a {
	text-decoration: none;
	color: #3B3513;
}
#location_0 .blog_post .date {
  color: #646464;
  font-size: smaller;
  margin-bottom: 10px;
}
#location_0 .blog_post .metadata { margin: 15px auto; }
#location_0 .component, #location_0 .blog_post {
	margin-bottom: 30px;
}

/* Sidebar */

#location_1 {
	float: left;
	width: 200px;
	color: #999;
}
#location_1 .component {
	margin-bottom: 40px;
	padding: 5px 15px;
}
#location_1 ul {
  padding-left: 18px;
}
#location_1 h2 {
	margin: 0;
	font-size: 18px;
	color: #FFF;
}
#location_1 a {
	color: #E5DDAD;
}
#location_1 a:hover {
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: uppercase;
}
#footer #copyright, #footer #powered_by {
  margin: 5px auto;
}
#footer a {
	color: #FFFFFF;
}

/* Line up comments, tags, etc for blog posts */
.category, .tags, .comments { 
  display: inline;
	border-left: 1px dotted #999;
	padding: 0px 10px;
}
.comments { border-left-width: 0px; padding-left: 0px; }
