html {
	background: #fff url(/images/site_background.png);
}

body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased; /* auto/none/antialiased/subpixel-antialiased */
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #666;
	text-decoration: none;
}

a:active {
	outline:none;
}

sup {
	position: relative;
	top: -0.4em;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#container {
	outline: solid 0px #e5e5e5;
	width: 800px;
	background: #fff;
	margin: 0 0 0 20px;
	position: relative;
	min-height: 500px; /* delete later (IE6) */

	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

#title {
	width: 600px;
	padding: 20px 0 20px 20px;
}

#title p {
	display: inline;
}

#title p a {
	font: 42px/1.4 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -2px;
	color: #444;
	text-decoration: none;
}

#title span {
	color: #888;
	font: 10px/1.4 Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0;
	display: inline-block;
	margin-left: 10px;
}

#title span a {
	text-decoration: none;
	color: #888;
}

#logo {
	position: absolute;
	right: 20px;
	top: 0;
	background: url(/images/claryl_logo_background.gif) left bottom no-repeat;
	width: 100px;
	height: 100px;
	border-right: solid 1px #d5d5d5;
}

#logo #dsmlogo {
	position: absolute;
	right: 24px;
	top: 0;
}

#logo #claryllogo {
	position: absolute;
	right: 20px;
	top: 40px;
}

#nav {
	margin: 20px 20px 10px 20px;
	border: dashed 1px #bbb;
	border-left: 0;
	border-right: 0;
	padding: 10px 10px 10px 0;
}

#nav li {
	display: inline;
	margin-right: 5px;
}

#nav li a, #content a.button2, #rc-container a.button2 {
	display: inline-block;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(#333333), to(#666666));
	background: -moz-linear-gradient(bottom, #333333, #666666);
	font: bold 11px/1.4 Verdana, Arial, sans-serif;
	letter-spacing: 0;
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 1px 1px 1px rgba(150,30,0,0.8);
	-moz-border-radius: 2px;
	-moz-box-shadow: 1px 1px 1px rgba(150,30,0,0.8);
}

#nav li a:hover, #content a.button2:hover, #rc-container a.button2:hover {
	position: relative;
	top: -1px;
	left: 0px;
	-webkit-box-shadow: 1px 2px 3px rgba(150,30,0,0.5);
	-moz-box-shadow: 1px 2px 3px rgba(150,30,0,0.5);
}

#nav li.color1 a {
	background: #f0a;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#ff00aa', startColorstr='#ff5ec8');
	background: -webkit-gradient(linear, left bottom, left top, from(#ff00aa), to(#ff5ec8));
	background: -moz-linear-gradient(bottom, #ff00aa, #ff5ec8);
}

#nav li.color1 a:hover {
	background: #ff52c5;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#ff00aa', startColorstr='#ff9add');
	background: -webkit-gradient(linear, left bottom, left top, from(#ff00aa), to(#ff9add));
	background: -moz-linear-gradient(bottom, #ff00aa, #ff9add);
}

#nav li.color2 a, #content a.button2, #rc-container a.button2 {
	background: #fe0062;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe0062', startColorstr='#fe5e9c');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe0062), to(#fe5e9c));
	background: -moz-linear-gradient(bottom, #fe0062, #fe5e9c);
}

#nav li.color2 a:hover, #content a.button2:hover, #rc-container a.button2:hover {
	background: #ff4d92;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe0062', startColorstr='#ff94bd');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe0062), to(#ff94bd));
	background: -moz-linear-gradient(bottom, #fe0062, #ff94bd);
}

#nav li.color3 a {
	background: #fe1800;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe1800', startColorstr='#fe6d5e');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe1800), to(#fe6d5e));
	background: -moz-linear-gradient(bottom, #fe1800, #fe6d5e);
}

#nav li.color3 a:hover {
	background: #ff5847;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe1800', startColorstr='#ff9a90');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe1800), to(#ff9a90));
	background: -moz-linear-gradient(bottom, #fe1800, #ff9a90);
}

#nav li.color4 a {
	background: #fe7042;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe7042', startColorstr='#fea588');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe7042), to(#fea588));
	background: -moz-linear-gradient(bottom, #fe7042, #fea588);
}

#nav li.color4 a:hover {
	background: #ff8a63;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe7042', startColorstr='#ffc0ac');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe7042), to(#ffc0ac));
	background: -moz-linear-gradient(bottom, #fe7042, #ffc0ac);
}

#languages {
	float: right;
	width: 220px;
	color: #888;
	text-align: right;
	font-size: 10px;
	margin-right: 20px;
}

#languages li {
	display: inline;
	margin-left: 10px;
}

#languages a {
	color: #888;
}

#path {
	color: #888;
	margin: 0 0 20px 20px;
	font-size: 10px;
}

