/*

+----------------------------------------------------------------------------------------------------+
|    TYPOGRIDPHY - TYPOGRAPHICAL AND GRID LAYOUT CSS FRAMEWORK FROM HARRY ROBERTS OF CSS WIZARDRY    |
+-------------------------------------------------+--------------------------------------------------+
|   TYPOGRIDPHY IS © COPYRIGHT OF HARRY ROBERTS   |   v 0.1.1                                        |
|   IT IS FREE TO BE USED AND MODIFIED PROVIDED   |   May 2008                                       |
|   THIS TEXT REMAINS INTACT -- CSSWIZARDRY.COM   |   http://csswizardry.com                         |
+-------------------------------------------------+--------------------------------------------------+
MODIFIED B.LILLY JUNE 2010 FOR FORESTS AND RANGELANDS WEBSITE
*/
/* TYPOGRIDPHY RESET REPLACED WITH...
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	/* background: transparent; */
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ins {
	background-color: #ffff99;
	color: #000000;
	text-decoration: none;
}

mark {
	background-color: #ffff99;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000000;
	cursor: help;
}

table {
	: ; /* border-collapse:collapse;
    border-spacing:0; */
}

hr {
	border: 0;
	border-top: 1px solid #cccccc;
	display: block;
	height: 1px;
	margin: 1em 0 2em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/*---------- END RESET ----------*/
/*-------------------------------------------+
|            MAIN STRUCTURE STYLES           |
+-------------------------------------------*/
html{
	font-size: 100%;
	min-height: 101%;
}

body{
	color: #003300;
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 70%;
}

/*NAVIGATION
-------------------------------------------------------- 
Included in screen960.css */
/*FOOTER NAVIGATION
-------------------------------------------------------- 
Included in screen960.css */
/*GRIDS
-------------------------------------------------------- 
Grid layout in 960grid.css */

/*-------------------------------------------+
|                FONT STYLES                 |
+-------------------------------------------*/
/*PARAGRAPHS
-------------------------------------------------------- */
p{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.625em;
}

/* Styles an introductory paragraph, similar to newspapers. Assign this class to the first paragraph in an article */
p.intro:first-line{
	font-variant: small-caps;
}

/* Styles a drop cap on each paragraph with this class */
p.drop:first-letter{
	float: left;
	font-size: 3em;
	margin-bottom: 0.1em;
	margin-right: 0.1em;
	margin-top: 0.1em;
}

/*HEADINGS
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #003300;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}

h1{
	color: #003300;
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}

h2{
	color: #663300;
	font-size: 1.625em;
	line-height: 1.1em;
	margin-bottom: 0.9em;
	margin-top: 1em;
}

h3{
	color: #003300;
	font-size: 1.375em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

h4{
	font-size: 1.375em;
	font-style: italic;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 0.25em;
}

h5{
	color: #003300;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 0.3em;
	margin-left: 0.4em;
}

h6{
	color: #000000;
	font-size: 1.2em;
	font-variant: small-caps;
	line-height: 1.5em;
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}

/*LINKS
-------------------------------------------------------- */
p a,
p a:visited{
	/* border-bottom: #663300 dotted 1px; */
	color: #663300;
	text-decoration: underline;
}

p a:hover{
	/* border-bottom: #0000ff dotted 1px; */
	color: #0000ff;
	text-decoration: underline;
}

h1 a{
	color: #000000;
}

h1 a:hover{
	text-decoration: none;
}

li a{
	/* border-bottom: #663300 dotted 1px; */
	color: #663300;
	text-decoration: underline;
}

li a:hover{
	/* border-bottom: #0000ff dotted 1px; */
	color: #0000ff;
	text-decoration: underline;
}

/*ALL THE TRIMMINGS
-------------------------------------------------------- */
blockquote p{
	font-size: 1.2em!important;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em!important;
	margin: 0 0.625em 1.25em 0.625em;
	text-indent: -0.5em;
}

blockquote p cite{
	font-style: normal;
}

caption, td, th{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

caption{
	font-weight: bold;
	text-align: left;
}

em{
	font-style: italic;
	font-weight: inherit;
}

strong{
}

.amp{
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; /* Give those ampersands a right sexy look */
	font-style: italic;
	font-weight: normal;
	line-height: inherit;
}

abbr{
	border-bottom: 1px dotted #666666;
	border-color: inherit;
	cursor: help;
}

.clear{
	clear: both;
}

.right-float{
	float: right; /* Float any item to the right */
	margin-left: 2em;
	margin-right: 0;
}

.left-float{
	float: left; /* Float any item to the left */
	margin-left: 0;
	margin-right: 2em;
}

.code{
	background: #dddddd;
	/* Styling for and code type items */
	font-family: Courier, "Courier New", monospace;
	font-size: 1em;
}

/*-------------------------------------------+
|               IMAGE STYLES                 |
+-------------------------------------------*/
img{
	/* font-size: 1em; */
}

img.left-img{
	border: 1px solid #cccccc;
	float: left;
	/* Float any image to the LEFT and give it some margin */
	font-size: 1em;
	margin-bottom: 1.8em;
	margin-right: 2em;
	margin-top: 0.3em;
	padding: 0.25em;
}

img.right-img{
	border: 1px solid #cccccc;
	float: right;
	/* Float any image to the RIGHT and give it some margin */
	font-size: 1em;
	margin-bottom: 1.8em;
	margin-left: 2em;
	margin-top: 0.3em;
	padding: 0.25em;
}

/*CONTACT FORM STYLES
-------------------------------------------------------- */
#contact-form{
}

#contact-form label{
	float: left;
	margin-top: 0.6em;
	width: 10em;
}

