* {
	float: none;
	outline: none;
	border: none;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
}
body {
	background: #17283d url(/resource/img/headerBGStretch.png) top center repeat-x;
	color: #17283d;
	font-size: 12px;
	line-height: 22px;
}
.clear {
	display: block;
	clear: both;
	float: none;
}
hr {
	margin: 20px 0px;
	color: #17283d;
	background-color: #17283d;
	height: 1px;
}
#container {
	width: 940px;
	margin: auto;
	padding: 0px 10px;
	position: relative;
}
#header {
	height: 140px;
	width: 940px;
	margin-bottom: 30px;
}
#header h1 {
	width: 242px;
	height: 54px;
	margin: 43px 0px;
	float: left;
}
#header h1 a {
	display: block;
	width: 242px;
	height: 54px;
	text-indent: -9999px;
	background: url(/resource/img/logo.png) center center no-repeat;
}
#header ul#navigation {
	float: right;
}
#header ul#navigation li {
	display: block;
	float: left;
	line-height: 22px;
	height: 22px;
	margin: 59px 0px 59px 20px;
	position: relative;
}
#header ul#navigation li a {
	display: block;
	line-height: 22px;
	height: 22px;
	color: #17283d;
	font-size: 16px;
	text-align: right;
}
#header ul#navigation li a:hover {
	color: #1b4880;
}
#header ul#navigation li a.arrow {
	padding-right: 20px;
	background: url(/resource/img/arrowdown.png) top right no-repeat;
}
#header ul#navigation li a.arrow:hover {
	background: url(/resource/img/arrowdown.png) bottom right no-repeat;
}
#header ul#navigation li ul.dropdown {
	display: none;
	position: absolute;
	left: 0px;
	top: 22px;
	z-index: 100;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	height: auto;
	width: auto;
}
#header ul#navigation li ul.dropdown li {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	height: 30px;
	float: none;
}
#header ul#navigation li ul.dropdown li a {
	display: block;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	text-align: left;
	border-top: 1px solid #17283d;
	padding: 5px 20px 5px 10px;
	margin: 0px;
	text-align: center;
	background: #1b4880;
	color: #fff;
}
#header ul#navigation li ul.dropdown li:first-child a {
	border: none;
}
#header ul#navigation li ul.dropdown li a:hover {
	background: #2674d5;
}
div.alert {
	width: 920px;
	padding:  6px 10px;
	height: 22px;
	font-size: 14px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}
