@charset "utf-8";
/* CSS Document for Blitch Knevel */

* {
	background: none ! important;
	color: #4D4D4D ! important;

}
.noprint { display: none; }
ol, ul { list-style: none; list-style-position: outside; margin: 0; padding: 0; }


/* ---------------------- core styles ---------------------- */
body {
	margin: 10px 5%;
	font-size: 62.5%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", "Lucida", Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	font-size: 1.15em;
}
.clear {
	clear: both;
}
.divider {
	clear: both;
	width: 780px;
	background: url(../_site/images/section_divider.png) no-repeat center center;
	height: 50px;
}
img {border: none;}
.block {display: block; position: relative; width: 100%;}
/* ---------------------- Layout ---------------------- */
#wrapper {width: 100%;}
#wrapper_fd {width: 100%}
#container {display: block; position: relative; width: 100%;}
#header {width: 100%; margin-bottom: 30px;}

#fd_left {width: 100%;}
#fd_right {width: 100%;}	
#main_column {width: 100%;}
#right_column {display: none;}
#footer_wrapper_fd, #footer_wrapper_main, #footer_wrapper {display: block; position: relative; width:100%;}

/* ---------------------- Main Navigation ---------------------- */

#main_nav {display: none;}

/* ---------------------- Utility Navigation ---------------------- */
#utility {display: none;}
#utility_ftp {display:none;}
/* Search */
form#cntnt01moduleform_1 {display: none;}
form#cntnt01moduleform_1 #searchinput {display: none;}
form#cntnt01moduleform_1 #submit {display: none;}


/* ---------------------- Front Door Styles ---------------------- */
#fd_right h2 {
	font-size: 1.8em;
	text-transform: uppercase;
}
#fd_right ul {
		margin: 10px 0 0 0;
		padding: 0;
		width: 330px;
	}
#fd_right ul li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: 12px 0 0 0;
	padding: 12px 10px 0 0;
}
#fd_right ul li a {
	font-size: .8em;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
}



/* ---------------------- Content Styles ---------------------- */
#content h1 {
	font-size: 3.3em;
	text-transform: uppercase;
}
#content p {
	line-height: 220%;
}



/* ---------------------- Section Styles ---------------------- */
#section  {width: 100%;}
#section .item h2 {
	font-size: 2.1em;
	line-height: 110%;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 5px 10px 0;
} 
#section .item p {
	line-height: 130%;
	font-size: 1.1em;
}



/* ---------------------- Portfolio Styles ---------------------- */
#portfolio .photos img, #portfolio_project .photos img {
	padding: 0 5px 5px 0;
}
#portfolio .projectrow, #portfolio_project .projectrow {
	clear: both;
	width: 100%;
}
#portfolio .item, #portfolio_project .item {
	margin: 25px 26px 0 0;
	width: 175px;
}
#portfolio .item h2, #portfolio_project .item h2 {
	font-size: 1em;
	line-height: 110%;
	text-transform: uppercase;
	font-weight: normal;
	margin: 10px 5px 10px 0;
} 


/* ---------------------- Project Styles ---------------------- */
#portfolio_project h1 {
	font-size: 1.5em;
	line-height: 100%;
	text-transform: uppercase;
}
#portfolio_project h2 {
	font-size: 1.4em;
	line-height: 100%;
	text-transform: uppercase;
	margin: 20px 0 0 0;
}
#portfolio_project h3 {
	display:  none;
}
#portfolio_project h4 {
	font-size: 1.7em;
	line-height: 100%;
	text-transform: uppercase;
}
#portfolio_project .project {
	width: 100%;
	height: 350px;
}
#portfolio_project .project p {
	line-height: 130%;
	font-size: 1.1em;
}
#portfolio_project .project .details {
	float: left;
	width: 100%;
	margin-left: 5px;
}
#portfolio_project .caption {
	width: 100%;
	margin: 0;
	padding: 0;
}
#portfolio_project .caption p {
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#portfolio_project .caption p.more {
	display: none;
}
#portfolio_project p.quote {
	display:block;
	clear:both;
	width: 100%;
	font-size: 1.9em;
	font-style: italic;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 180%;
}
#portfolio_project p.quote span {
	font-style: normal;
	text-transform: uppercase;
	font-size: .75em;
}

