/*
	Title: Screen
	Author: Rui
	Date: 2009-07
	
	Palette --------------------
	#3e2f2f;	dark brown
	#7e2300;	-
	#a34103;	-
	#c9662a;	-
	#dec1a5;	-
	#eedecf;	-
	
	#ded9ce;	-
	#ece8db;	-
	#f9fbf4;	-
	
	#897c04;	green
	#b32720;	red
*/


/* 
Reset from Eric Meyer
-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: middle;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Common
-------------------------------------------------- */

body {
	font-family: georgia, palatino, 'palatino linotype', baskerville, times, serif;
	background-color: #f9fbf4;
	text-align: center;
	border-top: 6px solid #ded9ce;
	font-size: 81%;
	line-height: 1.6;
	color: #333333;
}

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-family: palatino, 'palatino linotype', baskerville, georgia, times, serif;
	font-weight: normal;
	line-height: 1.2;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

	h1 em {
	font-family: baskerville, 'palatino linotype', palatino, georgia, times, serif;
	color: #a34103;
	}

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;
			font-family: baskerville, 'palatino linotype', palatino, georgia, times, serif;
		}

.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;
	overflow: hidden;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	text-indent: 0px;
	text-align: left;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7e2300;
		}
		
			#content2 .col {
	width: 270px;
	float: left;
	display: block;
	overflow: hidden;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	text-indent: 0px;
	text-align: left;
	border-top-width: 15px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #7e2300;
		}
		
		#content .col-group {
			width: 570px;
		}
		
		#content .col-last {
			margin-right: 0;
		}

#header {
	height: 90px;
	overflow: hidden;
	border-bottom: 2px solid #ded9ce;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

	#logo {
		float: left;
		text-indent: -9999px;
	}
	
		#logo a {
			width: 388px;
			height: 69px;
			display: block;
			background: url(/images/logo.jpg) 0 0 no-repeat;
			margin: 80px 0 0 0;
		}
	
		#logo a:hover {
			background-position: 0 -24px;
		}
	
	/* NAVIGATION */
	
	#nav {
	float: right;
	display: block;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 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 #nav li.c {
			/* color: #c9662a; */
			background: url(/images/nav.gif) center 0 no-repeat;
		}
		
		#nav li.s {
		}

#footer {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 10px 0 10px;
	font-size: 0.92em;
}



/*
	#footer p {
		text-align: center;
		padding: 7px 0;
		background-color: #ece8db;
		font-size: .92em;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		-khtml-border-radius: 4px;
		border-radius: 4px;
	}
*/
	#footer ul {
		border-top: 1px solid #ded9ce;
		padding: 7px 10px 7px 0;
		overflow: hidden;
	}
	
		#footer li {
			float: left;
		}
	
			#footer li a {
				font-weight: normal;
			}
	
			#footer li.copy a {
				background: url(/images/say.gif) 4px 0 no-repeat;
				padding-left: 18px;
			}
	
		#footer li.valid {
			float: right;
			font-size: .83em;
		}


/* Home
-------------------------------------------------- */

body.home #content {
	background-repeat: no-repeat;
	background-position: 685px 10px;
}
body.home #content2 {
	backgroun-image: none;
	background-position: 685px 10px;
}

	body.home h1 {
	/* font-size: 3.23em; */
		width: 640px;
	margin: 50px 0;
	font-weight: normal;
	}
	
		body.home h1 a {
			padding: 6px 6px 0px;
			text-transform: uppercase;
			font-size: .81em;
/*
			background: rgba(222, 193, 165, 0.2);
			border: 1px solid #EEDECF;
			border-width: 0 1px 1px 0;
			-moz-border-radius: 5px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
*/
		}
	
		body.home h1 a:hover {
			background-color: #7e2300;
			color: white;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			-khtml-border-radius: 4px;
			border-radius: 4px;
		}


/* Work
-------------------------------------------------- */

#content .section-work .col {
	width: 280px;
}

	#content .section-work .col div {
		text-align: center;
		background: url(/images/work/back-frame-small.gif) 0 0 no-repeat;
	}

	#content .section-work .col div:hover {
		background-position: -280px 0;
	}

		#content .section-work .col div:hover a {
			color: #c9662a;
		}

		#content .section-work .col div:hover p {
			color: #5c4545;
		}

		#content .section-work .col div img {
			margin: 10px;
		}

		#content .section-work .col div h2 {
			margin: 6px 0 3px;
			text-align: left;
			font-size: 1.38em;
		}

		#content .section-work .col div p {
			text-align: left;
			color: #3e2f2f;
		}

	
	/* WORK DETAIL PAGE */

	body.work-detail-page h1 {
		margin-bottom: 15px;
	}

	body.work-detail-page h2 {
		margin-bottom: 30px;
		font-size: 1.23em;
	}
	
	#content .section-work .col-group {
		width: 570px;
	}

	#content .section-work .col-group div {
		text-align: center;
		background: url(/images/work/back-frame-big.gif) 0 0 no-repeat;
	}

	#content .section-work .col-group div:hover {
		background-position: -570px 0;
	}

		#content .section-work .col .back-to-work {
			width: 113px;
			height: 19px;
			display: block;
			text-indent: -9999px;
			position: absolute;
			left: 600px;
			top: 100px;
		}

			#content .section-work .col .back-to-work a {
				width: 113px;
				height: 19px;
				display: block;
				background: url(/images/work/back-to-work.gif) 0 0 no-repeat;
			}

			#content .section-work .col .back-to-work a:hover {
				background-position: -113px 0;
			}
			
			#content .section-work .col li {
				padding-left: 20px;
				background: url(/images/bullet.gif) 5px 8px no-repeat;
				margin-bottom: 2px;
			}


/* Services
-------------------------------------------------- */

#content .section-services .col-group div {
	background: black;
	width: 550px;
	height: 80px;
	background: #3e2f2f url(/images/services/arrow.gif) right 0 no-repeat;
	overflow: hidden;
	display: block;
}

	#content .section-services .col-group div h2 {
		font-size: 1.85em;
		font-weight: bold;
		color: white;
		margin-top: 25px;
		text-align: center;
		padding-right: 20px;
	}

		#content .section-services .col-group div h2 span {
			font-family: times;
			padding: 0 2px;
		}

	#content .section-services .col-individual p {
		font-style: italic;
	}

	#content .section-services .col p img {
		float: right;
		margin: 2px 20px 0 5px;
	}




/* About
-------------------------------------------------- */
body.about #content {
	
}

/* Contact
-------------------------------------------------- */
#content .section-contact ul {
	margin-bottom: 40px;
}

	#content .section-contact li {
		margin-bottom: 10px;
	}

	#content .section-contact .status {
		padding-left: 22px;
	}

	#content .section-contact .available {
		background: url(/images/contact/available.gif) 2px 2px no-repeat;
	}

	#content .section-contact .busy {
		background: url(/images/contact/busy.gif) 2px 2px no-repeat;
	}


/* 404
-------------------------------------------------- */

#content .section-404 li {
	padding-left: 20px;
	background: url(/images/bullet.gif) 5px 8px no-repeat;
	margin-bottom: 15px;
}
h

