@charset "UTF-8";
/* CSS Document */
/*  Designed by Dreamingfish Seattle / Contact: k@dreamingfish.com   
Web Standards and CSS are your friends! Visit: http://www.webstandards.org/  */	
	
/* *********** GLOBAL STYLES  **********  */
body {
	width: 900px;
	height: 1500px;
	padding: 10px;
	margin: 0px auto;
	background-color: #000;
	color: #CCC;
	text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}
	
a {
	text-decoration: none;
	color: #FF0000;
	}

a:hover {
	text-decoration: underline;
	}

a:visited {
	color: #990000;
	}
	
h2 {
	padding-left: 18px;
	margin-left: -20px;
	font-size: 1.4em;
	background: url(images/squiggle.gif) left no-repeat;
	color: #6E6E6E;
	font-variant: small-caps;
	letter-spacing: 0.19em;
	line-height: 30px;
	border-top: 3px solid #252121;
	}
	
h3 {
	padding-left: 18px;
	margin-left: -20px;
	font-size: 1.6em;
	text-align: center;
	color: #900;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	line-height: 20px;
	}
	
h4 {
	padding: 0 0 10px 18px;
	margin-left: -20px;
	font-size: 1.1em;
	text-align: center;
	color: #6E6E6E;
	font-variant: small-caps;
	letter-spacing: 0.15em;
	line-height: 20px;
	}
	
ul {
	margin-bottom: 20px;
	list-style-type: square;
	list-style-position: outside;
	}

li {
	margin-bottom: 15px;
	}
	
#nav {
	width: 890px;
	height: 30px;
	margin: 0 auto;
	}

#nav a {
	border: none;
	}

/*  *************** ALPHA  Page Division 1 ******************* */

/*  ALPHA contains image and title treatment; on index page contains logo and video player  */
#alpha {
	margin: 0 auto;
	width: 890px;
	height: 340px;
	text-align: left;
	}
	
#alpha p {
	padding: 50px 100px;
	font-size: 22px;
	font-family: "Courier New", Courier, monospace;
	line-height: 42px;
	vertical-align: middle;
	}
	

/*  style for top-of-page photo and title treatment */
#pageImage {
	width: 720px;
	height: 340px;
	margin: 0 auto;
	}

/* style for multi-episode Blip.tv video player embed on "extras" page */
#player {
	width: 600px;
	height: 340px;
	float: left;
	clear: right;
	}

/*  *************** BETA  Page Division 2 ******************* */

/*  BETA contains social networking buttons (left column), main text area (center) and multi-video player */
#beta {
	width: 880px;
	margin: 0 auto;
	clear: both;
	}
	
/* left column containing buttons  */
#betaBox1 {
	width: 150px;
	margin: 20px auto;
	float: left;
	clear: left;
	}

#betaBox1 a {
	color: #000;
	}

#betaBox1 p {
	margin: 10px 0;
	padding: 0;
	}

/* main text area */
#betaBox2 {
	width: 620px;
	padding: 0 0 0 2.5em;
	margin: 0 0 50px 0;
	line-height: 1.6em;
	font-size: .8em;
	text-align: left;
	float: left;
	clear: right;
	}

#betaBox2 p {
	margin-bottom: 30px;
	}

#betaBox2 span{
	font-size: 1.6em;
	color: #900;
	}

/*  *************** FOOTER  Page Division 3 ******************* */

/*  FOOTER contains logos and links to PAI and Pathfinder.org  */
#footer {
	width: 890px;
	height: 150px;
	padding: 100px 0 20px;
	margin: 0 auto 20px;
	text-align: center;
	clear: both;
	}
	
#footer p {
	display:block
	padding-top: 5px;
	font-size: 12px;
	color: #999999;
	border-top: 3px solid #252121;
	margin: 0 auto;
	}

#footer img {
	border: none;
	margin: 5px 25px;
}

/*  *************** WITHIN-PAGE NAVIGATION STYLES  *************** */

/* list of header jumps at top of text for navigation within the page */
#pageNav ul {
	margin-bottom: 30px;
	padding-left: 10px;
	list-style: none;
	line-height: 18px;
	}

#pageNav li {
	margin: 0;
	padding: 0;
	}
	
#pageNav a {
	color: #CC0000;
	font-size: 14px;
	letter-spacing: .19em;
	font-variant: small-caps;
	}

#pageNav a:hover {
	color: #C00;
	text-decoration: underline;
	}

/*  "back to top" division */
.backTop {
	display: block;
	margin: 50px 100px;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	border-top: 1px dotted #252121;
	}

/* ***************   INDEX-PAGE-SPECIFIC STYLES (home page only) *************** */

/* for main Blip.tv video player embed on index page */
#index #player {
	width: 590px;
	height: 360px;
	float: left;
	background-color: #000000;
	margin: 20px 0;
	}

#logo {
	width: 200px;
	height: 215px;
	margin: 40px 5px 10px 0;
	background: url(images/logos/logo_index.jpg) no-repeat;
	float: left;
	}

#index #betaBox2 {
	width: 600px;
	margin-left: 30px;
	padding-left: 10px;
	}
	
/* box for "latest news" */
#newsBox {
	display: inline;
	width: 175px;
	margin: 5px;
	padding: 10px;
	float: right;
	border: 1px dotted #900;
}

#newsBox p {
	font-size: 1.3em;
	color: #666666;
	text-align: center;
	padding: 0;
	margin: 0;
	}
	
#newsBox a {
	color: #900;
	}
	
#newsBox p span {
	color: #900;
	font-variant: small-caps;
	font-size: 1.3em;
	}
		
/*  ***************    ADDITIONAL STYLES     ***************  */

/*  styles for social networking buttons on "act" page */
.network {
	margin: 40px;
	text-align: center;
	}

.network a img {
	text-decoration: none;
	border: none;
	margin: 10px;
	padding: 3px 0;
	}

.network a:hover img {
	border-top: 3px solid #990000;
	border-bottom: 3px solid #990000;
	padding: 0;
	}
	
/*  adds seperating line to bottom of paragraph when needed */	
.divider {
	border-bottom: 3px solid #252121;
	}
