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

/*--- NAV BAR ELEMENTS ---*/
	/*-- main nav --*/
	
/* Begin Generated by Font Squirrel (http://www.fontsquirrel.com) on March 30, 2010 */

html { 
	min-height: 100%; margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical !important; 
}

@font-face {
	font-family: 'GraublauWebRegular';
	src: url('@font-face/graublauweb.eot');
	src: local('Graublau Web'), local('GraublauWeb-Regular'), url('@font-face/graublauweb.woff') format('woff'), url('@font-face/graublauweb.ttf') format('truetype');
}

@font-face {
	font-family: 'GraublauWebBold';
	src: url('@font-face/graublauwebbold.eot');
	src: local('Graublau Web'), local('GraublauWeb-Bold'), url('@font-face/graublauwebbold.woff') format('woff'), url('@font-face/graublauwebbold.ttf') format('truetype');
}

/* End Generated by Font Squirrel */

#nav {
	height: 35px;
	width: 940px;
	background-image: url(../images/structure_images/nav_bar.jpg);
	float: left;
}

#nav a {
	font-family: "GraublauWebBold", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 35px;
	color: #FFF;
}

#nav a:hover {
	font-family: "GraublauWebBold", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 35px;
	color: #9AD970;
}

.live_button {
	font-family: "GraublauWebBold", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 35px;
	color: #9AD970;
}

.live_button:hover {
	font-family: "GraublauWebBold", Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-decoration: none;
	line-height: 35px;
	color: #999;
}

#nav .index {
	height: 35px;
	width: 157px;
	float: left;
	text-align: center;
}

#nav .about {
	height: 35px;
	width: 157px;
	float: left;
	text-align: center;
}

#nav .portfolio {
	height: 35px;
	width: 157px;
	float: left;
	text-align: center;
}

#nav .resume {
	height: 35px;
	width: 157px;
	float: left;
	text-align: center;
}

#nav .contact {
	height: 35px;
	width: 157px;
	float: left;
	text-align: center;
}

#nav .blog {
	height: 35px;
	width: 155px;
	float: left;
	text-align: center;
}

	/*--nav sub--*/
#nav_sub ul {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 20px;
}

#nav_sub ul li a {
	font-family: "GraublauWebRegular", Tahoma, Geneva, sans-serif;
		font-weight: normal;
		font-size: 14px;
		line-height: 24px;
		color: #000;
		text-decoration: none;
}

#nav_sub ul li a:hover {
	color: #093;
	text-decoration: none;
	text-align: center;
	padding: 0;
}

.main_link {
	font-family: "GraublauWebRegular", Tahoma, Geneva, sans-serif;
		font-weight: normal;
		font-size: 14px;
		line-height: 24px;
		color: #093;
		text-decoration: none;		
}
.main_link:hover {
	font-family: "GraublauWebRegular", Tahoma, Geneva, sans-serif;
		font-weight: normal;
		font-size: 14px;
		line-height: 24px;
		color: #000;
		text-decoration: none;		
}


