@charset "utf-8";
/* CSS Document */


/* Headings START */
h1 {
	text-align: center;
	color: #ffffff;
	font-size: 21px;
	margin: 0px;
	padding: 0px;
}

h2 {
	text-align: left;
	color: #ffffff;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

h3 {
	text-align: left;
	color: #ffffff;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}
/* Headings END */


/* Links START */
a:link {
	color: #ffcc00;
}

a:visited {
	color: #ffcc00;
}

a:hover {
	color: #ffff99;
}
/* Links END */


/* tables START */
table#thumbs {
	width: 90%;
	margin: auto;
	text-align: center;
	border-style: none;
	padding: 0px;
}

table#thumbs td {
	width: 30%;
	margin: auto;
	text-align: center;
	padding: 0px;
}
/* tables START */


/* Misc. START */
.mntbbg {
	background:url(../images/ww3dh_r1_c2.jpg);
}

.fttbbg {
	background: url(../images/ww3df_r1_c2.jpg);
}

.widescreen {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

input { 
	background-color: #4d4d4d;
	border: 1px solid #000000;
}

.ad-bg {
	background: url(../images/vert-ad-bg.jpg);
	margin: auto;
	width: 168px;
	height: 608px;
	vertical-align: middle;
	text-align: center;
}

.ad-bg2 {
	width: 160px;
	height: 600px;
	margin: auto;
	vertical-align: middle;
	padding-top: 3px;
}

.sitenav {
	size: 12px;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: underline;
}

.sidebarhead {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	line-height: 21px;
	padding-left: 7px;
}

.sidebar a:link {
	color: #ffcc00;
	line-height: 18px;
	white-space: nowrap;
	padding-left: 13px;
}

.sidebar a:visited {
	color: #ffcc00;
	line-height: 18px;
	white-space: nowrap;
	padding-left: 13px;
}

.sidebar a:hover {
	color: #ffcc00;
	line-height: 18px;
	white-space: nowrap;
	padding-left: 13px;
}

.sidebarad {
	padding-left: 7px;
}
/* Misc. END */


.cnt {
	text-align:center;
}



/*===================================================================*/

.red {
	color:#f00;
	text-align:center;
	/*shadow START */
	text-shadow:0 0 15px #000; 
	/*shadow END */
}

.grn {
	color:#0f0;
	text-align:center;
	/*shadow START */
	text-shadow:0 0 15px #000; 
	/*shadow END */
}

.xmas {
	width:637px;
	margin:auto;
	text-align:center;
	border:none;
	padding:2px;
}

.christmaswallpaper {
	/*shadow START */
	-webkit-box-shadow:0 0 15px #f00;
	-moz-box-shadow: 0 0 15px #f00;
	box-shadow:0 0 15px #f00; 
	/*shadow END */
	/*layer opacity START */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: .70;
	/*layer opacity END */
}

.christmaswallpaper:hover{
	/*shadow START */
	-webkit-box-shadow:0 0 15px #f00;
	-moz-box-shadow: 0 0 15px #f00;
	box-shadow:0 0 15px #f00; 
	/*shadow END */
	/*layer opacity START */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	/*layer opacity END */
}

.christmas a:link {
	color: #fff;
	text-decoration: none;
}
.christmas a:hover {
	color: #fff;
	text-decoration: underline;
}
.christmas a:visited {
	color: #fff;
	text-decoration: none;
}
.christmas a:active {
	color: #fff;
	text-decoration: underline;
}
.christmas a:focus {
	color: #fff;
	text-decoration: underline;
}
