/* General */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	color: #444;
	font: normal 1.4em Verdana, Geneva, sans-serif;
	height: 100%;
	padding-bottom: 1px;
	background:#393838;
	padding-top:20px;
}

body .white {
	color: #FFF;
	font: normal 1.4em Verdana, Geneva, sans-serif;
	height: 100%;
	padding-bottom: 1px;
	background:#393838;
	padding-top:20px;
min-height:500px;
}

small,.small {font-size: 0.9em;}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#000;
	text-decoration: underline;
}

p {padding: 0.2em 0 1.2em;}

blockquote {
	background: #FFF;
	padding: 6px 14px 10px 44px;
}
blockquote p {padding:0px 0px 0px 0px;}


/* Headings, titles */

h1 {font: normal 2em Arial, Helvetica, sans-serif;}
h2 {font: normal 1.6em Arial, sans-serif;}
h3 {font: normal 1.4em Arial, Helvetica, sans-serif;}
h4 {font: bold 1em Arial, Helvetica, sans-serif;}

h1, h2, h3, h4 {margin-bottom: 5px;}

/* Main layout Normal*/

#layout_wrapper {
	background: #FFF;
	margin: 0 auto;
	margin-bottom:5px;
	width: 800px;
}
#layout_container {
	padding-left: 8px;
padding-right:8px;
padding-bottom:8px;
		border:1px solid #CCC;
}

.logo {
	padding-top:3px;
	height: auto;
	margin-bottom:10px;
	background: #FFF;
	border-bottom:1px solid #CCC;
}

h5 {font-size:1.2em;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-weight:normal;
padding-top:5px;
padding-left:14px;
}

.logo a {
	font:Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#BABABA;
	text-decoration:none;
}

.logo a:hover {
	text-decoration:none;
	color:#BABABA;
}

.logo a:visited {
	text-decoration:none;
	color:#BABABA;
}


/* Navigation */

.navigation {
	background: #FFF;
	border-top: 1px solid #CCC;
	margin-top:10px;
}
.navigation ul {display: inline; margin: 0;}
.navigation ul li {
	float: right;
	list-style: none;
}
.navigation a {
	color: #9C9C9C;
	display: block;
	font: .8em Arial, sans-serif;
	letter-spacing:.7px;
	padding: 8px 14px 0px 14px;
	text-decoration: none;
}
.navigation a:hover {
	color:#CCC;
	}
	
.navigation li.current a {
	background:url(../images/nav.gif) center top no-repeat;
	color:#6A6A6A;
	text-decoration:none;
}

/* Footer */
#footer {
background:#393838;
color: #888;
	font-size: 0.7em;
	padding:2px 12px 10px 12px;
}

#footer a {color: #888;}
#footer .right,#footer .right a {color: #888; font-size:.9em;}
#footer a:hover {color: #FFF; text-decoration:none;}


/* Floats */

.left {float: left;}
.right {float: right;}
.clear,.clearer {clear: both;}
.clearer,.block {
	display: block;
	line-height: 0;
	font-size: 0;
}
.clearer {height: 0;}


/* Content */
#main {
	background: #FFF;
	color: #666;
}

.body_container {
	background:#FFF;
}
.body_header {
	background: #FFF;
	margin: 0px 500px 10px 14px;
	padding-top:10px;
}

.body_title h2 {
	font-size: 1.2em;
	padding:0px 0px 1px 0px;
	border-bottom:1px solid #6A6A6A;
}

.body h3 {
	color:#A40000;
}

.body {
	font-size:.8em;
	background: #FFF;
	margin: 5px 14px 0;
	line-height:1.4em;
min-height:370px;
}

.body .text_light {
	color:#9A9A9A;
	font-style:italic;
	font-weight:bold;
}

.body .text_dark {
	color:#000;
	font-style:italic;
	font-weight:bold;
}

.body ul, .post_body ol {margin: 0 0 1em 1.5em;}
.body ul {list-style: disc;}
.body ol {list-style: decimal;}

.body .indent_li {
	text-indent:10px;
	list-style-position:inside;
}

/* Index Page Graphic */
.index_graphic {
	padding:10px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
	width:550px;
	height:350px;
	}

.index_graphic img {
	float:left;
}


/* Works */
.works_container {
	width:100%;
}

.works_left {
	width:320px;
	height:auto;
	float:left;
}

.works_right {
	width:430px;
	height:auto;
	float:left;
}

/* Contact Form */
.formbox {
	width: 370px;
	margin-left:auto;
	margin-right:auto;
	padding: 18px;
	background-color: #FFF;
	margin-bottom:20px;
	height:auto;
	}

.formbox p { 
margin-right:10px;
background-color: #FFF;
 }
 
.formbox input {
	display: block;
	border:1px thin solid #333;
	width: 300px;
	padding: 9px;
	font-size: 1.1em;
	color:#333;
	background-color:#F5F5F5;
	}
 
 .formbox label {
	 color:#333;
	 vertical-align:top;
 }

 
.formbox input:hover {
	background-color: #fff;
	}
 
.formbox #submit {
	margin-left:10px;
	display: block;
	border: 2px solid #ccc;
	width: 360px;
	background-color:#F5F5F5;
	font-size: 18px;
	color: #333;
	}
 
.formbox #submit:hover {
	background-color: #999;
	color: #CCC;
	}
 
.formbox textarea {
	border:1px thin solid #333;
	width: 360px;
	height: 162px;
	padding: 9px;
	background-color: #F5F5F5;
	}
 
.formbox textarea:hover {
	background-color: #fff;
	}
