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

body {
  background: #000000 url('../resources/bg.gif') top left repeat;
  color: #dddddd;
  font-family: "Trebuchet MS";
  font-size: 15px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#searchBar{
  color: white;
  font-size: 12px;
  padding: 2px 0px 2px 0px;
  margin: 0px auto 5px auto;
}

#search{
  float: right;
  margin-right: 10px;
}

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

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

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

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

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

.content{
  float: left;
  width: 680px;
  margin: 5px 0px 0px 0px;
  padding: 0px 15px 0px 15px;
}

#sidebar{
  background: #111111 url('../resources/sidebarBg.jpg') top left no-repeat;
  float: right;
  width: 222px;
  margin: 0px 10px 15px 0px;
  color: #ffffff !important;
  border: 7px solid #161616;
  border-top: none;
}

.sidebarBottom{
  width: 222px;
}

.sidebarChunk{
  margin: 25px 0px 0px 0px;
  padding: 0px 10px 0px 10px;
  /* background:  url('../resources/rndTop.gif') top left no-repeat; */
}

.sidebarChunkBottom{
  height: 9px;
  /* background: url('../resources/rndBtm.gif') bottom center no-repeat; */
  margin: 0px 0px 0px -10px;
  padding: 10px 0px 0px 10px;
  width: 240px;
}


body > div #sidebar , body > div .sidebarBottom   {
  width: 250px;
}


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

#footer span{
  padding: 10px;
  border-top: 1px solid #161616;
}

table {
  font-size: 15px;
}

.chunk{
  padding: 0px 15px 15px 15px;
  border: 7px solid #161616;
  margin-bottom: 20px;
  background-color: #111111;
}

.tab{
  float: left;
  width: 90px;
  padding-bottom: 6px;
  text-align: center;
}

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: 10px 0px 5px 0px;
  padding: 1px 0px 1px 0px;
  min-height: 20px;
  /* border-bottom: 1px solid #666666; */
  
}

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{
  padding-left: 5px;
  padding-right: 3px;
}

/* TOP COMMENT CONTAINER */
.comment, .adminComment, .commentChild, .adminCommentChild{
  text-align: left;
  padding: 15px 4px 0px 5px;
  margin: 5px 0px 0px 0px;
}
.comment{
  background: #333333 url('../resources/commentTop.gif') no-repeat top right;
}
.commentChild{
  background: #333333 url('../resources/commentTopChild.gif') no-repeat top right;
}
.adminComment{
  background: #E6292A url('../resources/adminCommentTop.gif') no-repeat top right;
}
.adminCommentChild{
  background: #E6292A url('../resources/adminCommentTopChild.gif') no-repeat top right;
}

/* BOTTOM COMMENT CONTAINER */
.commentBottom, .adminCommentBottom, .commentBottomChild, .adminCommentBottomChild{
  margin: 0px 0px 0px 0px;
  padding-top: 15px;  
}
.commentBottom{
  background: url('../resources/commentBtm.gif') no-repeat top right;
}
.commentBottomChild{
  background: url('../resources/commentBtmChild.gif') no-repeat top right;
}
.adminCommentBottom{
  background: url('../resources/adminCommentBtm.gif') no-repeat top right;
}
.adminCommentBottomChild{
  background: url('../resources/adminCommentBtmChild.gif') no-repeat top right;
}

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

.commentChild, .adminCommentChild, .commentBottomChild, .adminCommentBottomChild{
  margin-left: 30px;
}

.adminComment .commentText a{
  color: white;
  border-bottom: 1px dotted white;
  text-decoration: none;
}

.adminComment .commentText a:hover{
  border-bottom: 1px solid white;
  text-decoration: none;
}


/* DESKTOP CONTAINERS
----------------------------------------------------------------------------- */
.desktopContainer{
  float: left;
  width: 160px;
  margin-right: 10px;
}




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

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

.hidetext { color: #111111; }

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

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

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

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
  text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
  text-decoration: underline;
}

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

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

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

.thumb, .thumb_mini{
  border: 1px solid white;;
}

.thumb_mini_selected{
  border: 1px solid #FE477A;
}

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

.photo{
  border: 1px solid #000000;
  margin: 7px auto 2px auto;
  display: block;
}

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

#restOfSet{
  margin: 15px 0px 10px 0px;
  border-bottom: 1px solid #333333;  
}

.miniThumb_imgContainer{
  background: url('../resources/miniThumbBG.gif') 2px 2px no-repeat;
  padding: 5px;
}

.narrow_imgContainer{
  background: url('../resources/thumbBG.gif') 1px 1px no-repeat;
  padding: 5px;
}

.imgContainer, .narrow_imgContainer, .miniThumb_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;
}



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

ul{
  margin-left: 0px;
  padding-left: 25px;
}

li{
  margin: 0px;
  padding: 2px 0px 0px 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 #444444;
  color:#FCEFF8;
  background:none;
  /* background-color:#000000; */
  padding: 1px;
}

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

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


/* MENU LAYOUT 
----------------------------------------------------------------------------- */
  /* IE */
  #menu {
    padding: 10px 0px 10px 0px;
  }
    
  #menu ul {
    margin:0px;
    padding: 0px;
    list-style:none;
  }
  #menu li {
    margin: 0;
    padding: 0;
  }
  #menu a{
    text-decoration:none;
    display: block;
    padding: 2px 12px 2px 10px;
    color: #ffffff;
    font-weight: bold;
    font-size: 23px;
    font-family: "Georgia";
    
  }
  
  #menu a.active{
    font-size: 30px;
  }
  
  #menu a:hover{
    color: #FE477A;
  }

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

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

.archive{
  padding: 1px 0px 1px 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: #dddddd;
  width: 30px;
  text-align:right;
  margin-right: 5px;
}

.adminArchiveMeta{
  width: 175px;
  padding-top: 4px;
  font-size: 12px !important ;
}

.archiveDate{
  display: inline;
  color: #dddddd;
  margin: 0px 10px 0px 5px;
}

.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;
}

.archiveTeaser div.miniThumb_imgContainer, .archiveTeaser div.narrow_imgContainer{
  margin: 0px 5px 0px 0px;
}

.archiveTeaser div a , .archiveTeaser div a:hover{
  display: inline !important;
  background: none !important;
}


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


/* BEST OF
----------------------------------------------------------------------------- */
#theBest .bestPreview{
  margin-left: 10px;
  margin-top: 0px;
}

.bestPreview div{
  margin: 2px 10px 3px 0px;
}

.bestPreview h5{
  display: block;
}

.bestPreview a:hover{
  cursor: pointer;
}

#blogPhotos{
  margin-top: 10px;
}


/* BLOG
----------------------------------------------------------------------------- */
#theBest .postPreview{
  margin-left: 10px;
  margin-top: 0px;
}

.postPreview div{
  margin: 5px 10px 5px 0px;
}

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

.postPreview a:hover{
  cursor: pointer;
}

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

#blogPhotos{
  margin-top: 10px;
}
  
.sharePost{
  text-align: center;
  padding: 3px;
  margin: 5px 0px 25px 0px;
  height: 25px;
  /* background: url('../resources/shareBG.gif') center 2px no-repeat; */
}

#footer .sharePost{
  padding-top: 5px;
}


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

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

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