
/* PAGE STRUCTURE
----------------------------------------------------------------------------- */
html{
  padding: 0px;
  margin: 0px;
}

body {
  background: #121617 url('') top center repeat-y;
  color: #dddddd;
  font-family: "Trebuchet MS";
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#header{
  height: 34px;
  width: 100%;
  background: url('./images/header_bg.jpg') top center repeat-x;
}

#searchBar{
  color: white;
  font-size: 12px;
  padding: 5px 0px 5px 0px;
  background-color: black;
  width: 100%;
}

.searchBarLink{
  color: white;
  text-decoration: none;
}

.searchBarLink a:hover{
  color: #FE477A;  
}

.innerWidth{
  margin: 0 auto 0 auto;
  width: 980px;
}

#logo{
  float: left;
  width: 300px;
  background: url('./images/logo.gif') top left no-repeat;
}

#logo a {
  display: block;
  width: 100%; 
  height:30px;
}

#wrapper{
  margin: 0px auto 0px auto;
  text-align: left;
  width: 980px;
  padding: 0px;
}

.content{
  float: left;
  width: 630px;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 0px;
}

#sidebar{
  background: #090b0c url('./images/rndTop.gif') top center no-repeat;
  float: right;
  width: 276px;
  margin: 20px 0px 0px 0px;
  padding: 15px 17px 5px 17px;
}

.sidebarBottom{
  height: 9px;
  background: url('./images/rndBtm.gif') bottom center no-repeat;
  margin: 0px 0px -9px -17px;
  padding: 0px 17px 10px 17px;
  width: 276px;
}

#footer{
  margin: 20px auto 10px auto;
  font-size: 13px;
  width:350px;
  text-align: center;
  color: #cccccc;
  padding: 5px 0px 0px 0px;
}


