﻿body { 
	font-family: Verdana,Helvetica, sans-serif;
	margin-top: 25px;
	font-size: 12px;
	background-color: #1A1A1A;
	text-align:left;
	color:#ccc;
}

a:link {color: #FFFFFF; text-decoration:none;}
a:visited {color: #666633; text-decoration:none;}
a:hover {color: #c0dB5A; text-decoration:underline}
a:active {color: #333; text-decoration:underline}


div#topblock {
	position:absolute;
	top:0px;
	width: 100%;
	left: 0px;
	height: 100px;
	border:none;
	background: url(images/rocks.jpg) repeat-x;
}

p.header{
	padding-top:5px;
	font-size:42px;
	line-height:34px;
	margin-left:-19px;
}

div#line{	
	position: absolute;
	left: 0;
	width: 100%;
	height: 13px;
	background-color: #c0dB5A;
	top:100px;
	}

div#commentbox{
	font: bolder;
	color: #c0dB5A;
	position: absolute;
	width: 30%;
	margin-left:60%;
	font-size:12px;
	right:11%;
}

.commentboxheader{
	font-weight:800;
       font-family: Verdana,Helvetica, sans-serif;
	font-size:14px;
	color: #333;
	padding: 1px;
        margin-top:5px;
        margin-botton:5px;
}

div#feed{
	float: right;
	font-size:14px;
	font-weight:400;
        font-family: Verdana,Helvetica, sans-serif;
	color: #c0dB5A;
	width: 35%;
	margin-right: -40px;
	height:auto;

}

div#menu {
	position:absolute;
	width: 15%;
	left: 2%;
	top:130px;
	text-align:right;
	margin-top: 50px;
}

div#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

div#menu a, #menu h2{
font: bold 11px/16px Verdana, Arial, Helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: dashed;
border-color: #ccc #888 #555 #bbb;
margin: 0;
color: #333;
<!--- old bg color background: #D3E6CF;  -->
background: #1A1A1A;
text-decoration: none;
margin-bottom: 5px;
}


div#menu h2 {
color: #c0dB5A;
font-size: 13px;
font-family: georgia, "Courier New", Courier, monospace;
font-weight: 400;
background: #333;
text-align:right;
padding-right: 5px;
font-weight: 900;
}

div#menu a:hover {
color: #333;
background: #D3E6CF;
background: #333;
text-align:right;
}

div#menu p{
	color:#CC3366;
	padding:5px;
	line-height:100px;
}

div#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

div#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul{
display: block;

}


.menulist{
color: #E6E6E6;
font-size: 1.2em;
text-align:right;
}

div#banner {
	height: 175px;
	width: 700px;
	background-color: #FFFFFF;
	padding: 0px;
}

div#container{
	position:absolute;
	background-color: #1A1A1A;
	top: 126px;
	left:20%;
	width: 850px;
	height: auto;
	padding: 0px;
	font-size:12px;
	line-height:20px;
	right: 10%;
}

div#subcontainer{
	border-bottom: 0px solid  #000000;
	clear: both;
	height: 100%;
	margin-bottom: 3px;
}

div#subcontainer_contact{
	clear: both;
	height: 100%;
	margin-bottom: 3px;
	margin-left: 20px;
}

.contentleft{
	float: left;
	width: 75%;
	height: 50%;
}

.contentright{
	margin-top: 15px;
	margin-left: 10px;
	height:auto;
	float: right;
	width: 20%;
}

.contentbottom{
	border-top: 1px solid  #333;
	width: 100%;
}

.contentbottomleft{
	float: left;
	width: 265px;
	margin-left:5px;
	margin-right:5px;
}

.contentbottommid{
	float: left;
	width: 265px;
	margin-left:5px;
	margin-right:5px;
}

.contentbottomright{
	float: left;
	width: 265px;
	margin-left:5px;
	margin-right:5px;
}

.contentbottomleftbar{
	color: #FFFFAA;
}

.newsheader{
	font:bold;
	font-size:20px;
	color: #FFFFFF;	
	text-align:left;
	padding-top: 15px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
}

.projecttile{
	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	height: 350px;
	float: left;
        color:#ddd;

}

