﻿/* CSS layout */
body {
	background-image: url('images/bg_blu.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #000000;
	font-size: 100%; 
}

#masthead {
	height: 185px;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
#masthead_small_l{
	height: 140px;
	text-align: left;
	width: 200px;
	z-index: 0;
	float: left;
}
#masthead_l{
	height: 140px;
	text-align: left;
	width: 200px;
	z-index: 0;
	float: left;
}
/* used for news */
#masthead_140 {
	height: 140px;
	text-align: center;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}

#masthead_small {
	height: 155px;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
}
#masthead_small_r {
	height: 140px;
	text-align: center;
	width: 200px;
	z-index: 0;
	float: right;
}
#masthead_r {
	height: 140px;
	text-align: center;
	width: 200px;
	z-index: 0;
	float: right;
}

.masthead_style1 {
	top: -5px;
	vertical-align: top;
	border-width: 0px;
}
#top_nav {
	margin: 0 auto 0 auto;
	height: 35px;
	width: 1000px;

}
#top_nav a:hover {
	color: #FFFFFF;
}
#precontainer {
	margin: 0px auto -6px auto;
	width: 1000px;
	height: 16px;
	background-image: url('images/bg_blue_top1000.gif');
	background-repeat: no-repeat;
	text-align: center; /* nav image */
}

#container {
	margin: 0px auto 0px auto;
	width: 1000px;
	height: auto;
	background-image: url('images/bg_blue_mid1000.gif');
	background-repeat: repeat-y;
	background-color: #04020A;
}
#subcontainer {
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 22px;
	background-image: url('images/bg_blue_bottom1000.gif');
	background-repeat: no-repeat;
	text-align: center; /* nav image */
}

.hr{
	width: 720px;
	height: 1px;
	background-image: url('images/hr_blue.png');
	margin: 3px auto 3px auto;
	background-repeat: no-repeat;
	clear: both;
	z-index: 1;
}
.hr_narrow{
	width: 600px;
	height: 1px;
	background-image: url('images/hr-fun-blue-600.png');
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
	z-index: 1;
}

#page_content {
	margin-right: auto;
	margin-left: auto;
	width: 732px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #A5C3FF;
	font-size: 16px;
}
/* used in fun facts */
#page_content_wide {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #CCFF99;
}
#page_content_narrow {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A5C3FF;
	line-height: 22px;
	text-align: left;
}
#page_content p {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #A0C3FF;
	text-align: left;
}
#page_content_news {
	margin-right: auto;
	margin-left: auto;
	width: 740px;
}
#page_content_news p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-align: left;
	text-indent: 30px;
	color: #E6E6FF;
}

#legend p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
.legend p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

#image_left {
	float: left;
	overflow: hidden;
}
.image_left {
	float: left;
	overflow: hidden;
}

.right {
	float: right;
	right: 25px;
	width: 200px;
	height: 136px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.image-right {
	float: right;
	width: 200px;
	height: 136px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.left {
	float: left;
	left: 50px;
	width: 460px;
	height: 120px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.text-left {
	padding: 20px 0px 0px 0px;
	float: left;
	width: 520px;
	height: 116px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica;
	font-size: 16px;
	text-align: center;
	color: #99ccff; /* #C7D5E2; */
}

#video_left {
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}
.video_left {
	float: left;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 5px;
}
#center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.center {
	border-style: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.center-oversize {
	margin: 0px auto 0px auto;
	left: -334px;
	position: relative;
	display: block;
	width: 1400px;
	text-align: center;
}

/* Google search */
#search {
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	width: 728px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AAAAAA;
	text-align: center;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#flow {
	width: 640px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
}
#image_left {
	float: left;
	overflow: hidden;
}
.image_left {
	float: left;
	overflow: hidden;
}
#div-fun {
	background-image: url('images/div-bl.png');
	background-repeat: no-repeat;
	width: 1px;
	height: 35px;
}
.div-fun {
	background-image: url('images/div-bl.png');
	background-repeat: no-repeat;
	width: 1px;
	height: 35px;
	z-index: 1;
}

/* brainteasers */
#whitebg {
	margin: auto;
	background-color: #FFFFFF;
	width: 600px;
	height: 480px;
	vertical-align: middle;
}

.image_style1 {
	border-style: none;
}

