/*
	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");


/* HTML
-------------------------------------------------- */

body {
	font-family: georgia, times, "times new roman", serif;
	background-color: #f9fbf4;
	text-align: center;
	border-top: 6px solid #ded9ce;
	font-size: 81.25%;
	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;
}

strong {
	font-weight: bold;
}


/* General
-------------------------------------------------- */

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

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: #a8854d;
	}

	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: #a8854d;
		text-transform: uppercase;
		letter-spacing: 1px;
	}

.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;
		}

.note {
	font-style: italic;
}
			
.en {
	font-family: georgia, times, "times new roman", serif;
}

.cn {
	font-family: "Microsoft YaHei", "SimHei", "STHeiti";
}


/* 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: 228px;
			height: 24px;
			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 10px 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 #nav li.c {
			background: url(/images/nav.gif) center 0 no-repeat;
		}
		
		body.work #nav li.w a:hover,
		body.services #nav li.s a:hover,
		body.about #nav li.a a:hover,
		body.contact #nav li.c a:hover {
			color: #3e2f2f;
		}

#footer {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 30px 0 10px;
	font-size: .92em;
}

	#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 .copyright a {
				background: url(/images/say.gif) 4px 0 no-repeat;
				padding-left: 18px;
			}
	
		#footer .validation,
		#footer .language {
			float: right;
			font-size: .83em;
		}
			
			#footer .language a {
				background: url(/images/language.gif) 4px 0 no-repeat;
				padding-left: 16px;
			}


/* Home
-------------------------------------------------- */

body.home #content {
	background: url(/images/paint.jpg) right 20px no-repeat;
}

	body.home h1 {
		font-weight: normal;
		width: 800px;
		margin: 70px 0;
	}
	
		body.home h1 a {
			padding: 4px 6px;
			text-transform: uppercase;
			font-size: .81em;
			/* background: rgba(222, 193, 165, 0.2); */
			letter-spacing: .5px;
		}
	
		body.home h1 a:hover {
			background-color: #7e2300;
			color: white;
		}


/* 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;
		}

	
	/* Detail */

	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 {
	background: url(/images/me.jpg) 100% 80px no-repeat;
}

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

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

/* 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;
}

