@charset "utf-8";

/*

CONTENTS:

01. BODY
02. COMMON
03. HEADER
	- Logo
	- Login
	- Navigation
04. TOP
05. PAGE
	- Main Column
	- Side Column
06. FOOTER


*/


/* RESET */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}


/* BODY */
/* BODY was Customized in Bootstrap's main CSS */

/* COMMON */

a.custom {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}
a.custom:hover {
	color:#666;
	text-decoration: none;
}

p { margin:10px 0; }
strong { font-weight:bold; }
em { font-style:italic; }

hr {
	background:#fff;
	border:none;
	box-shadow:inset 0 1px #dadada;
	-moz-box-shadow:inset 0 1px #dadada;
	-webkit-box-shadow:inset 0 1px #dadada;
	height:2px;
	margin:10px 0;
}

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

h2.custom {
	color:#666;
	font-size:32px;
	letter-spacing:-1px;
	line-height:32px;
	font-weight: lighter;
}
h2 strong {
	color:#151515;
}
h3.head {
	background:#e3e3e3;
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #dadada;
	box-shadow:inset 0 1px #fff;
	-moz-box-shadow:inset 0 1px #fff;
	-webkit-box-shadow:inset 0 1px #fff;
	color:#444;
	font-size:15px;
	font-weight:bold;
	height:34px;
	line-height:36px;
	margin-top:15px;
	margin-bottom: 0px;
	text-indent:8px;
	text-shadow:0 1px 1px rgba(255,255,255,0.75);
}
.box {
	background:#f9f9f9;
	border-bottom:1px solid #dcdcdc;
	box-shadow:inset 0 1px #fff;
	-moz-box-shadow:inset 0 1px #fff;
	-webkit-box-shadow:inset 0 1px #fff;
	padding:15px;
}

/* HEADER */

#header {
	background:#1d1d1d url(../images/header-bg.png) top repeat-x;
	width:100%;
}
#header .wrap {
	height:90px;
	margin:0 auto;
	position:relative;
	width:970px;
}

/* HEADER: Logo */

#header h1.logo {
	background: url(../images/header-logo.png) top no-repeat;
	height:135px;
	left:-92px;
	position:absolute;
	text-indent:-9999px;
	top:0;
	width:350px;
	z-index:2;
	margin: 0px 0px;
}
#header h1.logo a {
	display:block;
	height:135px;
	text-indent:-9999px;
	width:350px;
}

/* HEADER: Login */

#header form.login {
	height:24px;
	position:absolute;
	right:0;
	text-align:right;
	top:12px;
	width:380px;
}
#header form.login label {
	background-image:url(../images/login-icons.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:24px;
	margin-right:5px;
	text-indent:-9999px;
	width:24px;
}
#header form.login label.user { background-position:0 0; }
#header form.login label.pass { background-position:0 -24px; }

#header form.login input.text {
	background:#eaeaea;
	border:none;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.4);
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	display:block;
	float:left;
	font:14px/24px Arial, Helvetica, sans-serif;
	height:18px;
	margin-right:5px;
	padding-left:3px;
	width:105px;
}
#header form.login button {
	background:#3f3f3f url(../images/login-button-bg.png) top repeat-x;
	border:none;
	border-bottom:1px solid #191919;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:0 1px #333;
	-moz-box-shadow:0 1px #333;
	-webkit-box-shadow:0 1px #333;
	color:#ccc;
	cursor:pointer;
	font:bold 12px/24px Arial, Helvetica, sans-serif;
	display:block;
	float:left;
	height:27px;
	margin-left:5px;
	padding:0 15px 2px;
	text-shadow:-1px -1px #000;
}
#header form.login button:hover {
	background-position:bottom;
	box-shadow:inset 0 1px #000;
	-moz-box-shadow:inset 0 1px #000;
	-webkit-box-shadow:inset 0 1px #000;
	color:#fff;
}

/* HEADER: Navigation */

#header ul.mainnav {
	top:54px;
	line-height:36px;
	position:absolute;
	right:0;
	text-align:right;
	text-shadow:1px 1px 1px #000;
	width:770px;
}
#header ul.mainnav li {
	display:inline-block;
	height:36px;
}
#header ul.mainnav li a {
	color:#dfdfdf;
	display:inline-block;
	font-size:14px;
	font-weight:bold;
	height:36px;
	padding:0 15px;
	text-decoration: none;
	
}
#header ul.mainnav li a:hover {
	color:#fff;
	text-decoration: none;
	
}

/* TOP */

