/* CSS Document for Site2 */ 


/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
body { 
background-color:#fff; 
color: #000; 
font-family: Helvetica, Arial, Geneva, sans-serif; 
font-size:11px; 
word-spacing:1px; 
margin:0px; 
letter-spacing:.02em;
line-height:1.5; 
height:100%; 
width:100%; 
}

#color{
color:#3ca2b8;
letter-spacing:.02em;
}

#underline{
background-color: #3ca2b8;
color: #f6f7f7;
width:471px;
padding: 4px 0px 2px 18px;
margin-bottom: 25px;
word-spacing:.01em; 

}

ul.info {
 list-style-type: none;
 color:#272727;
 text-align: left;
 font-weight: bold;
 margin: 2px 0px 0px 0px;
}

ul.projects {
list-style-type: none;
color:#333;
}

ul.extra {
 list-style-type: none;
 color:#272727;
 text-align: left;
 font-weight: bold;
 margin: 2px 0px 0px 0px;
}

img{
margin-bottom: 20px;
}
/**************************************************/
/*	links					  */
/**************************************************/
#active{
border-bottom: 1px solid #3ca2b8;
}

.info a:link{
color: #333; text-decoration: none;}
.info a:visited {color: #333; text-decoration: none;}
.info a:hover {border-bottom: 1px solid #ff6060;}

.projects a:link{color: #333; text-decoration: none;}
.projects a:visited {color:#333; text-decoration: none;}
.projects a:hover {border-bottom: 1px solid #ff6060;}

.extra a:link{color: #333; text-decoration: none;}
.extra a:visited {color:#333; text-decoration: none;}
.extra a:hover {border-bottom: 1px solid #ff6060;}
/**************************************************/
/*	containers							  */
/**************************************************/

/* MAIN CONTENT POSITIONING */
.header_img { 
position:fixed; 
margin-left:35px; 
margin-top:30px; 
background-color:#fff;
}

.content_container { 
position:relative;
width: 820px;
padding-left:230px; 
padding-top:132px; 
z-index:10;

}

.nav_container { 
position:fixed; 
top: 130px; 
left:-2px; 
margin:0px; 
padding:0px; 
line-height:165%; 
white-space:nowrap; 
z-index:11; 
}



/**************************************************/
/*	Image Gallery							  */
/**************************************************/
.img
{
  margin-right: 30px;
  margin-bottom: 38px;
  border: none;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
.img img
{
  display: inline;
  margin-bottom: 5px; 
  border: 1px solid #f7f6f6;
}
.img a:hover img {border: 1px solid #ff6060;}

.title
{
  color:#272727;
  text-align: left;
  font-weight: bold;
  line-height: 12px;
  width: 200px;
}
.type
{
  color:#333;
  text-align: left;
  font-weight: normal;
  width: 200px;
  margin-bottom: 20px;
}
.desc
{
  color:#333;
  text-align: left;
  font-weight: normal;
  width: 300px;
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #333; 
  border-bottom: 1px solid #56594e; 
  }

/**************************************************/
/*	Contact Form							  */
/**************************************************/

#page-wrap {
	width: 660px;
	background: white;
	padding: 20px 50px 20px 50px;
	margin: 20px auto;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contact-area {
	width: 483px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
	
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #ff6666;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: left;
	margin-right: 10px;
	width: 110px;
	padding-top: 5px;
	font-size: 11px;
}
