body {
	margin: 0;
	padding: 0;
	background-color: #ccc;
}

/*
#container {
	background-color: #999;
	margin: auto;
	padding: auto;
	width: 1024px;
	padding-bottom: 43px;
}
*/

#wrap {
	background-color: #999;
	margin:0 auto;
	width: 1024px;
	overflow: hidden;
}


/*
 * ---------------------------------------------------- HEADER
 */
#header {
	background: url(/images/header_bg_01.jpg) no-repeat;
	position: relative;
	width: 1024px;
	height: 240px;
}

div.homepage header {
	background: url(/images/header-homepage_bg.jpg) no-repeat;
	height: 402px;
}

div.register #header {
	background: url(/images/header-register_bg.jpg) no-repeat;
	height: 338px;
}

div.submit_idea #header {
	background: url(/images/header-submit-idea_bg.jpg) no-repeat;
	height: 338px;
}

div.step_complete #header {
	background: url(/images/header-congratulations_bg.jpg) no-repeat;
	height: 341px;
}

#header #account {
	position: absolute;
	top: 15px;
	left: 563px;
}
/*
#header #account.signedIn {
	position: absolute;
	right: 20px;
	left: auto;
}

#header #account #sign_in {
	position: relative;
}

#header #account #sign_in img {
	position: relative;
	top: 6px;
	margin-right: 3px;
}

#header #account #sign_in input.password {
	position: relative;
	left: 5px;
}

#header #account #sign_in input.go {
	position: relative;
	left: 8px;
}
*/
#header #account.signedIn {
	position: absolute;
	right: 20px;
	left: auto;
}

#header #account #sign_in {
	position: relative;
	top: -5px;
	left: 159px;
}

#header #account #sign_in img {
	position: relative;
	display: block;
	top: -3px;
}

#header #account #sign_in dt {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #ccc;
	font-weight: normal;
	text-transform: uppercase;
	display: inline;
	
}

#header #account #sign_in dd {
	margin: 0;
	padding: 0;
	display: inline;
}

#header #account #sign_in dd input.username {
	position: absolute
	left: 90px;
}

#header #account #sign_in dd input.password {
	position: absolute
	left: 90px;
}

#header #account #sign_in dd input.go {
	position: relative;
}


#header #account #register {
	position: relative;
	top: -19px;
	left: 278px;
	font-size: 11px;
	color: #ccc;
}

#header #account #register a {
	color: #ccc;
	text-decoration: none;
}

#header #account #register a:hover {
	text-decoration: underline;
}

#header #account #profile {
	text-transform: uppercase;
}

#header #account #profile span {
	display: block;
	text-align: right;
}

#header #account #profile div.stats span.welcome {
	font-size: 20px;
	font-weight: bold;
	color: #ffff00;
	text-transform: uppercase;
}

#header #account #profile div.stats span.welcome em {
	font-style: normal;
}

#header #account #profile div.stats span.rank strong {
	font-weight: bold;
	font-size: 14px; 
	color: #ccc;
}

#header #account #profile div.stats span.rank em {
	color: #ffff00;
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
}

#header #account #profile div.functions {
	display: inline;
	position: relative;
	left: 82px;
	color: #ccc;
	font-size: 13px;
}

#header #account #profile div.functions span {
	display: inline;
}

#header #account #profile div.functions span a {
	text-decoration: none;
	color: #ccc;
}

#header #account #profile div.functions span a:hover {
	text-decoration: underline;
}

#header #navigation {
	position: absolute;
	top: 106px;
	left: 197px;
	list-style: none;
}

#header #navigation li {
	display: inline;
}

#header #navigation li#book {
	position: relative;
	left: 11px;
}

#header #navigation li#pranks {
	position: relative;
	left: 18px;
}

#header #navigation li#youtube {
	position: relative;
	left: 23px;
}

#header #navigation li#facebook {
	position: relative;
	left: 36px;
}

#header #search {
	position: absolute;
	top: 107px;
	left: 808px;
}