/* ---------------------- Detail Styles ---------------------- */
#detail h2 {
	font-size: 1.8em;
	line-height: 100%;
	color: #00588A;
	text-transform: uppercase;
}
#detail h3 {
	font-size: 1.6em;
	line-height: 100%;
	color: #00588A;
	text-transform: uppercase;
	font-weight: bold;
}
#detail h4 {
	font-size: 1.6em;
	line-height: 100%;
	color: #F7931E;
	text-transform: uppercase;
	font-weight: bold;
	margin: 25px 25px 0 30px;
}
#detail h5 {
	font-size: 1.7em;
	line-height: 100%;
	color: #00588A;
	text-transform: uppercase;
	font-weight: bold;
}
#detail h6 {
	font-size: 1.7em;
	line-height: 100%;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
}
#detail p {
	color: #4D4D4D;
	margin-bottom: 30px;
}
#detail p.intro {
		background: url(../_site/images/section_divider.png) no-repeat 0 bottom;
		padding-bottom: 25px;
		padding-right: 0;
		margin-bottom: 30px;
		width: 370px;
}
#detail .dblcolumn {
	width: 100%;
	margin-right: 20px;
	padding: 0;
}
#detail .dblcolumn p {
	padding: 0;
	margin: 0;
}
#detail ul {
	list-style-type: disc;
	list-style-position: inside;
	margin: 5px 0 30px 0;
}
#detail ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin: 5px 0 30px 0;
}
#detail ul li, #detail ol li {
	line-height:210%;
	font-size: 1.15em;
	color: #4D4D4D;
}
#detail .project {
	float: right;
	background: url(../_site/images/bg_detail_feature.gif) no-repeat 0 0;
	width: 370px;
	height: 375px;
	margin: 10px 44px 40px 30px;
}
#detail .project h4 {
	font-size: 1.5em;
	line-height: 100%;
	color: #F7931E;
	text-transform: uppercase;
	font-weight: bold;
	margin: 25px 25px 0 30px;
}
#detail .project p {
	color: #77785D;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 3px;
}
#detail .tablebg {
	display: block;
	float: left;
	width: 720px;
	clear: both;
	background: url(../_site/images/bg_table.gif) no-repeat 0 bottom;
	padding: 0 30px 45px 30px;
	margin: 0 0 30px 0;
}
#detail table td {
	width: 218px;
	font-size: 1.1em;
	color: #77785D;
	padding: 5px 8px 10px 10px;
	background: url(../_site/images/section_divider.png) no-repeat 0 bottom;
} 
#detail table caption {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #F7931E;
	text-transform: uppercase;
	text-align: left;
	background: url(../_site/images/section_divider.png) no-repeat 0 bottom;
	padding: 20px 0 5px 0;
} 
#detail .highlight {
	width: 100%;
	clear: both;
	background: url(../_site/images/bg_highlight.gif) no-repeat 0 bottom;
	padding: 25px 34px 10px 0;
	margin: 0 0 30px 0;
}
#detail .highlight p {
	color: #000;
	margin-top: 5px;
}
#detail .gallery {
	width: 750px;
	clear: both;
	background: url(../_site/images/bg_gallery.gif) no-repeat 0 bottom;
	padding: 25px 0 40px 0;
	margin: 0 0 30px 0;
}

#detail .gallery img {
	margin: 10px 0 5px 0;
}




/* ---------------------- Forms ---------------------- */


/* Detail Form */
#detail form {
	clear: both;
	margin-bottom: 25px;
}
#detail form label {
	float: left;
	width: 200px;
	text-align: right;
	font-weight: normal;
	padding-right: 15px;
	vertical-align: top;
}
#detail form p {
	line-height: 120%;
	margin: 10px 0;
}




/* ---------------------- Footer Styles ---------------------- */
#footer {
	display: block;
	position: relative;
	clear: both;
	width: 100%;
	margin-top: 50px;
}
#footer .contact {clear: both; display: block; position: relative;}
#footer .tag {
	display: none;
}
#footer .contact ul {
	clear: both;
	position: relative;
	width: 100%;
}
#footer .contact ul li {
	width: 100%;
	text-transform: uppercase;
	letter-spacing: .08em;
	line-height:1.4em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}
#footer_projects {display: none;}

