/* @override http://localhost:9006/css/screen.css */

.z {
	background-color: #ffc0cb;
}

.x {
	padding: 20px;
	width: 1200px;
	height: 150px;
	overflow: scroll;
	background-color: rgba(1,1,1,.85);
	color: lime;
	font-size: 1.5em;
	font-family: monspace;
	position: fixed;
	left: 0;
	bottom: 0;
}

/* @group Page */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-size: 62.5%;
	font-family: "Lucida Sans", "Verdana";
	color: #510404;
	background: #e66d1f url(images/body.jpg) no-repeat 50% 0;
}

div#wrapper {
	width: 900px;
	margin: 10px auto 0 auto;
}

/* @end */

/* @group Header */

div#header {
	height: 150px;
	background: url(images/header.jpg);
}

div#header a {
	display: block;
	height: 150px;
	text-indent: -3000em;
	background: url(images/baudhuin-logo.png) no-repeat 20px 28px;
}

div#header h1 {
	height: 150px;
}

/* @end */

/* @group Body */

div#body {
	float: left;
	width: 880px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	background: #fff;
}

/* @end */

/* @group Navigation */

div#navigation {
	width: 220px;
	float: left;
}

div#navigation ul {
	list-style: none;
}

div#navigation li {
	border-bottom: 1px solid #510404;
}

div#navigation #sub {
	
}

div#navigation li a:link, 
div#navigation li a:visited {
	font-size: 1.4em;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #e66d1f;
	border-right: 1px solid #e66d1f;
	background-color: #68923d;
	/*

background-color: #357826;*/
	color: #FFFFFF;
	text-decoration: none;
}

div#navigation li a:hover {
	/*

background-color: #f3a61e;*/
	background-color: #e66d1f;
}

div#navigation li a.active,
div#navigation ul ul li a.active {
	background-color: #e66d1f;
}

div#navigation ul ul {
	margin-left: 12px;
}

div#navigation ul ul li {
	border-bottom: 1px solid #c4ae8c;
	margin: 0;
}

div#navigation ul ul a:link, 
div#navigation ul ul a:visited {
	background-color: #510404;
	color: #fff;
}

div#navigation ul ul a:hover {
	background-color: #e66d1f;
	color: #FFFFFF;
}

/* @end */

/* @group Content */

div#content {
	width: 640px;
	float: right;
	position: relative;
}

div#content h1 {
	font-size: 2.4em;
	margin: 15px 0;
}

div#content h1 span {
	display: block;
	font-size: .7em;
}

div#content h2 {
	font-size: 2.1em;
	margin: 15px 0;
	padding-left: 25px;
	background: url(images/logo-icon.png) no-repeat left center;
	clear: both;
}

div#content h2.snug {
	margin-bottom: -5px;
}

div#content h2.extra {
	padding-left: 0;
	background: none;
}

div#content h1 span,
div#content h2 span {
	display: block;
	font-size: .7em;
}

div#content h3 {
	font-size: 1.7em;
	line-height: 1.7em;
	padding-left: 25px;
	margin: 5px 0;
	background: url(images/logo-icon.png) no-repeat left center;
}

div#content h3.snug {
	margin-bottom: -10px;
}

div#content h2 a,
div#content h3 a {
	text-decoration: none;
}

div#content h2 a:hover,
div#content h3 a:hover {
	text-decoration: underline;
}

div#content h4 {
	font-size: 1.5em;
	margin: 5px 0;
}

div#content p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 10px 0;
}

div#content a {
	color: #510404;
}

div#content a:hover {
	text-decoration: none;
}

div#content a img:hover {
	background-color: #e66d1f;
}

div#content span.readMore {
	display: block;
	margin-top: 5px;
}

div#content span.readMore > a {
	padding: 5px 5px 5px 0;
	display: block;
}

div#content span.clear {
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
}

div#content img.full {
	margin: 15px 0 0 0;
	padding: 4px;
	background-color: #68923d;
	border: 1px solid #510404;
}

div#content img.left {
	float: left;
	padding: 4px;
	margin: 0 4px 4px 0;
	background-color: #68923d;
	border: 1px solid #510404;
}

div#content img.right {
	float: right;
	padding: 4px;
	margin: 0 0 4px 4px;
	background-color: #68923d;
	border: 1px solid #510404;
}

div#content span.caption {
	display: block;
	padding: 2px;
	text-align: right;
	font-style: italic;
	font-size: 1.1em;
}

div#content ul {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 1.4em;
	margin: 10px 0 10px 40px;
/

*padding: 0 0 0 20px;*/
}

div#content ul li {
	margin: 6px 0;
}

div#content ul li ul {
	font-size: 1em;
	margin-left: 20px;
}

div#content ul li ul li {
	
}

