@charset "utf-8";
/* CSS Document */
/*****************************************************
Print Style Sheet
*****************************************************/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: url(images/portfolio/bg_top.png) top repeat-x;
	color:  #5F5F5F !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px !important;
	line-height: 1.5;
}
a {
	font-weight: bold;
	text-decoration: underline;
}
a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center; 
}

/*****************************************************
NAVIGATION 
******************************************************/
#navcontainer {
	padding: 0;
	margin: 0;
}
#navcontainer img {
	border: 0;
	float: none;
	padding: 0;
	margin: 0;
}
#menu {
	visibility: hidden; !important;
	display: none;
}
/*****************************************************
CONTENT 
******************************************************/
#content_primary{
	width: 100%;
	padding: 0;
	margin: 0;
}
h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 28px;
}
#content_primary p{
	padding: 0 auto;
	margin: 0 auto;
	text-align: center;
}
/*****************************************************
SIDEBAR
******************************************************/
#sidebar {
	display: none; !important;
}
/*****************************************************
GALLERY
******************************************************/
.defaultpic {
	margin: 0 auto;
}
.hide { 
	display: none;
}
.displace {
	position: absolute;
	left: -5000px;
}
.view {
	float: right;
	display: none;
}
/*****************************************************
PROJECT STATS
******************************************************/
#stats {
	width: 85%;
	border-collapse: collapse;
	margin: 0 auto;
	padding: 0;

}
#stats caption {
	position: absolute;
	left: -5000px;
	display: none;
}
#stats th{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 14px;
	padding: 10px;
	border-bottom: 1px solid #7ECFD6;
	text-align: left;
	width: 35%;

}
#stats td {
	padding: 8px 10px 10px 10px;
	border-bottom: 1px solid #7ECFD6;
	text-align: left;
	width: 60%;
}
#stats .noline {
	border-bottom: 0;
}
#stats th.noline {
	vertical-align: top;
}
.desc {
	font-size: 15px;
	line-height: 1.5;
}
/*****************************************************
TESTIMONIAL
******************************************************/
#hanahou {
	margin: 10px 0 0 0;
	padding: 0;
}
#hanahou p{
	padding-bottom: 0;
}
#quote {
	border: 1px solid #7ECFD6;
	line-height: 1.7;
	font-size: 16px;
	text-align: center;
	padding: 25px;
	width: 85%;
}
.name {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	margin-top: 20px;
	font-size: 13px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	font-style: italic;
	font-size: 11px;
}
#fern {
	display: none;
}
/*****************************************************
FOOTER
******************************************************/
#footer_bg {
	margin: 0;
	padding: 0;
	height: 0;
	clear: none;
}
#endcap {
	margin: 0;
	padding: 0;
	min-height: 0;
}
#footer {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
}
