/* reset CSS defaults to be the same across all browsers
   adapted from http://snipplr.com/view.php?codeview&id=778
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight: normal;}
q:before,q:after{content:'';} /* Cater to IE. Grrrr */

body {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	
	background-image: url("/media/images/96-left-bg.png");
	background-repeat: repeat-y;
}

div#top-background {
	background-image: url("/media/images/96-top-bg.png");
	background-repeat: repeat-x;
	width: 100%;
}

div#background {
	background-image: url("/media/images/96-background.png");
	background-repeat: no-repeat;
	background-position: top left;
}

div#competition-name {
    position: absolute;
    top: 217px;
    right: 6%;
    font-weight: normal;
    font-size: 16pt;
    padding-bottom: 2px;
    border-bottom: 1px solid #ddd;
}

div#header {
/*  position: absolute;
    top: 217px;
    right: 6%;*/
	font-weight: normal;
	font-size: 16pt;
	padding-bottom: 2px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 1em;
}

h1 {
	font-size: 140%;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 1em;
	padding-bottom: 2px;
	text-transform: lowercase;
}

h1.normal {
    text-transform: none;
}

h1.normal_no_bottom {
    text-transform: none;
    margin-bottom: 0;
}

h2 {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 1em;
	color: #666666;
	text-transform: lowercase;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 1em;
	padding-bottom: 2px;
}

h3.person {
	margin-bottom: 0;
}

h4 {
	font-size: 9pt;
	margin-bottom: 0.7em;
	font-style: italic;
}

blockquote {
	padding: 0 4em;
	text-align: right;
}

a {
	color: #2E3192;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#container, div#content {
	display: inline-block;
}

div#navigation {
	float: left;
	width: 15%;
	position: relative;
}

div#navigation ul {
	margin-top: 1em;
}

div#navigation ul li {
	text-align: right;
	padding-right: 1em;
}

div#container {
	padding-top: 285px;
	width: 100%;
}

div#container div.left-margin {
	margin-left: 60px;
}

div#sponsors {
    text-align: center;
}

div#content {
	padding-right: 1em;
	width: 67%;
	float: left;
}

div#footer {
	text-align: center;
	color: #fff;
	background-color: #7ECC31;
	border-bottom: 36px solid #CCCED0;
	margin-left: 44px;
	padding: 0.2em;
}

div#footer a {
	font-style: underline;
	font-weight: normal;
	color: #fff;
}

div#content p {
	margin-bottom: 1em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/** message list **/
ul.message_list {
    margin: 0.75em;
    border: 1px solid #AAAAAA;
    background-color: lightyellow;
    padding: 0.5em;
}

ul.message_list li {
    margin-bottom: 0.5em;
    list-style-position: inside;
    list-style-image: url('../images/icons/information.png');
    list-style-type: none;
    margin: 0;
}

div#content ul.message_list li {
    margin-top: 0;
}

ul.whats-next {
    font-size: 130%;
    margin: 1em 0;
    padding: 0;
}

ul.whats-next li {
    list-style-position: inside;
    list-style-image: url('../images/icons/bullet_go.png');
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/** vertical and horizontal tables **/
table.vertical th {
    text-align: right;
    font-weight: bold;
}

table.vertical.top th {
    vertical-align: top;
}

table.vertical th {
    padding-top: 1em;
}

table.horizontal td, table.horizontal th,
table.vertical td, table.vertical th {
    padding: 0.5em;
}

table.vertical td.remove img {
    vertical-align: middle;
}

table.vertical td.remove a:hover {
    text-decoration: none;
}

table.vertical td.submit {
    text-align: right;
}

table.spacing td {
	padding: 0.5em;
}

table.spacing th {
	padding: 0.5em;
	text-align: right;
	vertical-align: top;
	width: 20%;
	font-weight: bold;
}

table.spacing th label {
	font-weight: bold;
}

table.spacing td.submit, 
table.vertical td.submit {
	text-align: right;
}

table.spacing ul.errorlist {
	font-weight: bold;
	color: #c00;
}

table.submissions {
	margin-bottom: 1em;
}

table.submissions td {
	padding: 0.5em;
}

.o {
	background-color: #eeeeee;
}

table.submissions th {
	padding: 0.5em;
	font-weight: bold;
}

table.submissions th label {
	font-weight: bold;
}

table.submissions .submit {
	padding-top: 1.2em;
	text-align: right;
}

table.submissions p {
	margin: 0;
}

table.submissions ul.errorlist {
	font-weight: bold;
	color: #c00;
}

form#login input[type=submit],
form#create-account input[type=submit] {
	float: right;
}

