/*
  -------------------------------------
  Desert Drifter CSS
  Copyright 2007 March 4 Web Solutions
  Website: www.desertdrifter.net
  -------------------------------------
*/

/*
  -------------------------------------
  Main elements
  -------------------------------------
*/

html,
body {
  margin: 0;
  padding: 0;
}

body {
  margin: 0 0 20px 0;
  background: url('../images/bg.jpg');
  font-family: Georgia, Palatino Linotype, serif;
  font-size: 12px;
  color: #56545e;
}

img {
  border: 0;
}


/*
  -------------------------------------
  Positioning elements
  -------------------------------------
*/

#block_1 {
  float: left;
  width: 674px;
  min-height: 500px;
  background: #e8e5db url('../images/dd_paperbg2.jpg') repeat-y;
  margin-left: 70px;
}

/* IE7 */
>body #block_1 {
  height: 500px;
}

* html #block_1 {
  display: inline;
}

#block_2 {
  float: left;
  width: 70px;
  background: url('../images/dd_paperbg1.png') repeat-y;
  margin-left: -744px;
}

#block_3 {
  float: left;
  width: 75px;
  background: url('../images/dd_paperbg3.png') repeat-y;
  }

/* Start Mac IE5 filter \*/
#block_1, #block_2, #block_3 {
  padding-bottom: 32767px !important;
  margin-bottom: -32767px !important;
}

@media all and (min-width: 0px) {
  #block_1, #block_2, #block_3 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important; 
  }
  #block_1:before, #block_2:before, #block_3:before
    {
    content: '[DO NOT LEAVE IT IS NOT REAL]';
    display: block;
    background: inherit;
    padding-top: 32767px !important;
    margin-bottom: -32767px !important;
    height: 0;
  }
}
/* End Mac IE5 filter */

.verticalalign {
  position: absolute;
  bottom: 0;
}
#block_1 .verticalalign {
  width: 674px;
}

#block_2 .verticalalign {
  width: 70px;
}

#block_3 .verticalalign {
  width: 75px;
}

@media all and (min-width: 0px) {
  .verticalalign {
    width: 100% !important;
  }

  div[id^="wrapper"] #block_1 .verticalalign {
    width: 34% !important;
  }

  div[id^="wrapper"] #block_2 .verticalalign {
    width: 33% !important;
  }

  div[id^="wrapper"] #block_3 .verticalalign {
    width: 33% !important;
    }
  }

* html .verticalalign {
  width: 100% !important;
}

.verticalalign p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: #996666;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
#wrapper {
  float: left;
  float/**/: none;
}

/* easy clearing */
#wrapper:after {
  content: '[DO NOT LEAVE IT IS NOT REAL]'; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
#wrapper {
  display: inline-block;
}

/*\*/
#wrapper {
  display: block;
}
/* end easy clearing */
#footer {
  width: 977px;
  height: 93px;
  margin: 0 auto;
  clear: both;
}

* > #footer, * > form, * > #notes, * > .output {
  position: relative;
  z-index: 1000;
}
  
/*
  -------------------------------------
  Various elements
  -------------------------------------
*/

#topflash {
  position: relative;
  width: 980px;
  height: 381px;
}

#seb {
  position: absolute;
  top: 324px;
  left: 746px;
  z-index: 3;
}

#sebtxt {
  position: absolute;
  top: 344px;
  left: 332px;
  z-index: 2;
}

#menu {
  margin: 0;
  float: left;
  width: 115px;
}

#menu img {
  margin-bottom: 4px;
}

#menu ul,
#menu ul li {
  margin: 0;
  padding: 0;
}

#menu ul {
  margin-bottom: 10px;
}

#menu ul li {
  list-style-type: none;
  height: 1.5em;
  font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
}

#maintxt {
  float: right;
  width: 533px;
  margin-bottom: 15px;
}

/*
  -------------------------------------
  Entries
  -------------------------------------
*/

.entry {
  clear: both;
  margin: 0;
  padding: 30px 0 0 0;
}

.entry .title{
  font-size: 150%;
  font-weight: bold;
}

.entry .title a:link,
.entry .title a:visited {
  color: #903131;
  text-decoration: none;
}

.entry .title a:hover,
.entry .title a:active {
  text-decoration: underline;
}

.entry .date {
  line-height: 140%;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 95%;
  font-weight: bold;
  color: #686868;
}

.entry .category {
  display: block;
  margin: 4px 0 8px 0;
  font-size: 95%;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
}

.entry .category img {
  margin-right: 4px;
}

.entry .category a:link,
.entry .category a:visited {
  color: #903131;
  text-decoration: none;
}

.entry .category a:hover,
.entry .category a:active {
  text-decoration: underline;
}

.entry p {
  line-height: 150%;
  margin: 0 0 10px 0;
  padding: 0;
}

.entry .comments {
  float: right;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 95%;
}

#menu ul li a:link,
#menu ul li a:visited,
.entry p a:link,
.entry p a:visited,
.entry .comments a:link,
.entry .comments a:visited,
#comments-list a:link,
#comments-list a:visited,
#search-results a:link,
#search-results a:visited,
#pagination a:link,
#pagination a:visited,
.comments-form a:link,
.comments-form a:visited  {
  font-weight: bold;
  color: #903131;
  text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:active,
.entry p a:hover,
.entry p a:active,
.entry .comments a:hover,
.entry .comments a:active,
#comments-list a:hover,
#comments-list a:active,
#search-results a:hover,
#search-results a:active,
#pagination a:hover,
#pagination a:active,
.comments-form a:hover,
.comments-form a:active {
  text-decoration: underline;
}

#comments-list {
  width: 93%;
  margin: 0 auto;
}

