/*
Theme Name:   Blue
Theme URI:    
Description:  A theme for <a href="http://jaynpettingill.com">Jayn Pettingill</a>
Version:      1
Author:       Nicole Coleman
Author URI:   http://redtandem.com
*/




@import url("css/reset.css");
@import url("css/text.css");
@import url("css/960.css");
@import url("css/ie_fix.css");
@import url("type/type.css");


/*color and images --------------------------------------------------*/

a, a:hover {text-decoration:none; color:#fff;}

body {
	background: rgb(89,106,122);	color:rgb(220, 220, 220);
	
}

img {opacity:0.4;filter:alpha(opacity=40)}
#content img {opacity:1;filter:alpha(opacity=100)}

h1 span, span.links a:hover {color: rgb(248, 246, 148);}

#footer img {float:left;}

div.audiowrap object {background-color:transparent;}

/* TYPE ---------------------------------------------------*/

.small {font-size:.75em}
body {
	font: 200 1em/1.5em "Minion Pro",Gentium,"Gentium Basic","Hoefler Text",Constantia,"Palatino Linotype",Georgia,serif;
}

h1 { font: 100 200%/80px "TallDark", Arial, sans-serif;
	color:#fff;
	letter-spacing: .25em;
	vertical-align: bottom;
	}
h1 span {font: 100 .5em/80px "TallDark", Arial, sans-serif;
		letter-spacing: .5em;
		vertical-align: top;
		}

span.links {font: 100 1em/80px "TallDark", Arial, sans-serif;
		color: rgb(248, 246, 148);
		letter-spacing: .25em;
		vertical-align: top;
		}

#footer {font: .75em/1em "Arial", "Helvetica", sans-serif;}

div.track strong { text-transform:uppercase;}
		
/* LAYOUT ---------------------------------------------------*/

div.header {
	background: url(images/gilda.jpg) repeat-x scroll 0 0;
	min-height:124px;
}

#container {
	background: transparent url(images/playing.png) no-repeat scroll -10% 100%;
	min-height:100%;
position:relative;
	}

html, body {height:100%}

#footer {position:absolute;
bottom:0;
height:60px;
}

div.track {margin:1em 0 2em 1em;}