form#update-profile textarea#id_street {
	width: 25em;
	height: 3em;
}

div.paginator_navigation {
	text-align: right;
	margin-bottom: 1em;
}

div.paginator_navigation span.current_page {
	font-size: 130%;
	font-weight: bold;
}

ul.messagelist {
	font-weight: bold;
	color: #c00;
}

div#judge_panel {
	width: 100%;
	background-color: #7ECC31;
	margin-bottom: 1em;
	padding: 1em;
	border-top: 2px solid #89E131;
	border-left: 2px solid #89E131;
	border-right: 2px solid #65A526;
	border-bottom: 2px solid #65A526;
}

div#judge_panel h1 {
	color: white;
}

div#judge_panel div#nav {
	float: right;
}

div#nominee_navigation {
	margin: auto auto;
	text-align: center;
}

div#portal {
/*	background-color: #efefef;*/
}

div#paypal_payment {
	float: right;
}

div#content ul {
	list-style: inside;
/*  margin-bottom: 1em;
    margin-left: 1em;*/
}

div#content ul li {
	margin-top: 0.5em;
}

ul#winners li {
	list-style: none;
	padding: 1em;
}

.competitions td.competition-name {
	font-size: 130%;
}

.competitions th {
    padding: 0.5em;
    font-weight: bold;
}

.competitions td {
    padding: 0.8em;
}

.competitions td.registration {
    text-align: right;
}

.competitions {
    margin-bottom: 1.5em;
    width: 45em;
}

#navigation ul.all-competitions {
    margin-left: 20px;
}

#navigation ul.all-competitions li.current span {
    font-weight: bold;
}

#navigation ul.all-competitions li.current {
    padding: 0 1em 1em 0;
}

#navigation ul.all-competitions ul {
    margin-top: 0.5em;
}

#navigation ul.all-competitions ul li {
    padding-right: 0;
}

.pagelet table td {
    vertical-align: top;
}

a#go-home {
    display: block;
    position: absolute;
    top: 30px;
    left: 250px;
    width: 410px;
    height: 150px;
    z-index: 500;
}

div#content ul.errorlist {
    margin: 0 0 1em 0;
    background-color: lightyellow;
    font-size: 90%;
}

div#content ul.errorlist li {
    padding: 0.5em;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    list-style: none;
}

ul.submissions li {
    list-style-image: url('../images/icons/report.png');
}

ul.submissions li.create {
    padding-top: 1em;
    list-style-image: url('../images/icons/report_add.png');
}

ul.header-actions-left {
	margin: 0.2em 0 1em 0;
	font-size: 93%;
}

ul.header-actions-left li {
	display: inline;
	border-left: 1px solid lightgray;
	padding: 0 0.2em 0 0.5em;
}

ul.header-actions-left li:first-child {
	padding: 0 0.2em 0 0;
	border-left: none;
}

form textarea {
    width: 50em;
    height: 20em;
}

#faq-questions {
    list-style: decimal;
    margin-left: 20px;
}

.incomplete {
    color: red;
    text-transform: uppercase;
    font-weight: bold;
}

.complete {
    color: green;
    font-weight: bold;
}

div#nominee_navigation {
    margin-top: 3em;
}

div#nominee_navigation a {
    font-size: 125%;
}

#judges th {
    font-weight: bold;
}

#judges td, th {
    padding: 0.4em;
}

.note {
    color: red;
}

h2.winner {
  font-size: 210%;  
}

.announcement {
    font-size: 120%;
}

a.edit {
    font-size: 10pt;
}

#register {
    font-size: 15px;
}

#register{
    margin: 15px;
}

#register dd{
    margin: 15px;
}
