/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/
h1, h2, h3, h4, h5 {
  font-weight:bold;
  color:#ddd;
}

a, a:link, a:visited, a:active {
  color:#666;
}
a:hover {
  color:#999;
}

/**************************************/
/*              GLOBALS               */
/**************************************/

/**************************************/
/*             NAVIGATION             */
/**************************************/
body {
  background:#161616;
  /* background: white; */
  background: #584B58;
}
#globalWrap {
  width:1105px;
}
#innerWrap {
  margin:0 auto;
}
.wrap {
  font-size:1.3em;
  line-height:150%;
}
/*
#primaryNav {
  display:block;
  position:absolute;
  top:0; right:0;
  margin:0;
  padding:0 0 0 20px;
  font-size:1em;
  float:right;
  background:#333  0 0px;
  border-right:0px solid #faf;
}
*/
#primaryNav li {
  margin:0; padding:0;
  display:inline-block;
  float:left;
}
#primaryNav li a {
  display:block;
  padding:0 .5em;
  line-height:25px;
  text-decoration:none;
  border-right:1px solid #2a2a2a;
  color:#D9D7C5;
}
#primaryNav li:first-child {border-left:1px solid #2a2a2a;}
#primaryNav li a:hover {
  background:#20252a;
}

#showsub {
  position:relative;
}
.subnav {
  display:none;
  position:absolute;
  left:-6.75em;
  width:7em;
  background:#181a18;
  z-index:10;
  opacity:.95;
}
.subnav li {
  position:relative;
  display:block;
  width:7em;
  float:left;
  opacity:1;
}
#showsub:hover .subnav {
  display:block;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/
.main {
  width: 800px;
  margin: 0px;
  float: left;
}
body.judge_preview {
  background: black;
}
body.judge_preview .main {
  background: transparent;
  padding-top: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}
body.judge_preview .main img {
  float: none;
  margin: 0 auto;
}
.sidebar {
  width:150px;
  float:right;
  padding:84px 5px 200px 5px;
}

.gallery {
  margin:0; padding:0;
  list-style:none;
}
.gallery li {
  margin:0; padding:0;
  display:block;
  width:160px; height:120px;
  border:2px solid #3a3a3a;
  margin:10px 40px 30px 0;
  float:left;
}
.gallery li.first {
  width:480px;
  height:360px;
  margin-left:20px;
}
.fullgallery {
  position:absolute;
  right:20px; top:2.5em;
  font-size:1.3em;
}


/*** photo browse (gallery?) ***/

.photo {
  display:block;
  float:left;
  padding:0; margin:0;
  list-style:none;
  position:relative;
  border: 0px solid white;
}
.photo a.remove {
  display: none;
  text-decoration: none;
}
div#preview-drop .photo a.remove {
  display: inline;
  color: white;
  bottom: 5px;
}

#my-judge-selections .photo a.remove {
  display: inline;
}
.preview-finalists .photo a.remove {
  display: inline;
}
.preview-finalists .photo a.remove:before {
  content: "Remove ";
}

div#browse-photos-container {
  display: block;
  background: white;
  padding: 10px;
  border: 4px solid #1a1a1a;
}
#browse-photos .photo {
  position:relative;
  height:180px;
  padding:5px 5px 5px 5px;
  border:1px solid white;
  background: white;
  margin:0 65px 24px 0;
  min-width: 180px;
}
.droplist .photo {
  position:relative;
  margin:0; padding:0;
  width:80px;
}
.droplist .photo img {
  max-width:80px;
  max-height:60px;
}

.this-photo img {
  max-width:80px;
  max-height:60px;  
}

div#bucket-description {
  background: #ccc;
  padding: 2px 4px;
  width: 124px;
  margin-left: 10px;
  margin-bottom: 6px;
  border: 4px solid #1a1a1a;
}


#browse-photos {
  margin:0; padding:0;
  list-style:none;
  width:100%;
  clear:both; 
}
#browse-photos .ui-draggable-dragging {
  border-color:#f72;
  z-index: 1000;
  width: 100px;
  height: 110px;
  max-width: 100px;
  max-height: 110px;
  min-width: 100px;
  min-height: 110px;
}
#browse-photos .ui-draggable-dragging img {
  max-height: 100px;
  max-width: 100px;
}
.photo .details {display:none;}
.photo .remove {
  position:absolute;
  bottom:-10px; right:5px;
}
#preview-drop .photo .remove {
  bottom: 10px;
} 
.preview-finalists .photo .remove {
  bottom: 10px;
}
.judge-selections {
  margin:0; padding:0;
  width:100%;
  padding:20px 0 4px 0;
  float:left;
}
.dropslot {
  display:block;
  float:left;
  position:relative;
  margin:0 0 16px 10px; padding:0;
  list-style:none;
  border:1px solid #909090;
}
.dropslot:hover {
  border:1px solid #f72;
}
.slotNumber {
  position:absolute;
  top:-18px; left:0px;
  color:#aaa;
}
.droplist {
  position:relative;
  margin:0; padding:0;
  display:block;
  float:left;
  width:78px; height:75px;
  padding:5px;
  background:#000;
}

.photo-info {
  background: #080808;
  color: #aaa;
  font-size: .8em;
}

/*** preview box ***/
#preview-drop {
  border:1px solid #151515;
  width:140px;
  margin-bottom:1em;
  margin-left: auto;
}
#preview-drop-inner {
  display:block;
  min-height:200px;
  width:118px;
  border:1px solid #3a3a3a;
  padding: 10px;
  overflow: auto;
}
#preview-drop-inner img {
  max-width: 50px;
  max-height: 50px;
  margin-right: 8px;
}
#preview-drop-inner li {
  min-width: 58px;
  min-height: 60px;
}
#preview-drop:hover #preview-drop-inner {
  border-color:#f72;
}
div#preview-nav {
  background: white;
  border: 4px solid #584B58;
  padding: 2px;
  margin-bottom: 20px;
  text-align: center;
}
div#preview-nav p {
  display: inline;
  margin: 0px 20px 0px 0px;
}
div#preview-nav a {
  color: #666;
}
div#single-image {
  background: black;
}

/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
  position:fixed;
  bottom:0px !important;
  width:100%;
  font-size:12px;
  clear:both;
  border-bottom:0px solid #101010;
  border-top:1px solid #101010;
  /* background:transparent url(/images/footer_bg.png) repeat-x bottom left; */
  background: #1a1a1a;
  color:#333;
}
.judging #footer .wrap {
  width:1150px;
  margin:0 auto;
  font-size:12px;
}


.photo-preview {
  max-width: 800px;
  max-height: 450px;
}

div#finished {
  display: block;
  clear: both;
  text-align: center;
}

button#finished-button {
  border: 1px solid #aaa;
  background: #ccc;
  width: 220px;
  padding: 2px 10px;
  font-size: 1.3em;
  margin-top: 10px;
}