#path a {
	color: #888;
}

#path ul, #path li, #path p {
	display: inline;
}

#content {
	margin: 0 20px 0 20px;
}

/* site specific features */


/* homepage */

#content.home h2, 
#content.home h2 a, 
#content.contest h2, 
#content.misc h2, 
#content.about h2, 
#content.error h2,
#content.thankyou-site h2, 
#content.news h2, 
#content.news h2 a,
#content.imprint h2,
#content.contact h2 {
	font: 16px/1.4 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #222;
	text-decoration: none;
	margin-bottom: 10px;
	clear: both;
}

#content .column-top {
	width: 100%;
	height: 260px;
	background: #eee;
	margin: 0 0 30px 0;
	outline: solid 1px #999;
	clear: both;
	overflow: hidden;
}

#content .column-left {
	float: left;
	width: 300px;
	margin: 10px 20px 30px 0;

	clear: both;
}

#content .column-right {
	float: left;
	width: 440px;
	margin: 10px 0 30px 0;
}

#content #homepage-contest-teaser {
	border: double 3px #bbb;
	padding: 4px 10px 10px 10px;
}

#content #homepage-contest-teaser p {
	margin-bottom: 10px;
}

#content #homepage-contest-teaser p img {
	width: 272px;
	border: solid 1px #666;
}

#content .column-top .top-info {
	border: double 3px #888;
	padding: 8px 8px 16px 8px;
	width: 520px;
	position: relative;
	top: -108px;
	left: 210px;
	background: #fff;
}

#content .column-top .top-info h2 {
	color: #f0a;
	font-size: 22px;
	margin: 0 0 10px 0;
	line-height: 1.1;
}

#content .column-top .top-info strong {
	font: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #999;
}

#content .column-top .top-info h3 {
	font: 16px/1.4 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #f0a;
	font-size: 13px;
	margin: 6px 0 0 0;
	line-height: 1.1;
}

#content #homepage-news {
	
}

#content #homepage-news ul li {
	border-top: solid 4px #999;
	padding-top: 3px; /* align the topmost headline to the contest teaser's headline */
	margin-bottom: 60px;
	clear: both;
}

#content #homepage-news ul li div a {
	color: #f0a;
	text-decoration: none;
}

#content #homepage-news ul li div a:hover {
	text-decoration: underline;
}

#content .subscribe {
	float: left;
	margin-top: 8px;
}

#content .subscribe a {
	padding-left: 16px;
	color: #f0a;
	background: url(/images/feed.gif) 0 0 no-repeat;
}

#content #homepage-news .all-news {
	float: right;
	margin-top: 8px;
}

/* contest */

#content .pagination {
	clear: both; /* needed for news and event pagers */
	margin-bottom: 20px;
}

#content .pagination li {
	display: inline;
	margin: 0 5px 5px 0;
	border: 0;
}