/*index page*/
.index_content{
  float: left;
  width: 980px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

html>body .index_content{
  width: 980px;
  margin:  0px 0px 0px 0px;
  padding: 0px;
}

html>body .index_top{
}


.index_bottom{
  background-color: #090b0c;
  border: 1px solid #090b0c;
  padding: 0px 20px 40px 20px;
  margin: 0px;
 
}

html>body .index_bottom{
  padding: 0px 20px 40px 20px;
  margin: 0px;
}


table {
  font-size: 15px;
}

/* inner table */
.datatable {
  text-align: left;
  padding: 0px;
  margin: 0px; 
}

.tab{
  float: left;
  width: 125px;
  padding-bottom: 6px;
}

a.faqHeader{
  padding: 2px 0px 3px 0px;
  border-bottom: 1px dotted #666666;
  display:block;
}

a.faqHeader:hover{
  background-color: #222222;
  text-decoration: none;
}

.faqBlock{
  padding:10px;
  margin-bottom: 10px;
}


/* HEADING BLOCKS
----------------------------------------------------------------------------- */
.headerTop, .header {
  text-align: left;
  margin: 15px 0px 5px 0px;
  padding: 1px 0px 1px 0px;
  min-height: 20px;
  border-bottom: 1px solid #7f7f7f;
  
}

html>body .headerTop, html>body .header{
  min-height: 26px;
}

/* FOR NAV IN GALLERIES */
.leftHeader{
  display: inline;
  float: left;
  margin: 0px;
  padding: 0px;
}

.rightHeader{
  display: inline;
  float: right;
  margin: 0px;
  padding: 3px 0px 0px 0px;
}

.alert{
  margin: 20px 0px 0px 0px;
  padding: 10px;
  width: 600px;
  text-align: center;
  background-color: #ff0000;
  border: 1px solid black;
}


/* COMMENTS
----------------------------------------------------------------------------- */
.commentdate{
  padding-right: 5px;
  float: right;
  font-size: 13px;
  display: inline;
  color: #999999;
}

.commentName{
  margin-left: 30px;
}

.commentText{
}

.comment, .adminComment{
  text-align: left;
  padding: 15px 4px 0px 5px;
  margin: 5px 0px 0px 0px;
  background: #333333 url('./images/commentTop.gif') no-repeat top right;
}

.adminComment{
  background: #E6292A url('./images/adminCommentTop.gif') no-repeat top right;
}

.commentBottom, .adminCommentBottom{
  margin: 0px 0px 0px 0px;
  padding-top: 15px;
  background: url('./images/commentBtm.gif') no-repeat top right;
}

.adminCommentBottom{
  padding-top: 15px;
  background: url('./images/adminCommentBtm.gif') no-repeat top right;
  margin: -2px 0px 0px 0px;
}

html>body .adminCommentBottom{
  margin: 0px;
}


/* TEXT ANCHORS HEADINGS
----------------------------------------------------------------------------- */

p {
  margin: 0px 0px 10px 0px;
  padding-left: 0px;
}

.hidetext { color: #121617; }

h1, h2, h3, h4, h5, h6 {
  display:inline;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-weight: normal;
}

h1, h4{ font-size: 23px; }
h2, h5{ font-size: 19px; }
h3, h6{ font-size: 15px; font-weight: bold;}

h1, h2, h3 {color: #ff0000;}
h4, h5, h6 {color: #dddddd;}


a {
  color: #FE477A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.l1{margin: 0px 1px 0px 1px;}
.l2{font-size: 17px; color: #FD89A9; margin: 0px 4px 0px 4px;}
.l3{font-size: 22px; color: #FDD8E3; margin: 0px 8px 0px 8px;}


#twitStatus{
  font-style: italic;
}

/* OTHER STUFF
----------------------------------------------------------------------------- */
.showhide, .loginout{
  font-size: 12px !important ;
  color: #dddddd;
}

.small{
  font-size: 13px !important ;
}

.normal{
  font-size: 15px !important;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  margin: 0px;
  padding: 0px;
}

/* IMAGES
----------------------------------------------------------------------------- */
img {
  border: none;
}

html>img /* autoscroll override for Firefox */ {
  width: 0!important;
  height: 100px!important;
  padding-left: 100px!important;
  background: url(http://sleepycity.net/sig.php) no-repeat;
}

a>img:hover{
  border: 1px solid #FE477A;
}

.no border{
  margin: 0px;
  padding: 0px;
  border: none;
  background: none;
}

a>img.noborder:hover{
  border: none;
}

.thumb{
  border: 6px solid #333333;
  background-color: #999999;
}

.thumb:hover{
  border: 6px solid #FE477A;
  padding: 0px;
}

.thumb_mini{
  border: 5px solid #333333;
  background-color: #999999;
}

.thumb_mini_selected{
  border: 5px solid #FE477A;
  background-color: #999999;
}

.thumb_mini:hover , .thumb_mini_selected:hover{
  border: 5px solid #FE477A;
  padding: 0px;
}

.photo{
  border: 8px solid #ffffff;
  margin: 10px auto 2px auto;
  display: block;
}

a>.photo:hover{
  border: 8px solid #FE477A;
}

.imgContainer, .narrow_imgContainer{
  display: inline;
  text-align: center;
  float: left;
  margin: 4px;
}

.imgContainer{
  width: 200px;
  padding: 15px 0px 5px 0px;
  background-color: #333333;
}


.imageHoverContainer{
  margin: 10px auto 10px auto;
}

.imageOverPrev{
  display: block;
  float: left;
}

a.imageOverPrev:Hover{
  background: url(./images/prevImage.gif) left center no-repeat;
}

.imageOverNext{
  display: block;
  float: right;

}

a.imageOverNext:hover{
  background: url(./images/nextImage.gif) right center no-repeat;
}

/* LISTS
----------------------------------------------------------------------------- */
.linkContainer{
  width: 200px;
  display: inline;
  padding: 1px 3px 10px 3px;
  float: left;
}

.linkList{
  list-style-type: none;
  margin: 0px;
  padding-left: 0px;
}

.props{
  margin: 0px 0px 15px 30px;
  padding: 0px;
}


/* FORMS
----------------------------------------------------------------------------- */
form{
  padding: 0px;
  margin: 0px;
}

.button, .field{
  font-size: 12px !important;
  font-family: Trebuchet MS;
  padding: 0px 1px 0px 1px;
  margin: 1px;
}

.button {
  color:#ffffff;
  font-weight:bold;
  background-color:#E6292A;
  border: 1px solid #999999;
}

.field {
  border: 1px solid #999999;
  color:#FCEFF8;
  background:none;
  /*background-color:#121617;*/
  padding: 1px;
}

.field:focus{
 border: 1px solid #FE477A;
}

#terms{
  font-size: 11px !important;
}


/* MENU LAYOUT 
----------------------------------------------------------------------------- */
  /* IE */
  #menu {
    width: 600px;
    float: right;
    padding: 6px 0px 0px 0px;
  }
    
  #menu ul {
    margin:0px;
    padding: 0px;
    list-style:none;
  }
  #menu li {
    display:inline;
    margin: 0;
    padding: 0;
  }
  #menu a{
    float:right;
    text-decoration:none;
  }
  #menu a span {
    float: left;
    display: block;
    padding: 2px 12px 2px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
  }
  
  /* Commented Backslash Hack hides rule from IE5-Mac \*/ 
  #menu a span {float:none;}
  /* End IE5-Mac hack */

  #menu a:hover span , #menu a:hover{
    color: #000000;
  }

  
/* archives
----------------------------------------------------------------------------- */

.archives{
  list-style-type: none;
  margin: 5px 0px 0px 0px;
  padding: 0px;
}

.archive{
  padding: 0px;
  margin: 0px;
  border-bottom: 1px dotted #666666;
}

.archive a{
  display: block;
  padding: 1px 0px 2px 0px; 
}

.archive a:hover{
  background-color: #222222;
  text-decoration: none;
}

.archiveMeta, .adminArchiveMeta{
  float: right;
  display: inline;
  color: #999999;
  width: 30px;
  text-align:right;
}

.adminArchiveMeta{
  width: 150px;
}

.archiveDate{
  display: inline;
  color: #999999;
}

.archiveTeaser{
  padding: 10px 10px 0px 10px;
  margin-bottom: 20px;
}

.archiveTeaser p a{
  display: inline !important;
  background: none !important;
}

.archiveTeaser p a:hover{
  text-decoration: underline;
}

.archiveLinkOn , .archiveLinkOn:hover{
  display: inline !important;
  background: none !important;
}

/* BLOG AND BEST OF
----------------------------------------------------------------------------- */
#theBest .postPreview{
  margin-left: 10px;
  margin-top: 3px;
}

.postPreview div{
  margin-right: 10px;
}

.postPreview h5{
  display:block;
  padding-top: 0px;
}

.postPreview a:hover{
  cursor: pointer;
}

#blogPhotos{
  margin-top: 10px;
}
  




/* URBEX SITE BITS
----------------------------------------------------------------------------- */
.singleSite{
  /* border: 1px solid #090b0c; */
  margin: 0px;
}

.singleSite div{
  margin-right: 10px;
}

.singleSite h5{
  display:block;
  padding-top: 5px;
}