.image_style2 {
	border-style: none;
	margin-top: 3px;
	margin-bottom: 3px;
}
.image_style3 {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-style: none;
}
.image_style4 {
	left: 7px;
	position: relative;
	top: 0px;
}
.image_style5 {
	right: 7px;
	top: 0px;
	position: relative;
}
.image_style6 {
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
.image_style7 {
	border-style: none;
}
.image_style8 {
	border-style: none;
	float: right;
}
.image_style9 {
	border-style: none;
}
/* lytebox */
.image_style10 {
	border-style: none;
	padding: 5px;
}
.image_finger {
	border-width: 0px;
	vertical-align: middle;
}
.image_nav {
	margin: 0 auto 0 auto;
	top: -2px;
	position: relative;
}

h1 {
	margin: 6px 0px 12px 0px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 24px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	color: #6699FF;
}
h2 {
	margin: 6px 0px 10px 0px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 20px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	color: #6699FF;
}
h3 {
	margin: 6px 0px 10px 0px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	color: #6699FF;
}
h3 a {
	margin: 6px 0px 12px 0px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	color: #99ccff;
}

h4 {
	margin: 6px 0px 8px 0px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 18px;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	color: #6699FF;
}
h5 {
	margin: 6px 0px 8px 0px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 16px;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	color: #99ccff;
}

h6 {
	margin: 6px 0px 8px 0px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 16px;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	color: #6699FF;
}

b {
	font-weight: bold;
}
ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99CCFF;
	line-height: 22px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #99CCFF;
	line-height: 22px;
}
li {
	text-align: left;
	font-size: 14px;
}
a {
	color: #9999FF;
	text-decoration: none;
}
a:visited {
}
a:active {
}
a:hover {
	color: #CCE4FF;
}
i {
	color: #FF3300;
	font-size: 16px;
}
.preload1 {
	background: url(images/butt_1.png);
}
.preload2 {
	background: url(images/butt_bl1.png);
}
#nav {
	padding: 0;
	margin: 0 auto 0 auto;
	height: 35px;
	width: 1000px;
	list-style: none;
	clip: rect(auto, auto, auto, auto);
	background: #0B0E10 url(images/butt_1.png) repeat-x;
	position: relative;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	float: left;
	z-index: 0;
}
#nav i {
	color: #FF0000;
	text-indent: 10px;
}
#nav li.top {
	display: block;
	float: left;
}
#nav li.topl {
	display: block;
	float: left;
}
#nav li.tople {
	display: block;
	float: left;
}
#nav li.toplf {
	display: block;
	float: left;
	width: 25px;
	height: 35px;
}
#nav li.toplff {
	display: block;
	float: left;
	width: 15px;
	height: 35px;
}
#nav li.toplfff {
	display: block;
	float: left;
	width: 5px;
	height: 35px;
}
#nav li.topr {
	display: block;
	float: right;
}
#nav li.topre {
	display: block;
	float: right;
}
#nav li a.top_link {
	display: block;
	float: left;
	height: 35px;
	line-height: 33px;
	color: #CCCCFF;
	text-decoration: none;
	font-size: 16px;
	padding: 0 0 0 15px;
	cursor: pointer;
	background: url(images/butt_1.png);
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-weight: bold;
}
#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 15px 0 0px;
	height: 35px;
	background: url(images/butt_1.png) right top no-repeat;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
}
#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 15px 0 0px;
	height: 35px;
	background: url(images/butt_1.png) no-repeat right top;
}
#nav a.top_link:hover {
	color: #FFFFFF;
	background: url(images/butt_bl1.png) no-repeat;
}
#nav li:hover a.top_link {
	color: #FFFFFF;
	background: url(images/butt_bl1.png) no-repeat;
}
#nav a.top_link:hover span {
	background: url(images/butt_bl1.png) no-repeat right top;
}
#nav li:hover a.top_link span {
	background: url(images/butt_bl1.png) no-repeat right top;
}
#nav a.top_link:hover span.down {
	background: url(images/butt_bl1.png) no-repeat right top;
	padding-bottom: 3px;
}
#nav li:hover a.top_link span.down {
	background: url(images/butt_bl1.png) no-repeat right top;
	padding-bottom: 3px;
}
#nav table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0;
}
#nav li:hover {
	position: relative;
	z-index: 1;
}
#nav a:hover {
	position: relative;
	white-space: normal;
	z-index: 1;
}
#nav :hover ul.sub {
	left: 0px;
	top: 38px;
	background: #050A0F;
	padding: 7px;
	border: 1px solid #0F1419;
	white-space: nowrap;
	width: 120px;
	height: auto;
	z-index: 1;
}
#nav :hover ul.sub li {
	display: block;
	height: 24px;
	position: relative;
	float: left;
	width: 130px;
	font-weight: normal;
}
#nav :hover ul.sub li a {
	display: block;
	font-size: 14px;
	height: 22px;
	width: 130px;
	line-height: 28px;
	text-indent: 10px;
	color: #A4E1FF;
	text-decoration: none;
	border: 0px;
}
#nav :hover ul.sub li a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#nav li b {
	display: block;
	font-size: 14px;
	height: 28px;
	width: 120px;
	line-height: 28px;
	margin-bottom: 3px;
	text-indent: 6px;
	color: #99FAFF;
	cursor: pointer;
}
#nav li b:hover {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#nav ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li a.top_blank {
	float: left;
	display: block;
	height: 35px;
	width: 40px;
	cursor: pointer;
	background: url(images/butt_1.png);
}
#nav a.top_blank:hover {
	background: url(images/butt_1.png) no-repeat;
}
#nav li:hover a.top_blank {
	background: url(images/butt_1.png) no-repeat;
}

 /* orgaz */
