@charset "utf-8";

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! COMMON !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #89d4ff;
}
a img {
	border: 0;
}
a:hover {
	color: #c8ebff;
}
a:active {
	color: #FFF;
}
body {
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	background-color: #034d90;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #89d4ff;
}
#container {
	width: 966px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}
.mainBox {
	background-color: #3b3b3b;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	border-left: 3px solid #000;
	width:960px;
}
#footer {
	margin: 10px 0 30px 0;
	font-size: 0.6em;
	text-align: center;
	color: #FFF;
}
a.footerLink {
	color: #FFF;
}
.clearfloat {
	clear:both;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HEADER !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#header {
	margin: 22px 0 0 0;
	height: 73px;
	width: 966px;
}
#logo {
	height: 73px;
	width: 349px;
	float: left;
}
#subTitle {
	margin: 16px 0 0 0;
	height: 15px;
	width: 617px;
	text-align:center;
	float: right;
}
#navBar {
	margin: 13px 0 0 0;
	width: 614px;
	height: 26px;
	background-color: #3b3b3b;
	border-top: 3px solid #000;
	border-right: 3px solid #000;
	float: right;
}
#navList {
	padding-top: 3px;
}
#navList li {
	font-size: 0.8em;
	font-weight: bold;
	display:inline;
}
#navList li.linkItem {
	margin-top: 3px;
	margin-left: 20px;
	margin-right: 30px;
}
#navList li.searchItem {
	float: right;
}
#searchForm {
	height: 20px;
	width: 165px;
	background-image: url(../images/search_form_background.gif);
	border: none;
	border-right: 3px solid #3b3b3b;
}
#searchBox {
	height: 16px;
	width: 145px;
	position: relative;
	left: 2px;
	top: 1px;
	border: none;
	border-top: 1px solid #000;
	color:#666;
	background-color:#FFF;
}
#searchButton {
	height: 18px;
	width: 18px;
	margin-top:1px;
	float:right;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! HOME PAGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.topRow {
	height: 250px;
	width: 952px;
	padding: 4px;
}
#flashBox {
	width: 648px;
	height: 250px;
	float: left;
	background-color:#000;
}
.indexPageThumbRow {
	height: 175px;
	width: 952px;
	padding-left:4px;
	padding-bottom:2px;
}
.indexPageBottomThumbRow {
	height: 175px;
	width: 952px;
	padding-left:4px;
	padding-bottom:4px;
}
.indexPageLeftThumbBox {
	width: 475px;
	height: 175px;
	float: left;
	border-right: 1px solid #3b3b3b;
	background-color:#000;
}
.indexPageRightThumbBox {
	width: 475px;
	height: 175px;
	float: right;
	border-left: 1px solid #3b3b3b;
	background-color:#000;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! THUMBNAILS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.thumbnail {
	margin-top: 30px;
	margin-left: 30px;
	float: left;
	width: 100px;
	height: 100px;
	padding: 2px;
	background-color: #000;
}
.thumbnail a img {
	border: 3px solid #3b3b3b;
}
.thumbnail a img {
	border: 3px solid #3b3b3b;
}
.thumbnail a:hover img {
	border: 3px solid #FFF;
}
.textBoxAfterThumb {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 25px;
	width: 285px;
	height: 125px;
	float: right;
	font-size: 0.8em;
}
.newsCategory {
	color:#F33;
}
.videoCategory {
	color:#F90;
}
.gameCategory {
	color:#FF0;
}
.comicCategory {
	color:#0CF;
}
.otherCategory {
	color:#95cf10;
}
a.contentTitle {
	color:#FFF;
}
a:hover.contentTitle {
	color:#FFF;
	text-decoration:underline;
}
a:active.contentTitle {
	color:#FFF;
	text-decoration:underline;
}
p.contentDescription {
	margin-top: 10px;
	color:#CCC;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! CONTENT PAGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#contentPageOuterBox {
	margin: 0 0 0 4px;
	background-color:#000;
	width: 952px;
}
#contentPageEmbedBox {
	margin: 0 auto;
	border:solid 8px #000;
	padding: 4px;
	background-color:#3b3b3b;
}
#contentPageEmbedBoxForIllusion {
	margin: 0 auto;
}
#descriptionBox {
	margin-left: 4px;
	width: 952px;
	background-color:#000;
}
.facebook_button {
	/*float: left;*/
	/*padding-top: 5px;*/
	/*padding-right:230px;*/
	padding-left:200px;
}
.facebookLike {
	float: right;
	padding-top: 3px;
	padding-right:50px;
}
#descriptionBox h1{
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 10px;
	padding-left:200px;
}
#descriptionBox p{
	font-size: 0.8em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right:230px;
	padding-bottom:20px;
	padding-left:230px;
}
#contentPageBottomThumbsOuterBox {
	margin: 4px;
	background-color: #000;
	width: 952px;
	padding-bottom: 10px;
}
#contentPageBottomThumbsInnerBox {
	margin: 0 auto;
	background-color:#000;
	width: 794px;
	height: 85px;
	padding-bottom: 4px;
}
#contentPageBottomThumbsText {
	margin-left: 150px;
	margin-bottom: 20px;
	padding-top: 20px;
	font-size: 0.9em;
	font-weight: bold;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! CONTACT PAGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
#contactBox {
	height: 600px;
	width: 952px;
	border: 4px solid #3b3b3b;
	background-color:#000;
}
#mailFormTextArea {
	margin: 0;
	padding: 0;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! RESULTS PAGE !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.resultsAndAdsBox {
	width: 952px;
	padding: 4px;
}
.resultsOuterBox {
	background-color: #000;
	width: 648px;
}
.resultsHeadlineText h1{
	padding: 30px 0 10px 30px;
	font-size: 1.2em;
	font-weight: bold;
}
.resultsSortByText{
	padding: 0 0 10px 65px;
	font-size: 0.8em;
}
.resultsSortByText a{
	text-decoration:underline;
	padding-left: 10px;
}
#noResultsFoundText {
	margin: 10px;
	font-size: 0.8em;
	font-weight: bold;
}
.resultsInnerBox {
	margin: 0 auto;
	background-color:#000;
	border-top: solid 1px #3b3b3b;
	width: 512px;
}
.resultsPageThumbRow {
	height: 175px;
	border-left: 1px solid #3b3b3b;
	border-right: 1px solid #3b3b3b;
	border-bottom: 1px solid #3b3b3b;
}
.resultsPageThumbBox {
	height: 175px;
	background-color:#000;
}
.resultsPageTextBoxAfterThumb {
	margin-top: 30px;
	margin-left: 20px;
	margin-right: 25px;
	width: 325px;
	height: 125px;
	float: right;
	font-size: 0.8em;
}
.resultsBottomText {
	padding: 10px 65px 0px 10px;
	font-size:0.8em;
	text-align:right;
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ADS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.threeAdsOnRight {
	float:right;
}
.adBlock001, .adBlock002, .adBlock003, #rssBox {
	float: right;
}
.adBlock004 {
	padding-left: 4px;
}
.adBlock005 {
	padding-left: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#topLeaderBoardOuterBox {
	width: 952px;
	height: 110px;
	background-color: black;
	border-top: solid 3px #3b3b3b;
	margin: auto;
}
#topLeaderBoardOuterBoxNoAds {
	width: 952px;
	height: 30px;
	background-color: black;
	border-top: solid 3px #3b3b3b;
	margin: auto;
}
.ad728x90 {
	height:728px;
	width:90px;
	padding-top: 20px;
	margin-left: 112px;
}