#content .pagination li a {
	display: inline-block;
	width: 18px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 1px;
	margin-bottom: 5px;
	background: #fe0062;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe0062', startColorstr='#fe5e9c');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe0062), to(#fe5e9c));
	background: -moz-linear-gradient(bottom, #fe0062, #fe5e9c);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#content .pagination li a:hover, #content .pagination li.hover a {
	background: #ff4d92 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe0062', startColorstr='#ff94bd');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe0062), to(#ff94bd)) !important;
	background: -moz-linear-gradient(bottom, #fe0062, #ff94bd) !important;
}

#content .pagination li.active a {
	display: inline-block;
	width: 20px;
	color: #fff;
	background: #b33465;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#bf3a6d', startColorstr='#952450');
	background: -webkit-gradient(linear, left bottom, left top, from(#bf3a6d), to(#952450));
	background: -moz-linear-gradient(bottom, #bf3a6d, #952450);
}

#content .pager-news li a {
	background: #f0a;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#ff00aa', startColorstr='#ff5ec8');
	background: -webkit-gradient(linear, left bottom, left top, from(#ff00aa), to(#ff5ec8));
	background: -moz-linear-gradient(bottom, #ff00aa, #ff5ec8);
}

#content .pager-news li a:hover, #content .pager-news li.hover a {
	background: #ff52c5 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#ff00aa', startColorstr='#ff9add');
	background: -webkit-gradient(linear, left bottom, left top, from(#ff00aa), to(#ff9add)) !important;
	background: -moz-linear-gradient(bottom, #ff00aa, #ff9add) !important;
}

#content .pager-news li.active a {
	background: #b33465;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#bf3a6d', startColorstr='#952450');
	background: -webkit-gradient(linear, left bottom, left top, from(#bf3a6d), to(#952450));
	background: -moz-linear-gradient(bottom, #bf3a6d, #952450);
}

#content .pager-events li a {
	background: #fe1800;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe1800', startColorstr='#fe6d5e');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe1800), to(#fe6d5e));
	background: -moz-linear-gradient(bottom, #fe1800, #fe6d5e);
}

#content .pager-events li a:hover, #content .pager-events li.hover a {
	background: #ff7a6c;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#fe1800', startColorstr='#ff9a90');
	background: -webkit-gradient(linear, left bottom, left top, from(#fe1800), to(#ff9a90)) !important;
	background: -moz-linear-gradient(bottom, #fe1800, #ff9a90) !important;
}

#content .pager-events li.active a {
	background: #cb564a;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#d81400', startColorstr='#a52d21');
	background: -webkit-gradient(linear, left bottom, left top, from(#d81400), to(#a52d21));
	background: -moz-linear-gradient(bottom, #d81400, #a52d21);
}

#content .contest-image-preview {
	/*
	border: solid 1px #ccc;
	width: 160px;
	height: 160px;
	padding: 10px;
	text-align: center;
	
	display: table-cell;
	vertical-align: middle
	*/
}


#content .contest-image-stream {
	overflow: hidden;
}

#content .contest-image-stream li {
	float: left;
	margin: 0 24px 20px 0;
	height: 280px;
}

#content .contest-image-thumbnail {
	border: solid 1px #ccc;
	background: #fff url(/images/lookingglass.gif) 150px 148px no-repeat;
	width: 160px;
	height: 160px;
	text-align: center;
	
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	
	_line-height: 80px;
	
	display: table-cell;
	vertical-align: middle;
}

#content .contest-image-thumbnail.active, #content .contest-image-thumbnail:hover {
	border: solid 1px #888;
	background: #fff url(/images/lookingglass.gif) 148px 146px no-repeat;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

#content .contest-image-thumbnail img {
	background: #ccc;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

#content .contest-image-info {
	width: 162px;
}

#content .contest-image-info h4 {
	margin-top: 5px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	overflow: hidden;
	white-space: pre-line;
	word-wrap: break-word; /* for IE */
	wrap-option: emergency; /* for modern, CSS3 compatible browsers */
}

#content .contest-image-info .rating {
	margin-top: 2px;
}

#content .contest-image-info .success {
	display: inline-block;
	background: #f0a;
	color: #fff;
	margin-top: 4px;
	padding: 1px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#content .contest-image-info .error {
	display: inline-block;
	background: blue;
	color: #fff;
	margin-top: 4px;
	padding: 1px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#content .contest-image-info .fail {
	display: inline-block;
	background: red;
	color: #fff;
	margin-top: 4px;
	padding: 1px 3px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

#content .contest-image-detail h2, #content .contest-image-detail h2 a {
	font: 24px/1.4 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fe0062;
	text-decoration: none;
}

#content .contest-image-detail .image-640 {
	margin: 20px 0 40px 0;
	border: solid 1px #ccc;
	border-bottom: solid 1px #aaa;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#f4f4f4', startColorstr='#ffffff');
	background: -webkit-gradient(linear, left bottom, left top, from(#f4f4f4), to(#ffffff));
	background: -moz-linear-gradient(bottom, #f4f4f4, #ffffff);
	padding: 5px;
	float: left;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	
	max-width: 540px;
}

#content .contest-image-sidebar {
	width: 160px;
	margin: 20px 0 40px 20px;
	padding: 5px;
	float: right;
}

#content .contest-image-sidebar h2, #content .contest-list .right h2.title {
	font: 16px/1.4 Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: -1px;
	color: #222;
	text-decoration: none;
	margin-bottom: 10px;
	
}

#content .contest-image-sidebar p {
	margin-bottom: 20px;
}

#content .contest-list li, #content .news-list li {
	margin-bottom: 40px;
	clear: both;
	overflow: auto;
}

#content .contest-list li.active {
	
}

#content .contest-list li.divider {
	border-top: solid 1px #ddd;
	padding-top: 20px;
	margin: 0;
}

#content .contest-list li.archived {
	margin: 0;
}

