/**
* CSS
para tipo-e.com
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
	color:#333333;
	line-height: 20px;
}

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

/* LINKS */
	
	
	/* colors for all links */

a:link { 
text-decoration: none; 
color:#333333;
}

a:active { 
text-decoration: none;
color:#333300; }

a:visited { 
text-decoration: none;
color:#999999; }

/* sets the properties for links when mouse rolls over */

a:hover { 
text-decoration:none;
font-weight:light;
color:#333300; }


/* any img that is a link */
a img { border: none; }


/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
	
	
.top-section {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 20px;
	line-height: 24px;
	color:#333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	/* MENU */

#menu {
    width: 240px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 15px;
    position: fixed; /* this make the menu stay in place while the content section scrolls*/
    height: 100%;
	background-color: #fff;
	padding-top: 20px; /* change to match the padding-top in #content if you want them to align */
	padding-bottom: 25px;
		/* padding-left & right can be changed in #menu ul - below */
}

/* This section controls each section made */ 

#menu ul {
	font-size: 14px;
	font-weight:normal;	
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px; /* 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: 25px;
	padding-left: 15px;/* moving the whole menu towards left */
	padding-bottom: 6px;	
}

/* The following sets the style for the section heading */
#menu ul li.section-title {
	font-size: 14px;
	margin-top: 2px;
	margin-bottom: 2px; 
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* CONTENT AREA */

#content {
   height: 100%;
		margin-top: 40px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 260px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0;
		bottom: 0;
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 30px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 50px;
		padding-bottom: 0px;
		padding-left: 60px; /* space between menu and content */
}

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

#content p { /* sets the properties for all paragraphs in the content area */
		width: 400px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 5px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    line-height: 20px; /* use this the change the leading (space between lines) */
}

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

	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color:#666666; /* This color overides the color set in "body" */
	padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
	}
	
	h2 {
	font-family: Rockwell, slabserif, serif;
	font-size: 24px;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 10px; 
	}
	
	h3 {width: 400px;
	font-size: 16px;
	color: #333333;
	font-style:inherit;
	


	}
	
	h4 { 
	width: 400px;
	font-size: 14px; 
	color: #333333;
	margin-right: 40px;
	font-variant:small-caps;
		}
	
	h5 { 
	font-size: 10px; 
	}
	
	
/* IMAGES */
	

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 400px; 
		margin: 0; 
		padding: 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	
	
	.grow a:hover { 
		border-bottom: 5px;
		border-bottom-color:#ff0066;
		border-bottom-style:solid;
		background-color: #ffffff;
		}
	
	.grow a {
		border-bottom: 5px;
		border-bottom-color:#CCCC9A;
		border-bottom-style:solid;
		background-color: #ffffff;
		}
	
	
	#once { clear: left; }
