/* The main polariod div.  DIV containing all the photos. */
div.polaroid_container {
	clear:both;
	float:left;
	width:500px;
}

div.polaroid_navigation {
	clear:both;
	height:40px;
	margin:10px 0;
	width:800px;
	text-align:center;
}

div.polaroid_navigation a {
	background:none repeat scroll 0 0 orange;
	color:#FFFFFF;
	padding:0 5px;
	text-decoration:none;
}

div.polaroid {
	float:left;
	width:162px;
}

div.widget_thumbs_container {
	margin: 4px 0px 2px 0px;
}

div.widget_thumb_container {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

a.widget_thumb_link {
	/* placeholder for custom style */
}

img.widget_thumb
{
	/* placeholder for custom style */
}

div.wp-photocontest_detailslist {
	width:100%;
	text-align:left;
	display:block;	
}

div.wp-photocontest_detailstext {
	width:100%;
	text-align:left;
	padding-bottom:20px;
	display:block;
}

div.wp-photocontest_detailstext img {
	border:1px #cecece solid;
	padding:5px;
	background:white;
	display:block;
	clear:both;
}

div.wp-photocontest_detailslist span.wp-photocontest_details { 
	width:100%; 
	margin: 0 0 2.5em 0; 
	font-size: 1.3em; 
	line-height: 1.4em; 
	clear:both;
	display:block;	
}
span.wp-photocontest_details h2 {
	width:100%; 
	font-weight: bold; 
	font-size: 1em; 
	text-transform: uppercase; 
	letter-spacing: normal; 
	margin: 0 0 0.8em 0; 
	padding: 0.4em 2px; 
	border-top: 3px solid #ffffff; 
	background: url('images/hr_dot_black.gif') 0 100% repeat-x;
	clear:both;
	display:block;	
}

span.wp-photocontest_details h3 {
	font-weight: bold; 
	font-size: 1em; 
	text-transform: uppercase; 
	letter-spacing: normal; 
	margin: 0 0 0.8em 0; 
	padding: 0.4em 2px; 
	background: url('images/hr_dot_black.gif') 0 100% repeat-x;
	width:100%; 
	display:block;	
}

span.wp-photocontest_details p {
	margin: 0 0 1.5em 0;
	padding: 0 10px;
	font-size: 1em;
}
span.wp-photocontest_details span {
	color:#ffffff;
	margin: 0 0 0.7em 0;
	font-size: 1em;
}
span.wp-photocontest_details span a:hover {
	color:#e41617;
}
span.wp-photocontest_details span a, span.wp-photocontest_details span a:visited {
	text-decoration: none;
}
span.wp-photocontest_details span a:hover {
	color:#e41617;
	text-decoration: underline;
}
span.wp-photocontest_details span .recent_date {
	padding: 0 0 0 8px; 
	font-weight: bold; 
	color: #888;
}
/* --- Utils --- */
.hidden {
	display: none;
}

/** Tables (classified as "sTable") **/
table.sTable {
	width:100%;	
	/*border:1px solid #ff0000;*/
}

table.sTable th {
	text-align:left;
	font-size:1em; 	
}

table.sTable td {
	border-bottom:1px solid #dfdfdf;
	padding:5px 0; 
	margin:0; 
	color:#ffffff;
	font-size: 1.0em;
}

.alternate td {
	background-color:#eee;
}

table.sTableInner td {
	border-top:0px solid #dfdfdf;
}
table.sTableInner td.underlined {
	border-bottom:1px solid #dfdfdf;
}

td.firstCol {
	color:#9aa685; 
	font-weight:bold;
	padding-left:5px;
	text-align:left;
	font-size: 1.0em;	
}
td.secondCol {
	color:#9aa685; 
	padding-left:5px;
	text-align:left;
	font-size: 1.0em;	
}

td.otherCol {
	width:100%;
	text-align:left;
	float:left;
	font-size: 1.0em;
}

/* --- Feedback --- */

.feedback {
	font-size: 1.0em;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #cb1921;
	color: #ffffff;
	text-align:left;
	clear:both;
	font-family:Arial, Helvetica, sans-serif; 
}

.updated, .error {
	padding:10px;
	font-size: 1.0em;
	display:block;
}

.updated h2, .error h2 {
	border-top: 0px solid #000; 
	font-size: 1.0em;
	font-weight: bold;
}

.updated {
	background-color: #2e496d;
	border: 1px solid #339933;
}

.updated a {
	color: #fff;
	font-size: 1.5em;
}

.error {
	background-color: #cb1921/*#2e496d*/;
	border: 1px solid #cb1921;
}

.error a {
	color: #cb1921;
	font-size: 1.0em;
}

#user_login, #user_pass {
	width: 170px;
}
