@charset "utf-8";

#portfolioWrapper {
	padding: 20px 35px;
}
.portOuter {
	background-color: transparent;
	padding: 0px;
	height: 200px;
	width: 720px;
}
#bgia,
#bfr,
#pm4s,
#cio,
#cam,
#ocka, 
#dolce, 
#matolly,
#boost,
#leary,
#jersea,
#hemus,
#dd,
#sjac,
#aqua,
#emd {
	background: #033 url(../img/portfolio_bgr.jpg) repeat-x top left;
	border:#6f4c4c solid 1px; 
	height: 200px;
	width: 720px;
	color: white;
}
.textHead {
	color:#BC9B7A;
	font-weight: bold;
	line-height: 2em;
	font-size: 17px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	padding: 20px 10px 10px 10px;
}
.textBody {
	display:block;
	color: #D6B1AD;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	line-height: 1.3em;
	padding: 10px;
}
.imgFloatRight {
	float: right;
	padding: 10px;
}
.separator {
	width:720px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color:#BC9B7A;
	font-style: italic;
	font-weight: bold;
}

/*~~~~~~~~~~~~~~ LINKS ~~~~~~~~~~~~~~*/
.buttons {
	padding: 5px 5px 15px 0;
	width: 720px;
}
.buttons img {
	cursor:pointer;
}
.buttons #bgiaBT,
.buttons #bfrBT,
.buttons #pm4sBT,
.buttons #cioBT,
.buttons #camBT,
.buttons #ockaBT,
.buttons #dolceBT,
.buttons #matollyBT,
.buttons #boostBT,
.buttons #learyBT {
	margin-left: 500px;
}
.portOuter span a {
	padding: 12px;
	color: #D6B1AD;
	text-decoration: none;
	font-size: 12px;
	text-transform: lowercase;
	font-family: Tahoma, Geneva, sans-serif;
}
.portOuter span a:hover {
	color: #e2e2e2;
	text-decoration: underline;
	cursor:pointer;
}

/*~~~~~~~~~~~~~~ the overlayed element ~~~~~~~~~~~~~~*/
div#moreJERSEA,
div#moreHEMUS,
div#moreDD,
div#moreSJAC,
div#moreAQUA,
div#moreEMD { 
    background-image:url(../img/white.png); 
    width:600px; 
    height:470px;         
    display:none; 
    padding: 30px 10px 10px 30px; 
} 
div#moreHEMUS div.close,
div#moreJERSEA div.close,
div#moreDD div.close,
div#moreSJAC div.close,
div#moreAQUA div.close,
div#moreEMD div.close { 
    background-image: url(../img/close.png);
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
