/**
 *	Splash main styles
 */
	
/* --------------------------------- init -------------------------------*/

body { margin: 0; padding: 0; color: #000; font: 14px Arial, Helvetica, sans-serif; line-height: 24px; }


h2, h4 { font-size: 40px; margin: 0; padding: 0 0 30px 0;}
h4 { font-size: 24px; padding-bottom: 0; line-height: 28px; }

a { color: #717677; text-decoration: none; }
a:hover { color: #000; }
a.highlighted { color: #b90a0a; }

p { margin: 0; padding: 0 0 15px 0; }

img { border: 0; }

/* --------------------------------- misc -------------------------------*/

.grey { color: #717677; }
.clear { clear: both; }
.red { color: #ff0000; }
.pink { color: #ff00ff; }
.purple { color: #6600ff; }
.aqua { color: #00ccff; }
.green { color: #00cc00; }
.brown { color: #ff9900; }


/* --------------------------------- content -------------------------------*/

#logo_auqua { display: none; }

#header { height: 97px; width: 1580px; background-color: #000; }

#contentWrapper { width: 1024px; }


/* main */
#div1 { padding: 60px 40px 0 40px; width: 500px; float: left; }


/* our story and our info */
#div2, #div3 { padding: 5px 0 0 0; float: left; margin-top: -2px; }
#div2 p, #div3 p { padding-bottom: 30px;  }
#div2 ul, #div3 ul { margin: 0; padding: 0 0 30px 0; list-style: none; }
#div2 { margin-right: 20px; width: 220px; }
#div3 { width: 170px; padding-right: 0; }


/* extra content for larger screens */
#div4 {
	position: absolute;
	top: 57px;
	right: -10px;
	display: none;
}


/* posts - dhtml content area */
div.posts h4 { color: #ccc; cursor: pointer; border-bottom: 6px solid #ccc; padding: 20px 0; }
div.posts h4.active { color: #000; border-bottom: 6px solid #000;  padding: 0 0 20px 0 ; margin-top: 20px; }
div.posts .post_content { color: #183c0e; padding: 20px 0 0 0 ; }


/* media - http://www.apple.com/library/quicktime/stylesheets/qtp_library.css */
.title { padding-left: 120px; min-height: 120px; background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);background-position: top left; background-repeat: no-repeat; vertical-align: middle; }

.playButton { background-color: rgb(20,20,20); cursor: pointer; font-weight: bold; font-size: 1.25em; opacity: .8; filter: alpha(opacity=80); -moz-border-radius: 1em; -webkit-border-radius: 1em; position: relative; top: 45%; zoom: 100%; padding: .5em 1em; color: white; }

.playBackground { background-color: rgb(0,0,0); opacity: 0.0; filter: alpha(opacity=0); position: absolute; top: 0px; left: 0px; }






/* --------------------------------- footer -------------------------------*/

#footer { padding-left: 50px; font-size: 12px; color: #999; padding: 20px 0 50px 40px; }
	
	
