/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	display: block;
	font-size: 12px;
	height: 100%;
	color: #222;
	font-family: 'AdobeGaramondProRegular', times, serif;
	background-image:url('http://www.susquehannaboomco.org/wp-content/uploads/2011/03/bg2.jpg');
}

body.section-14 { 

}


/**
* FULL BGCSS
*/


.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
 





#thewrapper {
	width: 1000px;
	display: block;
	margin: 0 auto 0 auto;
}

body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #555; width: auto; }
a:active { text-decoration: none; color: #555; width: auto;}
a:visited { text-decoration: none; color: #555; width: auto;}
a:hover { color: #333333; text-decoration: none; border-bottom:1px dotted #444444; width: auto;}

a img { border: none; }

#spacer{
height: 95%;
float: left;
width: 100px;
font-size: 1px; /* to make sure width is not overridden */
padding: 0;
margin: 0;
background-color: red; /* visual effect only */
} 



#menu {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
	background: white;
    width: 220px;
    float: left;
	position: relative;
    margin: 0 10px 0 0;
    border-top: 10px solid #444;
    z-index: 6;	
	
	
}

#menu ul {
	width: auto;
	list-style: none;
	margin: 1px 15px 10px 15px;
}

#menu ul a {
	color: #555;
	line-height: 1.3em;
}

#menu ul a:hover {
	color: white;
	padding: 1px 3px 1px 3px;
	background: #555;
	border: none;
}

#menu ul li.section-title {
	font-family: Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	font-weight: bold;
	color: #111111;
	font-size: 11px;
}

#content {
	border-top: 10px solid #444;
	width: 765px;
	background: white;
	height: 100%;
	float: left;
	margin: auto;
	min-height: 100%;

}


.container {
    padding: 5px 5px 25px 5px;
}

.container2 {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.5);
	float: left;
	position: relative;
	padding: 15px 40px 30px 40px;
	min-height: 100%;
}

#content p { 
	text-align: left; 
	width: 100%; 
	color: #222; 
}

#project-title {
	font-family: Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	font-weight: bold;
	color: #111111;
	font-size: 14px;
}

#horatio-title {
	list-style: none;
	margin: 10px 15px 0 15px;
	font-family: Helvetica, Arial, sans-serif;	
	text-transform: uppercase;
	font-weight: bold;
	color: #111111;
	font-size: 14px;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; color: #66666;}
h2 { font-size: 24px; }
h3 { font-size: 14px; font-family: times, serif; color: silver; font-weight: bold; margin-left: 40px; padding: 0px; padding-bottom: 0px; padding-top: 30px; width: auto; height: auto; }
h4 { font-size: 12px; }


#img-container {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


.subhead {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #111;
	font-size: 12px;
	padding-right: 5px;
}

.caption {
	font-family: Helvetica, Arial, sans-serif;
	color: #555;
	font-size: 10px;
}

blockquote {
	font-size: 14px;
	display: block;
	width: auto;
	color: #222;
	text-align: left;
	line-height: 1.4em;	
	background: #eaeaea;
	padding: 15px 20px 15px 20px;
	margin-top: 10px;
}

#playlist {
	width: 100%;
}

#playlist .recording {
	display: block;
	padding: 20px 0 20px 0;
	width: 80%;
	border-bottom: 1px solid #999;
}



#img-container-slideshow {
	margin: 5px 0px 0px 26px; padding: 0px; 	 	  
}

#blurb {
	width: 100%;
	padding-bottom: 10px;
	font-size: 14px; 
	line-height: 1.6em; 
	border-bottom: 1px dotted silver;
	margin: 0 0 20px 0;
	color: #222;
} 

#blurb img {

	display: block;
	margin: 15px auto 15px auto;
}

#once { clear: left; }
