/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Personalized by Brianna Harden

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

body {
	font-size: 11px;
	color: #3c3e3e;
	font-family: univers, helvetica, arial, sans-serif;
	background-image: url('http://www.briannaharden.com/headerbackground.png');
	background-repeat:no-repeat;
	backround-position: 20px 20px
}

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

a:link { text-decoration: none; color: #dc6651; }
a:active { text-decoration: none; color: #dc6651; }
a:visited { text-decoration: none; color: #dc6651; }
a:hover { text-decoration: none; color: #00b19f; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px; }

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 180px;
    bottom: 0px;
	left: 45px;
    position: fixed;
    height: 100%;
	background-color: #fff;
	padding-top: 0px;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px; 
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 5px;
	overflow: hidden;
}

#menu ul li {
		margin-top: 0px;
		margin-bottom: 4px;
		overflow: hidden;
	}

#menu ul li.section-title { }

#menu ul.built a {
			color: #3c3e3e;
			font-size: 10px;
			background-color: none;
		}
		
		#menu ul.built a:hover {
		 	text-decoration: none;
			background: #fff;
			padding-left: 0px;
			padding-right: 0px;
			padding-top: 0px; }

#content {
    height: 100%;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 215px;
	    top: 0;
		padding-top: 114px;  
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 40px;
}

.container {
		margin-bottom: 25px;
	}


#content p { 
	width: 450px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px; 
	margin-left: 0px;
	line-height: 18px; }

p {
   margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
	}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#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: 20px;
		margin-left: 0px;
	}

#once { clear: left; }




p.nav a {
		background-color: #CCC;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: univers, helvetica, arial, sans-serif;
		color: #00b19f;
	}
	
	p.nav a:hover {
		color: #ffffff;
		background-color: #00b19f;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: univers, helvetica, arial, sans-serif;
		font-style: italic;
		font-size: 11px;
		padding-left: 10px;
	}
