@charset "utf-8";
/* CSS Document */

div.contest .new-contest-button img {
	background-color: #ffffff;
	border: 1px solid #fee550;
	border-radius: 15px;
	padding: 3px;
}

div.contest .new-contest-button {
	background-color: #fff8cc;
	border: 3px solid #fee550;
	border-radius: 5px;
	color: #dfc218;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 5px 10px 5px;
	width: 89%;
}

div.contest .new-contest-button:hover {
	background-color: #fee550;
	border: 3px solid #fff8cc;
	color: #fff;
}

div.contest .new-contest-button:hover img {
	background-color: #fff8cc;
}

div.contest {
 	border: 1px solid #999;
 	border-radius: 10px;
 	margin: 3px;
 	padding: 0 5px 10px 5px;
 	vertical-align: top;
}

div.artcontest {
 	border: 1px solid #999;
 	border-radius: 10px;
 	margin: 0 auto 10px auto;
 	padding: 5px 25px 5px 25px;
 	text-align: justify;
 	vertical-align: top;
 	width: 90%;
}

.contest.column {
 	display: inline-block;
 	min-width: 325px;
 	width: 30%;
}
 
div.contest h4 {
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	line-height: 20px;
}

div.artcontest ul {
	list-style-type: circle;
}

div.contest li.pending, div.contest li.running {
	list-style-image: url('http://gonemushing.com/images/icons/star.png');
}

div.contest li.completed {
	list-style-type: circle;
}

div.contest li {
	background-color: #eee;
	border-radius: 5px;
 	margin: 5px 0 5px 0;
 	padding: 5px 5px 5px 5px;
}

div.contest li.pending a, div.contest li.running a {
	font-size: 15px;
	font-weight: bold;
}

div.contest li.pending span, div.contest li.running span {
	font-size: 15px;
	font-weight: bold;
}

div.contest .view-more-button {
	border-radius: 5px;
	color: #dfc218;
	float: right;
	font-size: 15px;
	font-weight: bold;
	padding-right: 10px;
	text-align: right;
	width: 89%;
}

div.contest .view-more-button:hover {
	color: #0088cc;
}

