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

body {
	font-size: 12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #fff;
	
}
body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #C95C2A;}
a:active { text-decoration: none; color: #C95C2A;}
a:visited { text-decoration: none; color: #C95C2A; }
a:hover { text-decoration: none; color: #796E6B;}

a img { border: none; }

li.active{
	background-image:url(../../../files/gimgs/active.jpg);
	background-repeat:no-repeat;
	padding:0 0 0 25px;
}
/* MENU */

	#menu {
		width: 200px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
		overflow:hidden;
		top: 20px;
		bottom: 0;
		left: 0;
		position: fixed; /* this make the menu stay in place while the content section scrolls*/
		height: 100%;
		background-color: #ffffff;
		padding-top: 0; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 0px;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 11px;
		/*border-right: 1px dotted #9E9E9E;*/
}
	
	/* This section controls each section made */ 
	#menu ul {
		list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0; /* sets the space between each section */
		margin-left: 0px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding-right: 0;
		padding-left: 0;
	}

	#menu li {
		margin-top: 0px;
		margin-bottom: 0;
		padding:0 0 0 25px;
		margin:0 0 0 10px;
		padding-bottom:5px;
	}

	
	/* The following sets the style for the section heading */
	/*#menu ul li.section-title {
		font-size: 12px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 5px;
		padding-left: 0px;
		border-top-style: none;
		border-top-width: 1px;
		border-bottom: 1px dotted #9E9E9E;
		letter-spacing: 2px;
		color: #c95c2a; 
		font-weight: bold;
}
#menu ul li.section-title:hover{
		color:#797979;	
}*/
	
	/* The following selectors style the "Built with Indexhibit" on the menu */	
		
		#menu ul.built {
			margin-bottom: 0;
		}
	
		#menu ul.built li {
			padding-top: 5px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
			color: #bbbbbb;
		}
		
		/* The following changes the link colors for only the "Built with Indexhibit" link */
		#menu ul.built a {
			color: #bbbbbb;
		}
		
		#menu ul.built a:hover {
		 	text-decoration: underline;
			color: #6d6d6d;
		}

	/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
		
		#copy {
			font-size: 10px;
			color: #bbbbbb;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			font-style: italic;
			margin-top: 5px;
			padding-top: 10px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
		}


#menu ul li.section-title-info {
			display:block;
			width:150px;
			height:56px;
			background-image:url(../img/info.jpg);
			background-repeat:no-repeat;
			margin-left:0;
 }

#menu ul li.section-title-work {
			display:block;
			width:150px;
			height:51px;		
			background-image:url(../img/work.jpg);
			background-repeat:no-repeat;
			margin-left:0;
 } 
 
#menu ul li.section-title-play {
			display:block;
			width:150px;
			height: 56px;		
			background-image:url(../img/play.jpg);
			background-repeat:no-repeat;
			margin-left:0;
}
 
#menu ul li.section-title-teach {
			display:block;
			width:150px;
			height: 50px;		
			background-image:url(../img/teach.jpg);
 			background-repeat:no-repeat;
			margin-left:0;
 }
 
 #menu ul li.section-title-write {
			display:block;
			width:150px;
			height: 40px;		
			background-image:url(../img/write.jpg);
 			background-repeat:no-repeat;
			margin-left:0;
}

#menu ul li.section-title-info span, #menu ul li.section-title-work span, #menu ul li.section-title-play span, #menu ul li.section-title-teach span, #menu ul li.section-title-write span { left:-2000px; position:absolute; }


#content {
    height: 100%;
    margin: 25px 0 0 200px;
	/*this margin left moves the entire left side left*/
    top: 0;
	width:800px;
	font-size:11px;
	line-height:16px;
	color:#2a2929;
}

.container {
    padding: 0 0 0 30px;
	/*this margin left moves the entire site left including nav*/
	margin:0 0 0 0;
}

#content p { 
	width: 500px;
	margin:0 0 7px 0;
	padding:0 0 0 0;
	font-size:11px;
	line-height:16px;
	color:#2a2929;
}
#content a { 
	color:#c95c2a;
	text-decoration:none;
}
#content a:hover { 
	color:#000000;
	text-decoration:none;
}
/*#content img{
	border:1px solid #CCC;
}*/
p {
    margin: 0 0 9px 0;
}


h1 { font-size: 14px; color:#c95c2a; margin-bottom:3px; }
h2 { font-size: 18px; color:#c95c2a; margin-bottom:10px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0 0 0 0; padding: 0 0 0 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }
.photoTitle{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-weight:bold;
	font-size:9px;
	color:#666;
}
.photoCaption{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:9px;
	color:#666;
}
.img-bot{
	margin:15px 0 0 0;
}
#content .tirshNav{
	margin:0 auto;
	padding:0 0 20px 0;
	color:#666666;

}
#content .tirshNav a{
	margin:0 10px 0 0;
	padding:5px;
	color:#666666;
	border:1px solid #CCC;
	font-size:10px;
	text-decoration:none;
}
#content .tirshNav a:hover{
	color:#ffffff;
	border:1px solid #CCC;
	text-decoration:none;
	background-color:#c95c2a;
}
#content .tirshNav a.navOn{
	color:#ffffff;
	border:1px solid #CCC;
	text-decoration:none;
	background-color:#c95c2a;
}

.homeContent{
	font-size:12px;	
	width:500px;
	line-height:18px;
}
/*#content .breadCrumbs{
	margin:0 0 0 5px;
	color:#666666;
}
#content .breadCrumbs a{
	margin:0 0 0 0;
	color:#c95c2a;
	text-decoration:none;
}
#content .breadCrumbs a:hover{
	color:#c95c2a;
	text-decoration:none;
}*/
a.bird{
	margin:0 0 0 0;
	padding:0 0 0 24px;
	background-image:url(../../../files/gimgs/smlBirdIcon_over.jpg);
	background-repeat:no-repeat;
}
a:hover.bird{
	margin:0 0 0 0;
	padding:0 0 0 24px;
	background-image:url(../../../files/gimgs/smlBirdIcon.jpg);
	background-repeat:no-repeat;
}

