﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
	background-color: #333333;
	font-size: .75em; /*font-family:Baskerville,"Times New Roman",Times,serif;*/
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: white;
	background-image: url(http://www.erasedtapes.com/Content/SiteContent/Images/Erased-Tapes-backdrop-02b.png);
	background-repeat: no-repeat;
}
.alternate
{
	background-image: url("http://www.erasedtapes.com/Content/SiteContent/Images/ColBackTrans120.png");
}
.imgMain
{
	margin-bottom: 15px;
}

a:link
{
	color: #3D3D3D;
	text-decoration: none;
}
a:visited
{
	color: #3D3D3D;
	text-decoration: none;
}
a:hover
{
	color: black;
	text-decoration: none;
}
a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------
*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #3D3D3D;
	font-family: Baskerville, "Times New Roman" ,Times,serif;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}
h2
{
	padding: 0 0 5px 0;
	margin-top: 0px;
}
h3
{
	font-size: 1.2em;
}
h4
{
	font-size: 1.1em;
}
h5, h6
{
	font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
	margin-top: 0;
}




/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
#tracks-hidden
{
	display: none;
	font-size: 9px;
}
.release-image
{
	background-image: url(../images/imageback.png);
	background-repeat: no-repeat;
}
.holder
{
	width: 102px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 230px;
	display: block;
}
.holder-video
{
	width: 210px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 230px;
	display: block;
}
.release-preview
{
	width: 102px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 230px;
	display: block;
	cursor: pointer;
}

.expanded-home-release
{
	z-index: 1000;
	width: 212px;
	height: auto;
	display: block;
	position: absolute;
	background: white;
	padding-top: 0px;
	border: 1px solid #333333; /*display: none;*/
}

#header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

#header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-family: Baskerville, "Times New Roman" ,Times,serif;
	font-size: 32px !important;
}
#cover-art
{
	margin-top: 5px;
	float: left;
}
#main
{
	padding: 15px 15px 15px 15px; /*background-color: #CFDEC3;*/
	margin-bottom: 30px;
	margin-top: 100px;
	_height: 1px; /* only IE6 applies CSS properties starting with an underscore */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left; /* background-color: White; background-image: url(../images/Erased-Tapes-logo_frontpage.png);  	background-image: url(../images/background.png);*/
	background-image: url("http://www.erasedtapes.com/Content/SiteContent/Images/ColBackTrans120.png");
}

#left
{
	float: left;
	width: 330px;
	background-image: url(../images/hr_long.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#right
{
	float: left;
	margin-left: 25px;
	width: 320px;
}
#releaseCode
{
	margin-left: 580px;
}
#top
{
	float: left;
	width: 100%;
}
#reviews
{
	float: left;
	width: 340px;
	margin-left: 20px;
	background-image: url(../images/hr_long.png);
	background-position: top right;
	background-repeat: no-repeat;
}
#review-text
{
	margin-right: 15px;
}
#related
{
	float: left;
	width: 320px;
}
#tracks-holder
{
	margin-top: 5px;
	width: 300px;
	float: left;
}
#tracks
{
	width: 300px;
}
img
{
	border: none;
}

#footer
{
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0;
	font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
	padding: 0 0 2px;
	position: relative;
	margin: 0;
	text-align: right;
}

ul#menu li
{
	display: inline;
	list-style: none;
}

ul#menu li#greeting
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	color: #fff;
}

ul#menu li a
{
	padding: 10px 20px;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.8em;
	background-color: #e8eef4;
	color: #696969;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

ul#menu li a:hover
{
	background-color: #fff;
	text-decoration: none;
}

ul#menu li a:active
{
	background-color: #a6e2a6;
	text-decoration: none;
}

ul#menu li.selected a
{
	background-color: #fff;
	color: #000;
}



/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p
{
	margin: 2px 12px 10px 10px;
}

legend
{
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

input[type="text"]
{
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"]
{
	width: 200px;
	border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table
{
	/*border: solid 1px #e8eef4;*/
	border-collapse: collapse;
}

table td
{
	padding-right: 5px;
	padding-bottom: 4px; /*border: solid 1px #e8eef4;*/
}

table th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4; /*border: solid 1px #e8eef4;*/
}

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

#menucontainer
{
	margin-top: 40px;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field
{
	margin: 0.5em 0;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}


.downloads-table
{
	border: none;
	text-align: left;
	text-decoration: none;
	color: Silver;
	font-size: 10px;
}

#videoViewer
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 7px solid #222;
	background-color: #222;
	min-width: 500px;
	min-height: 200px;
}
.video-preview, .press-preview
{
	display: block;
	float: left;
	position: relative;
}
.video-preview
{
	margin-right: 8px;
	width: 200px;
	height: 150px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 5px solid #222;
}
.video-preview img
{
	width: 200px;
	height: 150px;
}

#mask
{
	z-index: 1002;
	left: 0;
	position: absolute;
	top: 0;
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: black repeat scroll 50% 50%;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.video-preview .playbtn
{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 200px;
	height: 150px;
	background: url('http://www.erasedtapes.com/Content/SiteContent/Images/play_video.png') center center no-repeat;
}
#imagesholder
{
	height: auto;
}

