/* 
	contest specific styles
*/

.createRoom div {
	float: left;
	clear: both;
	}
.createRoom div img {
	float: left;
	margin-right: 12px;
	}
.createRoom div .copy {
	clear: none;
	width: 530px;
	}

.createRoom hr {
	float: left;
	clear: both;
	width: 100%;
	}
	
.rules ol {
	list-style-type: decimal;
	}
.rules ol li {
	margin: 10px 0 0 20px;
	}
	
.social ul li {
	float: left;
	}

.social ul li.youtube a {
	width: 200px;
	height: 120px;
	display: block;
	background: url('/sanus/images/common/youtubeLogo_gray.jpg') no-repeat;
	}

.social ul li.youtube a:hover {
	text-decoration: none;
	background: url('/sanus/images/common/youtubeLogo.jpg') no-repeat;
	}
	
.social ul li.facebook a {
	width: 200px;
	height: 120px;
	display: block;
	background: url('/sanus/images/common/facebookLogo_gray.jpg') no-repeat;
	}

.social ul li.facebook a:hover {
	text-decoration: none;
	background: url('/sanus/images/common/facebookLogo.jpg') no-repeat;
	}
	
.social ul li.twitter a {
	width: 200px;
	height: 120px;
	display: block;
	background: url('/sanus/images/common/twitterLogo_gray.jpg') no-repeat;
	}

.social ul li.twitter a:hover {
	text-decoration: none;
	background: url('/sanus/images/common/twitterLogo.jpg') no-repeat;
	}
