@charset "utf-8";
/* CSS Document
style sheet oringinally created by wes jones. Edited by jacob parrish.
styles can be greatly improved but were settled on due to time. When updating
keep this in mind.
*/

* {
	padding: 0;
	margin: 0;
}
img {border:none;}
label, button, input[type="submit"]{cursor:pointer;}
:focus { -moz-outline-style: none; }

a:hover{
	text-decoration:underline !important;
}

 /* ####################################
 	Size and positioning of containers   */
	
body {
	background-color: #0d0936;
	font-family: Palatino Linotype, Times New Roman, sans-serif;
	color:#0d0936;
}

h2{
	color: #8e84c5;
	text-decoration:underline;
	font-size:26px;
}
h2.mc-header {
	height:10px;
}

#page {
	width: 1000px;
	margin:0 auto;
}

#wrapper {
	background:url(images/bg_repeat_x.jpg) repeat-x top center;
	float: left;
	width:100%;
}

#page-inner {
	background-image:url(images/bg_top_center.jpg);
	background-repeat:no-repeat;
	min-height:1200px;
}

#top-padding {
	height: 163px;
}

#left-sidebar {
	min-height:233px;
	float:left;
	width:180px;
}

#content {
	width: 800px;
	float: left;
}

#content-inner {
	background-image:url(images/bg_content_top_center.jpg);
	background-repeat:no-repeat;
	min-height:233px;
	float:left;
}

p{
	margin:0;
	padding:0;
}

#awards {
	background:#fff url(images/bg_awards_top.jpg) no-repeat;
	min-height:148px;
	float:left;
	width:800px;
}

.awards-inner {
	padding:28px 50px 0 120px;
}

#awards-bottom {
	background-image:url(images/awards_btm.jpg);
	background-repeat: no-repeat;
	height: 17px;
	float:left;
	width:800px;
}

#content-bottom {
}

#content-bottom-left, #content-bottom-right {
	min-height:17px;
	float:left;
	width: 397px;
	margin:6px 0 0 0;
}

#content-bottom-left {
	margin:6px 6px 0 0;
}

#content-bottom-right{
	background:white url(images/small_container_top.jpg) no-repeat;
}
#bottom-left, #bottom-right {
	background-image:url(images/small_container_btm.jpg);
	background-repeat:no-repeat;
	height:16px;
	float:left;
	width: 397px;
	margin:0 0 30px 0;
}

#bottom-right{
	float:right;
}

#bottom-left {
	margin-right:6px;
}

#bottom-left-inner {
	padding:18px 0 0 35px;
	background:white url(images/small_container_top.jpg) no-repeat;
	min-height:321px;
}

/* ############################################
	Sidebar Left Mods 	*/

#title-left {
	margin-top:216px;
	text-align:center;
}

h1 {
	color:white;
	font-size:20px;
	text-transform:uppercase;
	font-weight:lighter;
}

#registration {
	margin-top:41px;
	text-align:center;
}

h3 {
	color: white;
	font-size: 18px;
}
img {
	border: none;
}

h4 {
	text-decoration:underline;
	color: white;
}

#left-sidebar a {
	text-decoration:none;
	color: #A66B91;
}

#scores a{
	color: #a66b91;
}

#left-sidebar ul {
	list-style:none;
}

#scores {
	margin-top:60px;
	text-align:center;
}



/* ###############################################3
	Content Mods 	*/
	
#row-1 {
	padding:58px 0 0 33px;
}

#row-2 {
	margin-top:20px;
}

#row-3 {
	margin-top:10px;
}

#row-4 {
	margin-top:0px;
}

.col-1 {
	float:left;
	text-align:right;
	width:132px;
	clear:both;
}

.col-2 {
	float:left;
	margin-left:14px;
	width:230px;
}

.col-2-special {
	margin-left:146px;
	width:230px;
}

.col-3 {
	float:left;
	margin-right:14px;
	padding-left:44px;
	min-height:130px;
	text-align:right;
	width:146px;
}

.col-4 {
	float:left;
	width: 192px;
}

#admission-title, #admission-info {
	margin-top:14px;
}

#entry-deadline-title {
	margin-bottom:61px;
}

#entry-types-info {
	margin-top:17px;
}

#content-top {
	padding:0 28px 0 0;
	min-height:482px;
	float:left;
	background:white url(images/bg_content_top_center.jpg) no-repeat;
	
}

span.sub {
	font-size:13px;
}


	
span.red {
	color: #f92631;
	font-size:16px;
	text-transform:uppercase;
}

#bottom-left-inner span.red {
	line-height: 31px;
}

span.place {
	text-decoration:underline;
	font-size: 21px;
}

#bottom-right-inner {
	text-align:center;
}

#bottom-right-inner .contact {
	text-align:left;
	padding:18px 0 0 35px;
	margin-bottom:36px;
}

.contact-info {
	height:250px;
	text-align:center;
}

#footer{
	width:800px;
	float:left;
	height:200px;
}

.shout-outs{
	width:150px;
	text-align:center;
	float:left;
	text-decoration:underline;
	color:white;
	margin:0px 120px 100px 120px;
}
#footer a{
	text-decoration:none;
}

#drt-shout-out{
	width:800px;
	margin:0px auto 30px;
	text-align:center;
	color:white;
	float:left;
}

#scratch{
	float:right;
	width:350px;
	margin:0 0 20px 0;
	
}

