/*  
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, ul {
  list-style: none;
  line-height: 200%;
}
#location_1 p { line-height: 130% }
ol li { margin-bottom: 10px; }

blockquote {
  padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
  line-height: normal;
  font-style: italic;
}

a {
  color: #449;
  text-decoration: underline;
}

a:hover {
  color: #900;
}

hr {
  display: none;
}

/* Header */

#header {
  width: 800px;
  height: 200px;
  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: #449;
  font-size: 32px;
  top: 40px;
  left: 345px;
  position: absolute;
}
#header #site_subheading {
  top: 90px;
  left: 400px;
  font-size: 15px;
  color: #007;
  position: absolute;
}
#header a {
  text-decoration: none;
  color: #449;
}
#header img {
  position: absolute;
  left: 230px;
}

/* Navigation */

#primary_navigation {
  position: absolute;
  left: 25px; 
  top: 10px;
  width: 210px;
  font-size: 13px;
  color: #fff;
}
#primary_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#primary_navigation li {
  margin: 0 3px;
  padding: 2px;
  list-style: none;
  background: none;
}
#primary_navigation a {
  color: #FFF;
  display: block;
  padding: 2px 10px;
  text-decoration: none;
}
#primary_navigation a:hover {
  color: #444;
  background-color: #eee;
  text-decoration: none;
}
#primary_navigation .active a {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

/* 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;
  margin-top: 50px;
  color: #999;
}
#location_1 .component {
  margin-bottom: 40px;
  padding: 5px 15px;
}
#location_1 ul {
  padding-left: 8px;
}
#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: #555;
  text-transform: uppercase;
}
#footer #copyright, #footer #powered_by {
  margin: 5px auto;
}
#footer a {
  color: #777;
}

/* 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; }