@charset "utf-8";
@import "reset.css";

/* colors */
/*
kuler park ranger theme:
green 194308
gray 8F9189
beige edd8a2
gold d9b473
brown 734f43
*/

/* fonts */
body {
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, #site-titles, #topnav {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

/* layout */
#wrapper {
	margin: 5px auto;
	width: 90%;
	min-width: 980px;
	max-width: 1100px;
}
.inner {
	display: inline-block;
	padding: 0.5em 0;
	width: 100%;
}

/* links */
a {
	color: #194308;
}
a:visited {
	color: #194308;
}
a:hover {
	color: black;
}
#header a {
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#footer a {
	color: black;
	text-decoration: none;
}
#site-titles a, #site-titles a:visited, .menu a, .menu a:visited {
	color: black;
}
#site-titles a:hover, #footer a:hover {
	text-decoration: underline;
}

/* backgrounds */
body {
	background: #c7b299;
}
#header, .menu li.selected, .menu li:hover, #site-author a.selected {
	background: #edd8a2;
}
#topnav {
	background: #194308;
	background-position: top left;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(#194308, #21590b);
    background-image: -webkit-linear-gradient(#21590b, #194308); 
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#194308), to(#21590b));
    background-image: -o-linear-gradient(#194308, #21590b);	
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#194308, endColorstr=#21590b);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#194308, endColorstr=#21590b)";		
}
.menu li {
	background: #bab176;	
}
#footer {
	background: #d9b473;
	background: #754c24;
}
#body {
	background: #f8f8e0;
}

/* borders */
#wrapper, .menu li, .picbox {
	border: 1px solid #754c24;
}
#wrapper { border-right-width: 0; border-bottom-width: 0; }

/* border radius */
#wrapper, #leftnav ul, .picbox { 
	border-radius: 5px; 
}
#header {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#footer {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.menu li.first, #q {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.menu li.last, #sa {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#leftnav .menu li {
	border-left-width: 1px;
	border-bottom-width: 0;
}
#leftnav .menu li.first {
	border-left: 1px solid #754c24;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 0px;
}
#leftnav .menu li.last {
	border-bottom-width: 1px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* box shadows */
#wrapper, #leftnav ul, .picbox {
	box-shadow: 2px 2px 2px #373215;
}

/* text shadows */
#site-titles, #topnav .menu, h1 {
	text-shadow: 1px 1px 2px #8c6239;
}

/* header */
#header {
	text-align: right;
}
#site-titles {
	display: inline-block;
	float: left;
	text-align: left;
	margin-left: 180px;
}
#site-title {
	font-size: 1.5em;
	margin: 0; padding: 0;
}
#site-subtitle {
	font-size: 1em;
	margin: 0; padding: 0;
}
#site-author {
	font-size: 0.8em;
	padding-top: 0.5em;
	display: inline-block;
}

/* social icons */
#social-area {
	margin-top: 5px;
	padding-right: 20px;
}
#social-icons {
	height: 20px; 
}
#social-icons img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
	margin-bottom: 8px;
}
#social-icons a:hover img {
	width: 24px;
	height: 24px;
	margin-right: 0;
	margin-bottom: 0;
}
.addthis_button { height: 20px; padding: 0; margin: 0; vertical-align: top; }
.addthis_button img { vertical-align: top; }

/* site search */
#site-search { 
	margin-top: 5px;
	padding-right: 20px;
}
#q {
	font-size: 0.75em;
	padding: 0px;
	margin: 0px;
	width: 20em;
}
#sa {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	background: #ddd;
	color: #040;
	width: 5em;
}

/* headings */
h1, h2, h3, h4 {
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.1em;
}
h4 {
	font-size: 1em;
}
#breadcrumbs {
	font-size: 0.8em;
}

/* content */
b, strong, .directory {
	font-weight: bold;
}
#content p {
	margin: 0.5em 0;
	line-height: 1.3em;
}
#content ul {
	margin-left: 25px;
	list-style-type: circle;
}
#content li {
	padding: 0.2em 0;
	line-height: 1.2em;
}
dt {
	font-weight: bold;
	margin: 0.5em 0;
}
dd {
	line-height: 1.2em;
}
th {
	font-weight: bold;
}
th, td {
	vertical-align: top;
	padding: 2px;
}
#randpic {
	float: right;
	width: 250px;
}

/* top menus */
.menu {
	clear: left;
}
.menu li {
	float: left;
	display: inline-block;
	margin-bottom: 2px;
}
.menu li a {
	text-decoration: none;
	padding: 5px 15px;
}
.menu li.selected a {
	cursor: default;
}
#topnav {
	margin-bottom: -2px;	
}
#topnav .menu {
	line-height: 1.4em;
	margin-left: 180px;
	display: block;
}
#topnav .menu li {
	border-left-width: 0;	
}
#topnav .menu li.first {
	border-left-width: 1px;	
}
#topnav .menu li a {
	padding: 5px 7px;
}
#topnav #menu2 {
	font-size: 0.9em;
}

/* left navigation */
#leftnav {
	float: left;
	width: 175px;
	margin-left: 5px;
	font-size: 0.9em;
}
#leftnav h2 {
	font-size: 1.2em;
	margin: 0;
	margin-left: 2px;
}
#leftnav .menu {
	margin-top: 0.5em;
	width: 165px;
}
#leftnav .menu li {
	width: 165px;
	float: none;
	clear: left;
	margin-bottom: 0;
}
#leftnav .menu li a {
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 10px;
}
.with-leftnav {
	margin-left: 180px;
}
div.picbox {
	padding: 5px;
}

/* footer */
#footer {
	font-size: 0.8em;
}
#footer p {
	margin-left: 180px;
}
#page-meta, #page-license {
	margin-top: 0.5em;
}
#copyright {
	float: right;
	padding-right: 20px;
}
#footer p, #copyright, #copyright img {
	vertical-align: middle;
}

/* link icons */
a[href$=".doc"], a[href$=".docx"] {
	background: center right no-repeat url(/icon/document-word.png);
	padding-right: 20px;
}
a[href$=".xls"], a[href$=".xlsx"] {
	background: center right no-repeat url(/icon/document-excel.png);
	padding-right: 20px;
}
a[href$=".ppt"], a[href$=".pptx"] {
	background: center right no-repeat url(/icon/document-powerpoint.png);
	padding-right: 20px;
}
a[href$=".gif"], a[href$=".jpg"], a[href$=".png"] {
	background: center right no-repeat url(/icon/image.png);
	padding-right: 20px;
}
a[href$=".pdf"] {
	background: center right no-repeat url(/icon/document-pdf.png);
	padding-right: 20px;
}
a[href$=".zip"] {
	background: center right no-repeat url(/icon/document-zipper.png);
	padding-right: 20px;
}
.external {
	background: center right no-repeat url(/icon/internet-web-browser.png);
	padding-right: 20px;
}
#header .external, #footer .external {
	background: none;
	padding-right: 0 !important;
}
#topnav a { 
	background: none !important;
}
#leftnav a {
	background-position: 88% 0 !important;
}

.alignLeft { text-align: left; }
.alignRight { text-align: right; }

@media print {
.inner {
	width: 90%;
	margin: 0;
	min-width: none;
	max-width: none;
}
body {
	background: none;
}
#leftnav {
	display: none;
}
#site-logo, #topnav .menu, #footer p, .with-leftnav {
	margin-left: 0;
}
}

