/* diamondsteel.css */
/*DiamondSteel Design CSS document*/

body
{
  margin:0;
  background-color: #fff;
  font: 85%/1.5em Arial, Verdana, "Trebuchet MS", arial, sans-serif;
  text-align: center;
  border-top: 4px solid #99CCCC;
}
#container
{
  width: 800px;
  margin: auto;
  margin-top: 50px;
  
}
img.thumbnail
{
  border: 4px solid #EEE;
}
#header
{
  float: left;
  width: 208px;
  height: 63px;
  background: url("images/title.gif") no-repeat;
  padding: 0;
  margin-left: 10px;
  margin-bottom: 30px;
}
html>body>#container>#header
{
  margin-left: 20px;
}

/*********NAVIGATION CSS********/
#navigation
{
  float: right;
  text-align: right;
  height: 31px;
  width: 370px;
  margin-top: 20px;
}
#navigation ul
{
  
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navigation ul li
{
  float: left;
}
#navigation a
{
  display: block;
  float:left;
  height:0; 
  padding-top:31px; 
  overflow:hidden;
}
#navigation a.home
{
  background: url("images/home_link.gif") no-repeat;
  width: 103px;
}
#navigation a.portfolio
{
  background: url("images/portfolio_link.gif") no-repeat;
  width: 134px;
}
#navigation a.contact
{
  background: url("images/contact_link.gif") no-repeat;
  width: 81px;
}
#navigation a:hover{background-position: 0 -31px;}

/************CONTENT CSS*********/
#content
{
  width:800px;
  margin:0;
  padding:0;
  clear: both;
  color: #555;
  margin-bottom: 50px;
}

#content h1
{
  font-size: 1.2em;
}
#content h1.about
{
  height: 0;
  padding-top: 35px;
  background: url("images/about_hdr.gif") no-repeat;
  overflow: hidden;
}
#content h1.current_proj
{
  height: 0;
  padding-top: 35px;
  background: url("images/current_proj_hdr.gif") no-repeat;
  overflow: hidden;
}
#content h1.faq
{
  height: 0;
  padding-top: 35px;
  background: url("images/faq_hdr.gif") no-repeat;
  overflow: hidden;
}
#content a
{
  color: #F1AF27;
}
#content ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}
#content ul h1
{
  font-size: 1em;
  font-weight: bold;
  padding:0;
  margin:0;
}
#content p
{
  margin-top: 0;
}
#content #main
{
  text-align: left;
  margin-left: 50px;
}
#content #main h1
{
  margin-top: 20px;
  margin-left: 0;
  height: 0;
  padding-top: 24px;
  overflow:hidden;
}
#content #main h1.contact{background: url("images/contact_hdr.gif") no-repeat;}
#content #main h1.portfolio{background: url("images/portfolio_hdr.gif") no-repeat;}

#content #main h2
{
   font-size: 1.1em;
   margin-bottom: 0;
}
#content #main p
{
  margin-top: 0;
}

.portfolio_mini
{
  width: 250px;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  background-color: #eee;
}
.portfolio_mini h2
{
  font-size: .6em;
}

.design
{

  margin-top: 30px;
  margin-right: 10px;
  clear: both;
    
}


/*****************MAIN CSS***************/
#main_pic
{
  clear: left;
  width: 717px;
  height: 247px;
  background: url("images/highway.jpg") no-repeat;
  margin: auto;
}

#left
{
  float: left;
  width: 200px;
  text-align:left;
  margin-top: 20px;
  padding-left:50px;
}
#middle
{
  float: left;
  width: 200px;
  text-align:left;
  margin-top: 20px;
  margin-left:50px;
}
#middle li span.faq_quest
{
  font-weight: bold;
}
#right
{
  float: left;
  width: 200px;
  text-align:left;
  margin-top: 20px;
  margin-left:50px;
}


/************FOOTER CSS**************/
#footer
{
  clear: both;
  border-top: 2px solid #AAA;
  
}
#footer ul.links
{
  padding:0;
  margin:0;
  float: left;
  margin-top: 25px;
}
#footer ul.links li
{
  display: inline;
  padding:0;
  margin:0;
  padding-right: 8px;
  padding-left: 8px;
  
  border-right: 1px solid #AAA;
}
#footer ul.links li a
{
  color: #F1AF27;
}
#footer ul.links li a:visited
{
  color: #99CCCC;
}
#footer span.copy
{
  float: left;
  margin-left: 280px;
  margin-top: 25px;
  margin-bottom: 25px;
  background: url("images/copyright.gif") no-repeat;
  overflow: hidden;
}
