/*
TOPNAV STYLE
*/
#nav { height: 72px; width: 710px; }
#jokes{ display: inline-block; height: 72px; width: 167px; background: url('/topnav.png') 0 0 no-repeat; }
#pics{ display: inline-block; height: 72px; width: 187px; background: url('/topnav.png') -167px 0 no-repeat; }
#audio{ display: inline-block; height: 72px; width: 160px; background: url('/topnav.png') -357px 0 no-repeat; }
#vids{ display: inline-block; height: 72px; width: 171px; background: url('/topnav.png') -518px 0 no-repeat; }
#jokes:hover{ display: inline-block; height: 72px; width: 165px; background: url('/topnav_hover.png') 0 0 no-repeat; }
#pics:hover{ display: inline-block; height: 72px; width: 187px; background: url('/topnav_hover.png') -167px 0 no-repeat; }
#audio:hover{ display: inline-block; height: 72px; width: 160px;  background: url('/topnav_hover.png') -357px 0 no-repeat; }
#vids:hover{display: inline-block; height: 72px; width: 171px; background: url('/topnav_hover.png') -518px 0 no-repeat; }

#top_nav_mini {
display:block;
height:100px;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
 
.white_content {
    text-align: center;
	display: none;
	position: fixed;
    font-family: arial;
    font-size: 30px;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 16px solid #7AC5CD;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.fb-like-div {
    width: 74px;
}