#header input.go {
	position: relative;
	top: 7px;
	left: 3px;
}
/*
 * ----------------------------------------------------
 */






/*
 * ---------------------------------------------------- LEFT COLUMN
 */
#main {
	margin-left: 45px;
	margin-top: 40px;
	/* margin-right: 45px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#main.left_column {
    float:left;
    width:630px;
	margin-left: 45px;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

.second-level #main.left_column {
	float: none;
	width: 648px;
	padding-left: 40px;
}

#main .article {
	position: relative;
}

#main .article h2 {
	color: #ffff00;
	font-size: 24px;
	font-weight: bold;
}

#main .article h5 {
	font-size: 16px;
	font-weight: bold;
}

.second-level #main .article {
	position: relative;
	width: 900px;
}

.second-level #main .article h2 {
	color: #ffff00;
	font-size: 24px;
}

.second-level #main .article h5 {
	font-size: 18px;
	font-weight: normal;
}

#main .article p {
	
}

#main .article .article_info {
	position: relative;
	top: 5px;
	font-size: 14px;
	color: #333;
	width: 622px;
}

#main .article .article_info a {
	color: #333;
	text-decoration: none;
}

#main .article .article_info a:hover {
	color: #333;
	text-decoration: underline;
}

#main .article .article_info .date {
	position: absolute;
	left: 5px;
}

#main .article .article_info .permalink {
	position: absolute;
	left: 475px;
	font-weight: bold;
}

#main .article .article_info .comments {
	position: absolute;
	left: 555px;
}

/*--------------------- REGISTER */
#main dl dt {
	margin-bottom: 3px;
}

#main dl dt.checkbox {
	font-weight: normal;
	width: auto;
	margin-right: 0;
	margin-left: 0;
}

#main dl dt input {
	width: 190px;
}

#main dl dt input.checkbox {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}

#main dl dt.birthday input {
	width: 40px;
	margin-right: 10px;
}

#main dl dt textarea {
	width: 220px;
	height: 100px;
}

#main dl dd {
	margin: 0;
	padding: 0;
	margin-bottom: 22px;
	margin-left: 2px;
}

#main dl dd strong {
	font-weight: bold;
	text-transform: uppercase;
}

#main input.sign_up {
	margin-bottom: 50px;
}

div.register #sidebar form input {
	display: block;
	width: 156px;
	margin-bottom: 10px;
}

div.register #sidebar h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.register #sidebar h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 18px;
	color: #ffff00;
	text-transform: uppercase;
}

div.register #sidebar form span {
	font-size: 11px;
	color:#cccccc;
	position: relative;
	top: -8px;
}

div.register #sidebar form input.submit {
	position: relative;
	top: -20px;
	left: 127px;
	width: 35px;
}
/*---------------------*/



/*
 * ----------------------------------------------------
 */






/*
 * ---------------------------------------------------- RIGHT COLUMN
 */
#sidebar {
	float:right;
    width: 270px;
	/*margin-top: -150px;*/
}

* html #sidebar {
	margin-top: 0px;
}

div.register #sidebar {
	margin-top: 0px;
}

#sidebar div.call_to_action a {
	display: block;
}

/*
#sidebar div.call_to_action #check_out {
	position: absolute;
	top: 350px;
}
*/
#sidebar div.call_to_action #check_out {
	position: relative;
}
/*
#sidebar div.call_to_action #begin_training {
	position: absolute;
	top: 405px;
}

#sidebar div.call_to_action #prank_ranks {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 475px;
	background: url(/images/prank-ranks-bg.gif) no-repeat;
	list-style: none;
	width: 238px;
	height: 1311px;
}

#sidebar div.call_to_action #prank_ranks li {
	position: relative;
	left: 21px;
	top: 60px;
	margin-top: 15px;
}

* html #sidebar div.call_to_action #prank_ranks li {
	margin-top: 0px;
}
*/
#sidebar div.call_to_action #begin_training {
	position: relative;
	top: 14px;
}

