@charset "UTF-8";

/*
Document By Drew Olsen
www.drewolsendesign.com

Color Palette:
Orange:#BF6321
LightBlue:#7A8C87
Grey:#333333
Off-white:#EFF3E6

*/
/*----------------Maincontent Styles Begin Here----------*/
a,a:visited {
color: #bf6321;
text-decoration: none;
}
a:hover {
color: #7a8c87;
text-decoration: underline;}

.portfolioContentRight {
	width: 390px;
	float: right;
	margin: 15px 100px 0px 0;
	
}
.portfolioContentRight h2 {
	padding-top: 5px;
	height: 42px;
	width: 390px;
	font-weight: normal;
	background: url(../assets/images/portfolioH2Back.jpg)top center no-repeat;
	text-align: center;
	color: #fff;
	font-size: 1em;
}
.portfolioContentRight p {
	padding: 5px 10px 0 10px;
	color: #333;
	font-size: .8em;
	line-height: 1.6em;
}
.portfolioContentLeft {
	width: 390px;
	clear: left;
	float: left;
	margin: 15px 0px 10px 100px;
}
.portfolioContentLeft h2 {
	padding: 5px 0 0 0;
	width: 390px;
	height: 42px;
	font-weight: normal;
	background: url(../assets/images/portfolioH2Back.jpg)top center no-repeat;
	text-align: center;
	color: #fff;
	font-size: 1em;
}
.portfolioContentLeft p {
	margin: 5px 10px 0 10px;
	color: #333;
	font-size: .8em;
	line-height: 1.6em;
}