#content .contest-list .minidate {
	color: #888;
	font: normal 11px/1.4 Verdana, Arial, sans-serif;
	letter-spacing: -1px;
	display: inline-block;
	margin-left: 14px;
}

#content .contest-list a {
	text-decoration: none;
}

#content .news-list a, #content .contest-list p a {
	color: #f0a;
	text-decoration: none;
}

#content .news-list a:hover, #content .contest-list p a:hover {
	text-decoration: underline;
}

#content .news-list .read-more, #content .contest-list .read-more {
	text-align: right;
	margin-top: 10px;
}

#content .news-list .top {
	width: 600px;
	margin-right: 20px;
	border-top: solid 4px #999;
	clear: both;
}

#content .contest-list .left, #content .news-list .left {
	float: left;
	width: 174px;
	margin-right: 20px;
	clear: both;
}

#content .contest-list .right, #content .news-list .right {
	float: left;
	width: 400px;
}

#content .contest-list .date {
	color: #999;
	margin-bottom: 10px;
}

#content .contest-list .prize {
	color: #999;
	margin-top: 10px;
}

#content .thumbnail-large {
	max-width: 160px;
	max-height: 160px;
	margin-top: 6px;
	padding: 4px;
	background: #fff;
	border: solid 1px #bbb;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}

#content img.framed {
	padding: 4px;
	background: #fff;
	border: solid 1px #bbb;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

#content .thumbnail-large:hover, #content .thumbnail-large.active {
	border: solid 1px #666;
}

#content .mini-thumbnails {
	display: inline;
}

#content .mini-thumbnails li {
	display: inline;
	margin: 0 5px 4px 0;
}

#content .thumbnail-mini {
	width: 12px;
	height: 9px;
	padding: 1px;
	background: #fff;
	border: solid 1px #bbb;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

#content .thumbnail-mini:hover, #content .thumbnail-mini.active {
	border: solid 1px #666;
}

#content .facebook {
	padding: 4px 0 4px 20px;
	background: url(/images/facebook.gif) 0 2px no-repeat;
	display: inline-block;
}

#content .twitter {
	padding: 4px 0 4px 20px;
	background: url(/images/twitter.gif) 0 2px no-repeat;
	display: inline-block;
}

#content .email-invite {
	padding: 4px 0 4px 20px;
	background: url(/images/email.gif) 0 2px no-repeat;
	display: inline-block;
}

#email-form {
	border: solid 1px #999;
	border-top-color: #fff;
	padding: 30px 20px 10px 20px;
	width: 360px;
	position: absolute;
	top: 304px;
	left: 130px;
	background: #fff;
	display: none;
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.4);
}

#email-form p {
	margin-bottom: 10px;
}

#email-form #emails, #email-form #sender, #email-form #message {
	width: 336px;
	padding: 2px;
	background: #f3f3e7;
	border: solid 1px #aaa;
	-webkit-transition: border 0.9s ease;
}

#email-form #emails:hover, #email-form #sender:hover, #email-form #message:hover {
	border: solid 1px #666;
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(endColorstr='#ffffff', startColorstr='#f3f3e7');
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f3f3e7));
	background: -moz-linear-gradient(bottom, #fff, #f3f3e7);
}

#email-form #emails:focus, #email-form #sender:focus, #email-form #message:focus {
	border: solid 1px #000;
	background: #fff;
	outline: 0;
}

#email-form #message {
	margin-bottom: 20px;
	height: 100px;
	resize: none;
}

#content .avatar-mini {
	width: 12px;
	height: 12px;
	padding: 1px;
	background: #fff;
	border: solid 1px #bbb;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	
	position: relative;
	top: 2px;
}

/* CONTEST UPLOAD */

#content label.upload-file-label {
	width: 152px;
	height: 25px;
	background: url(/images/button_fileupload.gif) 0 0 no-repeat;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
 
#content label.upload-file-label input.upload-file {
	position: relative;
	left: -30px;
	height: 100%;
	width: auto;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#content #upload-file-info {
	position: relative;
	left: -4px;
	display: none;
}

#content .icon-16, #content .icon-checkmark, #content .icon-loading {
	position: relative;
	top: 3px;
}

#content .upload-margin {
	padding-left: 156px;
	margin-bottom: 6px;
}

#content .upload-label {
	display: inline-block;
	width: 160px;
	margin-bottom: 10px;
}

#content #upload-messages {
	float: right;
	width: 300px;
	position: relative;
	top: -4px;
}

#content .upload-error {
	border: solid 1px #fe1800;
	background: #fe6d5e;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

