/* @override http://dev.dejumble.com/static/css/betapromo.css */

#betapromo {
	width: 810px;
	background: url(/static/img/background.png) no-repeat;
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #fffeff;
	padding-left: 5px;
	padding-top: 2px;
	height: 608px;
	margin-bottom: 11px;
}


.promotion {
	position: relative;
	overflow: hidden;
	margin-left: -4px;
}

.promotion a {
	color: #c9c9c9;
	text-shadow: none;
}

.promo-left {
	width: 258px;
	height: 600px;
	border-right: 1px solid #684f63;
	background-color: rgba(0,0,0,0.39);
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	float: left;
}

.promo-right {
	width: 540px;
	height: 598px;
	float: right;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

.promo-left .promo-row {
	padding: 15px 10px 15px 15px;
	cursor: pointer;
	border-bottom: 1px solid rgba(104,79,99,0);
	border-top: 1px solid rgba(104,79,99,0);
}

div.promo-left div.promo-row:hover,
div.promo-left div.promo-row.selected {
	background-color: rgba(0,0,0,0.28);
}

div.promo-left div.promo-row.selected {
	cursor: default;
	border-bottom: 1px solid #684f63;
	border-top: 1px solid #684f63;
	background-color: rgba(0,0,0,0.55);
}

.promo-left .promo-row img.inset-icon {
	width: 28px;
	height: 28px;
	float: left;
	margin-top: -7px;
}

.promo-left .promo-row.first {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	margin-bottom: 20px;
	border-top: none;
}

.promo-left .promo-row.first.selected {
	border-top: none;
}

.promo-left .promo-row.last {
}

.promo-left h4,
.promo-left .blurb {
	margin-left: 34px;
}

.promo-left h4 {
	margin-left: 34px;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 4px;
	margin-top: 0;
}

.promo-left .blurb {
	color: #afb2b2;
	font-size: 12px;
}

#into {
	padding: 15px 10px 20px 20px;
}

#into #introducing-text {
	font-size: 9px;
	color: #6e6e6e;
}

#intro img#logo {
	margin-left: -4px;
}

#intro .blurb {
	margin-left: 0;
}

#create {
}

#create img {
	margin-top: -8px;
}

div#at-arrow {
	position: absolute;
	left: 263px;
	top: -50px;
}

.promo-right .content {
	clear: none;
	display: none;
}

/* @group Content Views */

#intro-content {
	margin: 70px;
}

#create-content {
	font-size: 12px;
	text-align: center;
}

#create-play-button,
#tags-play-button {
	margin-top: -60px;
	opacity: 0.8;
	border-style: none;
}

div#create-play-button:hover,
div#tags-play-button:hover {
	opacity: 1.0;
}

#create-content img#start-img {
	margin-top: 58px;
}

#beta-content img {
	margin-left: 125px;
	margin-top: 10px;
	z-index: -3;
	height: 350px;
	border-style: none;
}

#beta-content #betablurb {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #000;
	padding: 23px;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #dbdcdc;
	position: relative;
	z-index: 8;
	margin: -35px 25px 25px;
}

#tags-content {
	text-align: center;
}

#tags-content #start-img {
	margin-top: 170px;
}

object {
	margin-top: 140px;
	background-color: #1d0034;
}

/* @end */

