/*		Resetting Stylesheet		*/

/*		1.	RESET MAIN ELEMENTS		*/
/*		2.	COMMON CLASSES			*/
/*		3.	TYPOGRAPHY				*/
/*		4.	FORMS					*/

												/** 1.	RESET MAIN ELEMENTS **/
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, 
*, .x {												/* .x removes any inherent styling to elements below */
	margin: 0;
	padding: 0;
	color: #333;
	background: transparent;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 101%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.60em;
	text-decoration: none;
	text-align: left;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	}
	:focus {
		outline: 0;
		}
ul, ol, dd {
	list-style-position: outside;
	list-style: none;
	line-height: 1.50em;
	}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	}
	dt { font-weight: bold; }
	dd { padding: 0; }
table { 
	border-collapse: separate;
	border-spacing: 0;
	}
	table th { font-weight: bold; }
hr {
	display: block;
	width: 100%;
	height: 1px;
	color: #aaa;
	background: #aaa;
	border: none;
	}






												/** 2.	COMMON CLASSES **/
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}

.navigation		{ list-style: none; }
.navigation li	{ display: inline; 	}

.debug { border: 1px solid red; }






												/** 3.	TYPOGRAPHY **/

code, pre, var, .monospace {
	margin: 0.80em 0;
	font-family: "Palatino Linotype", "Courier New", monospace;
	line-height: 1.50em;
	}
	code strong, pre strong, 
	var strong, .monospace strong {
		color: #c33;
		background: inherit;
		}
del {
	color: #888;
	background-color: inherit;
	text-decoration: line-through;
	}
abbr {
	font-size: 0.90em;
	text-transform: uppercase;
	border-bottom: 1px dashed #ddd;
	cursor: help;
	}
acronym {
	font-size: 0.90em;
	text-transform: uppercase;
	letter-spacing: 0.10em;
	}
strong			{ font-weight: 		bold;		}
em, i, cite		{ font-style: 		italic;		}
u, .u			{ text-decoration: 	underline;	}

h1, h2, h3, 
h4, h5, h6 { font-weight: bold; }
h1 {  font-size: 3.00em; 	}
h2 {  font-size: 2.50em; 	}
h3 {  font-size: 2.00em; 	}
h4 {  font-size: 1.60em; 	}
h5 {  font-size: 1.20em; 	}
h6 {  font-size: 1.00em; 	}

s, strike 	{ text-decoration: line-through; 			}
sub 		{ vertical-align: sub; font-size: 0.7em; 	}
sup 		{ vertical-align: super; font-size: 0.7em; 	}
u 			{ text-decoration: underline; 				}

p {
	margin: 0.50em 0 1.00em 0;
	line-height: 1.50em;
	}
b {
	font-weight: bold;
	}
