﻿/*auto inclusion of style sheets doesnt work with nested master pages so do manually here*/
@import "main.css";

/* DESIGN CSS - Daryl */

.primary-holder{
	width:600px;
	float:left;
	margin-top:61px;
}
.column1{
	float:left;
	margin:-12px 0 0;
	background-image:none;
	position:relative;
	display:inline;
}

.primary-panel {
width:95%;
padding:20px 0 20px 0 !important; /* Corrects alignment issues on non challenge pages */
}

.content{
	width:569px;
	margin-top:-23px;
	padding-bottom:67px;
	position:relative;
	margin-left:5px;
}

.content-t{
	background:url(img/bg-content-t-wide.png) no-repeat;
	padding:25px 0 0;
	width:569px;
	position:relative;
	z-index:100;
}

.content-c{
	background:url(img/bg-content-c-wide.png) repeat-y;
	width:548px;
	padding:0 0 0 23px;
	/*padding:13px 10px 32px 22px;
	width:537px;*/
	/*overflow:hidden;*/
	/* NEW ^^^ Hidden overflow has hiding parts of the "person jumping" image*/
	float:left;
	height:auto;
}
.content-b{
	background:url(img/bg-content-b-wide.png) no-repeat;
	width:569px;
	height:28px;
	overflow:hidden;
	z-index:1;
	float:left;
}
