/* 
	CSS declarations
	
	Table of Contents
	
	0. CSS Reset
	1. Global
	2. Header
	3. Demo Tape
	4. Stats
	5. Gigya
*/

/* 0. CSS Reset
------------------------------------------------ */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#fff;background:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* 1. Global
------------------------------------------------ */
body {
	background: #000 url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg.jpg);
	color: #2da5cc;
	font-family: "Arial Black", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

/* Gilder/Levin Image Replacement */
.gl {
    display: block;
	overflow: hidden;
	position: relative;
}

.gl span, .gl img {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 100%;
}

.gl:hover {
	border: 0;
}

.gl img.over {
	top: -9999px;
}

.gl:hover img.over {
	top: 0;
}

/* Image Replacement */
.ir {
	display: block;
	text-indent: -9999px;
}

/* wrapper */
#wrapper {
	background: url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg.png) center top repeat-y; /* @see global_ie.css */
}

/* RockSpace Container */
#rockspace {
	background: #000 url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg_rockspace.jpg) left bottom no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 20px 0;
	width: 900px;
}

#content {
	background: #000 url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg_content.png) no-repeat;
	height: 100%;
}

/* 2. Header
------------------------------------------------ */
#header {
	background: #19475b url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg_header.jpg);
	min-height: 107px; /* @see global_ie.css */
	padding: 10px 10px 0 19px;
}

#header .actions { /* @see global_ie.css */
	overflow: hidden;
}

#header .actions a {
	background: #282929;
	color: #949494;
	font-size: 14px;
	height: 20px;
	text-transform: uppercase;
}

#header .actions a.back {
	float: left;
	width: 148px;
}

#header .actions a.view {
	float: right;
	width: 123px;
}

#header .actions a:hover {
	background: #d7d6d6;
	color: #6b6b6b;
}

#header h1 {
	color: #fff;
	height: 24px;
	margin: 9px 0 0;
	text-transform: uppercase;
	width: 237px;
}

#header h2 {
	color: #8ca3ad;
	height: 20px;
	margin: 8px 0;
	text-transform: uppercase;
}

#header em {
	color: #c52c7c;
	display: block;
	font-size: 10px;
	font-style: normal;
	height: 8px;
	text-transform: uppercase;
	width: 395px;
}

/* 3. Demo Tape
------------------------------------------------ */
#demoTape {
	overflow: hidden; /* @see global_ie.css */
	padding: 0 20px 20px;
}

#demoTape .header {
	min-height: 95px; /* @see global_ie.css */
}

#demoTape .header h1 {
	font-size: 30px;
	padding: 10px 0 0;
}

#demoTape .header h2 {
	color: #fff;
	font-size: 20px;
}

#demoTape .header h3 {
	font-size: 18px;
}

#demoTape .header h3, #demoTape .header h3 a {
	color: #949494;
}

#demoTape .header h3 a:hover {
	color: #33c6f4;
}

/* widget */
#demoTape .widget {
	float: left;
	margin: 0 10px 0 0;
	width: 400px;
}
#demoTape .campaign {
	float: left;
	padding: 0 10px 0;
	width: 430px;
}

#demoTape .campaign h2 {
	margin: 0 0 10px;
}

#demoTape .campaign h3 {
	color: #818181;
	font-size: 16px;
}

#demoTape .campaign ol {
	margin: 20px 0 0;
}

#demoTape .campaign ol.alt {
	margin: 10px 0 0;
}

#demoTape .campaign ol li {
	background: 0 8px no-repeat;
	font-size: 25px;
	min-height: 28px;
	margin: 0 0 20px;
	padding: 0 0 0 40px;
}

#demoTape .campaign ol li.one {
	background-image: url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg_li_1.gif);
}

#demoTape .campaign ol li.two {
	background-image: url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg_li_2.gif);
}

#demoTape .campaign ol li.three {
	background-image: url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg_li_3.gif);
}

#demoTape .campaign .voteNow {
	background: #33c6f4;
	color: #fff;
	height: 42px;
	margin: 5px 0 15px 0;
	width: 170px;
}

#demoTape .campaign fieldset {
	margin: 10px 0 0;
}

#demoTape .campaign fieldset.embedCode {
	display: none;
}

#demoTape .campaign fieldset label {
	display: block;
	margin: 5px 0 7px;
	font-size: 12px;
}

#demoTape .campaign fieldset input {
	background: #fff;
	border: 0;
	color: #a1a1a1;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	width: 412px;
}

/* 4. Stats
------------------------------------------------ */
#stats {
	margin: 10px 0 20px 0;
	padding: 0 20px;
	overflow: hidden; /* @see global_ie.css */
}

#stats h2 {
	color: #fff;
	height: 24px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	width: 504px;
}

#stats table {
	float: left;
	font-size: 18px;
	margin: 0 20px 0 0;
	width: 420px;
}

/* header */
#stats thead {
	background: #343434 url(http://cms.myspacecdn.com/cms/Rock_The_Space/bg_stats.gif) repeat-x;
}

#stats thead th {
	color: #fff;
	height: 75px;
	padding: 0 20px;
	text-transform: uppercase;
	vertical-align: top;
}

#stats thead h3 {
	height: 19px;
	margin: 10px 0;
}

#stats thead span {
	font-size: 30px;
	line-height: 25px;
}

/* content */
#stats tbody tr {
	background: #fff;
}

#stats tbody tr.even {
	background: #c7c7c7;
}

#stats tbody th {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 20px;
	text-transform: uppercase;
}

#stats tbody td {
	padding: 5px 20px;
	text-align: right;
}

/* total views */
#stats .totalViews thead h3 {
	width: 223px;
}


#stats .totalViews tbody {
	color: #c52c7c;
}

/* total installs */
#stats .totalInstalls {
	margin: 0;
}

#stats .totalInstalls thead h3 {
	width: 248px;
}

/* 5. Gigya
------------------------------------------------ */
#divWildfirePost {
	height: 150px;
	width: 420px;
}