#content #upload-help, #content .thankyou {
	border: solid 1px #ffc600;
	background: #fff5d2;
	color: #000;
	padding: 10px;
	margin-bottom: 10px;
}

#content #upload-help p {
	margin-bottom: 10px;
}

#content input[readonly] {
	background: #ddd;
}

/* MISC */

#content.misc h3 {
	font-weight: bold;
	font-style: italic;
}

#content.misc p.large {
	margin-bottom: 30px;
}

/* ABOUT */

#content.about h3 {
	font-weight: bold;
	font-style: italic;
}

#content.about p {
	margin-bottom: 10px;
	width: 400px;
}

/* IMPRINT */

#content.imprint h3 {
	font-weight: bold;
	font-style: italic;
}

#content.imprint p {
	margin-bottom: 10px;
	width: 400px;
}

/* CONTACT */

#content.contact h3 {
	font-weight: bold;
	font-style: italic;
}

#content.contact h4 {
	font-style: italic;
}

#content.contact ul {
	margin-bottom: 20px;
}

#content.contact p {
	margin-bottom: 10px;
}


/* NEWS TEMPLATE STYLES */

#content.news h3 {
	font-weight: bold;
	font-style: italic;
}

#content.news #news-template {
	margin-bottom: 30px;
	overflow: hidden; /* in case things float in the news template */
}

#content.news #news-template .left {
	float: left;
	width: 174px;
	margin-right: 20px;
	clear: both;
}

#content.news #news-template .left img {
	max-width: 160px;
	padding: 4px;
	background: #fff;
	border: solid 1px #bbb;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	-ms-interpolation-mode: bicubic;
}

#content.news #news-template .left .image-title {
	color: #999;
}

#content.news #news-template .left img:hover, #content.news #news-template .left img.active {
	border: solid 1px #888;
}

#content.news #news-template .right {
	float: left;
	width: 400px;
}

#content.news #news-template .right p a {
	color: #f0a !important;
}

#content.news #news-template .news-winner p {
	margin-bottom: 10px;
}

#content.news #news-template .news-winner .interview {
	margin-left: 2em;
	text-indent: -2em;
}

.ie6 #content.news #news-template .news-winner .interview {
	text-indent: 0;
}

#content.news #news-template em {
	font-style: italic;
}

/* REST */

#footer {
	clear: both;
	border-top: dashed 1px #bbb;
	margin: 40px 20px 0 20px; 
	padding: 5px 0 5px 0;
	font-size: 10px;
	color: #888;
}

#footer li {
	display: inline;
	padding-right: 20px;
}

#footer li a {
	color: #888;
}

/* fancyzoom styles */

#ZoomImage {
	padding: 4px;
	background: #fff url(/images/fancyzoom/background_gradient.png) 0 0 repeat-x;
}

/* end fancyzoom styles */

/* recaptcha styles */

#rc-container {
	position: absolute;
	top: 300px;
	left: 216px;
	width: 308px;
	padding: 10px 10px 20px 10px;
	background: #fff;
	z-index: 2;
	border: solid 1px #666;
	display: none;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.6);
}

#recaptcha_image {
	border: 0;
	margin: 5px 0 20px 0;
}

#recaptcha_response_field {
	border: solid 1px #ddd;
	padding: 1px;
	font-size: 16px;
	font-weight: bold;
	width: 99%;
	font-family: Arial, sans-serif;
}

#rc-intro {
	margin: 10px 0;
}

#rc-status {
	margin: 20px 0;
	display: none;
	color: #fe0062;
}

#rc-thankyou {
	margin: 20px 0;
	display: none;
	color: #24794c;
}

#rc-controls {
	text-align: center;
}

#rc-controls a {
	margin-right: 5px;
}

#rc-original-submit {
	display: none;
}

/* end recaptcha styles */

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
#content div.rating-cancel, #content div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

#content div.rating-cancel, #content div.rating-cancel a {
	background: url(/images/heart_clear.gif) no-repeat 0 -16px;
}

#content div.star-rating, #content div.star-rating a {
	background: url(/images/heart.gif) no-repeat 0 0px;
}

#content div.rating-cancel a, #content div.star-rating a { 
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border: 0;
}

#content div.star-rating-on a {
	background-position: 0 -16px !important;
}

#content div.star-rating-hover a {
	background-position: 0 -32px;
}

#content div.star-rating-readonly a {
	cursor: default !important;
}

/* END jQuery.Rating Plugin CSS */


/* EOF */