/*
	Title: Screen
	Author: RZ
	Date: 2009-07

	-- Palette --------------------
	brown
	#3e2f2f; #7e2300; #a34103; #c9662a; #dec1a5; #eedecf; #ded9ce; #ece8db; #f9fbf4;

	green
	#897c04;

	red
	#b32720;
*/


/* Import css file
-------------------------------------------------- */
@import url("reset.css");


/* Common
-------------------------------------------------- */

body {
	font-family: georgia, times, "times new roman", serif;
	background-color: #f9fbf4;
	text-align: center;
	border-top: 6px solid #ded9ce;
	font-size: 81%;
	line-height: 1.6;
	color: #3e2f2f;
}

a {
	text-decoration: none;
	color: #a34103;
}

a:visited {
}

a:hover {
	color: #c9662a;
}

p {
	margin-bottom: 1.54em;
}

	p a {
		font-weight: bold;
	}

h1, h2, h3 {
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 2.77em;
	margin: 40px 0 20px;
	font-weight: bold;
}

	h1 em {
		font-family: baskerville;
		color: #dec1a5;
		font-style: italic;
	}

h2 {
	font-size: 1.54em;
	margin: 10px 0;
}

h3 {
	font-size: 1.23em;
	margin: 10px 0;
}

blockquote {
	font-size: 1.08em;
	font-style: italic;
	background: url(/images/q-open.gif) 0 0 no-repeat;
}

	blockquote p {
		text-indent: 1.5em;
		border-top: 1px solid #f9fbf4;
		color: #897c04;
	}

	blockquote .end-quote {
		background: url(/images/q-close.gif) 100% 0 no-repeat;
		margin-left: 5px;
		white-space: nowrap;
		padding: 0 17px 0 0;
	}

	blockquote cite {
		padding-left: 5px;
		font-size: .65em;
		color: #ab9561;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

abbr {
	border-bottom: 1px dashed #3e2f2f;
	cursor: help;
	padding: 0 1px;
}

.note {
	font-style: italic;
}

.introduction {
	font-size: 1.2em;
	line-height: 1.4;
}

	.introduction span.firstrow {
		text-transform: uppercase;
		letter-spacing: 1px;
	}

		.introduction span span.firstletter {
			font-size: 3.13em;
			float: left;
			line-height: 1;
			margin: -4px 5px 10px 0;
		}

.borderleft {
	padding: 10px 30px 30px 25px;
	font-style: italic;
	margin-bottom: 20px;
}

	.borderleft p {
		border-left: 5px solid #eedecf;
		padding-left: 10px;
	}


/* Layout
-------------------------------------------------- */

#wrapper {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}

#content {
	width: 100%;
	overflow: hidden;
	clear: both;
	position: relative;
}

	#content .section {
		width: 100%;
		overflow: hidden;
		clear: both;
		padding: 0 0 10px;
	}

		#content .col {
			width: 270px;
			float: left;
			display: block;
			margin: 0 30px 10px 0;
			overflow: hidden;
		}

		#content .col-group {
			width: 570px;
		}

		#content .col-last {
			margin-right: 0;
		}

#header {
	height: 128px;
	overflow: hidden;
	border-bottom: 2px solid #ded9ce;
}

	#logo {
		float: left;
		text-indent: -9999px;
	}

		#logo a {
			width: 188px;
			height: 34px;
			display: block;
			background: url(/images/logo.gif) 0 0 no-repeat;
			margin: 80px 0 0 0;
		}

	/* 	#logo a:hover {
			background-position: 0 -24px;
		}

	*/

	/* Navigation */

	#nav {
		float: right;
		display: block;
		margin: 80px 50px 0 0;
	}

		#nav li {
			width: 105px;
			height: 25px;
			float: left;
			text-align: center;
			display: block;
			text-transform: uppercase;
		}

			#nav li a {
				color: #3e2f2f;
				font-size: .92em;
				line-height: 2.5em;
				letter-spacing: 1px;
			}

			#nav li a:hover {
				color: #a34103;
			}

		body.work #nav li.w,
		body.services #nav li.s,
		body.about #nav li.a,
		body.contact