@charset "UTF-8";

@font-face {
	font-family: 'Abel Regular';
	src: url('webfonts/Abel_Regular/PT_Sans-Narrow-Web-Regular.ttf') format('truetype');
}

.nav_spaces {
	font-family: "Abel Regular";
	font-size: 24px;
	font-style: normal;
	/* [disabled]position: relative; */
	text-decoration: none;
	word-spacing: 8px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.project_banner {
	font-family: "Abel Regular";
	font-size: 18px;
	font-style: normal;
	/* [disabled]position: relative; */
	text-decoration: none;
	left: 16px;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav_header {
	font-family: "Abel Regular";
	font-size: 28px;
	font-style: normal;
	/* [disabled]position: relative; */
	text-decoration: none;
	word-spacing: normal;
	left: 16px;
}
.sidebar_text {
	font-family: "Abel Regular";
	font-size: 14px;
	color: #000;
	clear: none;
	float: left;
	width: 500px;
}
.project_descrip {
	font-family: "Abel Regular";
	font-size: 14px;
	color: #000;
	width: 500px;
	text-align: left;
	position: relative;
	float: left;
	clear: none;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
}
.project_links {
	font-family: "Abel Regular";
	font-size: 10px;
	color: #000;
	float: left;
	padding-left: 16px;
	width: 500px;
	padding-bottom: 10px;
}
#Title {
	font-family: "Abel Regular";
	font-size: 30px;
}
#proj_name {
	font-style: italic;
}
#proj_und {
	text-decoration: underline; 
}
.navbar {
	position: fixed;
	width: 100%;
	top: auto;
	float: left;
}
.project_img {
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 16px;
	width: 520px;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Abel Regular";
	font-size: 24pt;
	line-height: 1.4;
}

a img { 
	border: none;
}

a:link {
	color: #000000;
	text-decoration: none; 
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color: #390;
}

.container {
	width: 100%;
	background-color: #FFF;
	padding-left: 20px;
}

.header {
}

.sidebar1 {
	float: left;
	width: 25%;
	padding-bottom: 10px;
	clear: right;
}
.sidebar2 {
	float: right;
	width: 25%;
	padding-bottom: 10px;
	background-color: #9C0;
	clear: right;
}
.content {
	width: 75%;
	clear: right;
	float: left;
}
.owl_cowl {
	width: 520px;
	float: left;
	padding-bottom: 10px;
}

.footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

h1 {
	font-style: italic;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
	
