/* ********** [ GENERAL ] ********** */

* {
	margin: 0px;
	padding: 0px;
}
div.clear {
	clear: both;
}
body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	color: #333333;
	background: #1e2630 url('bg.png');
	cursor: default;
	font: 12px arial, verdana, sans-serif;
}
/* ********** [ PAGE ] ********** */

div#page_wrap {
	width: 940px;
	margin: 0 auto;
}
div#page {
	margin: 0px auto;
	width: 940px;
}
/* ********** [ HEADER ] ********** */

div#header_wrap {
}
div#header {
	margin: 0px auto;
	width: 940px;
	height: 130px;
	position: relative;
}
div#header h1 {
	display: inline;
	width: 275px;
	height: 80px;
	background: url('logo.png') left top no-repeat;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
}
div#header h1 a, div#header h1 a:hover, div#header h1 a:active, div#header h1 a:visited {
	display: block;
	width: 275px;
	height: 80px;
	float: left;
	text-indent: -10000px;
}
div#header span a {
	display: block;
	position: absolute;
	top: 66px;
	right: 0px;
	width: 172px;
	height: 33px;
	background: url('signup.png') left top no-repeat;
	text-decoration: none;
}
div#header span a:hover {
	text-decoration: none;
}
.head_ads {
	position: absolute;
	top: 35px;
	right: 0px;
	background: #000;
}
.head_ads a img {
	border: none;
}
.loginbox {
	width: 309px;
	height: 42px;
	background: url('login_bg.png') left top no-repeat;
	float: right;
}
.inputbox {
	background: url('top_input.png') left top no-repeat;
	width: 100px;
	height: 20px;
	display: inline-block;
	margin-top: 5px;
	margin-right: 5px;
}
.top_input {
	width: 96px;
	height: 18px;
	border: none !important;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 4px;
	background: none;
}
.top {
	vertical-align:middle;
	border: none;
}
.remember {
	margin-right: 5px;
}
#simpleTooltip {
	background: url('tip.png') left top no-repeat;
	width: 105px;
	height: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
	padding-top: 7px;
}
input.topbutton {
	width: 50px;
	height: 20px;
	background: url('go.png') 0px 0px no-repeat;
}
input.topbutton:hover {
	width: 50px;
	height: 20px;
	background: url('go.png') 0px -20px no-repeat;
}
/* ********** [ WELCOME ] ********** */

.welcome {
	width: 940px;
	height: 135px;
	margin: 0 auto;
	background: url('welcome.png') left top no-repeat;
	position: relative;
}
.w_foot {
	width: 940px;
	height: 4px;
	margin: 0 auto;
	background: url('w_foot.png') left top repeat-x;
	position: relative;
	margin-bottom: 20px;
}
.w_text {
	position: absolute;
	width: 516px;
	height: 113px;
	background: url('w_text.png') left top no-repeat;
	left: 20px;
	top: 13px;
}
.welcome a {
	display: block;
	width: 129px;
	height: 40px;
	background: url('w_more.png') 0px 0px no-repeat;
	text-decoration: none;
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.welcome a:hover {
	text-decoration: none;
}
/* ********** [ FOOTER ] ********** */

div#footer_wrap {
	margin: 0px auto;
	width: 940px;
	height: 64px;
	background: url('footer.png') left top no-repeat;
	margin-bottom: 30px;
}
div#footer {
	font: bold 11px/64px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}
div#footer a {
	color: #ffffff;
	text-decoration: none;
	font: bold 11px/64px Arial, Helvetica, sans-serif;
}
div#footer a:hover {
	text-decoration: underline;
}
/* ********** [ CONTAINER ] ********** */

div#container_wrap {
	margin: 0px auto;
	width: 940px;
	margin-bottom: 20px;
}
div#container {
}
/* ********** [ CONTENT ] ********** */

#content_wrap {
	margin-bottom: 20px;
	width: 680px;
	overflow: auto;
	float: left;
}
#content {
	width: 680px;
	overflow: auto;
	float: left;
}
.rcolumn {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float: right;
	margin-bottom: 20px;
}
.rcolumn div.rblock {
	width: 250px;
	margin-bottom: 10px;
	background: url('rblock.png') left bottom no-repeat;
	border: none;
}