div#content ol {
	list-style-position: outside;
	font-size: 1.4em;
	margin: 10px 0 10px 40px;
/

*padding: 0 0 0 20px;*/
}

div#content ol li {
	margin: 6px 0;
}

div#content blockquote#pullQuote {
	margin: 0 0 4px 4px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	background: none;
	min-height: 0;
	width: 350px;
	float: right;
}

div#content blockquote#pullQuote.error {
	width: 100%;
}

div#content blockquote#pullQuote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.6em;
	text-align: center;
	padding: 20px 10px;
	margin: 0;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #a9a9a9;
	background: #d7cdc8 url(images/blockquote-leaf.png) no-repeat right bottom;
}

div#content blockquote#pullQuote p span {
	font-size: 2em;
	padding: .2em;
	vertical-align: middle;
}

div#content dl {
	width: 300px;
	padding: 5px;
	float: left;
	margin-top: -10px;
	padding-right: 15px;
	margin-bottom: 10px;
}

div#content dl:hover {
	background-color: #d7cdc8;
}

div#content dl dt {
	font-size: 1.6em;
	margin: 10px 0 5px 0px;
}

div#content dl dt span {
	display: block;
	font-size: .7em;
}

div#content dl dd {
	margin: 4px;
	font-size: 1.4em;
}

div#content dl dd p {
	font-size: 1em;
	line-height: 1;
	margin: 0;
}


/* @group vCard */

div#content dl.vcard {
	width: 298px;
	border: 1px solid;
	padding: 5px;
	float: left;
	margin-top: -10px;
	margin-bottom: 20px;
	margin-right: 10px;
}

div#content dl.vcard:hover {
	background-color: #d7cdc8;
}

div#content dl.vcard dt {
	font-size: 1.6em;
	margin: 0px 0 5px 0px;
}

div#content dl.vcard dt span {
	display: block;
	font-size: .7em;
}

div#content dl.vcard dd {
	margin: 4px;
	margin-left: 0;
	font-size: 1.5em;
}

div#content dl.vcard dd p {
	font-size: .8em;
	line-height: 1;
	margin: 0;
}

div#content dl.vcard dd p a {
	display: block;
	padding: 2px;
	padding-left: 10px;
}

/* @end */





/* @group Lots: Projects, Blogs */

div#content ul#lots {
	list-style-type: none;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

div#content form#projSearch {
	padding: 4px 0 0 0;
}

div#content form#projSearch label {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 1px;
}

div#content form#projSearch input {
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 1px;
	width: 250px;
}

div#content ul#lots li {
	margin: 5px 0;
	border-top: 1px solid;
	background: url(images/logo-icon.png) no-repeat 0 8px;
	clear: both;
	overflow: auto;
}

div#content ul#lots li:hover {
	background-color: #d7cdc8;
}

div#content ul#lots li h2 {
	margin: 0;
	padding: 5px 25px;
	border-top: 1px solid #ccc;
}

div#content ul#lots li p {
	padding: 5px 25px;
	margin: 0;
}

/* @end */

/* @group News */

div#news {
	margin: 20px 0;
}

div#news h2 {
	font-size: 1.1em;
	line-height: 1.6em;
	margin: 4px 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	background-color: #d7cdc8;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

div#news h3 {
	font-size: 1.5em;
	margin: 4px 0;
}

div#news h3 span {
	display: block;
	font-size: .6em;
}

div#news p {
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 4px 0;
}

div#news a {
	color: #510404;
}

div#news a:hover {
	text-decoration: none;
}

div#news span.readMore {
	display: block;
	margin-top: 5px;
}

div#news span.readMore > a {
	padding: 5px 5px 5px 0;
	display: block;
}

/* @end */

/* @group Google Map */

div#content p input {
	font-size: 1.1em;
	vertical-align: middle;
	padding: 2px;
}

div#content div#map {
	width: 638px;
	height: 300px;
	border: 1px solid;
}

/* @end

*/

/* @end */

/* @group Footer */

div#footer {
	clear: both;
	height: 200px;
	background: url(images/footer.jpg);
	margin-bottom: 20px;
}

div#footer p {
	font-size: 1em;
	color: #e66d1f;
	text-align: center;
	text-transform: uppercase;
	padding: 170px 0 0 30px;
}

/* @end */

/* @group Updates */

div#updates {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/updates.png);
	z-index: 100000;
	color: #fff;
}

div#updates h1 {
	margin: 170px auto 20px auto;
	width: 900px;
	text-indent: 300px;
	font-size: 4em;
	background: url(images/logo-icon.png)no-repeat 275px center;
}

div#updates p {
	margin: 5px auto;
	width: 900px;
	text-indent: 300px;
	font-size: 2em;
}

div#updates a {
	color: #fff;
	text-decoration: underline;
}

/* @end */