/* CSS Document 
#c8ce6b - BFHL green
#9ACD32 - Body text link green
#CCCCCC - Light grey
#333333 - Dark grey
#ECF1EF - Really light grey
#1F1F1F - Near black
*/
html, body{
    	margin: 0;
    	padding: 0;
    	font-family: Arial, Verdana, sans-serif;
    	font-size: 12px;
  	background-color: #000000;
	background-image:url(images/gradientbg4.jpg);
	background-repeat: repeat-x;
	color: #000000;
	height:100%;
}

.box-header {
	height:45px;	
}

.header{

	background-repeat: repeat-x;
	width:auto;
	height:55px;
	margin-left:auto;
	margin-right:auto;
}

.header a img{
	text-decoration: none;
	border: none;
}

.float-logo {
	margin-left:30px;
	position:absolute;
	top:-60px;
}
	
.navigation {
	height: 30px;
	background-color: #c8ce6b;
	vertical-align:middle;
	padding-left:195px;
	
}

.navigation a {
    	font-weight: none;
    	text-decoration: none;
    	color: #000000;
		padding: 8px 7px; 
    	line-height: 30px;
}

.navigation a:hover {
    	color: #CCCCCC;
    	background-color: #333333;
}

.navigation a.selected {
    background-color: #333333;
    color: #CCCCCC;
}

.content_body{
	background-repeat: repeat-x;
	padding-bottom: 30px;
	width: 100%;
}

.content_interior{
	background-color:;
	background-repeat: repeat-x;
	width:100%;
	float:left;
	margin-top:20px;
	margin-left: 0px;
}

.minileft_column{
	width:330px;
	height:440px;
	color:#000000;
	float:left;
	padding-top:10px;
	margin-top:0px;
	overflow:auto;
}

.miniwhite_column{
	width:330px;
	height:492px;
	background-color:#;
	color:#FFFFFF;
	float:left;
	padding-top:10px;
	
	margin-top:0px;
	overflow:auto;
}

.right_column{
	background-color: ;
	height:px;
	width:650px;
	position:absolute;
	top:665px;
	left:15px;
	padding-top:5px;
	padding-bottom:20px;
	overflow:auto;	
}

.pright_column{
	background-color: ;
	height:535px;
	position:absolute;
	left:330px;
}

.pright_column img{
	padding-bottom:7px;
}

/* category titles on portfolio pages */

h1 {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000000;
	background-color:#FFFFFF;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px 12px 0px 25px;
}

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

/*single page project title*/

h2 {
	margin: 0;
	color: #c8ce6b;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: .1em;
	font-variant: small-caps;
}

h2 	a:link, 
h2 	a:hover, 
h2 	a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

/*related project list text on project pages*/

h3 {
	padding-left: 1em;
	color: #ECF1EF;
	font-size: 1.1em;
	font-weight: normal;
	letter-spacing: .05em;
	font-variant: small-caps;
	line-height: 1.5em;
}

h3 a{
	text-decoration: none;
	color: #E0E0E0;
}

h3 a:hover {
	text-decoration: none;
	color:#000000;
}
	
/*project titles on project pages*/

h4 {
	margin: 0;
	color: #1F1F1F;
	background-color:#FFFFFF;
	font-size: 2em;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:25px;
	padding-right:12px;
	text-transform:lowercase;
}

/*project list text*/

h5 {
	padding-left: 1em;
	padding-right: 1em;
	color: #FFFFFF;
	font-size: 1.1em;
	letter-spacing: -.4px;
	font-weight: normal;
	line-height:1.4em;
	padding-top:0px;
	padding-bottom: .9em;
	margin: 0px;
}

h5 a:hover {
	color:#ECF1EF;
	text-decoration: none;
	font-weight:bold;
	font-size: 1.1em;
}

h5 a {
	text-decoration: none;
	color:#FFFFFF;
}

/*portfolio description text*/

h6 {
	padding-left: 25px;
	padding-right: 24px;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	line-height: 1.3em;
	padding-top:.4em;
	padding-bottom:0em;
	margin: 0px;
}

h6 a {
	text-decoration: none;
	color:#9ACD32;
}

h6 a:hover {
	color:#1F1F1F;
	text-decoration: none;
}

.bar {
	float:left;
	position:relative;
	height:20px;
	width:300px;
	color:#FFFFFF;
	background-color:;
	text-align:right;
	padding-right:10px;
	padding-top:10px;
}

.bar a {
	text-decoration: none;
	color:#FFFFFF;
}

.bar a:hover {
	text-decoration: none;
	color:#CCCCCC;
}

.lineup ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

.lineup ul li {
	margin-left: 0;
	padding: 1px 10px;
	border-left: 1px solid #FFF;
	list-style: none;
	display: inline;
	font-size: 1.2em;
	}

.lineup ul li a:hover {
	color:#FFFFFF;
	text-decoration: line-through;
	font-weight:bold;
}

.lineup ul li a {
	text-decoration: none;
	color:#FFFFFF;
}
		
.lineup ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	font-size: 1.2em;
}