div.alert a {
	color: #2674d5;
}
div.alert a:hover {
	text-decoration: underline;
	color: #1b4880;
}
div.redalert {
	width: 600px;
	padding: 6px 10px;
	height: 22px;
	font-size: 14px;
	background: #a71c28;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 30px;
}
div.redalert a {
	color: #fff;
	text-decoration: underline;
}
div.redalert a:hover {
	color: #2674d5;
}
div#sidebar {
	width: 220px;
	float: left;
	margin-right: 20px;
}
div#sidebar h2 {
	width: 200px;
	padding: 10px;
	color: #17283d;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
}
div#sidebar ul#stats {
	width: 200px;
	padding: 10px;
}
div#sidebar ul#stats li {
	display: block;
	margin-bottom: 10px;
	height: 18px;
	line-height: 18px;
}
div#sidebar ul#stats li a {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-size: 12px;
}
div#sidebar ul#stats li a:hover {
	color: #d0d0d0;
}
div#sidebar form#search {
	display: block;
	height: 34px;
	width: 220px;
}
input[type=text] {
	width: 200px;
	padding: 8px 10px;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
}
input[type=submit]:hover {
	background: #2674d5;
}
div#sidebar form#search input[type=submit] {
	display: none;
}
h2 {
	color: #fff;
	font-size: 42px;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
}
#main {
	float: right;
	width: 620px;
	padding-left: 80px;
	position: relative;
}
#main h2 {
	color: #17283d;
}
#main .icon {
	display: block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	left: 0px;
	overflow: hidden;
}
#main #actions {
	display: inline-block;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 28px;
	line-height: 28px;
	padding: 0px 8px;
	margin-bottom: 20px;
	font-size: 12px;
}
#main #actions a {
	color: #2674d5;
}
#main #actions a:hover {
	color: #1b4880;
	text-decoration: underline;
}
#main h3#nothing {
	font-size: 21px;
	color: #fff;
}
/* Start creation CSS */
#main li.creation {
	margin-bottom: 30px;
	list-style: none;
}
#main li.creation h3 a {
	font-size: 14px;
	color: #99d02e;
	float: left;
}
#main li.creation h3 a:hover {
	color: #fff;
}
#main li.creation .top {
	height: 26px;
	line-height: 14px;
	position: relative;
}
#main li.creation .top .icon {
	position: absolute;
	left: -80px;
	width: 60px;
	height: 60px;
}
#main li.creation .top .actions {
	display: block;
	height: 12px;
	float: right;
}
#main li.creation .top .actions li {
	height: 12px;
	display: block;
	float: left;
	margin-left: 15px;
}
#main li.creation .top .actions li a {
	text-indent: -9999px;
}
#main li.creation .top .actions li.respond a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/resource/img/controls.png) -12px 0px;
}
#main li.creation .top .actions li.respond a:hover {
	background: url(/resource/img/controls.png) -12px -12px;
}
#main li.creation .top .actions li.promote a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/resource/img/controls.png) top left;
}
#main li.creation .top .actions li.promote a:hover, #main li.creation .top .actions li.promote a.on {
	background: url(/resource/img/controls.png) bottom left;
}
#main li.creation .top .actions li.like a {
	display: block;
	width: 14px;
	height: 12px;
	background: url(/resource/img/controls.png) -36px 0px;
}
#main li.creation .top .actions li.like a:hover, #main li.creation .top .actions li.like a.on {
	background: url(/resource/img/controls.png) -36px -12px;
}
#main li.creation .top .actions li.delete a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/resource/img/controls.png) -24px 0px;
}
#main li.creation .top .actions li.delete a:hover {
	background: url(/resource/img/controls.png) -24px -12px;
}
#main li.creation .top .actions li.edit a {
	display: block;
	width: 12px;
	height: 12px;
	background: url(/resource/img/controls.png) -50px 0px;
}
#main li.creation .top .actions li.edit a:hover {
	background: url(/resource/img/controls.png) -50px -12px;
}
#main li.creation li.promote form.promote, #main li.creation li.respond form.respond {
	display: none;
	background: #17283d;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 100;
	position: relative;
	position: absolute;
	top: 40px;
	right: 15px;
	width: 230px;
	padding: 10px;
}
#main li.creation li.respond form.respond {
	right: 43px;
}
#main li.creation li.promote form.promote h4, #main li.creation li.respond form.respond h4 {
	color: #fff;
	line-height: 16px;
	font-size: 12px;
	display: block;
	margin-bottom: 6px;
}
#main li.creation li.promote form.promote textarea, #main li.creation li.respond form.respond textarea {
	width: 210px;
	height: 60px;
	padding: 10px;
	line-height: 18px;
	font-size: 12px;
	color: #17283d;
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 10px;
	resize: vertical;
	max-height: 120px;
}
#main li.creation li.promote form.promote input, #main li.creation li.respond form.respond input {
	
	width: 110px;
	height: 32px;
	margin: 0px;
	padding: 0px;
	line-height: 32px;
	border: 1px solid #fff;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	cursor: pointer;
	color: #17283d;
}
#main li.creation li.promote form.promote input:hover, #main li.creation li.respond form.respond input:hover {
	background: #17283d;
	color: #fff;
}
#main li.creation li.promote form.promote input[type=reset], #main li.creation li.respond form.respond input[type=reset] {
	margin-right: 10px;
}
#main li.creation li.promote form.promote span.triangle, #main li.creation li.respond form.respond span.triangle {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #17283d;
	position: absolute;
	top: -10px;
	right: 10px;
}
#main li.creation .content {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 10px;
}
#main li.creation .content a {
	display: block;
	margin-bottom: 14px;
	width: 600px;
	position: relative;
	overflow: hidden;
}
#main li.creation .content a img {
	max-width: 600px;
}
#main li.creation .content a.image div {
	height: 20px;
	line-height: 20px;
	padding: 15px;
	width: 570px;
	background: url(/resource/img/60black.png) center center repeat;
	position: absolute;
	top: -50px;
	left: 0px;
	color: #fff;
	display: none;
	text-align: center;
}
#main li.creation .content a.highres:hover div {
	top: 0px;
	display: block;
}
#main li.creation .content h3 {
	margin-bottom: 8px;
	display: block;
	float: none;
}
#main li.creation .content h3 a {
	display: inline-block;
	font-size: 16px;
	color: #1b4880;
	line-height: 16px;
	float: none;
	margin: 0px;
}
#main li.creation .content .description {
	display: block;
	float: none;
	margin-bottom: 8px;
}
#main li.creation .content .description a {
	display: inline;
	color: #1b4880;
	text-decoration: none;
	margin: 0px;
	line-height: 22px;
}
#main li.creation .content .description a:hover {
	text-decoration: underline;
}
#main li.creation .content .tags {
	display: block;
}
#main li.creation .content .tags a {
	color: #17243d;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#main li.creation .content .tags a:hover {
	text-decoration: underline;
}
#container a#tothetop {
	display: block;
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
	padding: 6px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: fixed;
	top: 10px;
	left: 10px;
	cursor: pointer;
}
#container a#tothetop:hover {
	background: rgba(255, 255, 255, 0.2);
}
div.modalalert {
	width: 460px;
	padding: 20px;
	background: #fff;
	position: fixed;
	z-index: 1000;
	left: 50%;
	margin-left: -260px;
	top: 35%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.modalalert h1 {
	width: 136px;
	height: 30px;
	margin-bottom: 20px;
	float: left;
}
div.modalalert h1 a {
	display: block;
	width: 136px;
	height: 30px;
	background: url(/resource/img/logo_small.png) center center no-repeat;
	text-indent: -9999px;
}
div.modalalert h2 {
	font-family: Oceania, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 30px;
	float: right;
	text-align: right;
	width: 340px;
	height: 30px;
	margin-bottom: 20px;
}
div.modalalert p {
	line-height: 22px;
	margin-bottom: 16px;
}
div.modalalert a.button {
	display: block;
	height: 30px;
	width: 60px;
	background: #d4e3f7 url(/resource/img/small_button.png) center center no-repeat;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	line-height: 30px;
	color: #17283d;
}
div.modalalert a.button:hover {
	background: #b1cdf0 url(/resource/img/small_button.png) center center no-repeat;
}
div.modalalert a.cancel {
	float: right;
}
div.modalalert a.other {
	float: left;
}