/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.jpg) #232429 no-repeat top;
	color: #7f7f87;
	font: .75em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 15px
}
a{
	color: #cccccc;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: 1px solid #797E87;
	font-size: 11px;
	padding: 2px;
	color: #9A9A9C;
}
li{
	list-style: none
}
h2{
	color: #cccccc;
	font-size: 1em;
	margin: 10px 0 1em;
}
h2 span{
	display: none
}
h2 img{
	display: block
}
h3{
	color: #cccccc;
	font-size: 1.3em;
	margin: 0 0 .4em
}
h4{
	color: #cccccc;
	font-size: 1em
}
h5 {
	color: #cccccc;
	font-size: 1em;
	margin: 0 0 1em;
	text-align: center;
}
p{
	line-height: 1.5em;
	padding: 0 0 1em
}
blockquote{
	font-style: italic;
}
blockquote p{
	padding: 0 0 .5em
}
cite{
	color: #CCCCCC;
	display: block;
	font-style: normal
}
/*=== Layout ===*/
#page{
	margin: 0 auto;
	width: 890px
}
/*=== Header ===*/
#header{
	height: 108px;
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	float: left;
	text-indent: -9999px;
	width: 200px;
	height: 108px;
}
#header h1 a{
	display: block;
	height: 108px}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	float: right;
	height: 29px;
	background-color: #2a2b31;
}
#nav1 li{
	float: left;
	line-height: 29px;
	padding: 0;
	color: #383A42;
}
#nav1 li a{
	display: block;
	float: left;
	padding: 0 10px;
	color: #5C5E64;
}
#nav1 li a:hover,
#nav1 li.active a{
	color: #d3d3d4;
	text-decoration: none
}
/*- Paging -*/
.paging{
	font-size: 12px;
	height: 23px;
	padding: 0 0 0px}
.paging li{
	float: left;
	font-size: 12px
}
.paging li a{
	color: #666666;
	display: block;
	float: left;
	margin: 0 1px;
	padding: 3px 7px
}
.paging li a:hover, .paging li.active a{
	text-decoration: none
}
/*=== 'Skins' Placeholder ===*/
#skins{
	height: 1%;
	margin: 0px -11px 15px;
	position: relative;
	width: 912px
}
/*- Skin Wrappers -*/
.wrap{
	background: url(../images/wrap-bgr.png) no-repeat top;
	float: left;
	height: 176px;
	padding: 23px;
	width: 182px
}
.wrap a{
	color: #cccccc
}
.wrap h4{
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 0
}
.wrap .hd{
	height: 17px;
	margin: 0 0 9px;
	overflow: hidden
}
.wrap .th{
	border: 3px solid #5c5e64;
	clear: both;
	height: 145px;
	overflow: hidden;
	width: 175px
}
.wrap .th:hover{
	border: 3px solid #ffffff
}
.wrap .fr-badge{
	height: 56px;
	margin: -20px 0 0 85px;
	position: absolute;
	width: 118px}
/*=== 'Featured' Placeholder ===*/
#featured{
	color: #B3B3B4;
	font-size: 18px;
	font-weight: normal;
	height: 1%;
	margin: 0 0 15px;
}
#featured a{
	color: #45C7E6}
#featured .getmore{
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
}
#featured .getmore em{
	font: 18px "Arial Black",Arial, Helvetica, sans-serif
}
/*=== All Columns ===*/
#columns{
	height: 1%;
	margin: 15px 0 0
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 490px;
}
.col2{
	float: right;
	padding: 105px 0 0;
	width: 200px}
.col3{
	border-top: 1px solid #38393f;
	float: left;
	padding: 20px 0 0;
	width: 470px;
	margin-top: 10px;
}
.col4{
	float: right;
	padding: 20px 0 0;
	width: 299px;
	margin-top: 15px;
}
.col5{
	float: right;
	width: 299px;
	padding-bottom: 10px;
	padding-top: 6px;
}
.col6 {
	float: right;
	padding: 20px 0 0;
	width: 299px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #38393f;
	margin-top: 10px;
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 1.8em;
	width: 299px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 14px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top
}
.box .content{
	background: #191A1E;
	height: 1%;
	padding: 0 10px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1{
	margin: 0 0 1em;
	letter-spacing: 0.4px;
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat left top;
	margin: 0 0 0.5em;
	padding: 0 0 0 70px
}
.list1 li.sktest{
	background: url(../images/ico-test.gif) no-repeat left top
}
/*=== Pics, Thumbs, Ads etc. ===*/
.ads img{
	margin: 0 0 0 4px
}
/*=== Footer ===*/
#footer{
	border-top: 1px solid #39393f;
	font-size: .9em;
	padding: 6px 0 0
}
#footer a{
	color: #000000
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.blue {
	color: #73dbf2;
}
.submission {
	color: #FFFFFF;
	font-size: 1.3em;
	margin: 0 0 .4em
}
input {
	background-color: #2A2B31;
}
