/*
Theme Name: Designer Relief
Description: A black color theme with nice wood design sidebar. Released under GPL
Version: 1.0.0
Author: Designer Relief
Author URI: http://designer-relief.com
Tags: black, two-columns, fixed-width
*/

body {
  /* font-size: 62.5%;  Resets 1em to 10px */
  font-size: 75%;
  background: #000 url('images/bg.png') repeat-x;
  margin: 0;
  padding: 0;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  /* font-family: Georgia, Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; */
}

#page {
  width: 908px;
  margin: 0 auto;
  padding-top: 0px;
  color: #A2A6A1;
}

#header {
  background: black url('images/headerWithCharlie.png');
  height: 218px;
  width: 908px;
}

#content {
  width: 908px;  
  margin: 0;
  padding: 0;
  background: black url('images/bgdivcontent.jpg') repeat-y;
  font-size: 1.2em;
  text-align: left;
  overflow: hidden ;
}

#leftcolumn {
  float: left;
  margin: 0;
  padding: 10px 20px;
  width: 635px;
}

#sidebar{
  float: left;
  margin: 0;
  padding: 0 0 0 20px;
  width: 190px;
  text-align: left;
}

#footer {
  background: black url('images/footer.jpg') no-repeat top;
  height: 50px;
  width: 908px;
  padding-top: 22px;
  text-align: center;
  font-size: 11px;
  font-variant: small-caps;
  color: #A2A6A1;
}

/*Sidebar's lists*/
#sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#sidebar ul li ul{
  padding-top: 5px;
}

#sidebar ul li ul li ul{
  padding-top: 0px;
}

#sidebar li {
  margin-left: 10px;
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 15px 0;
  color: #062D40;
  font-variant: small-caps;
}

#sidebar li li{
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 0 25px;
  margin: 0 0 0 10px;
  font-variant: normal;
  list-style: none;
  line-height: 25px;
}

#sidebar li.pagenav li{
  background : url(images/page-icon.png) no-repeat top left;
}

#sidebar li.linkcat li{ 
  background: url(images/blogroll-icon.png) no-repeat top left;
}

#sidebar li.categories li{ 
  background: url(images/category-icon.png) no-repeat top left;
}

#sidebar li.archives li{ 
  background: url(images/archives-icon.png) no-repeat top left;
}

#sidebar li.meta li {
  background: url(images/rss-icon.png) no-repeat top left;
}

#sidebar a {
  font-weight: bold;
  color: #591202;
}

#sidebar a:visited {
  font-weight: bold;
  color: #591202;
}

#sidebar a:hover {
  color: #F7B32F;
}
/*End Sidebar's lists*/

/*Form Elements*/
textarea, select, input {
  background: #030303 url('images/bg-form-comments.png') repeat-x;
  border: 1px solid #b28a4d; 
  font-family: Georgia, Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  color: #A2A6A1;
  padding: 5px;
}

input.checkbox {
  background: none;
  border: 0;
}

input.radio {
  background: none;
  border: 0;
}
/*End Form Elements*/

/*Search*/

#searchform {
  margin: 0;
  padding: 0;
}

.searchf{
  margin: 0 0 0 5px;
  padding: 0;
  background: url(images/search.jpg) no-repeat left top;
  text-align: left;
}

.searchfield{
  color: #000000;
  margin: 0 0 0 10px;
  padding: 5px 5px 5px 5px;
  width: 105px;
  height: 20px;
  background: none;
  border: 0;
  font-size: 12px;
}

.searchbutton{
  background: none;
  border: 0;
  width: 30px;
  height: 40px;
  cursor: pointer;
}
/*End Search*/

#footer a {
  font-family: Arial;
}

a {
  color: #A2A6A1;  
}

a img {
  border: none;
}

a:visited {
  color: #A2A6A1;
}

a:hover {
  color: #F7B32F;
}

.blog_name {
  margin: 0;
  text-align: center;
  padding: 35px 0 0 30px;  
  font-variant: small-caps;
}

.blog_name a {
  text-decoration: none;
  font-size: 30px;
}

.blog_description {
  font-size: 15px;
  text-align: center;
  padding-left: 30px;
}

.post {
  padding : 0 0 40px 0;
}

h2.page-title {
  font-variant: small-caps;
}

.post-date {
  background: url(images/calendar-icon.png) left;
  font-family: Arial;
  font-variant: small-caps;
  font-weight: bold;
  color: #000000;
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
  width: 48px;
  height: 38px;
  float: left;
}

.post-day {
  padding-top: 1px;
  font-size: 16px;
  font-weight: bold;
}

.post-title {
  float: left;
  padding-left: 10px;
}

.post-author {
  background: url(images/author-icon.png) no-repeat bottom left;
  padding: 10px 10px 0 25px;
  line-height: 25px;
}

.post-category {
  background: url(images/category-meta-icon.png) no-repeat left;
  padding: 10px 0 0 30px;
  line-height: 30px;
}

.post-edit-link{
  background: url(images/edit-icon.png) no-repeat bottom left;
  padding: 10px 0 0 25px;
  line-height: 30px;
}

.post-tags{
  background: url(images/tag-icon.png) no-repeat left;
  padding: 10px 0 0 30px;
  line-height: 30px;
}

.post-comments{
  float: right;
  background: url(images/comments-icon.png) no-repeat bottom left;
  padding: 10px 0 0 25px;
}

.meta-link-post a{
  color: #F7B32F;
  font-variant: small-caps;
}

.meta-link-post a:visited{
  color: #F7B32F;
}

.meta-link-post a:hover{
  color: #a87c31;
}

.meta-entry {
  background: #0A0001;
  padding: 0 10px 20px 10px;
  border-bottom: 1px dashed #a87c31;
}

.entry {
  margin: 0;
  padding-top: 1px;
  clear: both;
}

h2.entry-title {
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.entry-title a {
  text-decoration: none;
}

acronym, abbr {
  border-bottom: 1px dashed #a87c31;
}

blockquote {
  border-left: 5px solid #a87c31;
  padding-left: 5px;
  font-style: italic;
}

legend {
  color: #f3a61a;
  padding: 5px;
}

fieldset{
  padding: 5px;
  border: 1px solid #a87c31;
}

p img {
  padding: 0;
  max-width: 100%;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/*Tables*/
#leftcolumn table { 
  border: 0;
}

#leftcolumn td { 
  border: 1px solid #a87c31; 
  padding: 10px; 
}

#leftcolumn th {
  background: #733702; 
  border: 1px solid #a87c31; 
  padding: 10px; 
}
/*End tables*/
  
/*Comments*/
#commentform textarea {
  width: 100%;
}

li.comment {
  list-style-type: none;
  margin: 35px 0;
}

.avatar {
  float: right;
  margin-right: 25px;
  margin-top: 10px;
  border: 1px dotted #a87c31;
  padding: 2px;
}

.alt {
  background: #0A0001 url('images/bg-form-comments.png') repeat-x;
  border-top: 1px dotted #a87c31;
  border-bottom: 1px dotted #a87c31;
}
/*End comments*/

/*Calendar*/
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 125px;
}

#wp-calendar th {
  background: #222; 
  border: 1px solid #a87c31; 
  padding: 5px; 
  text-align: center;
}

#wp-calendar caption {
  text-align: center;
  width: 100%;
  color: #f3a61a;
}

#wp-calendar td {
  padding: 2px;
  color: #f3a61a;
  text-align: center;
}
/* End calendar*/

/* Captions & aligment */
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #a87c31;
  text-align: center;
  background-color: #10050B;
  padding-top: 4px;
  margin: 10px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
/* End captions & aligment */



