/* ------------------------------------------------------------
	
	Title:		perfectevolutionstudios.com Style Sheet
	Author:  	info@perfectevolutionstudios.com
	Created:	June 17 2008
	
------------------------------------------------------------- */

body{
	font-family:trebuchet ms, arial, san-serif;
	font-size:14px;
	color:#000;
	border-top: 8px solid #67c8ca;
	border-bottom: 8px solid #67c8ca;
	margin:0px;
	padding:0px;
	}

/* ------------------------------------------------------------
	
	Layout 
	
------------------------------------------------------------- */

#main{
	clear: left;
	text-align:center;
	float: none;
	}

#main2{
	margin-left:25px;
	margin-bottom:25px;
	clear: left;
	float: none;
	}

#portfolio_container{
	margin-bottom:25px;
	margin-top:10px;
	clear: left;
	float:left;
	}

#portfolio{
	width: 250px;
	margin-left:25px;
	float:left;
	}

#photos{
	width: auto;
	margin-left:25px;
	margin-right:50px;
	margin-bottom:20px;
	float:left;
	}

.titles {
	font-family:trebuchet ms, arial, san-serif;
	font-size: 18px;
	background-color:#653614;
	color: #FFF;
	font-weight: normal;
	margin-bottom:10px;
	margin-top:10px;
	padding:3px;
	clear: left;
	float: left;
}

/* ------------------------------------------------------------
	
	Type 
	
------------------------------------------------------------- */

.intro {
	font-size:16px;
	}

.work {
	font-family:trebuchet ms, arial, san-serif;
	font-size: 16px;
	background-color:#67c8ca;
	color: #FFF;
	line-height: 1.7em;
	width: 150px;
	font-weight: normal;
}

.imageborder:link img, .imageborder:visited img{
		border:5px solid #CCC;
		}
		
.imageborder:focus img, .imageborder:hover img, .imageborder:active img{
		border:5px solid #653614;
		}

/* ------------------------------------------------------------
	
	Links
	
------------------------------------------------------------- */

a:link     {
		font-style: normal;
		color: #67c8ca;
		text-decoration: underline;
		}
		
a:visited   {
		font-style: normal;
		color: #67c8ca;
		text-decoration: underline;
		}
		
a:hover   {
		font-style: normal;
		color: #653614;
		text-decoration: none;
		}