.worktile{

	text-align: left;
	margin-top: 10px;
	margin-bottom: 30px;
	height: 350px;
	float: left;
        color:#ddd;

	top: 0; /* These positions makes sure that the overlay */
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #333;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
}

.projecttile img{
	border: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.worktile img{
	border: 0px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.projectheaderlist{
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:800;
	margin-top: 20px;
	margin-left:10px;
	margin-right:10px;
	list-style-type: none;
	font-size: 15px;
	text-align: center;
	line-height:20px;
	color: #ddd;
	letter-spacing:1px;
}

.projectheaderlist p{
	margin-top:20px;
	text-align: left;
}

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

.projectheaderlist a:hover{
	color: #c0dB5A;
    text-decoration:none;

}

.projectheaderlist a:visited{
	color: #c0dB5A;
    text-decoration:none;

}


.projecttext{
	font-weight:normal;
	line-height:18px;
	margin-left:15px;
	color: #ddd;
	letter-spacing:0.5px;
}


.artifacts{
	margin-top: 15px;
	margin-right: -40px;
	height:auto;
	float: right;
	width: 35%;
	color:#FFFFFF;	
}

.artifactshr{
	
}

#hr{
	border-bottom: 1px  dashed #BFBFBF;
	width: 100%;
	padding-bottom: 2px;
	padding-top: 0px;
}

p{
	color: #CCC;
	font-family: Verdana,Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
}

ul { color:#FF0033;}
ul a { font-size:24px;}
li { line-height:15px;}

a:link {color: #FFFFFF;}
a:visited {color: #666633;}
a:hover {color: #c0dB5A; text-decoration:underline}
a:active {color: #333; text-decoration:underline}

 
/*project layout*/
.header1{
	font:bold;
	width:100%;
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size:24px;
	color: #c0dB5A;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px  dashed #BFBFBF;
}

.header2{
	padding-top:10px;
	padding-left: 5px;
	font:bold;
	font-size:14px;
	color: #c0dB5A;
}
.header3{
	color: #999999;
}
.header4{
	padding-top:5px;
	padding-left: 5px;
	font:bold;
	font-size:14px;
	color: #c0dB5A;
	text-align:right;	
	}
.bottomheader5{
	margin-top:10px;
	font:bold;
	font-size:18px;
	color: #c0dB5A;	
	text-align:center;
	border-bottom: solid 1px #c0dB5A;
	margin-left: 5px;
	margin-right: 5px;
	display: block;
	background-color: #1A1A1A;
}
.bottomheaderlist{
	color:#E6E6E6;
	font-family: Verdana,Helvetica, sans-serif;
	font-weight:800;
	padding-left:10px;
	list-style-type: none;
}
.bottomheaderlist a:link{
	color: #999999;
}


list-style-type

.bottomheader5 ul{
	color: #FFFFFF;
}
.projectlist{
	color:#ccc;
	padding-left:10px;
	padding-bottom:2px;
}


.highlight{
	color:#FF6600;
}

.contact{
	border-top: 1px solid #525252;
	font-family: georgia, "Courier New", Courier, monospace;
	color: #FFFFFF;
}

a:link {color: #FF6600;}
<!-- a:visited {color: #CC0066; text-decoration:none} -->
a:visited {color: #999999;}
a:hover {color: #c0dB5A; text-decoration:underline}
a:active {color: #333; text-decoration:underline}


[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
 #menu a {height: 6em;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
} 



.recentproject{
	margin-top:10px;
	font:bold;
	font-size:14px;
	color: #c0dB5A;	
	border-bottom: solid 1px #c0dB5A;
	margin-left: 5px;
}

.projectbanner{
	display:block;
	width:100%;
	height:300px;
	background-color:#CCC;
	padding:10px 15px 10px 15px;
	font-size:20px;
	color:#fff;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0; /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #333;
	opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */

}

.bannertitle{
	display:block;
	width:100%;
	clear:both;
	font-size:20px;
	color:#fff;
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	margin-bottom:10px;
}

.threecolumngrid{
	float: left;
	width: 30%;
	margin-left:5px;
	margin-right:5px;
}



</style>
<![endif]
