/* minified reset from Yahoo */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

html {
  background: #000000 url('images/html_bg_1600x648.jpg') no-repeat 50% 0;
  background-attachment: fixed;
}

body {
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  font-size: 13px;
  padding-bottom: 130px;
  color: #604C3D; 
  background: url('images/body_bg_959x234.jpg') no-repeat 50% 100%;
}

#main {
  width: 908px;
  margin: 0 auto;
  overflow: auto;
}

#primary-content {
  width: 648px;
  float: left;
  padding: 20px 0 20px 30px; 
  background: #000;
  border: 1px solid #400;
}

#secondary-content {
  width: 197px;
  position: relative;
  float: left;
  margin: 80px 0 0;
  padding: 20px 15px;
  font-family: Verdana, Arial, Tahoma, Helvetica, Geneva, sans-serif;
  font-size: 11px;
  border: 1px solid #1C0000;
  border-left: 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
  margin: 0 0 7px 0;
}

h3 {
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  font-size: 24px;
}

a {
  color: #7E4400;
  text-decoration: none;
}

a:hover {
  color: #F68E13;
}

p {
  margin-bottom: 20px;
}

select {
  height: 19px;
  color: #7E4400;
  background: #2F0000;
  border: 0;
}

input {
  height: 20px;
  color: #604C3D;
  background: #000;
  border: 1px solid #2F0000;
}

textarea {
  color: #604C3D;
  background: #000;
  border: 1px solid #2F0000;
}

/* header styles start */

#header {
  padding: 10px 0 20px 0;
}

#logo {
  width: 558px;
  height: 219px;
  margin: 0 0 0 150px;
  text-indent: -9999px;
  background: url('images/logo_558x219.jpg') no-repeat;
}
/* header styles end */

/* entry styles start */
.entry-content {
  padding: 5px 0 10px 0;
}

.entry-content img {
  margin-left: -15px;
}

.entry-content p {
  padding-right: 95px;
}

.entry-date, .entry-category, .entry-tags {
  margin-bottom: 5px;
  font-family: Verdana, Arial, Tahoma, Helvetica, Geneva, sans-serif;
  font-size: 12px;
}

.entry-comments {
  font-size: 18px;
}

/* entry styles end */

/* sidebar styles start */
#sidebar-background {
  position: absolute;
  width: 227px;
  height: 100%;
  margin: -20px -15px;
  background: #000;
  z-index:-1;
  opacity: 0.5;
  filter:alpha(opacity=50);
}

#about {
  font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
  font-size: 12px;
}

#about h3 {
  height: 22px;
  margin-bottom: 5px;
  text-indent: -9999px;
  background: url('images/about_sidebar_title_61x22.gif') no-repeat;
}

#facebook-link, #twitter-link {
  display: block;
  width: 199px;
  height: 52px;
  margin: 0 auto 8px;
  text-indent: -9999px;
  background: url('images/facebook_badge_static_199x52.png') no-repeat;
}

#facebook-link:hover {
  background: url('images/facebook_badge_hover_199x52.png') no-repeat;
}

#twitter-link {
  background: url('images/twitter_badge_static_199x52.png') no-repeat;
}

#twitter-link:hover {
  background: url('images/twitter_badge_hover_199x52.png') no-repeat;
}

#secondary-content a {
  color: #662B12;
}

#secondary-content a:hover {
  color: #F68E13;
}

.widget {
  margin-bottom: 20px;
}

.widget li {
  margin: 0 0 1px;
  padding-left: 5px;
  list-style: inside url('images/list_marker_5x5.gif')
}

.widget select, .widget input {
  width: 145px;
}

#linkcat-3 h2, #archives-3 h2, #categories-3 h2, #linkcat-2 h2, #search-3 h2 {
  height: 22px;
  margin-bottom: 6px;
  text-indent: -9999px;
  background: url('images/more_lost_rites_sidebar_title_136x22.gif') no-repeat;
}

#archives-3 h2 {
  background-image: url('images/archive_sidebar_title_74x22.gif');
}

#categories-3 h2 {
  height: 25px;
  margin-bottom: 3px;
  background-image: url('images/categories_sidebar_title_93x25.gif');
}

#linkcat-2 h2 {
  height: 25px;
  margin-bottom: 3px;
  background-image: url('images/blogroll_sidebar_title_72x25.gif');
}

#search-3 h2 {
  background-image: url('images/search_sidebar_title_60x22.gif');
}

#s {
  float: left;
  margin-right: 5px;
}

#searchsubmit { 
  float: left;
  width: 25px;
  height: 20px;
}
/* sidebar styles end */

/* comments styles start */
#comments {
  margin: 30px 0;
}

#respond h3 {
  margin-bottom: 20px;
}

img.avatar {
  float: left;
  padding: 0 10px 0 0;
}

#submit {
  height: 24px;
  padding: 0 10px;
  line-height: 24px;
}
/* comments styles end */