@charset "UTF-8";
/* CSS Document */

@font-face
{
   font-family: NewBaskerville-bold;
   src: url("fonts/NewBaskervilleStd-Bold.otf") format("opentype");
   font-weight: bold;
}

@font-face
{
   font-family: NewBaskerville-italic;
   src: url("fonts/NewBaskervilleStd-Italic.otf") format("opentype");
   font-style: italic;
}

@font-face
{
   font-family: NewBaskerville;
   src: url("fonts/NewBaskervilleStd-Roman.otf") format("opentype");
}

@font-face
{
   font-family: DINEngschrift;
   src: url("fonts/DINEngschriftStd.otf") format("opentype");
}

*
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

#header, #work-header
{
	height: 243px;
	background-image: url("images/header-bg.png");
	background-repeat: repeat-x;
	margin: 40px 0px 0px 0px;
}

.h-holder
{
	width: 790px;
	margin: 0px auto 0px auto;
}

#header h1
{
	float: left;
}

#header h1, #work-header h1
{
	font-family: DINEngschrift, Impact, Arial, sans-serif;
	font-size: 48px;
	color: #918d84;
	font-weight: normal;
	padding: 8px 0px 0px 0px;
}

#work-header h1
{
	width: 790px;
	margin: 0px auto 0px auto;
}

#header h1 em, #work-header h1 em
{
	font-style: normal;
	color: #dbd6c4;
}

#header .contact-block
{
	float: right;
	margin: 9px 2px 0px 0px;
	width:  250px;
}

#header .contact-block p
{
	float: right;
	text-align: right;
	font-family: NewBaskerville, serif;
	font-size: 16px;
	color: #f3f3f3;
	margin: 4px 10px 0px 0px;
	padding: 2px 10px 0px 0px;
	border-right: 1px solid #7c8794;
}

#header .contact-block p a
{
	color: #f3f3f3;
	text-decoration: none;
}

#header .contact-block img
{
	display: block;
	float: right;
}

#header h2, #work-header h2
{
	font-family: NewBaskerville, serif;
	font-size: 24px;
	color: #454e59;
	font-weight: normal;
	width: 790px;
	line-height: 36px;
	margin: 35px auto 0px auto;
}

#header h2 em, #work-header h2 em
{
	font-style: normal;
	color: #b9b391;
}

#header h2 strong, #work-header h2 strong
{
	font-family: NewBaskerville-bold;
	font-weight: bold;
}

#header h2 span.italic, #work-header h2 span.italic
{
	font-family: NewBaskerville-italic;
	font-style: italic;
}

#content, #work
{
	width: 790px;
	margin: 50px auto 0px auto;
}

#content img.column-separator
{
	display: block;
	float: left;
	margin: 50px 40px 0px 40px;
}

.project-info
{
	width: 350px;
	float: left;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.project-info img
{
	display: block;
	margin: 0px auto;
}

.project-info h3
{
	color: white;
	background-color: #cccccc;
	padding: 4px 8px;
	font-size: 14px;
	margin: 15px 0px 15px 0px;
}

.project-info h4
{
	color: #454e59;
	font-size: 14px;
	margin: 10px 0px 0px 8px;
}

.project-info p
{
	font-size: 13px;
	color: #454e59;
	line-height: 20px;
	margin: 5px 0px 0px 8px;
}

.project-info p a, .piece p a
{
	color: #b9b391;
	text-decoration: underline;
}

.project-info p a:hover, .piece p a:hover
{
	background-color: #b9b391;
	color: white;
	text-decoration: none;
}

.piece
{
	width: 788px;
	margin: 50px auto;
	font-family: Arial, Helvetica, sans-serif;
}

.piece-title
{
	height: 80px;
	margin-left: 7px;
}

.piece-title img
{
	display: block;
	float: left;
}

.title-holder
{
	position: absolute;
	z-index: 2;
	min-width: 400px;
}

.piece h3
{
	float: left;
	height: 47px;
	background-image: url("images/piece-title-bg.png");
	background-repeat: repeat-x;
	font-family: DINEngschrift, Impact, Arial, sans-serif;
	font-size: 30px;
	color: #dbd6c4;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
}

.piece h4
{
	position: absolute;
	width: 764px;	
	color: white;
	background-color: #cccccc;
	padding: 4px 8px;
	font-size: 14px;
	margin: 36px 0px 0px -3px;
	text-align: right;
}

.piece h3 a
{
	color: #dbd6c4;
	text-decoration: none;
}

.piece h3 a:hover
{
	color: #f2ecd8;
}

.piece h4 a
{
	color: white;
	text-decoration: none;
}

.piece h4 a:hover
{
	text-decoration: underline;
}

.piece p
{
	font-size: 13px;
	color: #454e59;
	line-height: 20px;
	width: 778px;
	margin: 15px 0px 0px 4px;

}

img.piece-image
{
	display: block;
}

#footer-wrapper
{
	clear: both;
	background-image: url("images/footer-bg.png");
	background-repeat: repeat-x;
	background-color: #30363e;
	min-height: 390px;
	margin-top: 80px;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	width: 790px;
	margin: 0px auto 0px auto;
	padding-top: 20px;
}

#footer h5
{
	font-size: 18px;
	color: #dbd6c4;
	margin: 0px 0px 0px 10px;
}

#footer p, #footer ul, #footer ul a
{
	color: #b9b391;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
}

#footer ul
{
	list-style: none;
	margin: 0px 0px 0px 10px;
}

#footer ul a:hover
{
	text-decoration: underline;
	color: #dbd6c4;
}

.clear-floats
{
	clear: both;
}