/**
 * screen.css
 *
 * Falkland Islands photo competition stylesheet
 */

/* import default styles */
@import url(../../../css/screen.css);


body {
	background-image: none;
}

#page_content .content_body h2,
h2,
#page_content .content_body h3,
h3 {
	color:#46758F;
	font-family:"Trebuchet MS",arial,sans-serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:1.3em;
	margin:10px 0;
}

#page_content .content_body h3,
h3 {
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0;
}

#top_navigation {
	display: none;
}

#page_header {
	height: 334px;
}

#page_header .logo {
	height: 102px;
}

#main_navigation {
	top: 240px;
}

#main_navigation li {
	margin-right: 1px;
}

#main_navigation li,
#main_navigation li.last {
	width: 230px;
}

#main_navigation li a {
	border-bottom: 1px solid #D6D7AD;
	padding-bottom: 9px;
}

#page_content {
	padding-top: 50px;
}

.jsok #main_navigation li a {
	background-image: none;
}

li.contact_tease {
	display: none;
}

/* footer */

#page_footer {
	position: relative;
}

#page_footer #footer_logo {
	width: 100%;
	line-height: 132px;
	padding-top: 5px;
	margin-left: 0 !important;
	top: 0 !important;
}

#page_footer #footer_logo img {
	height: auto;
	width: auto;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 20px;
	vertical-align: middle;
}

#page_footer #footer_logo a:hover img {
	border-color: #255e78;
}

#page_footer #footer_logo a img {
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #59A7CB;
}

/* text */

#page_content .content_body {
	-moz-column-width: auto;
	-webkit-column-width: 100%;
}

div#entry_image {
	float: left;
	margin: 0.4em 1.2em 0.6em 0.6em;
	text-align: center;
	width: 370px;
	height: 350px;
}

div#entry_image p.smallprint {
	font-size: 0.9em;
}

img.comp_entry {
	border: 1px solid #D6D7AD;
	padding: 3px;
	margin-bottom: 1em;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-moz-box-shadow: 0 0 8px #d6d6d6;
	-webkit-box-shadow: 0 0 8px #d6d6d6;
}

.content_body p {
	-webkit-column-count:1;
	-moz-column-count:1;
}

.content_body p.smallprint {
	font-size: 0.9em !important;
	color: #555;
	margin-right: 20px !important;
}

/* competition entry form */

#page_content form {
	padding: 0;
}

form#compentry {
	border: none;
	margin: 0;
	width: 890px;
	float: left;
	position: relative;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

form#compentry p.smallprint{
	font-size: 0.9em !important;
	color: #555;

	-webkit-column-count:2;
	-moz-column-count:2;
}


form#compentry div {
	display: block;
	float: none;
	clear: both;
	background-color: #F0F0DB;
	padding: 5px;
	border: 1px solid #D6D7AD;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form#compentry div.checkbox {
	border: none;
	width: 95%;
	margin: 0.2em auto;
}

form#compentry div.checkbox input {
	float: left;
	margin-right: 0.4em;
	margin-bottom: 0.4em;
}

form#compentry div.checkbox label {
}

form#compentry div.submit {
	display: block;
	float: none;
	clear: both;
	border: none;
	background-color: transparent;

	position: absolute;
	bottom: 20px;
	right: 15px;
}

form#compentry div#personal-info {
	clear: none;
	float: left;
	width: 35%;
	margin-right: 2%;
	height: 250px;
}

form#compentry div#entry-section {
	float: left;
	clear: none;
	width: 60%;
	height: 250px;
	margin-bottom: 20px;
}

form#compentry div#upload-section {
	float: none;
	clear: both;
	min-height: 250px;
	margin-top: 10px;
}

form#compentry div#upload-section label {
	margin-top: 5px;
}

form#compentry div#upload-section #go {
	float: right;
	margin-right: 30px;
	font-size: 1em;

	padding: 1px 15px;
}

form#compentry label,
form#compentry input[type=text] {
	display: block;
	float: none;
	width: auto;
	margin-left: 1%;
}

form#compentry label {
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 2px;
	color:#555;
}

form#compentry input[type=text],
form#compentry textarea,
form#compentry select {
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #EEE;
	color:#555;
	width: 95%;
}

form#compentry select {
	width: 96%;
}

form#compentry input:focus,
form#compentry textarea:focus,
form#compentry select:focus {
	border-color:#999;
	-moz-box-shadow: 0 0 8px #d6d6d6;
	-webkit-box-shadow: 0 0 8px #d6d6d6;
}

form#compentry fieldset {
	display: block;
	width: 100%;
}