.style1 {
	color: #FF3300;
}
.style2 {
	color: #87C6FA;
	text-align: center;
}
.style3 {
	color: #66CCFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Arial Rounded MT Bold", Ariel;
}
/* native text color */
.style4 {
	color: #99ccff;
	text-align: center;
	font-family: Arial;
}
.style41 {
	color: #99CCff;
	text-align: center;
	font-size: 18px;
}

.style5 {
	color: #FF0000;
}
 /*native color*/
.style6 {
	color: #87C6FA;
}
.style6_left{
	color: #87C6FA;
	text-align: left;
}

 /* orgasm */
.style7 {
	color: #FFFF00;
}
.style8 {
	color: #66CCFF;
	font-size: 16px;
	text-align: center;
}
.style9 {
	color: #999966;
}
/* unews date */
.style10 {
	text-align: center;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	color: #00D2FF;
	font-size: 20px;
	line-height: 30px;
}
.style11 {
	color: #C0C0C0;
}
.style12 {
	color: #00FFFF;
}
/* joke by-line */
.style13 {
	border-width: 0;
	font-family: "Arial Rounded MT Bold";
	font-size: 10px;
	color: #4080FF;
	text-align: left;
	text-indent: 30px;
}
/* unews */
.style14 {
	color: #6699FF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style15 {
	text-align: center;
	color: #99FFCC;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
/* unews feelgood */
.style16 {
	text-align: left;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	color: #6699CC;
	font-size: 14px;
	vertical-align: -10px;
	font-weight: bold;
	text-transform: capitalize;
	text-indent: 60px;
}
.style17 {
	font-size: 14px;
	text-align: left;
	color: #80E4FF;
}
.style22 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-size: 16px;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	color: #99CCff;
	line-height: 34px;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}


.ad_space_1 {
	margin: 10px auto 10px auto;
	vertical-align: middle;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #CCEEFF;
	text-align: center;
	width: 732px;
}
.ad_space_1m {
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #CCEEFF;
	text-align: center;
}
.ad_space_2 {
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #CCEEFF;
	text-align: center;
}
.ad_space_2m {
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica;
	font-weight: bold;
	font-size: 16px;
	color: #CCEEFF;
	text-align: center;
}
.ad_space_3 {
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}

.pagination {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 728px;
	font-family: Arial;
	font-size: 12px;
	color: #8080FF;
	border-style: none;
	height: 20px;
	font-weight: bold;
	padding: 2px;
}
.page {
	font-size: 12px;
	color: #8080FF;
	border: 1px solid #8080FF;
	width: 16px;
	height: 16px;
	margin: 0px 0px 0px 8px;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	top: -3px;
	font-weight: bold;
}
.page a {
	font-size: 12px;
	color: #8080FF;
	font-weight: bold;
}

.page hover {
	font-size: 12px;
	color: #F0F0FF;
	border: 1px solid #F0F0FF;
	width: 16px;
	height: 16px;
	margin: 0px 0px 0px 8px;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	top: -3px;
}

.cse-branding-form {
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 732px;
}
.cse-branding-logo{
	width: 74px;
	height: 28px;
	background-image: url('images/googlelogo_dk.gif');
	background-repeat: no-repeat;
	float: left;
	margin-left: 80px;
}
.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0
}
.cse-branding-bottom,
.cse-branding-right {
zoom: 1;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}