#comments-list .comment {
  clear: both;
  font-family: Trebuchet MS, Tahoma, Verdana, sans-serif;
  color: #333;
  padding-top: 20px;
  padding-bottom: 30px;
}

#comments-list .comment .number {
  float: left;
  width: 2%;
  text-align: right;
}

#comments-list .comment .contents {
  float: right;
  width: 96%;
  padding: 0 0 0 1%;
}

#comments-list .comment .contents:hover {
  border-left: 2px solid #999;
  cursor: default;
}

#comments-list .comment .contents .author {
  font-size: 110%;
  display: block;
}

#comments-list .comment .contents .date {
  line-height: 140%;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 95%;
  font-weight: bold;
  color: #686868;
  display: block;
}

#comments-list .comment .contents .text {
  display: block;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #999;
}

#blog-search {
  margin: 0;
  padding: 0;
}

#blog-search #search-term {
  font-size: 95%;
  width: 80px;
  height: 14px;
  border: 1px solid #999;
  background: #efede5;
  margin-bottom: 2px;
}

/* Opera fix */

@media all and (min-width: 0px) {
  #blog-search #search-term {
    margin: 0;
  }
}

#blog-search #search-term:hover {
  background: transparent;
}

#blog-search #search-submit {
  background: url('../images/dd_paperbg2.jpg');
  background-color: #e8e5e0;
  color: #444;
  height: 19px;
  width: 25px;
  margin-bottom: 1px !important;
  font-size: 85%;
  border: 1px solid #999;
}

#blog-search #search-submit:hover {
  background: transparent;
}

#pagination {
  padding-top: 10px;
  font-family: Verdana, Tahoma, sans-serif;
  width: 100%;
  text-align: center;
  clear: both;
  line-height: 160%;
}

/*
  -------------------------------------
  Comments
  -------------------------------------
*/

.comments-form {
  font: 100% Verdana;
  clear: both;
  width: 90%;
  margin: 0 auto !important;
}

.comments-form label {
  cursor: pointer;
  width: 100px;
  text-align: right;
  display: block;
  clear: left;
  font-family: Georgia, Palatino Linotype, serif;
  padding-top: 0.75em;
}

.comments-form textarea {
  overflow: scroll;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow:-moz-scrollbars-vertical;
}

.comments-form fieldset fieldset,
.comments-form textarea,
.comments-form input,
.comments-form select {
  margin-left: 110px;
  vertical-align: middle;
  font: 100% Trebuchet MS, Verdana, Tahoma, sans-serif;
  border: 1px solid #999;
  background-color: transparent;
  color: black;
}

.comments-form textarea,
.comments-form input,
.comments-form select {
  margin-top: -1.5em;
  float: left;
}

.comments-form fieldset {
  padding-bottom: 1em;
  clear: left;
  border: 1px solid #999;
  margin: 5px 0 20px 0;
}

.comments-form legend {
  font-weight: bold;
  padding: 5px;
  text-align: right;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

.comments-form fieldset fieldset input {
  margin: 0;
  height: 1.25em;
  display: block;
  float: none;
}

.comments-form fieldset fieldset label {
  margin: -1.17em 0 0 2em;
  width: 0;
  display: inline;
  float: left;
}

.buttonFieldset {
  float: right;
  border: 0; padding: 0.17em;
}

.inputInline {
  margin: -1em 0 0 0;
}

.captcha p {
  text-align: right;
  margin: 0;
  padding-bottom: 10px;
  margin-right: 5px !important;
  height: 1em;
  font-weight: bold;
}

.captcha div {
  float: right;
  padding-right: 5px;
}

.captcha div div {
  display: block;
  float: left;
  width: 280px;
  margin-left: 10px;
}

.captcha div div #ajax-captcha {
  float: none;
  clear: both;
  padding: 0;
  margin-top: -3px;
}

.captcha div input {
  float: right;
  margin: 0;
  padding: 0;
}

.comments-form input:hover,
.comments-form textarea:hover {
  border: 1px solid #555;
}

.comments-button {
  font-family: Trebuchet MS;
  background-color: #882a2a !important;
  color: #ddd !important;
  height: 1.8em !important;
  line-height: 1.2em !important;
  clear: both;
  float: right !important;
}

.comments-button:hover {
  outline: none;
  border: 1px inset #bbb !important;
}

.comments-form .note {
  float: left;
  margin-top: -1.3em !important;
  margin-left: 1em;
  font-style: italic;
  font-size: 93%;
  color: #888;
}

#ajax-comment {
  clear: right;
  float: right;
  margin: 5px 0 -5px 0;
}

#captcha-info {
  width: 175px;
  height: 205px;
  position: absolute;
  left: -185px;
  bottom: -25px;
  border: 1px solid black;
  background: transparent;
}

#captcha-info p {
  margin: 0;
  padding: 3px;
}

#captcha-info p.header {
  background: #903131;
  color: white;
}


#captcha-info p.header a:link,
#captcha-info p.header a:visited {
  color: white;
  text-decoration: underline;
}

#captcha-info p.header a:hover,
#captcha-info p.header a:active {
  color: #ddd;
  text-decoration: none;
}

/*
  -------------------------------------
  Search
  -------------------------------------
*/

#search-results {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 160%;
}

#search-results li {
  list-style-type: circle;
  margin: 6px 0 6px 0;
}
