/*
Title:	Sheffield Lab Website Styles
Author: Diane Clayton for Steinhardt Design
*/



/* Initialize
----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body, html {
	background-color: #55637d;
	height: 100%;
	text-align: center;
	}



/* Structure
----------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	width: 1038px;
	margin: 0 auto;
	background: url("images/bg.gif") repeat-y left top;
	text-align: center;
	}


/*** Header ***/

#header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	}
#header h1 {
	background: url("images/header.jpg") no-repeat left top;
	height: 149px;
	}
#header h1 span, #tagline h2 span {
	display: none;
	}


/*** Tagline ***/

#tagline {
	position: relative;
	width: 960px;
	margin: 0 auto;
	height: 54px;
	}
#tagline h2 {
	background: url("images/tagline.gif") no-repeat left top;
	height: 54px;
	}


/*** Content Layout ***/

#content {
	position: relative;
	width: 820px;
	margin: 60px auto 0 auto;
	}


/* Menu
----------------------------------------------------------------------------*/

#menu {
	float: left;
	text-align: left;
	padding-bottom: 60px;
	font: 14px/22px 'Trebuchet MS', Sans-Serif;
	}
#menu li {
	list-style-type: none;
	}
#menu ul ul {
	margin-left: 20px;
	}
#menu a:link, #menu a:visited {
	color: black;
	text-decoration: none;
	padding-left: 12px;
	}
#menu a:hover, #menu a:active {
	color: #6e859b;
	}


/* Text Area
----------------------------------------------------------------------------*/

#text {
	float: right;
	width: 580px;
	padding-bottom: 60px;
	text-align: left;
	}

#text h1 {
	font: 24px/25px 'Trebuchet MS', Sans-serif;
	color: #5a6a87;
	margin: -4px 0 20px 0;
	}

#text h1 a:link {
	text-decoration: none;
	}
	
#text h2, #text h3 {
	font: 18px/23px 'Trebuchet MS', Sans-serif;
	color: #000;
	margin: 30px 0 20px 0;
	}

#text h3 {
	margin-bottom: -15px;
	}

#text p, #text ul, form {
	font: 14px/20px 'Trebuchet MS', Sans-serif;
	margin: 15px 0;
	}
#text ul {
	list-style-type: none;
	}

#text p.caption {
	font: italic 12px/18px 'Trebuchet MS', Sans-serif;
	margin: -10px 0 15px 0;
	}
#text p.welcome {
	font-size: 18px;
	line-height: 24px;
	color: #6e859b;
	margin: -25px 0 30px 0;
	}
#text p.tracklisting {
	margin: 100px 0;
	}

#text a:link, #text a:visited {
	color: #6e859b;
	text-decoration: underline;
	}
#text a:hover, #text a:active {
	background-color: #6e859b;
	color: #fff;
	text-decoration: none;
	}

#text div.leftfloatcolumn {
	width: 300px;
	float:left;
	margin-top:-20px;
	}


/*** Forms ***/

#menu form {
	margin: 0 0 30px 0;
	}

input.textbox {
	width: 110px;
	border: 1px solid #5a6a87;
	background-color: #d9dfea;
	color: #000;
	font: 12px/12px 'Trebuchet MS', Sans-serif;
	padding: 3px 5px;
	vertical-align: top;
	margin-right: 3px;
	}
input.quantity {
	width: 30px;
	}
input.submitbutton {
	background-color: #5a6a87;
	color: #d9dfea;
	border: 1px solid #000;
	font: 12px/12px 'Trebuchet MS', Sans-serif;
	padding: 2px 5px;
	vertical-align: top;
	margin-right: 3px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {   /* Targets Safari */
	input.submitbutton { 
		padding: 4px 8px;
	}
}
#text table.cdlist input.textbox, #text table.cddetail input.textbox {
	width: 20px;
	}



/* Home
----------------------------------------------------------------------------*/

#text table.column2 {
	width: 100%;
	}
#text table.column2 td {
	vertical-align: top;
	}
#text table.column2 td.left2 {
	width: 290px;
	padding-right: 70px;
	}



/* Recording Detail Template Styles
----------------------------------------------------------------------------*/

div#cdcover {
	float: left;
	width: 220px;
	text-align: left;
	
	}

div#cdtracks {
	float: right;
	width: 320px;
	}

div#cdtracks h1 {
	margin-top: -6px;
	}
	
#text img.album {
	border: 1px solid #333;
	}

#cdcover form {
	line-height: 24px;
	}

#text h4 {
	font-size: 16px;
	margin: -3px 0 5px 0;
	}
#text p {
	margin: 8px 0;
	}

#text h4 a:link, #text h4 a:visited, #text h4 a:hover, #text h4 a:active {
	text-decoration: none;
	}


#cdgrid a:link, #cdgrid a:visited, #cdgrid a:hover, #cdgrid a:active {
	background-color: white;
	}
#cdgrid img {
	margin: 0 2px 2px 0;
	border: 1px solid #ccc;
	}



/* Recordings List Template Styles
----------------------------------------------------------------------------*/
	
#text table.cddetail {
	margin-top: -25px;
	}
#text table.cdlist td, #text table.cddetail td {
	text-align: left;
	vertical-align: top;
	font: 14px/20px 'Trebuchet MS', Sans-serif;
	padding-bottom: 20px;
	}


#text table td img.album, #text table td img.album {
	border: 1px solid #333;
	}

#text table.cdlist td.cdcover, #text table.cddetail td.cdcover {
 	padding-right: 20px;
 	}

#text table.cdlist td h4, #text table.cddetail td h4 {
	font-size: 16px;
	margin: -3px 0 5px 0;
	}
#text table.cdlist td p, #text table.cddetail td p {
	margin: 8px 0;
	}




/* Footer
----------------------------------------------------------------------------*/

#footer {
	margin: 0 auto;
	width: 960px;
	height: 73px;
	background: url("images/bg-footer.gif") repeat-x top left;
	clear: both;
	}
#footer p {
	padding-top: 30px;
	font: 13px/19px 'Trebuchet MS', Sans-serif;
	color: #8691a7;
	}
#footer a:link, #footer a:visited {
	color: #bfd1e2;
	text-decoration: underline;
	}
#footer a:hover, #footer a:active {
	color: #fff;
	}