@charset UTF-8;

/* COMMON STYLES */
/*	
/	HTML TAGS AND CLASSES		
/	body, h1, strong, a, .left, .red ect...
*/
body {
background:#d6dbdd;
color:#9e9e9e;
font-family:"Century Gothic";
line-height:125%;
letter-spacing:.04em;
font-size:14px;
}

.right{
float:right;	
}

.left{
float:left;	
}

.clear{
clear:both;	
}

#wrap{
	margin: auto;
	width: 980px;	
}

a {
color:#EC7D1B;
text-decoration:none;
}

ul{
padding-left:0px;
margin:0px;
}

li{
list-style:none;	
}

img{
border:none;	
}

#header{
	background-image:url(img/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:983px;
	height:40px;
	margin-bottom:5px;
}

#post{
	background-image:url(img/post.jpg);	
	height:231px;
	width:609px;
}

#title{
	font-size:18px;	
	color:#000;
	padding-top:18px;
	padding-left:18px;
}

#content{
	padding-top:18px;
	padding-left:20px;
	width:530px;
	min-height:109px;
}

#meta{
	color:#FFF;
	background-color:#000;
	width:555px;
	margin-left:19px;
	padding:8px;
	margin-top:18px;
}

#footer{
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	width:952px;
	padding:14px;
	text-align:right;
	margin-top:3px;
}

#portfolio{
	background-image:url(img/portfolio.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:362px;
	height:668px;
}

.port{
	border:solid 2px #d2d2d2;
}	

textarea#comment { width: 400px; padding: 5px; }  
 
.commentmetadata { font-size: 10px; }  