@import url(reset.css);


body {
	background: #3c356e url(../images/background.gif) repeat-y;
	font: 0.69em "Trebuchet MS", sans-serif;
	line-height: 1.6;
}

/* undo reset */
strong { font-weight: bold; }
em { font-style: italic; }
sup { vertical-align: super; font-size: smaller; }

address span {
	display: block;
}

#container {
	background: url(../images/brush.gif) no-repeat;
	height: 500px;
}

#header {
	width: 250px;
}

#header h1 {
	background: url(../images/logo.gif) no-repeat;
	height: 192px;
	text-indent: -10000px;
	width: 290px;
}

#content {
	padding: 23px 62px 200px 60px;
	left: 250px;
	background: url(../images/lower-brush.gif) no-repeat right bottom;
	color: #3c356e;
	width: 452px;
}
#sidebar {
	left: 824px;
}

#header,
#content,
#sidebar {
	position: absolute;
}

#content h1 {
	color: #3db5c5;
	font-size: 2.6em;
	line-height: 0.7em;
	margin-bottom: 18px;
}
#content h1 span {
	display: block;
	font-size: 0.5em;
	font-weight: bold;
}

h2 {
	background-color: #3db5c5;
	color: #fff;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 18px;
	padding: 0 3px;
	text-transform: uppercase;
}
p {
	margin: 0 2px 18px 2px;
	line-height: 1.8;
}
li {
    margin: 0 2px;
}
address {
	margin-left: 2px;
}
h3 {
	color: #3c356e;
	font-size: 1.5em;
}
h3.related {
    font-size: 1em;
    padding: 0 2px;
}
a {
	font-weight: bold;
}
a:link {
	color: #ff9900;
}
a:visited {
	color: #ffb649;
}

#judges {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 12px;
}

#sidebar {
	color: #fff;
	padding: 38px 8px 0 12px;
}
#sidebar span {
    display: block;
}
#sidebar p {
    margin-bottom: 0;
    width: 154px;
}
#sidebar dl {
	font-size: 1.1em;
}
#sidebar dt {
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar dd {
	margin-bottom: 12px;
}

div.downloads {
	border: 1px solid #3c356e;
	margin-bottom: 20px;
}
div.downloads ul {
	margin-bottom: 18px;
}
div.downloads h2,
table th {
	background: #3c356e;
	color: #fff;
	margin-bottom: 20px;
}
div.downloads li a {
	background: url(../images/pdficon.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 10px;
	padding-left: 36px;
}
div.downloads p {
	margin: 0 10px 10px 10px;
}
table th {
	font-size: 1.1em;
}
table th,
table td {
	padding: 3px 5px;
}
table {
	margin-bottom: 15px;
}
table td {
	border-top: 1px solid #dedede;
}
table thead {
    display: none;
}
ul.images {
    margin-bottom: 14px;
    overflow: hidden;
}

ul.images li {
    float: left;
    margin-right: 10px;
    height: 90px;
    width: 120px;
}

ul.images li {
    border: 2px solid #3DB5C5;
}

#albany-tourist {
	margin-top: 27px;
}
#albany-tourist a {
	display: block;
	margin-top: 18px;
}
#image.preview img {
    border: none;
}
#image {
	background: #999;
	padding: 50px;
	text-align: center;
}
#image img {
    border: 1px solid #444;
}



#sidebar h2 {
    background-color: transparent;
    color: #e5e2ef;
    line-height: 1.35;
    padding: 0;
    max-width: 200px;
}
.sponsor {
    text-transform: uppercase;
}
.location {
    margin-top: 5px;
}

object {
    display: block;
}

.uploader-existingfile {
    background: url(/entryform/images/tick.png) no-repeat 0 2px;
    color: #4da838;
    display: block;
    font-size: 12px;
    padding: 4px 2px 2px 28px;
}
.uploader p {
    margin: 0;
}
li {
    margin-bottom: 15px;
}

label {
    font-size: 1.2em;
    font-weight: bold;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
        color: #444;
	margin-top: 5px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
        display: none
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #cd4705;
	width: 1px;
	height: 3px;
}

#entryform label,
#entryform input {
    display: block;
}
#entryform input {
    font-size: 1.25em;
    font-weight: bold;
    padding: 3px 2px;
    color: #000;
}
#entryform li {
    margin-bottom: 10px;
}

#entryform fieldset {
    border: 1px solid #cdcdcd;
    padding: 10px 5px;
}

#entryform .errors {
    color: #9f0000;
    font-size: 1.1em;
    font-weight: bold;
}
#entryform li p {
    margin-bottom: 0;
}
#entryform h3 {
    font-size: 1.2em;
    font-weight: bold;
}

#entryform p.hint {
    font-size: 11px;
    color: #808080;
    margin: 0 0 -10px 0;
}

#submission-errors {
    color: #e74f00;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 10px 2px;
}
a.button,
#addimage,
#entryform #entry-submit {
    background-color: #fa911f;
    border: 1px solid #c87418;
    border-color: #ff931e #c87418 #c87418 #ff931e;
    color: #fff;
    font-size: 1.4em;
    margin-top: 10px;
    padding: 3px 5px;
}
#entryform #entry-submit.disabled {
    background-color: #ddd;
    border: 1px solid #eee;
    color: #888;
}
a.button,
#addimage {
	font-size: 1.2em;
	font-weight: bold;
	cursor: pointer;
	display: block;
	margin-bottom: 30px;
	padding: 2px;
	width: 130px;
	text-align: center;
	text-decoration: none;
}
a.button {
	width: 150px;
}
#entryform .address {
    color: #573178;
    font-style: italic;
    margin: 7px 0;
}
#entryform .address p {
    margin: 0;
    padding: 0;
}
#entryform .address span {
    display: block;
}
#entryform .postal {
    border: 1px dashed #59c1cb;
    background-color: #f2fdff;
    color: #24204d;
    padding: 5px;
    font-size: 12px;
    margin-top: 20px;
    margin-left: -5px;
}
#entryform legend {
	font-size: 1.2em;
}
#entryform em {
	color: #890019;
	font-weight: bold;
	font-style: normal;
	
}
#entryform li.fileupload-info {
    margin-bottom: 0;
}

#entry-artistTelephone {
	margin-bottom: 30px;
}