/*------- RESET CSS -------*/
* { outline:none; }
html {font-size: 100.01%;} /* Fix font size in IE6 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
h1,h2,h3,h4,h5,h6 {font-size : 100%; font-weight: normal;}
a {outline: none;}
img, a img {border:0;}
ol li,ul li {list-style:none;}
hr {display:block; height: 1px; border:0;}
strong {font-weight: 700;}
em {font-style: italic;}
acronym, abbr { cursor:help; letter-spacing:1px; border-bottom:1px dotted; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
blockquote, q { quotes: "" ""; }
table { border-collapse: collapse; border-spacing: 0; }
caption,th { text-align:left; font-weight:normal; }
input, select, textarea { font-size: 100%; font-family: inherit; }
input, select, textarea, code, kbd, samp, pre, tt, var { font: inherit; }
/*-------  -------*/

body {
	background:#000;
	color:#999;
	font-family: Arial,Tahoma,sans-serif;
	font-size:.875em;
	margin:0 auto;
	margin-top:10px;
	padding:0;
}
h1, h2 {font-family:"Century Gothic",Arial,Tahoma,sans-serif;}
h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 4px;
}

img, a img {border:0;}
a {
	color:#ACC00F;
	text-decoration:none;
	outline: none;
}
a:hover {
	color:#88b534;
	text-decoration:none
}
p, li {
    line-height: 1.3em;
}
blockquote {
	color:#888;
	font-style: normal;
	padding-left:10px;
}
.clear {clear:both;}

.alignleft {
	float:left;
	padding:2px 0 0 5px;
}
.alignright {
	float:right;
	padding:2px 7px 0 5px;
}
.left{
	float:left;
	padding:0 0 0 10px;
}
.right{
	padding:0 10px 0 0px;
	float:right;
}
.note {
	font-size:.8em;
	padding-left:20px;
}

.wrapper {
	margin:0 auto;
	width:1000px;
}

#top {
	float:right;
	height:283px;
	margin:auto;
	width:800px;
}

#search {
	background:#91BF39 url(../../images/concfoto/search.jpg) repeat-y;
	height:38px;
	padding-top:15px ;
	width:170px;
}
#search form, #search fieldset {
	margin: 0;
	padding: 0;
}
#search fieldset {border: none;}

#search p {
	font-size: 85%;
	margin: 0;
}


/* ----------------------------- MENU */
.menu {
	background:url(../../images/concfoto/menu.jpg) repeat-x;
	height:35px;
	width:800px;
}
.menu ul {
	float:right;
	font-weight:normal;
	list-style:none;
	margin:0 20px 0 0;
	padding: 0;
	text-align:center;
}
.menu li {
    color:#191919;
    display: block;
	float: left;
	font-size:14px;
    height:35px;
	margin:0;
	padding:9px 0 0 0;
}
.menu a, .menu strong {
	margin:0;
	padding: 10px;
}
.menu a:link, .menu a:visited {
	color:#191919;
	text-decoration:none;
}
.menu a:hover{
	background:none;
	color:#5D6613;
}

a#join {
    background: url(../../images/concfoto/join_bg.jpg) left top repeat-x;
    border-right: 1px solid #D27D00;
    border-left: 1px solid #D27D00;
    height:35px;
}

/* ----------------------------- MAIN CONTENT */	
.content {
	background:url(../../images/concfoto/wrap.jpg) repeat-y;
	padding:0 0 25px 0;
}	
.content h2 {
	background: transparent;
	color: #ACC00F;
	font-size:  1.6em;
	margin: 0;
	padding: 4px 0 4px 0;
	text-align: left;
}

#content {
	background:#2a2a2a;
	border-top:2px solid #59b41c;
	float:right;
	height:100%;
	width:800px;
}
#content p {
	margin:0;
	padding: 5px 0 10px 0;
}
#content p.standout {
	background:#232323;
	border:3px solid #101010;
	color:#F09E21;
	font-size:1.16em;
	font-weight: bold;
	padding:10px;
}
#content p.standout a {
	color:#fff;
	text-decoration:underline;
}

