
/* ----------------------------------------------- 
	arborcare.com Stylesheet
	Author: Joel Pittet
	Created on: May 23, 2009
	
	- GLOBAL RESET
	- BASIC ELEMENTS
	- LAYOUT
	- CUSTOM CLASSES

-------------------------------------------------- */


/* GLOBAL RESET 
------------------------------------------------- */

/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* BASIC ELEMENTS
------------------------------------------------- */
html {
	background: transparent url(/img/texture-bg.jpg) repeat top center;
}
body {
	font: 13px/1.3em "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
/*	background: transparent url(/img/layout/gradient-bg.jpg) repeat-x 0 54px;*/
/*	text-align: center;*/
	height: 100%;
	min-height: 600px;
/*	position: relative;*/
}
strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #231f20;
}

a:hover {
	color: #7B3A00;
/*	text-decoration:none;*/
}


th {
	text-align: left;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1 { 
	font-size: 28px;
	color: #373a0d;
	font-style: italic;
	font-weight: 600;
/*	background: transparent url('/img/content-keyline.gif') repeat-x bottom;*/
	padding: 2px 0 12px 17px;
	margin: 0 0 10px 0;
}
h1 span.lighter {
	color: #515913;
	font-weight: 400;
}
h1 span.smaller {
	font-size: 20px;
	margin-left: 0px;
}

h2 {
	color: #515913;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 700;
	margin: .5em 0 .5em 0;
	padding-left: 17px;
}

h3 { 
	color: #515913;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 700;
	margin-top: 1em;
	padding-left: 17px;
}

h4 { 
	font-weight: 700;
	font-size: 13px;
	line-height: 1em;
	font-weight: 700;
	padding-left: 17px;
}

h6 {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.4em;
	margin: 0;
	padding: 0 20px;
	padding-left: 17px;
}

p {
	padding: 0.3em 0 0.6em 17px;
	line-height: 1.6em;
}

ul, 
ol{ 
	margin: 0;
	padding: 0.3em .2em .6em;
}
ol{ margin-left: 1.5em }

ul li { 
	list-style-type: disc;
	padding: .3em .3em;
	margin: 0 1em;
}
ol li { 
	list-style-type: decimal;
	padding: .3em .3em;
	margin: 0 1em;
}

/* Horizontal Rule */

hr {
	border: 0;
	height: 1px;
	color: #ccc;
	background: #ccc;
	margin: 20px 0;
	padding: 0;
}

small {
	font-size: 12px; 
	color:#999; 
}


/* Layout */

#content {
	padding: 50px;
}


.image-caption {
	color: #4e2602;
	font-size: 10px;
	margin: 9px 0 30px 30px;
	float: right;
	width: 200px;
}
.image-caption img {
	margin-left: 17px;
}
