/*
I.General
	a) Small reset
	b) Standard HTML Tag Definition
	c) Page Structure (wrapper, header, logo, sidebar, pagination, footer)
	d) Superfish menu
	
II.Home page
	a) Slider
	b) 3 columns
	c) News
	
III.Portfolio

IV.Blog
	
V.Single

VI.Contact

*/
	

/*------------------------------------------*/
/*II. b) 3 columns 							*/
/*------------------------------------------*/

#three-cols {
	position: relative;
	width: 972px;
	height: 343px;
	margin: 30px 0 0 9px;
	background: url(../img/three-cols-bg.png) repeat-y;
}

#three-cols-top {
	width: 972px;
	height: 21px;
	background: url(../img/three-cols-top.png);
}

#first-col {
	position: absolute;
	top: 7px;
	left: 0px;
}

#second-col {
	position: absolute;
	top: 7px;
	left: 323px;
}

#third-col {
	position: absolute;
	top: 7px;
	left: 647px;
}

#three-cols-bottom {
	position: absolute;
	bottom: 0;
	width: 972px;
	height: 25px;
	background: url(../img/three-cols-bottom.png);
}

#three-cols h3 {
	margin: 7px 0 -9px;
	padding-left: 17px;
}

#three-cols p {
	width: 287px;
	margin: 18px;
}

#three-cols img {
	border: 1px solid #fff;
	box-shadow: 0px 0px 5px #999;
	-o-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}

.three-cols-testimonial {
	float: left;
	margin-right: 9px;
}


/*------------------------------------------*/
/*III. Portfolio 							*/
/*------------------------------------------*/

#portfolio-content {
	margin: 9px 9px 0;
	overflow: hidden;
}

.portfolio-item {
	float: left;
	width: 287px;
	margin-left: 27.5px;
}

.portfolio-item img {
	margin-top: 20px;
	border: 1px solid #606060;
	padding: 4px;
}

.portfolio-item h3 {
	margin: 10px 0 11px;
}

.portfolio-item p {
	margin-top: 11px;
}

#portfolio-pagination {
	margin: -24px 36px 27px;
}

/*------------------------------------------*/
/