#content ul li {
    list-style-type: disc;
    margin: 5px 0 5px 20px;
}
.messagetext, .errortext, .error_message {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.messagetext {color: #a0ffa0;}
.errortext,.error_message {
	color: #D8000C;
	font-size:.96em;
}

.title{
	height:50px;
	margin: 0;
	padding: 0 0 0 10px;
}	
.time{
	color:#fff;
	float:right;
	height:25px;
	margin-top:2px;
	padding:1px 0 0 4px;
	text-align:left;
	width:100px;
}

.date {
   	color:#718f3a;
	float:left;
	font-size:13px;
	font-weight:normal;
	height:29px;
	margin-left:5px;
	margin-top:2px;
	padding-left:2px;
}
	
.post, .post-main {
	color:#c9c9c9;
	height:100%;
	margin:10px 0 0 5px;
	padding:0;
	text-align:left;
	width:780px;
}
.post-main {
    float:left;
    padding:0 0 80px 0;
    width:440px;  
}
.post-extra {
    float: left;
    margin: 20px 0 0 0;
    padding: 0;
    width:180px;
}
.post-promo {
    /*clear: both;*/
	clear: left;
    margin: 0 10px 10px 20px;
    width:600px;  
}
.pics {
    height: 97px;
    overflow: hidden;
    margin:0;
    padding:0;
    width: 600px;
}
.pics img {
    height: 97px;
    left:0;
    top:0;
    width: 600px;
}
a#prizelink {
    display: block;
    height:97px;
    width:600px;
}


.category{
	background:url(../../images/concfoto/tag.jpg);
	background-repeat:no-repeat;
	float:left;
	font-size:12px;
	margin:4px 0 0 10px;
	padding:2px 6px 0 22px;
}	
.category a:link,.category a:visited, .category a:hover {
	color:#ACC00F;
	font-weight:bold;
	text-decoration:none;
	}
.category a:hover {color:#ddd;}	

.com {
	background:url(../../images/concfoto/com.jpg) no-repeat;
	padding:4px 0 5px 22px;
}
.com a:link, .com a:visited {color:#ACC00F;}
.com a:hover {color:#ddd;}


.centry {
	margin: 0;
	padding: 0 15px;
}
.centry ol li {
	color:#F28B14;
	font:bold 1.15em "Century Gothic", Arial, Helvetica, sans-serif;
	list-style-type:decimal;
	list-style-position:inside;
}
.centry ol li a {
}
.centry ol li strong, .centry ol li em {
	color:#C9C9C9;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
}
.centry ol li em {font-style:italic; font-weight:normal;}

.cover {margin: 0;}

.line{
	background:url(../../images/concfoto/line.jpg);
	height:5px;
}

/* ----------------------------- SIDEBAR */
#rightcol{
	background:url(../../images/concfoto/side.jpg) repeat-y;
	float:left;
	padding-top:10px;
	width:200px;
}

#sidebar{
	float:left;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size:.9em;
	padding-left:15px;
	padding-top:5px;
	width:170px;
}
#sidebar h2 {
	background:url(../../images/concfoto/h2.jpg);
	color:#eee;
	font-size:1.2em;
	font-weight: bold;
	margin:5px 0 0 0 ;
	padding:10px;
}
#sidebar h2.logged {
	background:url(../../images/concfoto/h2-logged.jpg);    
}
#sidebar ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
}
#sidebar ul ul  {
	background:#101010 /*url(../../images/concfoto/bottom.jpg)*/ bottom no-repeat;
	list-style-type: none;
	margin: 0;
	padding: 0 5px 5px 5px;
}
#sidebar ul ul ul, #sidebar ul ul ul ul {
	border:0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebar ul li {}
#sidebar ul li a:link, #sidebar ul li a:visited {
	background:#1f1f1f;
	border-top:1px solid #303030;
	border-bottom:1px solid #101010;
	color: #7e7e7e;
	display:block;
	padding: 5px 0 5px 5px;
	text-decoration: none;
}
#sidebar ul li a:hover {
	background:#2c2c2c;
	color:#9AB60A;
}
/*#sidebar table {
	background-color:#1f1f1f;
	color: #daef8e;
	text-align:center;
	width:100%;
}*/	
	
/* ----------------------------- FOOTER */
#footer {
	background:#C1C2BD;
	border-top:1px solid #eee;
	color:#555;
	font-size:.8em;
	height:30px;
	letter-spacing:1px;
	padding:20px 0 0 0px;
	text-align:center;
}
#footer a:link, #footer a:visited {color:#4c6939;}
#footer a:hover {color:#111;}


/* ----------------------------- FORM */
form {margin: 5px 0;}
label {
	padding-right: 10px;
	text-align: right;
	width: 60px;
}
input, select, textarea {
	padding:0;
	font:inherit;
	text-indent: 1px;
}
input[type='text'] { cursor: text; }

textarea, input[type='text'], input[type='password'], select {
    background: #fff;
    border: 0;
}
input.regform_checkbox {
    width:auto;
}

.submit, input[type='submit'], button {
	background-color: #A6BD0D;
	border: 0;
	color: #fff;
	cursor:pointer;
	font: bold 1.1em Arial,Tahoma,sans-serif;
	padding:2px 5px;
	text-align:center;
	width: auto;
}
a.button {
	background-color: #444;
	color: #fff;
	margin: 2px;
	padding: 0;
	text-align: center;
	text-decoration: none;
}
a.button:hover {background-color: #666;}

table#submit_photo td.label {
    white-space: nowrap;
    width: 100px;
}
table#submit_photo td.field {width: 340px;}
table#submit_photo td.field input, table#submit_photo td.field select {width: 250px;}
table#submit_photo td.field input[type='file'] {width:270px;}