form#compentry h3 {
	clear: both;
	display: block;
	float: none;

	color:#555;
	font-size:1.4em;
	margin-bottom:5px;
	font-weight: bold;
	border-bottom: 1px solid #777;
}

form#compentry input#photo {
	width: 70%;
}

form.upload {
	padding-left: 25px !important;
	margin-top: 10px !important;
}

form.desctribe {
	background-color: #FFF;
	border: none !important;
	padding: 0;
}

form#compentry div#image-preview {
	width: 190px;
	height: 190px;
	margin: 5px 20px 5px 5px;
	float: left;
	background-color: #FFF;
}

form#compentry div.comp_entry_cat {
	position: relative;
	width: 412px;
	float: left;
	margin: 1em 0;
	clear: none;
	margin-right: 25px;
	height: 305px;
	overflow: hidden;
	text-align: left;
	background-color: #FFF;
	border: 1px solid #D6D6D6;
	padding: 0;
}

form#compentry div#details-section {
	background-color: #FFF;
	border: none;
}

form#compentry div#details-section .submit {
	bottom: 5px;
}


form#compentry div#details-section .cat_entry {
	float: left;
	width: 100%;
	background-color: #FFF;
	padding: 0;
	border: 1px solid #D6D6D6;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin-bottom: 10px;
}

form#compentry div#details-section .cat_entry h2 {
	color: #46758F;
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F2F2F2;
	border-bottom: 1px solid #D6D6D6;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 0;
}

form#compentry div#details-section .cat_entry .img_entry {
	border: 0;
	background-color: #fff;
	clear: left;
	margin-bottom: 20px;
	float: left;
}

form#compentry div#details-section .cat_entry .input {
	width: 565px;
	float: left;
	clear: none;
	margin: 0 0 10px 15px;
}

form#compentry div#details-section .cat_entry .textarea textarea {
	font-size: 0.9em !important;
	color: #555 !important;
}


form#compentry div#details-section .cat_entry img {
	float: left;
	padding: 2px;
	margin: 0 0 0 15px;
	background-color: #fff;

	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

	box-shadow: 0 0 4px #999;
	-webkit-box-shadow: 0 0 4px #999;
	-moz-box-shadow: 0 0 4px #999;
}


form#compentry div.comp_entry_cat a.ajax_upload {
	background-color:#F2F2F2;
	border:1px solid #D6D6D6;
	color:#333333;
	cursor:pointer;
	display:block;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin: 0 auto;
	padding:5px;
	text-align:center;
	text-decoration:none;
	width:60%;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

form#compentry div.comp_entry_cat a.ajax_upload:hover {
	cursor: pointer;
	background-color: #E8E8E8;
	border-color: #D2D2D2;
}

form#compentry div.comp_entry_cat a.disabled,
form#compentry div.comp_entry_cat a.disabled:hover {
	background-color:#FBFBFB;
	border:1px solid #EaEaEa;
	color:#BBB;
	cursor: default;
}

form#compentry div.comp_entry_cat div.photo_previews {
	display: none;
	height: 85px;
	padding-top: 3px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	border: none;
	margin-top: 10px;
}

form#compentry div.comp_entry_cat div.photo_previews img.comp_thumb {
	border:1px solid #D6D6D6;
	background-color: #FFF;
	margin: 5px;
	padding: 2px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: 0 0 4px #888;
	-webkit-box-shadow: 0 0 4px #888;
}

form#compentry div.comp_entry_cat p.max_entries {
	text-align: center;
	/*font-weight: bold;*/
	color: #881313;
	margin-top: 30px;
}

form#compentry div.comp_entry_cat div.photo_previews img.comp_thumb:hover {
	/*background-color: red;*/
	/*border-color: red;*/
	/*cursor: pointer;*/
}


form#compentry div.comp_entry_cat p {
	font-size: 0.9em !important;
	margin: 5px;
	color: #999;
	line-height: 1.2em;
}

form#compentry div.comp_entry_cat h3 {
	color: #46758F;
	font-size: 1.3em;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F2F2F2;
	border-bottom: 1px solid #D6D6D6;
	padding: 5px;
	margin-bottom: 0;
}

form#compentry div.comp_entry_cat a.add_file {
	display: block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 0.9em;
	color: #999;
	text-decoration: none;
}

form#compentry div.comp_entry_cat a.add_file:hover {
	color: #333;
	text-decoration: underline;
}

form#compentry div.comp_entry_cat div.checkbox {
	text-align: left;
	margin: 0 0 5px;
	background-color: #FFF;
}

form#compentry div.comp_entry_cat div.checkbox input {
	margin: 2px 10px 0 0 !important;
}

form#compentry div.comp_entry_cat input {
	margin: 0 5px 10px 28px;
}