.rcolumn div.rblock#what_are_u_doing {
	padding-bottom: 5px;
}
.rcolumn div.rblock ul.menu {
	width: 100px;
	list-style: none;
	float: left;
	display: block;
	margin: 10px 0px 10px 20px;
}
.rcolumn div.rblock ul.menu a {
	color: #333;
	font: bold 13px/23px Arial, Helvetica, sans-serif;
	text-decoration: none
}
.rcolumn div.rblock ul.menu a:hover {
	color: #666;
	text-decoration: none
}
.rblock_f {
	font: bold 18px/35px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px #4c9438;
	width: 235px;
	height: 35px;
	background: url('rblock_f.png') left bottom no-repeat;
	text-decoration: none;
	text-align: right;
	padding-right: 15px;
}
.rblock_f a {
	font: bold 18px/35px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px #4c9438;
	text-decoration: none;
}
.rblock_f a:hover {
	text-decoration: none;
	color: #ffffff;
}
.rcolumn div.rblock h3 {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	background: #1e2630 url('rblock_title.png') left top no-repeat;
	width: 235px;
	height: 35px;
	font: bold 18px/35px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-shadow: 1px 1px #1887d3;
}

.rcolumn div.rblock h3 a{
	border-bottom:dashed;
}

.rcolumn p {
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px;
	padding: 0px;
	padding-bottom: 10px;
}
.rcolumn p a {
	color: #000;
	line-height: 22px;
}
.rcolumn p a:hover {
	color: #0d94e7;
	line-height: 22px;
	text-decoration: none;
}
/* ********** [ MAIN NAVIGATION ] ********** */

div#headernav_wrap {
	margin: 0px auto;
	width: 940px;
	height: 35px;
	margin-bottom: 20px;
}
div#headernav {
}
div#headernav ul {
	float: left;
	height: 35px;
	list-style-type: none;
}
div#headernav ul li {
	float: left;
	text-align: center;
}
div#headernav ul li a {
	height: 35px;
	width: 110px;
	display: block;
	float: left;
	background: url('headnav.png') 0px 0px no-repeat;
	margin-right: 15px;
	position:relative;
}
div#headernav ul li a span {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:100;
}
div#headernav ul li a.home {
	background: url('nav_home.png') 0px 0px no-repeat;
}
div#headernav ul li a.home span {
	background:url('nav_home.png') 0px -35px no-repeat;
}
div#headernav ul li a.signup {
	background: url('nav_signup.png') 0px 0px no-repeat;
}
div#headernav ul li a.signup span {
	background:url('nav_signup.png') 0px -35px no-repeat;
}
div#headernav ul li a.blogs {
	background: url('nav_blogs.png') 0px 0px no-repeat;
}
div#headernav ul li a.blogs span {
	background:url('nav_blogs.png') 0px -35px no-repeat;
}
div#headernav ul li a.search {
	background: url('nav_search.png') 0px 0px no-repeat;
}
div#headernav ul li a.search span {
	background:url('nav_search.png') 0px -35px no-repeat;
}
div#headernav ul li a.pics {
	background: url('nav_pics.png') 0px 0px no-repeat;
}
div#headernav ul li a.pics span {
	background:url('nav_pics.png') 0px -35px no-repeat;
}
div#headernav ul li a.mods {
	background: url('nav_mods.png') 0px 0px no-repeat;
}
div#headernav ul li a.mods span {
	background:url('nav_mods.png') 0px -35px no-repeat;
}
div#headernav ul li a.videos {
	background: url('nav_video.png') 0px 0px no-repeat;
}
div#headernav ul li a.videos span {
	background:url('nav_video.png') 0px -35px no-repeat;
}
div#headernav ul li a.cp {
	background: url('nav_cp.png') 0px 0px no-repeat;
}
div#headernav ul li a.cp span {
	background:url('nav_cp.png') 0px -35px no-repeat;
}
div.jedit {
	color: #333;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 10px;
	height: 20px;
	padding-bottom: 10px;
	display: block;
	width: 200px;
	font-weight: bold;
}

/* ********** [ COMMON ITEMS ] ********** */

h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	font: bold 16px/20px arial, verdana, sans-serif;
	color: #0C4D9C;
}
h2 {
	margin-bottom: 5px;
	font: bold 16px/20px arial, verdana, sans-serif;
	border-bottom: 1px solid #d4d4d4;
}
h3 {
	font: bold 14px/18px arial, verdana, sans-serif;
}
h4 {
	font: bold 12px/16px arial, verdana, sans-serif;
}
h5 {
	font: bold 11px/16px arial, verdana, sans-serif;
}
p {
	font: 14px/16px arial, verdana, sans-serif;
	color: #222222;
	margin-bottom: 5px;
}
a {
	color: #0d94e7;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0d94e7;
}
/* sidebar box */
div.sidebox_wrap {
	margin-top: 10px;
}
div.sidebox {
}
div.sidebox table {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}
div.sidebox table td {
	vertical-align: top;
}
div.sidebox h3 {
	margin: 0px;
	padding: 0px;
	font: bold 12px/16px arial, verdana, sans-serif;
	color: #0C4D9C;
}
div.sidebox div.data {
	padding: 5px 0px;
	font-size: 11px;
}
/* polls */
div.polls table td {
	vertical-align: middle;
}
