/* -------------------------------------------------------
Basic Style Sheet

version: 	1.0
author:		Michael Prell
e-mail:		michael@nanomonkey.com
website:	http://www.nanomonkey.com
--------------------------------------------------------*/

/* Eric Meyer's Reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End Eric Meyer's Reset */


body {
	text-align: center;
	min-width: 900px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1em;
	color: #BDBDBD;
	background-color: #252525;
}

/* Layout */

#wrapper {
	overflow: hidden;
	width: 880px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
	font-size: .8em;
	background: transparent url(../images/tree_bg.gif) no-repeat right bottom;
	
}

body#notecards #wrapper, body#contact #wrapper {
	overflow: hidden;
	width: 660px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
	font-size: .8em;
	background: transparent url(../images/tree_bg.gif) no-repeat right bottom;
	
}

#header {
	height: 165px;
	background: transparent url(../images/lducc_logotype_header_graph.jpg) no-repeat left 15px;
}

#main {
	width: 660px;
	float: right;
	padding-bottom: 170px;
}

body#notecards #main {
width: 440px;
}

#main img {
	border-bottom: #667766 1px solid;
	padding-bottom: 5px;
}

body#notecards #leftMain img {
border: 0;
padding: 10px;
}

#sidebar img {
	padding: 1em 10px 10px 0;
	float: left;
	border: none;
}

h1 {
	font-size: 1.25em;
	color: #D9D9D9;
        line-height: 1.5em;
}

p {
	margin-top: 1em;
}

p.caption {
	margin-top: 5px;
	color: #FFFFFF;
	font-size: .8em;
}

#leftMain {
	width:330px;
	float: left;
}

#rightMain {
	float: right;
height: 150px;
background: transparent url(../images/tree_bg.gif) no-repeat right bottom;
}

#sidebar {
	width: 220px;
	float: left;
	padding-bottom: 20px;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar p, #leftMain h2, #leftMain h3, #leftMain p {
	margin-right: 20px;
}

#sidebar h2, #leftMain h2 {
	margin: 0;
	padding: 5px 30px 5px 0;
	display: inline;
	text-transform: uppercase;
	color: #D9D9D9;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .15em;
	}

#header_helper {
	margin: 2em 20px 0 0;
	border-bottom: #667766 1px solid;
}

 #sidebar h2.header_news {
	background: transparent url(../images/h2_oak_bg.png) no-repeat right center;
}

#sidebar h2.header_list {
	background: transparent url(../images/h2_maple_bg.png) no-repeat right center;
}

#sidebar h2.header_notecards {
	background: transparent url(../images/h2_leaf_bg.png) no-repeat right center;
}

#sidebar h3 {
	margin-top: 1em;
	font-weight: bold;
	color: #D9D9D9;
}

#sidebar h3+p {
	margin-top: 0;
}

#footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #404040;
}

#footer p {
	padding-bottom: 20px;
	font-size: .7em;
}

/* Links */

a, a:link, a:active, a:visited {
	color: #BB8855;
	text-decoration: none;
}

a:hover {
	color: #BB8855;
	text-decoration: underline;
}

/* Forms */

form#mlist input.minput, input.zemText {
	width: 75%;
	background-color: #7E7E7E;
	border: 0;
	color: #000000;
	font-size: .9em;
	padding: 3px;
}

form#mlist input.msubmit, #basicform input.consub, input.zemSubmit {
	background-color: #000000;
	border: 0;
	color: #D9D9D9;
	font-size: .9em;
	padding: 3px;
}

p.zem {
margin-top: 0;
}

div.zemThanks {
margin-top: 1em;
}

#basicform fieldset {
	border: 0;
}

#basicform fieldset p label {
	font-weight: bold;
	font-size: 90%;
}

#basicform input, textarea {
	margin: 6px 0;
	background-color: #7E7E7E;
	border: 0;
	color: #000000;
	padding: 3px;
}

#basicform p {
	margin: 6px 0;
}

#basicform input.consub {
	background-color: #000000;
	border: 0;
	color: #D9D9D9;
	padding: 3px;
}

/* end Forms */

/* Navigation */

#nav {
	float: left;
	width: 100%;
	margin: 100px 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
	background: transparent url(../images/nav_border.gif) repeat-x left bottom;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}

#nav a {
	float: left;
	display: block;
	padding: 4px 0;
	margin: 0 8px;
	color: #BDBDBD;
	text-decoration: none;
border-bottom: transparent 1px solid;
}

#nav #t-home a {
	margin: 0 8px 0 0;
}

body#home #t-home a, body#about #t-about a, body#gallery #t-gallery a, body#news #t-news a, body#notecards #t-notecards a, body#contact #t-contact a {
	color: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
}

#nav a:hover {
	color: #BB8855;
	border-bottom: #BB8855 1px solid;
}