@charset "UTF-8";
/*
Theme Name: Laure C H Kline Portfolio Site 2010
Theme URI: http://www.laurekline.com
Version: 1.0
Author: Laure C H Kline
Author URI: http://www.laurekline.com

*/
/* @group Reset Rules */
html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
legend{color:#000;}
/* @end */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #608353;
}
#outer {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#outer #top {
	background: url(images/bkg_top.png) no-repeat center top;
	display: block;
	height: 845px;
	width: 1000px;
}
#outer #top #introtext {
	display: block;
	height: 350px;
	width: 285px;
	margin-top: 460px;
	margin-left: 70px;
	float: left;
}
#outer #top #introtext p {
	font-size: 3.4em;
	color: #FFF;
	text-align: right;
	margin-bottom: 25px;
	line-height: 1.3em;
}
#outer #top #introtext .link a {
	font-size: 12px;
	color: #3b090d;
	text-decoration: underline;
}
#outer #top #introtext .link a:hover {
	font-size: 12px;
	color: #3b090d;
	text-decoration: underline;
}
#outer #middle {
	height: 852px;
	width: 1000px;
	position: relative;
	background: url(images/bkg_middle.png) no-repeat center top;
}
#outer #middle #whatido {
	padding-top: 38px;
	padding-left: 70px;
	float: left;
}
#outer #middle #whatido h2 {
	font-size: 3em;
	color: #6e1614;
	margin-bottom: 10px;
	margin-top: 10px;
}
#outer #middle #whatido p {
	font-size: 1.6em;
	color: #FFF;
	line-height: 1.3em;
}
#outer #middle #quote {
	display: block;
	position: absolute;
	height: 211px;
	width: 525px;
	padding: 40px;
	top: 0px;
	right: 0px;
	text-align: right;
}
#outer #middle #quote .quotetext {
	font-size: 2em;
	color: #fff;
	line-height: 1.2em;
}
#outer #middle #quote .quotename {
	font-size: 1.6em;
	color: #8c2623;
	line-height: 1em;
	margin-top: 10px;
}
#outer #middle #whatiuse {
	position: absolute;
	padding-top: 38px;
	float: right;
	display: block;
	height: 641px;
	top: 221px;
	left: 545px;
}
#outer #middle #whatiuse h2 {
	font-size: 3em;
	color: #a1b356;
	margin-bottom: 10px;
	margin-top: 10px;
}
#outer #middle #whatiuse p {
	font-size: 1.6em;
	color: #FFF;
	line-height: 1.3em;
	margin-bottom: 15px;
}
#outer #portfolio {
	background: url(images/bkg_portfolio.png) no-repeat center top;
	height: 226px;
	width: 930px;
	padding-left: 70px;
	padding-top: 265px;
}
#outer #portfolio .tableheader {
	font-size: 2em;
	color: #cbca8e;
	text-transform: uppercase;
}
#outer #portfolio table {
}
#outer #portfolio .tablelist {
	font-size: 1.4em;
	line-height: 1.5em;
	color: #fff;
	vertical-align: top;
}
#outer #portfolio .tablelist a {
	color: #fff;
	text-decoration: underline;
}
#outer #portfolio .tablelist a:hover {
	color: #e8e6c3;
	text-decoration: underline;
}
#outer #contact {
	background: url(images/bkg_contact.png) no-repeat center top;
	display: block;
	height: 512px;
	width: 1000px;
}
#outer #contact #textarea {
	display: block;
	height: 465px;
	width: 340px;
	padding-left: 140px;
	padding-top: 40px;
}
#outer #contact #textarea p {
	font-size: 1.4em;
	color: #410507;
	line-height: 1.4em;
	margin-bottom: 15px;
}
#outer #contact #textarea #entryform .tabletext {
	font-size: 1.4em;
	color: #410506;
	line-height: 1.4em;
}
#fancybox-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
}
.errors {
	color: #791815;
	font-weight: bold;
	font-size: 1.4em;
	float: right;
	display: none;
}