#name, #form-email, #url, #location{
	background: #ffffff !important;
	border: 1px solid #666666;
	height: 20px;
	margin-bottom: 1.125em;
	padding: 0.188em;
	padding-top: 0.313em;
	width: 42.7em;
}

#comments{
	background: #ffffff !important;
	border: 1px solid #666666;
	height: 10em;
	margin-bottom: 18px;
	overflow: auto;
	padding: 0.188em;
	width: 43.8em;
}

#name:active, #form-email:active, #url:active, #location:active, #comments:active, #submit:active, #name:focus, #form-email:focus, #url:focus, #location:focus, #comments:focus, #submit:focus{
	border: 1px solid #000000;
}

#submit{
	background: #ffffff !important;
	border: 1px solid #666666;
	clear: both;
	cursor: pointer;
	margin-left: 9em;
	padding: 0.313em;
}

#reset{
	background: #ff0000 !important;
	border: none;
	clear: both;
	color: #ffffff;
	cursor: pointer;
	float: right;
	margin-top: -1.75em;
	padding: 0.188em;
}

/*-------------------------------------------+
|                LIST STYLES                 |
+-------------------------------------------*/
ul{
	list-style: disc;
	margin-bottom: 1.8em;
	margin-left: 1.625em;
}

ul li{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

ul li.caption{
	color: #000000;
	/* Apply this class to the first list item in a list to give it a caption */
	font-variant: small-caps;
	list-style: none;
}

ul li ul{
	list-style: circle;
}

ul li ul li ul{
	list-style: square;
}

ul li ul, ul li ol, ol li ul, ol li ol {
	margin: 1.0em 0 1.0em 0;
	margin-left: 1.4em;
}

ul li ul li, ul li ol li, ol li ul li, ol li ol li {
	font-size: 1.0em;
}

ol{
	list-style: decimal;
	margin-bottom: 0.750em;
	margin-left: 2.2em;
}

ol li{
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}

ol li  ol{
	list-style: lower-alpha;
}

li p, li div p{
	font-size: 1em;
}

/*-------------------------------------------+
|               MISC. STYLES                 |
+-------------------------------------------*/
/* SEE screen960.css */
