/*
    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; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}

.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    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{outline:0;}
	

    #cboxContent{overflow:visible; background:#fff;}
        .cboxIframe{background:none;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{/*background:#000; padding:1px;*/background:none;}
        #cboxLoadingGraphic{background:url(../img/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#aaa;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
  
   
#pop{position:relative;}

/* ------------------------------   sharing  */

#topWrap {
	padding:15px 0px 0 30px;
	text-align:left;
	
}

#cboxClose {
	border:0; 
	padding:0; 
	margin:-4px 0 0; 
	overflow:visible; 
	text-indent:-9999px; 
	width:20px; 
	height:21px; 
	float:left; 
	background:url(../img/controlsB.png) no-repeat 0 0;
	cursor:pointer;
	}
        	
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxClose:active {outline:0;}

#cboxClose:hover{background-position:-20px 0;}




#shareWrap {
	float:right;
	width:400px;
	color:#b3b3b3;
	line-height:130%;
}
#shareLink, #printLink {
	color:#2070a0;
	font-size:14px;
}
#shareLink {
	padding-right:7px;
}
#printLink {
	padding-left:7px;
}
#shareWrap span {
	color:#b3b3b3;
	font-size:18px;
}
#sharePrint {
	float:right;
	width:150px;
	white-space: nowrap;
	border-left:solid 2px #B3B3B3;
}
#expando {
	float:right;
	width:190px;
	text-align:right;
}
#getsHuge {
	width:265px;
	text-align:center;
	padding:20px 0 0px 20px;
	margin:16px 0 20px;
	background:#fff;
	display:none;
	float:right;
}
.popover {
	background-clip: padding-box;
	background-color: #FFFFFF;
		/* for IE */
	border: 1px solid #ddd;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	display: none;
	padding: 1px;
	position: relative;
	text-align: left;
	white-space: normal;
	z-index: 1010;
}
.arrow {
	border-width: 11px;
}
.arrow:after {
	border-width: 10px;
	content: "";
}
.arrow, .arrow:after {
	border-color: transparent;
	border-style: solid;
	display: block;
	position: absolute;
	height: 0;
	width: 0;
}
.bottom .arrow {
	right:25px;
	margin-left:-11px;
	border-top-width:0;
	border-bottom-color:#999;
	border-bottom-color:rgba(0, 0, 0, 0.28);
	top:-11px;
}
.bottom .arrow:after {
	top:1px;
	margin-left:-10px;
	border-top-width:0;
	border-bottom-color:#ffffff;
}
#theInputWrap {
	float: left;
	width: 160px;
	font-size: 14px;
	height: 52px;
	padding: 0 px;
	margin:0 0 0 10px;
	width: 160px;
}
#theInput {
	background:#ccc;
	border:none;
	border-radius:3px;
	color: #666;
	display: block;
	font-size: 14px;
	height: 22px;
	padding: 0 0 0 4px;
	margin:0 ;
	width: 156px;
}
#message {
	margin:7px 0;
}
#twit {
	display: block;
	float: left;
} 