/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML,
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background-color: #372b1d;}

#colorbox{}
	#cboxTopLeft{width:10px; height:30px; background-color: #372b1d;}
	#cboxTopRight{width:10px; height:30px; background-color: #372b1d;}
	#cboxBottomLeft{width:10px; height:10px; background-color: #372b1d;}
	#cboxBottomRight{width:10px; height:10px; background-color: #372b1d;}
	#cboxMiddleLeft{width:10px; background-color: #372b1d;}
	#cboxMiddleRight{width:10px; background-color: #372b1d;}

	#cboxTopCenter{height:30px; background-color: #372b1d;}
	#cboxBottomCenter{height:10px; background-color: #372b1d;}

    #cboxContent{background:#fff; background-color: #372b1d;	background-image: url(../images/dotted-horiz-on-brown.gif); background-repeat: repeat-x; background-position: 0px bottom; }
		#cboxLoadedContent{margin-bottom:68px;}
                #cboxTitle{position:absolute; bottom:3px; left:0; width: 824px; text-align:left; padding: 6px 50px 0 0; font-weight: normal; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 24px; line-height: 40px; color: #f99d1c; height: 50px; overflow: hidden;	background-image: url(../images/dotted-horiz-on-brown.gif); background-repeat: repeat-x; background-position: 0px 0px; }
                    #cboxTitle h1 {font-weight: normal; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 21px; line-height: 40px; color: #f99d1c; display: inline; padding-right: 5px; padding-left: 5px;}
                        #cboxTitle h1 span { padding: 0 5px;}
                    #cboxTitle p {	font-weight: normal; font-family: Helvitica, Arial, Verdana, sans-serif; font-size: 12px; line-height: 40px; color: #fff; display: inline; padding-left: 5px; }
                #cboxCurrent{display: none;}
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:16px; left:825px; background:url(/themes/mindhive/images/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-75px -25px;}
                #cboxNext{position:absolute; bottom:16px; left:850px; background:url(/themes/mindhive/images/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:-50px -25px;}
		#cboxLoadingOverlay{background-color: #372b1d;}
                #cboxLoadingGraphic{background:url(/themes/mindhive/images/ajax-loader-brown.gif) center center no-repeat;}
		#cboxClose{position:absolute; top:-25px; right:0; background:url(/themes/mindhive/images/close-box.png) right -4px no-repeat; width:100px; height:25px; padding-right: 25px; font-weight: normal; font-family: Georgia, Times, 'Times New Roman', serif; font-size: 14px; color: #fff; }
		#cboxClose.hover{background-position:right -29px;}

        #cboxContent .bio-popup img { float: left; padding-left: 10px; padding-top: 80px;}
        #cboxContent .bio-popup .Content { margin-left: 320px; padding-top: 80px;}
        #cboxContent .bio-popup .Content h1 { color: #f99d1c; font-size: 25px; line-height: 20px; margin-bottom: 5px;}
        #cboxContent .bio-popup .Content h2 { color: #cdcdcd; font-size: 12px; line-height: 20px; font-style: italic; margin-bottom: 1em;}
        #cboxContent .bio-popup .Content p { color: #fff; font-size: 14px; line-height: 20px; }

