body {
    background-color: #FFF;
    font-size: 14px;
    font-family: "lucida grande", arial, helvetica, sans-serif;
    padding-top: 0;
    color: #444;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #5B1666;
}

a:link {
    color: #5B1666;
}

a:visited {
    color: #5B1666;
}

a:hover {
    color: #000;
}

a:active {
    color: #5B1666;
}

sub {
	font-size: 80%;
	vertical-align: sub;
}

sup {
	font-size: 80%;
	vertical-align: sup;
}

img {
	border: none;
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#shell {
	display: none;
}

#wrapper {
    width: 990px;
    margin: 0 auto;
    position: relative;
    font-size: 95%;
    
}
#masthead {
	padding-left: 55px;
}
#masthead h1 {
	padding: 60pt 0 0;
	font-size: 160%;
}

#masthead h1 a {
	color: #000;
	text-decoration: none;
}

#nav {
	display: none;
}

#utility-nav {
	display: none;
}

#sponsors {
		position: absolute;
		top: 0;
    height: 36px;
}

#sponsors ul {
		width: 100%;
}

#sponsors li {
    display: inline;
    margin: 0 30px 0 0;
}

#sponsors li#siemens {
    padding-top: 12px;
}

#sponsors li#discovery-education {
}

#sponsors li#nsta {
    margin-right: 0;
    padding-top: 5px;
}

#content {
    width: 100%;
}

#content .gutter {
    padding: 0 30px;
}

#left-column {
		display: none;
}

#right-column {
}

#right-column .gutter {
    padding: 1.5em;
}

#right-column h1 {
    font-size: 150%;
    margin-bottom: 1em;
}

#right-column h3 {
    font-size: 120%;
    margin-bottom: 1em;
		line-height: 1.4em;
}


#right-column h4 {
    font-size: 110%;
    margin-bottom: 1em;
}

#right-column h5 {
    margin-bottom: 1em;
}

#right-column h1, #right-column h2, #right-column h3, #right-column h4, #right-column h5, #right-column h1 a, #right-column h2 a, #right-column h3 a, #right-column h4 a, #right-column h5 a {
	color: #333;
}

#content p {
    margin-bottom: 1em;
    line-height: 1.5em;
}

#right-column ul, #right-column ol {
    margin-bottom: 1em;
    margin-left: 40px;
}

#right-column ul li {
    list-style: disc;
    /*list-style-image: url(../images/bullet1.png);*/
    margin-bottom: .5em;
    line-height: 1.5em;
}

#right-column ol li {
    list-style-type: decimal;
    margin-bottom: .5em;
    line-height: 1.5em;
}

#right-column ol.alpha li {
	list-style-type: lower-alpha;
}

#right-column ol li ul li {
    list-style-type: circle;
}

#right-column ul li ul {
    margin-left: 30px;
    margin-top: .5em;
}

#right-column ul li ul li {
    list-style: circle;
}

#right-column table {
    width: 100%;
    margin-bottom: 1em;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

#right-column table caption {
    font-weight: bold;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#right-column table th {
    background: #eee url(../images/thead_bg.png) repeat-x 0 50%;
    width: 25%;
}

#right-column table td, #right-column table th {
    padding: 3px 3px 3px 6px;
    border: 1px solid #ccc;
    border-top: none;
	border-right: none;
}

#right-column table td {
    color: #5B1666;
	
}

#right-column table th {
	vertical-align: middle;
	font-weight: bold;
	font-size: 95%;
}

#right-column table tr.error td {
    border: 1px solid #cc0000;
}

#right-column table td ul {
    margin: 0;
    padding: 0;
}

#right-column table td ul li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

#right-column div.errors {
    background: #cc0000 url(/media/static/images/error.png) no-repeat 0.5em 0.5em;
    margin: 0 0 1em 0;
    padding: 0.5em 0.5em 0.5em 30px;
    color: #fff;
}

#right-column div.errors a {
    color: #fff;
}

#right-column div.errors ul {
    margin: 0;
    padding: 0;
}

#right-column div.errors ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#right-column .school-list {
    overflow: auto;
    height: 250px;
}

#right-column .school-list td,
#right-column .school-list th {
    padding: 0.5em;
}

#right-column table .errorlist {
    display: inline;
    color: #cc0000;
    font-size: 90%;
}

#right-column table .errorlist li {
    display: inline;
    float: none;
    margin-left: 10px;
}

.required {
    color: #5B1666;
    margin-left: 3px;
}

#left-column #application-menu {
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
}

#left-column #application-menu h3 {
    margin-bottom: 1em;
}

#left-column #application-menu ul {
    margin-bottom: 1em;
    margin-left: 15px;
    font-size: 95%;
}

#left-column #application-menu ul li {
    margin-bottom: .5em;
}

.highlight {
    /*background-color: yellow;*/
}

.photo-right {
    float: right;
    margin: 0 0 1em 1em;
}

.clearer {
    clear: both;
}

#right-column .signature-statement {
    border: 1px solid #ddd;
    height: 200px;
    overflow: auto;
}

#right-column .signature-statement .gutter {
    padding: 5px 10px 5px 10px;
}

#footer {
	display: none;
}


/* page specific */

body.login #utility-nav li#log-in a {
    background-position: -180px 0;
}

body.register #utility-nav li#register a {
    background-position: -222px 0;
}

body.home #content .gutter {
	float: left;
	padding-right: 34px;
	padding-bottom: 0;
}

body.home #left-column {
    width: 552px;
    float: left;
}

body.home #right-column {
    width: 340px;
    height: 395px;
    float: right;
}

body #right-column ul.vid-gallery {
	display: block;
	margin: 0;
	padding: 0;
	font-size: .8em;
}

body #right-column ul.vid-gallery li {
	float: left;
	position: relative;
	display: block;
	margin: 0 15px 15px 0;
	list-style: none;
	background: #EFEFEF;
}

body #right-column ul.vid-gallery li a {
		display: block;
		padding: 10px 14px;
		width: 140px;
		height: 200px;
		text-decoration: none;
}

body #right-column ul.vid-gallery li a.locked span.showlock {
	position: absolute;
	top: 4px;
	right: 8px;
	display: block;
	width: 25px;
	height: 25px;
	padding: 0;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(/media/static/images/icon_locked.png) no-repeat 0 0;
}

body #right-column ul.vid-gallery li a img {
		width: 122px;
		margin-bottom: 10px;
		padding: 8px;
		background: #CCC;
		border: 1px solid #BBB;
		border-top-color: #EEE;
		border-left-color: #EEE;
}

body #right-column ul.vid-gallery li a span {
		padding: 0 8px;
		display: block;
}

body #right-column hr.clear {
/*	visibility: hidden;*/
	clear: both;
}

body.faq h1 {
	margin-bottom: 0;
}

body.faq h3 {
		margin-top: 2em;
}

body.prizes h1 {
	margin-bottom: 0;
}

body.prizes h3 {
	margin-top: 2em;
}

body.prizes h4 {
	border-top: 1px solid #EFEFEF;
	margin-top: 1em;
	padding-top: 1em;
	font-weight: bold;
}


#addthis {
display:none;
}

table, tbody, th, td, tr {
border:none;
}

/* Judging Pages
*****************************************************************************/
body.judging #masthead h1 {
    margin-bottom: 0.25em;
}

#right-column #judging ul.action-items,
#right-column #judging ul.form-items {
    display: none;
}

#right-column #judging h4 {
    color: #5B1666;
    font-weight: bold;
}