/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Celeste Prevost (www.designisfine.com)


*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #fff;
}

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

/* LINKS */
	
	
	a:link { 
	text-decoration: none;
	color: #333;
	}
	
	a:active { 
	text-decoration: none;
	}
	
	a:visited { 
	text-decoration: none;
	color: #333;
	}
	
	a:hover { 
 	text-decoration: underline;
	color: #9966CC;
	}

	a img { 
	border: none; 
	}


/* LINKS Selected */


	#menu li.active a:link, #menu li.active a:active, #menu li.active a:visited {
		color : #9966CC;
		text-decoration : underline;
		background : none;
	}

	#menu li.active a:hover {
		color : #9966CC;
		text-decoration : underline;
		background : none;
	} 

	#menu ul {
		list-style: none;
		margin: 15px 0 12px 0;
	}
	


/* Pre-Nav Text */
	
	
	.top-section {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 8px;
		padding-left: 25px; /* matches padding left in #menu ul */
		font-size: 10px;
		line-height: 12px;
		color: #333;
		font-family:Verdana, Arial, Sans-Serif;
	}


/* MENU */

	#menu {
		width: 215px; /* change the LEFT margin in #content to match */
		overflow: auto;
		top: 0;
		bottom: 0;
		left: 0px;
		position: fixed;
		height: 100%;
		background-color: #ffffff;
		line-height: 12px;
		padding-top: 40px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 25px;
		padding-left: 20px;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 10px;

	}
	
		
/* Sections */ 
	#menu ul {
		list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 15px;
		margin-left: 0px;
		/* sets the spacing around the menu - normally set to match padding in #content */
		padding-right: 25px;
		padding-left: 25px;
	}

	#menu ul li {
		margin-top: 0px;
		margin-bottom: 4px;
	}
	
/*"Built with Indexhibit" link */
		#menu ul.built a {
			color: #cccccc;
		}
		
		#menu ul.built a:hover {
		 	text-decoration: underline;
			color: #9966CC;
		}
	
/* Section Headers */
	#menu ul li.section-title {
		font-family: Arial, 'Helvetica Neue', serif;
		text-decoration: underline;
		font-size: 11px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		
	}

/* Copyright */	
		
		#menu ul.built {
			margin-bottom: 0;
		}
	
		#menu ul.built li {
			padding-top: 5px;
			color: #cccccc;
		}


/* Post-Nav */
		
		#header {
			font-size: 11px;
			font-family: Arial, 'Helvetica Neue', serif;
			font-style: underline;
			margin-top: 40px;
			padding-bottom: 5px;
		}

		#news {
			line-height: 12px;
		}
		
		
/* News Links */
		
		#menu ul.post a {
			color: #9966CC;
		}
		
		#menu ul.post a:hover {
		 	text-decoration: underline;
			color:  #9966CC;
		}
	
		
/* CONTENT AREA */

	#content {
		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 215px; /* change the width of #menu to match */
	    top: 0;
	    
	    /* sets the spacing around the content area - normally set to match padding options in #menu but can be changed seperately */
		padding-top: 40px;  /* match the padding-top in #menu if you want them to align */
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 40px;
		width: 800px;
	}


	.container {
		margin-bottom: 25px;
	}

	#content p { /* sets the properties for all paragraphs in the content area */
		width: 400px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    
	}

	p { /* sets the properties for all paragraphs  */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
    
	}

/* Content Header */	
		
		#copy {
			font-size: 12px;
			font-family: Arial, 'Helvetica Neue', serif;
			font-style: italic;
			color: #333;
		}


/* CONTENT Links */

	#content a:link {
		color : #9966CC;
	
	}

	
	#content a:visited {
		color : #9966CC;
		
	}


	#content a:hover, a:active {
		color : #9966CC;
		text-decoration : underline;
		
	} 
	
	
			
/* HEADINGS */
	
	/* start with h1 as your largest most important heading. */
	
h1 {
	font-size: 11px;
	color: #333;
	font-family: Arial, sans-serif;
	width: 330px;
	font-weight: normal;
	line-height: 150%;
	margin-bottom: 15px;
	text-align: left;
	position: fixed;
	left: 980px;
}
	
	h2 { 
		font-family: Arial, 'Helvetica Neue', serif;
		font-size: 20px;
		font-weight: normal;
		color: #333;
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

	}
	
	h3 { 
		font-size: 16px;
		color: #333;
	}
	
	h4 { 
		font-family: Arial, 'Helvetica Neue', serif;
		font-size: 12px;
		font-style: italic;
		padding-bottom: 5px; /* sets the spacing between the heading and paragraph below */	}


/* THUMBNAILS */

ul#front {
	list-style: none;

}

ul#front li {
	width: 200px;
	height: 135px;
	margin: 0px 40px 40px 0px;
	text-align: center;
	float: left;
	
}

ul#front li a img {
	margin-bottom: 5px;
}

ul#front li a {
	color: #fff!important;
	text-decoration: none;
}

ul#front li a:hover, a:active {
	color: #000!important;
	text-decoration: none;
}



/* Prev/Next */

	.nextprev {
		position: absolute;
		top: 40px;
		left: 880px;
		text-align: right;
}


/* IMAGES */

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 400px; 
		margin: 0; 
		padding: 0 0 12px 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 11px;
		margin-left: 0px;
		}
	
	#once { clear: left; }
	
	
/* SLIDE SHOW - Nav
	
	p.nav a {
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 0;
		font-size: 11px;
		font-family:Verdana, Arial, Sans-Serif;
		
	}
	
	p.nav a:hover {
		
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Arial, 'Helvetica Neue', serif;
		font-style: italic;
		padding-left: 20px;
	} */