/* 
©2009 Ealing Drum Studios
CSS, Handcoded by Idea Junction
 */
 
* { margin:0; padding:0; font-family: Georgia, serif; color:#fff; }

h1 { font-size:16px; padding:15px 0 10px 0; text-shadow:#000 2px 2px 5px; }
h1.pageTop { padding-top:0px; }
h2 { font-size:14px; padding:2px 0 6px 0; text-shadow:#000 2px 2px 5px; color:#666; }
p { font-size:12px; color:#efefef; line-height:20px; text-shadow:#000 2px 2px 5px; padding:4px 0 6px 0; }
.pullquote { font-style: italic; }
a { font-weight:bold; text-decoration:none; border-bottom:1px solid white; }
a.picLink, a:hover.picLink { border:none; }
a.homeLink, a:hover.homeLink { border:none; float:left; }
a:hover { border-bottom:2px solid white; }
a img { border:none; }
strong { color:#666; }

body { background-color:black; }
#wrap { width:960px; height:750px; margin:0 auto; }
	
	#header { width:960px; height:150px; background-image:url('../images/header.jpg'); border-bottom:1px solid #333; }
		img#homeLinkImage { width:400px; height:65px; margin:40px 30px 0 30px; }
		ul#nav { width:500px; height:15px; position:relative; top:67px; float:left; }
			ul#nav li { display:inline; height:15px; text-indent:-9999px; float:left; }
			ul#nav li a { display:block; height:15px; border:none; padding:0; margin:0; }
				li a#about { width:51px; background-image:url(../images/navAbout.gif); }
				li a#thestudio { width:91px; background-image:url(../images/navTheStudio.gif); }
				li a#teaching { width:83px; background-image:url(../images/navTeaching.gif); }
				li a#books { width:119px; background-image:url(../images/navBooksAndMore.gif); }
				li a#network { width:80px; background-image:url(../images/navNetworks.gif); }
				li a#contact { width:63px; background-image:url(../images/navContact.gif); }
			/* Rollover state */
			ul#nav li a:hover { background-position:0 -15px; }
			/* Selected state */
			body#about li a#about,
			body#thestudio li a#thestudio,
			body#teaching li a#teaching,
			body#books li a#books,
			body#network li a#network,
			body#contact li a#contact  { background-position:0 -30px; }
			
	
	#content { width:960px; background-repeat:no-repeat; position:relative; }
		body#home #content { background-image:url('../images/homeBg.jpg'); height:500px; }
		body#about #content { background-image:url('../images/aboutBg.jpg'); }
			#aboutVideo object { margin:0; padding:0; }
		body#thestudio #content { background-image:url('../images/studioBg.jpg'); height:500px; }
		body#teaching #content { background-image:url('../images/teachingBg.jpg'); }
		body#books #content { background-image:url('../images/booksBg.jpg'); height:500px; }
		body#network #content { background-image:url('../images/networkBg.jpg'); }
		body#contact #content { background-image:url('../images/contactBg.jpg'); height:500px; }
		
		.copyLeft { width:370px; margin:0 0 0 60px; float:left; }
			.copyLeft#homeCopy { position:relative; top:175px; }
			.copyLeft#studioCopy { position:relative; top:125px; }
			.copyLeft#booksCopy { position:relative; top:125px; }
			.copyLeft#networkCopy { position:relative; top:105px; }
			.copyLeft#aboutCopy, .copyLeft#teachingCopy { position:relative; top:25px; padding-bottom:50px; }
			#aboutVideo { float:left; margin:60px 0 0 45px; }
			#networkVideos { float:left; width:425px; height:730px; margin:60px 0 50px 45px; }
				#networkVideos object { margin:0 0 25px 0; }
	
	#footer { width:840px; height:100px; border-top:1px solid #333; padding:0 60px; }
	
	/* clearfix */
	.clear { display:inline-block; }
	.clear:after { display:block; visibility:hidden; clear:both; height:0; content: "."; }