#top {
	background:#f9f9f9;
	border-top:1px solid #fff;
	box-shadow:inset 0 1px #ebebeb;
	-moz-box-shadow:inset 0 1px #ebebeb;
	-webkit-box-shadow:inset 0 1px #ebebeb;
	width:100%;
}
#top .wrap {
	margin:0 auto;
	padding:40px 10px 20px;
	width:950px;
}

/* PAGE */

#page {
	margin:0 auto;
	overflow:hidden;
	padding:5px 0 20px;
	width:970px;
}

/* PAGE: Main Column */

#page .main {
	float:left;
	margin-bottom:20px;
	width:650px;
}
#page .fullwidth {
	float:left;
	margin-bottom:20px;
	width:100%;
}
#page .main ul.thumbs.two-col {
	margin:10px -10px 10px 0;
	overflow:hidden;
}
#page .main ul.thumbs.two-col li {
	float:left;
	margin:0 10px 15px 0;
	text-align:center;
	width:303px;
}
#page .main ul.thumbs.two-col li a img {
	background:#fff;
	border:1px solid #d9d9d9;
	box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	display:block;
	margin-bottom:8px;
	padding:1px;
	width:299px;
}
#page .main ul.thumbs.two-col li a:hover img {
	border:1px solid #bbb;
}
#page .main ul.thumbs li a span.title {
	background:#444;
	color:#fff;
	font-size:13px;
	padding:2px 6px;
}
#page .main ul.thumbs li a:hover span.title {
	background:#333;
	color:#fff;
	font-size:13px;
	padding:2px 6px;
}

/* PAGE: Side Column */

#page .side {
	float:right;
	margin-bottom:20px;
	width:300px;
}
#page span.icon {
	background-image:url(../images/side-icons.png);
	background-repeat:no-repeat;
	display:inline-block;
	height:70px;
	margin-right:10px;
	position:relative;
	top:7px;
	width:70px;
}
#page icon.pps { background-position:0 0; }
#page span.icon.revshare { background-position:0 -70px; }
#page span.icon.webmaster { background-position:0 -140px; }
#page span.icon.support { background-position:0 -210px; }

#page .sidetitle {
	color:#333;
	display:inline-block;
	font-size:40px;
	height:70px;
	letter-spacing:-1px;
	line-height:40px;
}
#page span.sidetitle small {
	color:#666;
	font-size:20px;
	letter-spacing:normal;
	line-height:20px;
}
#page p {
	color:#666;
	margin:0;
	padding-right:20px;
}
#page ul.arrow {
	margin-left: 0px;
}
#page ul.arrow li.gear {
	background:url(../images/gear.png) left no-repeat;
	font-size:14px;
	margin-bottom:5px;
	padding-left:20px;
}
#page ul.arrow li.thumb {
	background:url(../images/thumb.png) left no-repeat;
	font-size:14px;
	margin-bottom:5px;
	padding-left:20px;
}

/* PAGE: Main Column */

#page .fullwidth ul.thumbs.four-col {
	margin:10px -6px 10px 0;
	overflow:hidden;
	width:956px;
}
#page .fullwidth ul.thumbs.four-col li {
	float:left;
	margin:0 6px 15px;
	text-align:center;
	width:224px;
}
#page .fullwidth ul.thumbs.four-col li a img {
	background:#fff;
	border:1px solid #d9d9d9;
	box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);
	display:block;
	height:153px;
	margin-bottom:8px;
	padding:1px;
	width:220px;
}
#page .fullwidth ul.thumbs.four-col li a:hover img {
	border:1px solid #bbb;
}
#page .fullwidth ul.thumbs li a span.title {
	background:#444;
	color:#fff;
	font-size:13px;
	padding:2px 6px;
}
#page .fullwidth ul.thumbs li a:hover span.title {
	background:#333;
	color:#fff;
	font-size:13px;
	padding:2px 6px;
}

/* FOOTER */

#page #footer {
	border-bottom:1px solid #d9d9d9;
	border-top:1px solid #d9d9d9;
	box-shadow:inset 0 1px #f5f5f5, 0 1px #f5f5f5;
	-moz-box-shadow:inset 0 1px #f5f5f5, 0 1px #f5f5f5;
	-webkit-box-shadow:inset 0 1px #f5f5f5, 0 1px #f5f5f5;
	clear:both;
	color:#777;
	font-size:11px;
	padding:10px 0;
	text-align:center;
}
#page #footer a {
	font-weight:normal;
}
#page #footer span {
	padding:0 15px;
}
