@charset "UTF-8";
/* CSS Document */


body {
   	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   	color: #926426;
   	font-weight: 300;
	font-size: 13px;
	   letter-spacing: 1px;
}

h4 {
	font-family: "Palatino Linotype", Palatino, Palladio, "URW Palladio L", "Book Antiqua", Baskerville, "Bookman Old Style", "Bitstream Charter", "Nimbus Roman No9 L", Garamond, "Apple Garamond", "ITC Garamond Narrow", "New Century Schoolbook", "Century Schoolbook", "Century Schoolbook L", Georgia, serif;
	font-size: 15px;
	font-weight: 600;

}

html, body {
	height: 100%; /* Part 1of2 for getting the nav div to stretch all the way */
}

nav {
	width: 220px;
	margin-top: 12px;
	min-height: 100%; /* Part 2of2 for getting the nav div to stretch all the way s*/
}

nav ul li {
	border-bottom: 1px solid #926426; /* Gives the solid line below each nav links */
	margin: 0 20px 0 20px; /* Keeps buttons and borders 20px from sides */
	font-size: 14.5px;
	letter-spacing: 1px;
}

nav ul li a {
	padding: 8px 0 8px 10%; /* %'s are is good for left and right as it makes conent expand for iPhone in horizontal view */
	display: block; /* Makes the nav a links active accross the entire width */
	text-decoration: none;
	border: none;
}


nav ul li a:link {
	color: #926426;	
}

nav ul li a:visited {
	color: #926426;	
}

nav ul li a:hover {
	color: white;
	background-color: #926426;	
}

nav ul li a:active {
	color: white;
	background-color: #926426;
}

#aboutText {
	position: absolute;
	width: 280px;
	height: 750px;
	top: 39px;
	left: 280px;
	line-height: 1.35;
}

#copyrightLine {
	position: fixed;
	font-size: 11px;
	right: 20px;
	bottom: 20px;
	z-index: 2000;
}

#copyrightLine p a {
	display: block; /* Makes the nav a links active accross the entire width */
	text-decoration: none;
	border: none;
	padding: 2px 7px 3px 7px;
}


#copyrightLine p a:link {
	color: #926426;	
}

#copyrightLine p a:visited {
	color: #926426;	
}

#copyrightLine p a:hover {
	color: white;
	background-color: #926426;	
}

#copyrightLine p a:active {
	color: white;
	background-color: #926426;
}

footer {
	margin-top: 50px;
	position: fixed;
	left: 20px;
	bottom: 20px;
}

#logoFooter {
	margin-right: 20px;
	float: left;
	height: 34px;
	width: 104px;
	position:relative;
	z-index: 3000;
}

#facebookBtn {
	margin-top: 0px;
	margin-right: 10px;
	float: left;
	position:relative;
	z-index: 3000;
}

#twitterBtn {
	margin-top: 0px;
	float: left;
	position:relative;
	z-index: 3000;
}

