/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
/*#cboxLoadedContent{overflow:auto;}*/
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{ border:0px;}
#cboxContent{ overflow:visible;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent {
	background: #191919;
	/*text-shadow: -1px -1px #000; */
	-webkit-border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px;  
	border-radius: 3px 3px 3px 3px;    
	/*padding:80px 0 40px 0;*/
}
#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; left:14px; bottom:14px; color:#fff;  width:80%;
text-shadow: -1px -1px #000; 
}
#cboxCurrent{position:absolute; bottom:14px; right:14px; color: #fff;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/close-modal-gallery.png) no-repeat center center;  }
#cboxPrevious{position:absolute; top:50%; left:0px; background: url("images/screen-gallery-nav.png") no-repeat top center; width:50px; height:50px; text-indent:-9999px;}
#cboxPrevious:hover{opacity: 0.5;}
#cboxNext{position:absolute; top:50%; right:0px; background:url("images/screen-gallery-nav.png") no-repeat bottom center; width:50px; height:50px; text-indent:-9999px;}
#cboxNext:hover{opacity: 0.5;}
#cboxClose{right:10px; top:10px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

#cboxSlideshow { top:0; left:0; border:10px solid red; background-color: #000; padding: 0; }

#mod-title {position: absolute; top:0px; left:0; border:10px; z-index:999; padding:10px 20px; text-shadow: -1px -1px #000;}
#mod-title h1                         { 
	font-family: 'Glegoo', serif;
	font-size: 27px;
	text-align: left;
	color: #eee; 
	letter-spacing: -0.7px;
}
#mod-title h2                         { 
	text-align: left; 
	color: #777; 
	}

/* custom photos */
div#colorbox.photos #cboxLoadedContent {padding:80px 0 40px 0;}

/* custom login */
div#colorbox.login_modal #cboxLoadedContent {padding:0px;height:auto !important;}