a {
	color: #06f;
	text-decoration: underline;
	}
	a:visited 	{ color: #06f; }
	a:hover 	{ color: #99c; }
	a:active 	{ color: #99c; }

blockquote, q {
	margin: 0.80em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	quotes: "" "";
	}
	blockquote p, q p {
		margin: 0;
		padding: 0.80em;
		color: #666;
		background: inherit;
		}






												/** 4.	FORMS **/

input, textarea	{ line-height: 1em; }
fieldset 	{ border: 0; 	}
.input 		{ clear: left; 	}
label {
	display: block;
	float: left;
	padding: 3px;
	font-weight: bold;
	}
	label.xs 	{ width: 50px; 	}
	label.s 	{ width: 100px; }
	label.m 	{ width: 150px; }
	label.l 	{ width: 200px; }
	label.xl 	{ width: 250px; }

input.default, textarea.default,
select.default {
	float: left;
	padding: 3px;
	border: 1px solid #aaa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	input.xs 	{ width: 20px; 	}
	input.s 	{ width: 50px; 	}
	input.m 	{ width: 125px; }
	input.l 	{ width: 200px; }
	input.xl 	{ width: 300px; }
button {
	padding: 2px 5px;
	color: white;
	background-color: black;
	font-weight: bold;
	text-align: center;
	border: 0;
	cursor: pointer;
	}
	button.xs 	{ width: 15px; 	}
	button.s 	{ width: 30px; 	}
	button.m 	{ width: 50px; 	}
	button.l 	{ width: 80px; 	}
	button.xl 	{ width: 120px; }



										/** RESTART **/
										
ul {
	list-style: none;
	margin: 2px 0 10px 7px;
	}
li {
	background: url(../_img/check-24.png) 0px 2px no-repeat;
	min-height: 30px;
	padding-left: 30px;
	padding-bottom: 5px;
	font-size: 0.7em;
	color: #777;
	}
* html li {
	height: 30px;
	}
	li h1 {
		margin-bottom: -5px;
		}	
	
blockquote {
	display: block;
	padding: 5px;
	padding-left: 8px;
	margin: 0px 35px 14px 20px;
	background: url(../_img/open-quote.png) top left no-repeat;
	text-indent: 23px;
	border-top: 1px solid #c0b99a;
	border-bottom: 1px solid #c0b99a;
	}
	blockquote div.blockquote-close {
		display: block;
		min-height: 30px;
		line-height: 2.5em;
		padding-right: 8px;
		background-image: url(../_img/close-quote.png);
		background-repeat: no-repeat;
		background-position: bottom right;
		font: 0.9em "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
		text-align: justify;
		}
	* html blockquote {
		height: 30px;
		}
	* html blockquote div.blockquote-close {
		background-image: none;
		}
	blockquote div.quote-by {
		font-size: 0.85em;
		font-style: italic;
		}

img.bullet {
	margin: 0 6px -4px 0;
	}
img.bullet-48 {
	margin: 0 6px -15px 0;
	}
img.bullet-64 {
	float: left;
	margin: 9px 15px 0 0;
	}

form#contact-form {
	margin-bottom: 15px;
	}
	form#contact-form fieldset {
		padding-bottom: 15px;
		}
	form#contact-form label {
		display: inline-block;
		width: 100%;
		line-height: 1em;
		}	
	form#contact-form input.text {
		border: 2px solid #c0b99a;
		background-color: #fff;
		}
		*:first-child+html {} * input.text {
			padding: 6px 6px 3px 6px;
			}
		html>/**/body input[type="text"] {
			padding: 4px;
			}	
	form#contact-form textarea {
		border: 2px solid #c0b99a;
		background-color: #fff;
		width: 100%;
		line-height: 1.1em;
		}
		*:first-child+html {} * textarea {
			padding: 6px 6px 3px 6px;
			}
		html>/**/body textarea {
			padding: 4px;
			}
	form#contact-form input.submit {
		border: 2px solid #c0b99a;
		border-top-color: #f6f3e6;
		border-left-color: #f6f3e6;
		background: #e7e2cf;
		color: #938c6e;
		font-weight: bold;
		cursor: pointer;
		}
		*:first-child+html {} * input.submit {
			padding: 6px 10px 4px 10px;
			overflow: visible;
			}
		html>/**/body input[type="submit"] {
			padding: 7px 10px 5px 10px;
			}
	form#contact-form input[type="submit"]:hover {
		border: 2px solid #c0b99a;
		border-bottom-color: #f6f3e6;
		border-right-color: #f6f3e6;
		background: #e7e2cf;
		color: #625c42;
		}
		
div.picture-box {
	padding: 4px;
	background-color: #fff;
	margin-bottom: 10px;
	}
	div.picture-box span.caption-head {
		font-size: 0.7em;
		font-weight: bold;
		display: block;
		color: #7a3706;
		margin: 2px 0 0 0;
		margin-bottom: -2px;
		}
	div.picture-box span.caption {
		font-size: 0.6em;
		color: #734e26;
		background: #e0cda7;
		}

															/** END **/
															