#sidebar div.call_to_action #prank_ranks {
	margin: 0;
	padding: 0;
	position: relative;
	top: 37px;
	background: url(/images/prank-ranks-bg.gif) no-repeat;
	list-style: none;
	width: 238px;
	height: 1311px;
}

#sidebar div.call_to_action #prank_ranks li {
	position: relative;
	left: 21px;
	top: 60px;
	margin-top: 15px;
}

* html #sidebar div.call_to_action #prank_ranks li {
	margin-top: 0px;
}

/*
 * ----------------------------------------------------
 */



/*
 * ---------------------------------------------------- EDIT PROFILE
 */
#stats {
	list-style: none;
	width: 1024px;
	margin: 0;
	padding: 0;
	position: relative;
}

#stats li {
	display: inline;
}

#stats li.current_rank {
	margin-left: 25px;
}

#stats li strong {
	position: absolute;
	font-size: 49px;
	font-weight: bold;
	color: #ffff00;
	top: 70px;
	left: 80px;
}

#stats li strong.remaining {
	left: 320px;
}

#stats li strong.total_remaining {
	left: 560px;
}

#stats li.current_rank h5 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	position: relative;
	left: 737px;
	top: 10px;
}

#wrap.edit_profile #main h3 {
	font-size: 42px;
	color: #ffff00;
	font-weight: bold;
	text-transform: uppercase;
}

#checklist img.heading {
	margin-top: 10px;
	margin-bottom: 20px;
}

#checklist ol {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 67px;
}

#checklist ol li {
	position: relative;
	margin-bottom: 20px;
	line-height: 1.1;
}

#checklist ol li span {
	color: #000;
	font-size: 14px;
}

#checklist ol li.submit a, #checklist ol li.complete img {
	position: absolute;
	left: -67px;
}
/*
 * ----------------------------------------------------
 */





/*
 * ---------------------------------------------------- SUBMIT FRESH MISCHIEF
 */
#wrap.submit_idea #main {
	width: 623px;
}


#wrap.submit_idea #main p {
	font-size: 16px;
	color: #000;
}

#wrap.submit_idea #main form textarea {
	width: 623px;
	height: 493px;
	display: block;
	margin-bottom: 35px;
}

#wrap.submit_idea #main form input {
	margin-bottom: 45px;
}
/*
 * ----------------------------------------------------
 */



/*
 * ---------------------------------------------------- STEP COMPLETE
 */
#wrap.step_complete #main h3 {
	color: #ffff00;
	font-weight: bold;
	font-size: 28px;
}

#wrap.step_complete #main ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#wrap.step_complete #main ul li {
	font-size: 22px;
	font-weight: bold;
}

#wrap.step_complete #main ul li strong {
	color: #ffff00;
}

 a.back {
	margin-top: 48px;
	margin-bottom: 100px;
	display: block;
}
/*
 * ----------------------------------------------------
 */




/*
 * ---------------------------------------------------- LEVEL UP
 */
#wrap.level_up #main h3 {
	color: #000000;
	font-weight: bold;
	font-size: 25px;
}

#badge {
	position: relative;
	margin-bottom: 20px;
}

#badge #downloads {
	position: absolute;
	top: 123px;
	left: 503px;
}

#badge #downloads a {
	display: block;
	margin-bottom: 22px;
}

#wrap.level_up #stats {
	margin-bottom: 30px;
}
/*
 * ----------------------------------------------------
 */



/*
 * ---------------------------------------------------- FOOTER
 */
#footer {
	position: relative;
	margin-top: 0px; /* negative value of footer height */
	height: 43px;
	clear:both;
	background-color: #333;
}

#footer ul {
	margin: auto;
	padding: auto;
	width: 675px;
	list-style: none;
	position: relative;
	top: 10px;
}

#footer ul li {
	display: inline;
	font-size: 11px;
	color: #ccc;
	text-transform: uppercase;
	/*
	padding-left: 30px;
	padding-right: 30px;
	*/
	padding-right: 46px;
}

#footer ul li a {
	color: #ccc;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}
/*
 * ----------------------------------------------------
 */
