#wrecked-welcome {
	width: 960px;
	height: 100px;
}

#wrecked-welcome p {
	width: 512px;
	font-size: 20px;
}

#wrecked-welcome ul li {
	height: 100px;
	display: inline;
	float: left;
	position: relative;
	vertical-align: text-bottom; 
}

#wrecked-welcome li img {
	display: block;
	margin: 0 auto 20px;
}

#wrecked-welcome li a {
	margin-left: -90px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	text-align: center;
	clear: both;
}

li.welcome-to-wrecked {
	width: 512px;
}

li.about-wrecked {
	width: 233px;
}

li.view-wrecked-video {
	/*dborishansky
	    width:200px;
	*/
	width: 433px;
}

#scenario-block {
	width: 910px;
	height: 406px;
	padding: 15px;
	margin-top: 20px;
	background-color: #2F2927;
	background-image: url("/images/wrecked/scenario-grunge.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	clear: both;
}

#scenario-block img {
	float: left;
	margin-left: 5px;
	margin-right: 25px;
}

#scenario-title{
	margin-bottom: 20px;
	background-image: url("/images/wrecked/scenario-title.png");
}

#scenario-block p {
	color: #FFFFFF;
	line-height: 23px;
}

#finish-scenario-btn {
	width: 314px;
	height: 41px;
	margin-top: 25px;
	margin-left: 25px;
	display: block;
	background-image: url("/images/wrecked/finish-scenario-btn.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 350px;
	bottom: 75px;
	clear: both;
}

#scenario-block h3 {
	margin-bottom: 20px;
	color: #FFFFFF;
	font-weight: normal;
}

h4.wrecked-scenarios{
	width: 350px;
	margin: 0;
	margin-top: 25px;
	margin-bottom: 10px;
	float: left;
	font-weight: bold;
	font-size: 20px;
	clear: both;
}

#submissions_select,
#past_scenarios_select {
	margin: 20px 0 0 0;
	width: 97px;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
}

#submissions {
	margin-top: 10px;
	width: 539px;
	float: left;
}
.submission-block {
	margin-top: 15px;
	background-color: #FFFFFF;
	clear: both;
}

.submission-block p {
	margin-top: 15px;
	font-size: 14px;
}

.submission-content{
	padding: 15px;
}

h5.user-header{
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
}

.most-popular {
	color: #9b3605;
	text-transform: uppercase;
}

.block-footer{
	height: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #2F2927;
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
}

.block-footer ul li{
	display: inline;
	float: left;
}

li.data {
	padding: 0 5px 0;
}

.what-do-you-think {
	margin-right: 15px;
	font-weight: bold;
}

.win,
.fail {
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #bf4206;
}

.win {
	background-image: url("/images/wrecked/win-img.png");
}

.fail {
	margin-left: 25px;
	background-image: url("/images/wrecked/fail-img.png");
}

.win a,
.fail a {
	text-decoration: none;
}

.total-votes {
	margin-left: 30px;
	font-weight: bold;
	color: #bf4206;
}

#past-scenarios{
	margin-top: 10px;
	margin-right: 15px;
	width: 375px;
	float: right;
}

#past-scenarios h4 {
	margin-bottom: 9px;
	width: 200px;
}

.past-scenario-block {
	margin-top: 1px;
	padding: 20px;
	background-color: #2f2927;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	clear: both;
}

.past-scenario-block h5 {
	margin-bottom: 15px;
}

.past-scenario-block p {
	margin-left: 90px;
	margin-bottom: 15px;
}

.past-scenario-block a {
	margin-left: 90px;
}

.past-scenario-block img {
	margin-right: 15px;
	float: left;
	position: relative;
}

.hide {
	display: none;
}

#previous_submissions,
#next_submissions {
	float: right;
	margin: 10px 0 10px 5px;
	font-size: 14px;
}

#previous_submissions {
	margin-right: 0;
	padding-right: 5px;
	border-right: 1px solid #BF4206;
}

#previous_submissions.disabled,
#next_submissions.disabled {
	color: #2F2927;
}
