body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 140%;
	color:#707070;
	margin:0px;
	/*
	background:url(/images/background.jpg) no-repeat center top #222222;
	*/
}

.container {
	width:892px;
	margin:0px auto;
}

#top {
	overflow:hidden;
	height:100%;
}

#top #content_left {
	overflow:hidden;
}

#top #content_left img {
	float:right;
}

#top #top-right {
	width:580px;
	float:right;
	text-align:right;
	padding-top:15px;
	font-family:'CenturyGothicBold',sans-serif;
	font-size:12px;
}

#top #top-right #logout {
	padding-bottom:10px;
	padding-right:10px;
}


#home_header {
	margin-top:10px;
}

#home_heading {
	font-size:38px;
	text-align:right;
	padding-top:18px;
	padding-bottom:30px;
	line-height:34px;
	letter-spacing:-1px;
	font-family: 'CenturyGothicBold', sans-serif;
}

#content_left {
	width:276px;
	float:left;
	text-align:right;
}

#content_right {
	float:left;
	padding:20px 0 6px 14px;
	width:600px;
	overflow:hidden;
	
	min-height:650px;	
}


.content {
	overflow:hidden;
	/*margin-top:15px;*/
	padding:30px;
}

.top_notice {
    overflow: hidden;
    margin-top: 15px;
    background-color: #fdd302;
    padding: 20px;
    color: black;
    font-size: 12px;
    width:910px;
}

.top_notice a {
    text-decoration: underline;
    color: black;
}

.top_notice img {
     display: block;
     float: right;
     margin: 0 10px;
}

/************* Page **********/
#page {
	background-color:#131313;
	padding:5px;
	overflow:hidden;
	height:100%;
}

#page-heading {
	padding:8px 15px 10px 14px;
	overflow:hidden;
	height:100%;
}

#page-body {
	padding:10px 15px;
	overflow:hidden;
	height:100%;
}

#page-heading h2 {
	float:left;
	font-family: 'CenturyGothicBold', sans-serif;
}

#page-body h2 {
	font-family: 'CenturyGothicBold', sans-serif;
	padding-bottom:10px;
}

#page-heading span {
	display:block;
	padding-left:20px;
	float:left;
	line-height:200%;
}

#page-body .avatar {
	margin-right:14px;
	width:64px;
	display:inline;
}

#page-body .avatar div {
	width:64px;
	height:64px;
	overflow:hidden;
	border:1px solid #707070;
}

/************* Page **********/

/************ Members **********/
#page-heading form {
	float:left;
	padding-left:20px;
}

#page-heading form select {
	width:170px;
}

#page-body .designer {
	overflow:hidden;
	margin:0 20px 20px 0;
}

#page-body .designer .avatar {
	float:left;
}

#page-body .designer .info {
	float:left;
	width:170px;
	overflow:hidden;
}

/************ Members **********/

/************* Box Content **********/
#box_contents {
	overflow:hidden;
	padding-top:5px;
}

#box_contents .box {
	background-color:#111111;
	margin-top:10px;
}

#box_contents .head {
	overflow:hidden;
	padding:12px 15px 12px 15px;
	height:100%;
}

#box_contents .head h3 {
	float:left;
	padding-right:17px;
	font-family: 'CenturyGothicBold', sans-serif;
}

#box_contents .head ul {
	margin:0px; 
	padding:0px;
	list-style-type:none;
	overflow:hidden;
}

#box_contents .head ul li {
	float:left;
	margin-right:5px;
	cursor:pointer;
	text-align:center;
	padding:3px;
}

#box_contents .head ul li.selected {
	background-color:#222222;
}

#box_contents .body {
	overflow:hidden;
	height:100%;
	padding:0 15px 10px;
}

#box_contents .post {
	float:left;
	margin-left:20px;
	width:95px;
}

#box_contents .post div {
	width:94px;
	height:94px;
	overflow:hidden;
	border:1px solid #707070;
}

#box_contents .body .left-content {
	width:330px;
	float:left;
	overflow:hidden;
	padding-right:12px;
}

#box_contents .body .right-content {
	float:left;
	width:228px;
	overflow:hidden;
}

/**********  Recent Post ***********/
#box_contents .recent-post {
	clear:both;
	display:none;
}
/*********************************/

/**********  Spot Light ***********/
#box_contents #spot-light {
	clear:both;
}

#box_contents #spot-light .left-content img {
	float:left;
	margin-right:10px;
	border:1px solid #707070;
}
/*********************************/

/**********  Tutorials ***********/
#box_contents #tutorials {
	clear:both;
}

#box_contents .head h3.left {
	padding-right:0px;
}

#box_contents .head h3.right {
	padding-left:265px;
}

/*********************************/


/************* Box Content **********/

/************ Footer *****************/
#footer {
	/*
	background:url(/images/footer_gradient.jpg) repeat-x #131313;
	*/
	padding:45px 0;
	width:100%;
}

#footer .container {
	overflow:hidden;
	height:100%;
}

#footer .left {
	float:left;
	overflow:hidden;
	height:100%;
	width:500px;
	padding-left:36px;
}

#footer .left div.partners {
	float:left;
}

#footer .left img {
	margin-right:20px;
}

#footer .left div.copyright {
	clear:both;
	padding:15px 0 0 0px;
}

#footer .right {
	float:right;
	overflow:hidden;
	height:100%;
}

#footer .right ul {
	margin:0px; 
	padding:0px;
	list-style-type:none;
}

#footer .right ul li {
	float:right;
	margin-left:15px;
}

/************ Footer *****************/


