/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}

body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #f7ffe7;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

h1{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	color: #252525;
	text-align: center;
	font-weight: bold;
}
 
#header{
	margin:0 auto;
	padding:60px 0 0 0;
	width:900px;
	height:80px;
	position:relative;
}

#title {
	position:absolute;
	top:-45px;
	left:132px;
	color:#000;
	width:300px;
	text-align: left;
}

#social {
	position:absolute;
	top:350px;
	left:-30px;
	width:155px;
	text-align: left;
	height: 45px;
}

#page{
	width:900px;
	margin:0 auto;
}
	#slider{
		width:800px;
		margin:0 auto;
		position:relative;
	}


	#page .scroll{
	height:580px;
	width:760px;
	position:relative;
	clear:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
	
		#page .scrollContainer .panel{
	padding: 0px 150px 0px 170px;
	height:510px;
	width:460px;
		}		
			#page .panel p{
	color: black;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 2.1em;
}

		#page .panel img{
	padding:0 5px 5px 5px;
	color: black;
	font: 14px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}
			#page .panel h3{
				font-size:28px;
				padding:0 0 .5em 0;
				letter-spacing:-2px;
				color:#000;
				font-weight:bold;
			}
			#page .panel h4{
				padding:0 0 .5em 0;
				font-size:15px;
				letter-spacing:-0.5px;
				font-weight:bold;
				color: black;
			}
			#page .panel strong{
				color: black;
			}
			#page .panel em{
				font-style:italic;
			}
			#page .panel a{
				white-space:nowrap;
				color: black;
				font-weight:bold;
			}
				#page .panel a:hover{
					text-decoration:underline;
				}
			#page .panel .gallery img{
				padding:2px;
				border:solid 1px #c0c5d6;
			}
			#page .panel blockquote,
			#page .panel ul,
			#page .panel ol,
			#page .panel pre{
				font-size:12px;
				margin:1em 2em 2em 2em;
				padding:10px 15px;
			}
			#page .panel blockquote p{
				padding:.4em 0 !important;
				text-indent:0 !important;
			}
			#page .panel li{
	list-style-type: none;
	list-style-image: none;
	font-size: 13px;
	line-height: 20px;
}
				#page .panel ul li{
	list-style:square;
	font-style: italic;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0em;
}
				
				#page .panel ol li{
					margin:0 0 0 1.5em;
					list-style:decimal;
				}
			#page .panel pre{
				line-height:1em;
				color: black;
				font-size:13px;
				overflow:auto;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
			}
			#page .panel code{
				padding:0 3px;
				color: black;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
				font-size:13px !important;
			}
			
			#page .panel .gallery{
				text-align:center;
			}



#menu {
	position:absolute;
	top:2px;
	left:-6px;
	color:#000;
	width:166px;
	text-align: left;
}


.alignright{
	float: right;
	margin: 3px;
	padding-left: 8px;
}

.alignleft{
	float: left;
	padding-right: 10px;
	margin-top: 3px;
	margin-left: -25px;
	margin-right: 3px;
}

.alignleft img{
	float: left;
	padding-right: 10px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

/* black version of the overlay. simply uses a different background image */
div.apple_overlay.black {
	background-image:url(overlay/transparent.png);		
	color:#fff;
}

div.apple_overlay h2 {
	margin:10px 0 -9px 0;
	font-weight:bold;
	font-size:14px;
}

div.black h2 {
	color:#fff;
}

#triggers {
	text-align:center;
}

#triggers img {
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}