table#contests_itemform_table td, table#contestparticipants_itemform_table td {padding: 5px;}
table#contests_itemform_table td.formdata input,
table#contests_itemform_table td.formdata select,
table#contests_itemform_table td.formdata textarea,
.formreadonlyfield {
    width:360px;
}
/* ----------------------------- TABLES */
table {
	border-collapse: collapse;
	font:inherit;
	margin-bottom: 1.5em;
	text-align: left;
	width: 100%;
}
th, td {
	border:1px solid #2a2a2a;
	padding: 5px;
	vertical-align: top;
}
th {
	background: #ABBF0E;
	color: #e0ffc0;
	font-weight: normal;
}
th a, th a:visited, th a:link {
	color: #e0ffc0;
	text-decoration: none;
}
th a:hover {color: #2a2a2a;}

tr.listodd {
	background: #2a2a2a;
	border-top: solid 1px #2a2a2a;
}
tr.listeven {
	background: #202020;
	border-top: solid 1px #2a2a2a;
}

tr.summary {
	background-color: #202020;
	text-decoration: none;
}

tr.footer {
	color: #fff;
	padding: 1px;
	text-align: right;
	text-decoration: none;
}
tr.footer a {
	color: #a0a0a0;
	text-decoration: none;
}
tr.footer a.button {
	border: none;
	padding-left: 10px;
	padding-right: 10px;
}
tr.footer a.button:hover {}
tr.footer td {
	border: 0;
	margin: 0;
	padding: 0;
}

td.formlabel {
	border: 0;
	border-right: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
	background-color: #202020;
	text-align: right;
	white-space: nowrap;
}

td.formdata, td.formspacerrow {
	background-color: #202020;
	border: 0;
	border-right: 1px solid #1d1d1d;
	border-bottom: 1px solid #1d1d1d;
}
td.formspacerrow {height: 9px;}
td.formseparatorrow {
	background-color: #b0b0e0;
	border: 0;
	height: 1px;
	margin: 0;
	padding: 0;
}
td.formdata div.formreadonlyfield {
	background-color: #fff;
	border-top: 1px solid #b0a0c0;
	border-left: 1px solid #b0a0c0;
	border-right: 1px solid #f9f9ff;
	border-bottom: 1px solid #f9f9ff;
	padding: 2px;
}

div.commandbar {
	border: 1px solid #212121;
	border-left: 0;
	margin: 8px 0;
	padding: 5px;
	text-align: right;
}

table.winners {}
table.winners td {vertical-align:middle;}
table.winners td.position {width:20px;}
table.winners td.image {width:110px;}
table.winners td.double {width:240px; vertical-align:top;}
table.winners td span {color:#F29015; font-weight:bold;}
table.winners a, ul.excellent li a {
	border:2px solid #C9C9C9;
	display:block;
	height:75px;
	width:100px;
}
table.winners a:hover, ul.excellent li a:hover {
	border:2px solid #A7BE0C;
}
ul.excellent {margin:20px 0 0 0;}
#content ul.excellent li {
	float:left;
	height:75px;
	list-style-type:none;
	margin:0 10px 10px 0;
	padding:0;
	widht:100px;
}

/*---------------------- RANDOM PHOTO MODULE-------------*/
div.random_photo {
    float: right;
	display:inline;
    margin: 15px 20px 0 0;
    padding: 0;
    width: 124px;
}
div.random_photo h3 {
    color: #ACC10E;
	font-weight:bold;
    margin: 0;
    padding: 0 0 10px 0;
}
div.random_photo ul {
    margin: 0;
    padding: 0;
}
#content div.random_photo ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.photo_thumb, .photo_thumb_no_float {
	border: 1px solid #505050;
	margin: 0;
	padding:2x;
}
.photo_thumb {/*margin-right:5px;*/}
.photo_thumb_no_float {
	float: none;
	margin-bottom:10px;
}
.imgthumbs {
	float: left;
	display:inline;
	height:124px;
	margin:10px;
	margin-top:5px;
	text-align:center;
	width:124px;
}

div.random_photo .imgthumbs {float:none;}
/* -----------------------------------ADMIN---------------- */
table#contest_entries {clear:both;}
table#contest_entries td.status {
    text-align: center;
    width: 45px;
}
table#contest_entries td.vote {
    text-align: center;
    width: 100px;
}
table#contest_entries td input {
    margin: 0 0 5px 0;
    width: 80px;
}
table#contest_entries td.thumb {
    text-align: center;
    width:130px;
}

#content ul.tools {
	margin:0 10px;
}
#content ul.tools li {
    float: left;
    list-style-type: none;
    margin: 0;
}
#content ul.tools li#vote {float:right;}
#content ul.tools li a {
    display: block;
    padding: 15px 30px;
}
#content ul.tools li a:hover {
    text-decoration: underline;
}
#content ul.tools li a.all {
    background: url(../../images/all.gif) left center no-repeat;
}
#content ul.tools li a.todo {
    background: url(../../images/todo.gif) left center no-repeat;
}
#content ul.tools li a.done {
    background: url(../../images/done.gif) left center no-repeat;
}
#content ul.tools li a.vote {
	background: url(../../images/vote.gif) left 15px no-repeat;
}