/************ Menu *****************/
#home_menu {
	background:url(/images/menu-bar.jpg) no-repeat right;
	padding:10px 12px 10px 0;
	overflow:hidden;
	height:100%;
}

#home_menu ul {
	list-style-type:none;
}

#home_menu ul li {
	padding-bottom:3px;
	font-size:16px;
	font-family: 'CenturyGothicBold', sans-serif;
	line-height:16px;
	float:right;
	padding-left:15px;
}

#home_menu ul li a {
	color:#fdd302;
	text-decoration:none;
}

#home_menu ul li a:hover {
	color:#707070;
}
/************ Menu *****************/


/********** Thread Update *********/
#thread-updates {
	background-color:#131313;
	color:#999999;
	margin:20px 0 0 36px;
	padding:5px 8px;
	text-align:left;
}

#thread-updates .thread-heading {
	padding-left:14px;
	font-size:14px;
	/*
	background:url(/images/live.gif) no-repeat left 50%;
	*/
	font-family: 'CenturyGothicBold', sans-serif;
	font-size:16px;
	line-height:16px;
	margin-bottom:15px;
}

.thread-updates {
	border-bottom:1px dashed #707070;
	overflow:hidden;
}

.thread-updates .thread-wrap {
	overflow:hidden;
	padding:6px 0px;
	clear:both;
}

.thread-updates .thread-wrap .thread-avatar {
	display:block;
	float:left;
	overflow:hidden;
}

.thread-updates .thread-wrap .thread-avatar .img img {
	border:0px;
	width:30px;
	border:1px solid #707070;
}

.thread-updates .thread-wrap .thread-text {
	margin-left:40px;
	width:180px;
	overflow:hidden;
}

.thread-updates .thread-wrap .thread-text p {
	margin:0;
	padding:0;
	width:auto;
}

/********** Thread Update *********/

/********** Profile *********/
#profile-head {
	overflow:hidden;
	height:100%;
}

#profile-body .avatar {
	width:100px;
	margin:0 0 10px 0;
	display:block;
}

#profile-body .avatar div {
	width:100px;
	height:100px;
}

#profile-body .ranks {
	float:right;
	overflow:hidden;
	padding-left:10px;
}

#profile-body .rank {
	padding-bottom:5px;
	text-align:right;
}

#profile-body #box_contents {
	clear:both;
}

#profile-footer {
	text-align:right;
	padding-top:5px;
}

#profile-body #box_contents .head {
	padding-left:0px;
}

#profile-body #box_contents .head h3 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#profile-body #box_contents .body {
	padding-left:0px;
	padding-right:5px;
}

#profile-body #box_contents .box {
	background-color:#131313;
}

/********** Profile *********/

/********** About *********/
.about #page-heading {
	padding-bottom:0px;
}

.about #box_contents .body {
	padding:0px;
}

.about #box_contents .post {
	width:152px;
	margin-left:0px;
	margin-right:30px;
	margin-bottom:30px;
}

.about #box_contents .post div {
	background:none;
	height:auto;
	width:auto;
	border:0px;
}

.about #box_contents .post div img {
	border:1px solid #707070;
}

.about #box_contents .box {
	background-color:#131313;
}

/********** About *********/

/********** Resources *********/
.resource_menu_top {
	list-style-type:none;
}

.resource_menu_top li {
	float:left;
	padding:0 5px;
	font-size:12px;
	border-right:1px solid #fdd302;
}

#resources-menu div {
	float:left;
	padding:3px 6px;
	clear:both;
}

/********** Resources *********/

/********** Search *********/
#search {
	overflow:hidden;
	height:100%;
	padding:20px 0 10px 0;
}
#search a {
	float:right;
}
#search h3 {
	padding-bottom:4px;
}
#search input {
	float:right;
	margin-right:5px;
	width:190px;
}
/********** Search *********/

/********** Newsletter *********/
#newsletter-subscribe {
	width:271px;
	background-color:#000;
	padding:13px;
}

#newsletter-subscribe span {
	display:block;
	font-size:14px;
	padding-bottom:10px;
}
/********** Newsletter *********/

/********** Sitemap *********/
ul.sitemap {
	margin-bottom:30px;
	padding:0px;
	list-style:none;
	float:left;
}
ul.sitemap li ul {
	float:none;
	list-style:none;
}
.width220 {
	width:219px;
	margin-right:27px;
}
.width140 {
	width:157px;
}
/********** Sitemap *********/

.fade {
	background-color:#303030; 
	padding:3px 6px 5px 10px;
}

.dark {
	padding:3px 6px 5px 10px;
}

em {
	color:#FF0000;
}

.bold {
	font-weight:bold;
}

hr {
	background-color:#454545;
	border-color:#454545;
	border-style:none none solid;
	border-width:1px;
	color:#454545;
	height:1px;
	margin-top:0px;
}

.flash_notice {
  margin: 10px 0;
  padding: 7px;
  background-color: #cfc;
  font-size:14px;
  color:#000;
  font-weight:bold;
  border:1px solid #060;
}

.flash_error {
  margin: 10px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
  font-size:14px;
  font-weight:bold;
}

.yellow {
	color:#fdd302;
}

.red {
	color:red;
}

h1, h2, h3, h4, h5, ul, li, form, button {
	margin:0;
	padding:0;
}

h3 {
	line-height:normal;
	font-size:16px;
}

h2 {
	font-size:18px;
	line-height:normal;
}

a {
	color:#fdd302;
	text-decoration:none;
}

* {
	margin:0;
	padding:0;
}
