@charset "utf-8";





/*


Design, Template Development & CSS by:
Matt Rock
Burning Fire Design
http://burningfiredesign.com



*/






html, body {
	width:100%;
	margin:0;
	padding:0;
    }

body {
	font:400 62.5% 'Arvo', Georgia, "Times New Roman", Times, serif;
	color:#2b2a2a; 
	background:#4b4cda;
	}

#wrap {
	width:100%;
	background:#88c6d1 url('../imgs/bg.gif') top left repeat-x;
	}
	


/******** MASTHEAD *******/


#header-wrap {
	margin:0;
	padding:0;
	width:100%; 
	height:320px;
	background:url('../imgs/bg-masthead.jpg') top center no-repeat;
}
	
#header {
	margin:0 auto;
	padding:0;
	width:930px; 
	height:320px;
}
				
#logo {
	position:relative; 
	left:43px; 
	top:86px;
	width:324px; 
	height:168px;
}	
				
#tagline {
	position:relative; 
	float:left; 
	left:56px; 
	top:87px;
	width:347px; 
	height:39px;
}	
	
ul#nav {
	margin:0;
	padding:0;
	list-style-type:none;
	position:relative; 
	float:right; 
	top:41px; 
	right:15px;
	}
	ul#nav li {
		display:block;
		float:left;
		}
		ul#nav li a {
		text-decoration:none;
		border:none;
			}
			ul#nav li#contact a {
			display:block;
			width:99px; height:52px;
			background:url('../imgs/nav.png') no-repeat 0 0;
			text-indent:-9999px;
			}
			ul#nav li#contact a:hover {
				background-position: 0 -52px;
				}
			ul#nav li#current a {
			display:block;
			width:140px; height:52px;
			background:url('../imgs/nav.png') no-repeat -99px 0;
			text-indent:-9999px;
			}
			ul#nav li#current a:hover {
				background-position: -99px -52px;
				}
			ul#nav li#past a {
			display:block;
			width:134px; height:52px;
			background:url('../imgs/nav.png') no-repeat -239px 0;
			text-indent:-9999px;
			}
			ul#nav li#past a:hover {
				background-position: -239px -52px;
				}



/******** PAGE CONTENT *******/	

		
#content {
	margin:0 auto;
	padding:10px 30px 0;
	width:870px;
	background:transparent url('../imgs/bgContent.png') repeat-y;
	font-size:1.4em;
	line-height:1.8em;
}
	
a {
	color:#4c4cda;
	text-decoration:none;
	border-bottom:#bfbef5 1px dotted;
	}
	a:hover { border-bottom:none; }
	a:visited { color:#4f3470; 
}
	
strong { 
	font-weight:700px; 
}

p { 
	padding:.4em 15px; 
}

em, i {
	font-style:italic;
	font-size:.95em;
}

h3 { 
	padding:.4em 15px 0; 
}

#content li { 
	line-height:normal;
	margin-bottom:.5em; 
}
	
h1 {
	width:600px;
	margin-bottom:.4em;
	padding:8px 15px;
	font-family: 'Gloria Hallelujah', cursive;
	font-size:1.8em;
	font-weight:normal;
	line-height:1em;
	color:#fff;
	text-shadow: -3px 0 1px #9832a4;
	background:#ca42d9;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
}
	
.one-col {
	width:840px;
	margin:.8em 0 .6em;
}

h2 {
	margin-bottom:.5em;
	padding:8px 15px;
	font-family: 'Gloria Hallelujah', cursive;
	font-size:1.7em;
	font-weight:normal;
	line-height:1em;
	color:#fff;
	text-shadow: -3px 0 1px #2e51a3;
	background:#3d6cd8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
}
	
hgroup h2 {
	margin:.6em 0 1em;
	padding:0 15px;
	font-family: 'Gloria Hallelujah', cursive;
	font-size:1.3em;
	font-weight:normal;
	line-height:1em;
	color:#8787d8;
	background:none;
	text-shadow:none;
}

