/**
 * screen.css
 *
 * Falkland Islands photo competition stylesheet
 */

/* import default styles */
@import url(../../../css/screen.css);

img.press_release {
	border: none !important;
	width: 250px;
	margin: 0 auto !important;

	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

h1.press_release {
	font-size: 1.6em !important;
	color: #333 !important;
	line-height: 1.2em !important;
	text-align: center !important;
}

body {
	background-image: none;
}

span.rss_link {
	font-size: 0.9em;
	float: right;
}

span.rss_link a {
	text-decoration: none;
	color: #46758F;
}

ul#section_items li a {
	line-height: 1.2em;
}

#left #section ul#section_items li {
	margin-bottom: 50px;
}

#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 h3 {
	color: #FFF;
	font-weight: bold;
	font-family:"Verdana","Segoe UI",Candara,"Bitstream Vera Sans","DejaVu Sans","Trebuchet MS",Verdana,sans-serif;
}

#page_footer #footer_logo {
	line-height: 132px;
	padding-top: 5px;
}

#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;
}

#press_main {
	font-size: 0.9em;
	min-height: 695px;
	position: relative;
	padding-bottom: 30px;
	background-color: #FFF;
	padding: 0;
	margin-bottom: 4em;
	width: 700px;
}

#press_main #image_boxes {
	padding: 5px;
}

.image_box {
	width: 150px;
	height: 300px;
	background-color: #FFF;
	margin: 10px;
	float: left;
}

.image_box img {
}

.image_box p {
	margin: 0;
	font-family:Arial,Helvetica,sans-serif;
}

.image_box .title {
	font-size: 1em !important;
	line-height: 1em !important;
	height: 35px;
	border-bottom: 1px solid #8FA2AB;
}

.image_box .desc {
	font-size: 0.9em !important;
	color: #000;
	line-height: 1em !important;
}

.image_box .press_meta {
	font-size: 0.9em;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style: none;
}

.image_box .press_meta li.tool {
	float:left;
	width: 16px;
	margin: 5px;
}

.content_body.press_release {
	clear: right !important;
	margin-top: 45px !important;

}

.content_body.press_release p {
	line-height: 1.6em !important;
}

p.pubdate {
	float: right;
	font-size: 0.9em;
	font-weight: bold;
}

/**
 * sidebars
 */

#press_sidebar {
	width: 200px;
	font-size: 0.9em;
	background-color: #FFF;
	-moz-border-radius: 4px;
	color: #33393C;
	margin-bottom: 4em;
	padding-bottom: 10px;

	box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.25);
}

#press_sidebar p {
	color: #9B9B83;
	margin: 0.4em;
	font-size: 0.9em;
}

#press_sidebar label {
	color: #33393C;
	margin: 0.4em;
	font-size: 0.9em;
	clear: left;
}

#press_sidebar h2 {
	background-color: #DFDFDF;
	margin-top: 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 8px;
	text-transform: uppercase;
	border-bottom: 1px solid #9B9B83;
	margin-bottom: 5px;

	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;

	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#press_sidebar h3 {
	font-weight: normal;
	padding: 5px 0 3px 5px;
	font-size: 1.1em;
	margin-bottom: 5px;
	border-bottom: 1px solid #9B9B83;
	border-top: 1px solid #9B9B83;
	text-align: left;
	clear: both;
}

#press_sidebar ul {
	margin: 0 0 0 0;
	list-style: none;
	clear: both;
	padding: 5px;
}

#press_sidebar ul#content_sections {
	padding: 0;
	margin-bottom: 0;
}

#press_sidebar li {
	clear: left;
	padding: 3px 0;
	margin-bottom: 0;
	margin-right: 8px;
}

#press_sidebar li input[type=checkbox] {
	float: left;
	margin-right: 5px;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 5px;
}

#press_sidebar li input[type=text] {
	width: 95%;
}

#press_sidebar li.container {
	font-size: 1em;
}

#press_sidebar li a {
	padding-left: 12px;
	margin-left: 5px;
	font-size: 1em;
	color: #4A5154;
	text-decoration: none;
}

#press_sidebar li a:hover {
	text-decoration: underline;
}

#press_sidebar li.container > a {
	background: transparent url(/img/icons/admin/8-em-plus.png) no-repeat 0 4px;
}

#press_sidebar ul.sub_cats {
	margin-bottom: 4px;
}

#press_sidebar ul.sub_cats li {
	margin-left: 17px;
	padding-left: 0;
}

#press_sidebar ul.sub_cats li a {
	margin-left: 3px;
	padding-left: 0;
	color: #43819E;
	text-decoration: none;
}

#press_sidebar ul.sub_cats li a:hover {
	text-decoration: underline;
}

#press_sidebar h3.sidebar_title {
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(100,100,100,0.25);
}

#press_sidebar h3.sidebar_title.active {
	background-color: #8FA2AB;
	color: #FFF;
	font-weight: bold;
}

#press_sidebar .sidebar_section {

}

#press_sidebar .sidebar_section ul.sidebar_links li {
	background: transparent url(/img/icons/admin/16-image-add.png) no-repeat center left;
	padding-left: 4px;
}

#press_sidebar .sidebar_section ul.sidebar_links li#add_image {
	background-image: url(/img/icons/admin/16-image-add.png);

}

/* 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;
}

/* pagination */
.pagelinks {
	position: relative;
	width: 775px;
	text-align: right;
	margin-right: 5px;
	font-size: 10px;
	vertical-align: top;
	right: 75px;
	top: -10px;
	padding: 0;
}

.pagelinks span {
	display: inline-block;
	padding: 0;
}

.pagelinks span.current,
.pagelinks span a,
.pagelinks > a {
	margin: 0 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #DFDFDF;
	display: inline-block;
	padding: 3px 8px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(30,30,30,0.25);
}

.pagelinks span.current {
	background-color: #8FA2AB;
}


.pagelinks span a:hover,
.pagelinks > a:hover {
	background-color: #b3b3b3;
}