blockquote {
	font-size:1.25em;
}

cite {
	text-transform:capitalize;
}
		
small {
	clear:both;
	display:block;
	position:relative;
	top:20px;
	margin-bottom:10px;
	padding:15px 10px 0;
	font-size:.8em; 
	line-height:1.7em;
	color:#858585;
	text-align:center;
	border-top:1px dotted #9d9d9d;
}
	

.thumb {
	margin:0;
	padding:0 0 8px 3px;
	width:212px; height:177px;
}

.thumb:hover { 
	position:relative;
	top:-5px;
}
	

.thumbProfile {
	width:212px; height:177px;
}

#genericList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height:normal;
	}
											
a.image {
	border:none!important;
	text-decoration:none!important;
	}
	
	a.image:hover { background:none!important; }

.clear {
	clear:both;
}
		
		
/********  OVERVIEW *********/

		
.overview {
	margin:16px 0 20px 30px;
	padding:0;
	position:relative;
	float:right;
	color:#000;
	max-width:212px;
	}

.info img {
	width:212px; 
	height:177px;
	margin-bottom:10px;
}

.overview ul {
	margin:8px 0 0;
	padding:0 0 0 5px;
	list-style:none;
}
		
		
		
/********  BUCKETS *********/

		
.bucket {
	width:280px;
	margin:0;
	padding:0;
	position:relative;
	float:left;
	clear:right;
}	
	
.bucket ul {
	list-style:none;
	margin:0;
	padding:0;
}	
		
.bucket small {
	clear:left;
	position:relative;
	top:5px;
	margin-bottom:5px;
	padding:5px;
}

	
section.downloads,
section.videos {
	margin-right:15px;
}
	
.bucket h2 {
	width:250px;
	margin-bottom:.5em;
	padding:8px 15px;
	font-family: 'Gloria Hallelujah', cursive;
	font-size:1.7em;
	font-weight:normal;
	line-height:1em;
	color:#fff;
	text-shadow: -3px 0 1px #2e51a3;
	background:#3d6cd8;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-moz-border-radius: 10px;
	}
		
section .downloads li {
	margin-left:10px;
	padding-left:18px;
	background:url('../imgs/pdf.png') 0 3px no-repeat;
}
		
section .photos img { 
	width:62px; 
	height:62px; 
}

section .photos a img,
section .videos a img { 
	float:left;
	margin:2px 1px;
	padding:2px;
	border:1px solid #b5dbe2; 
	}

section .photos a:hover img,
section .videos a:hover img { border:1px solid #3c7fbd; }
		
		/*.photo ol {	list-style:decimal; }
		.photo li,
		.video li {	display:inline-block; }*/
		
		
	/* VIDEO */
	.pp_description { font-size:1.4em!important; }
	
	.photoNumbered {
		display:inline-block;
		margin-right:3px; 
		text-align:center;
		font-size:10px;
		}
	



/********  FOOTER *******/		

#footer-wrap {
	margin:0;
	padding:0;
	width:100%; height:140px;
	background:url('../imgs/bgFoot.gif') bottom left repeat-x;
	text-align:center;
	}
	
	#footer {
		margin:0 auto;
		padding:0;
		width:100%; height:140px;
		background:url('../imgs/bg-footer.jpg') center top no-repeat;
		}	
	
	#footerIn {
		margin:0 auto;
		padding:0;
		width:930px;
		font-size:1.1em;
		text-transform:uppercase;
		color:#93def7;
		}	
				
	#foot-info {
		position:relative; left:100px; top:30px;
		width:612px; height:34px;
		}		
	
	#footerIn a {
		color:#93def7;
		text-decoration:none;
		border-bottom:1px dotted #93def7;
		}	
		#footerIn a:hover {
		background:none;
		color:#fff;
		}
		
		.copyright {
			position:relative;
			top:44px; 
		}
