/*
LEGAL
=====
Copyright: Daemon Pty Limited 2006, http://www.daemon.com.au
Community: Mollio http://www.mollio.org $
License: Released Under the "Common Public License 1.0", 
http://www.opensource.org/licenses/cpl.php
License: Released Under the "Creative Commons License", 
http://creativecommons.org/licenses/by/2.5/
License: Released Under the "GNU Creative Commons License", 
http://creativecommons.org/licenses/GPL/2.0/
*/

/* THE BIG GUYS */
*
{
	margin: 0;
	padding: 0;
}
body
{
	padding: 0 0 20px;
	background: #fff;
	color: #333;
	font: 83%/1.5 arial,tahoma,verdana,sans-serif;
}

/* LINKS */
a, a:link, a:link, a:link, a:hover
{
	background: transparent;
	text-decoration: underline;
	cursor: pointer;
}
a:link
{
	color: #5C0309;
}
a:visited
{
	color: #5C0309;
}
a:hover, a:active
{
	color: #5C0309;
}

/* FORMS */
form
{
	margin: 0 0 1.5em;
}
input
{
	font-family: arial,tahoma,verdana,sans-serif;
	margin: 2px 0;
}
fieldset
{
	border: none;
}
label
{
	display: block;
	padding: 5px 0;
}
label br
{
	clear: left;
}

/* FORMS - general classes */
input.f-submit
{
	padding: 1px 3px;
	background: #666;
	color: #fff;
	font-weight: bold;
	font-size: 96%;
}

/* FORMS - f-wrap-1 - simple form, headings on left, form elements on right */
form.f-wrap-1
{
	width: 100%;
	padding: .5em 0;
	background: #f6f6f6 url( "featurebox_bg.gif" ) no-repeat 100% 100%;
	border-top: 1px solid #d7d7d7;
	position: relative;
}
form.f-wrap-1 fieldset
{
	width: auto;
	margin: 0 1em;
}
form.f-wrap-1 h3
{
	margin: 0 0 .6em;
	font: bold 155% arial;
	color: #5C0309;
}
form.f-wrap-1 label
{
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
}

/* hide from IE mac \*/
form.f-wrap-1 label
{
	float: none;
}
/* end hiding from IE5 mac */

form.f-wrap-1 label img
{
	margin-left: 4px;
}

form.f-wrap-1 label input, form.f-wrap-1 label textarea, form.f-wrap-1 label select
{
	float: left;
	margin-left: 10px;
}
form.f-wrap-1 table
{
	width: 15em;
	float: left;
	margin-left: 10px;
}
form.f-wrap-1 label b
{
	float: left;
	width: 12em;
	line-height: 1.7;
	display: block;
	position: relative;
}
form.f-wrap-1 label b .req
{
	color: #5C0309;
	font-size: 150%;
	font-weight: normal;
	position: absolute;
	top: -.1em;
	line-height: 1;
	left: -.4em;
	width: .3em;
	height: .3em;
}
form.f-wrap-1 div.req
{
	color: #666;
	font-size: 96%;
	font-weight: normal;
	position: absolute;
	top: .4em;
	right: .4em;
	left: auto;
	width: 13em;
	text-align: right;
}
form.f-wrap-1 div.req b
{
	color: #5C0309;
	font-size: 140%;
}
form.f-wrap-1 label select
{
	width: 15.5em;
}
form.f-wrap-1 label textarea.f-comments
{
	width: 20em;
}
form.f-wrap-1 div.f-submit-wrap
{
	padding: 5px 0 5px 8em;
}
form.f-wrap-1 input.f-submit
{
	margin: 0 0 0 10px;
}

form.f-wrap-1 fieldset.f-checkbox-wrap, form.f-wrap-1 fieldset.f-radio-wrap
{
	clear: left;
	float: left;
	width: 100%;
	border: none;
	margin: 0;
	padding-bottom: .7em;
}
form.f-wrap-1 fieldset.f-checkbox-wrap b, form.f-wrap-1 fieldset.f-radio-wrap b
{
	float: left;
	width: 12em;
	line-height: 1.7;
	display: block;
	position: relative;
	padding-top: .3em;
}
form.f-wrap-1 fieldset.f-checkbox-wrap fieldset, form.f-wrap-1 fieldset.f-radio-wrap fieldset
{
	float: left;
	width: 13em;
	margin: 3px 0 0 10px;
}
form.f-wrap-1 fieldset.f-checkbox-wrap label, form.f-wrap-1 fieldset.f-radio-wrap label
{
	float: left;
	width: 13em;
	border: none;
	margin: 0;
	padding: 2px 0;
	margin-right: -3px;
}
form.f-wrap-1 label input.f-checkbox, form.f-wrap-1 label input.f-radio
{
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
}

form.f-wrap-1 label span.errormsg
{
	position: absolute;
	top: 0;
	right: -10em;
	left: auto;
	display: block;
	width: 16em;
	background: transparent url(errormsg_bg.gif) no-repeat 0 0;
}
form.f-wrap-1 label span.errormsg b
{
	padding: 10px 0;
	margin: 0 10px 0 30px;
	color: #B30800;
	font-weight: bold;
	display: block;
	width: auto;
	float: none;
	line-height: 1.3;
}
form.f-wrap-1 label input.readonly
{
	border: 0 none;
	background: transparent;
	color: #4169E1;
	font-weight: bold;
	width: 30em;
}


form.newcomment
{
	width: 100%;
	padding: .5em 0;
	background: #f6f6f6 url( "featurebox_bg.gif" ) no-repeat 100% 100%;
	border-top: 1px solid #d7d7d7;
	position: relative;
}
form.newcomment fieldset
{
	width: auto;
	margin: 0 1em;
}
form.newcomment h3
{
	margin: 0 0 .6em;
	font: bold 155% arial;
	color: #5C0309;
}
form.newcomment label
{
	clear: left;
	float: left;
	width: 100%;
	border-top: 1px solid #fff;
}

/* hide from IE mac \*/
form.newcomment label
{
	float: none;
}
/* end hiding from IE5 mac */

form.newcomment label input, form.newcomment label textarea, form.newcomment label select
{
	width: 15em;
	float: left;
	margin-left: 10px;
}
form.newcomment table
{
	width: 15em;
	float: left;
	margin-left: 10px;
}
form.newcomment label b
{
	float: left;
	width: 8em;
	line-height: 1.7;
	display: block;
	position: relative;
}
form.newcomment label b .req
{
	color: #5C0309;
	font-size: 150%;
	font-weight: normal;
	position: absolute;
	top: -.1em;
	line-height: 1;
	left: -.4em;
	width: .3em;
	height: .3em;
}
form.newcomment div.req
{
	color: #666;
	font-size: 96%;
	font-weight: normal;
	position: absolute;
	top: .4em;
	right: .4em;
	left: auto;
	width: 13em;
	text-align: right;
}
form.newcomment div.req b
{
	color: #5C0309;
	font-size: 140%;
}
form.newcomment label select
{
	width: 15.5em;
}
form.newcomment label textarea.f-comments
{
	width: 22em;
}
form.newcomment label input.f-comments
{
	width: 22em;
}
form.newcomment div.f-submit-wrap
{
	padding: 5px 0 5px 8em;
}
form.newcomment input.f-submit
{
	margin: 0 0 0 10px;
}

form.newcomment fieldset.f-checkbox-wrap, form.newcomment fieldset.f-radio-wrap
{
	clear: left;
	float: left;
	width: 32em;
	border: none;
	margin: 0;
	padding-bottom: .7em;
}
form.newcomment fieldset.f-checkbox-wrap b, form.newcomment fieldset.f-radio-wrap b
{
	float: left;
	width: 8em;
	line-height: 1.7;
	display: block;
	position: relative;
	padding-top: .3em;
}
form.newcomment fieldset.f-checkbox-wrap fieldset, form.newcomment fieldset.f-radio-wrap fieldset
{
	float: left;
	width: 13em;
	margin: 3px 0 0 10px;
}
form.newcomment fieldset.f-checkbox-wrap label, form.newcomment fieldset.f-radio-wrap label
{
	float: left;
	width: 13em;
	border: none;
	margin: 0;
	padding: 2px 0;
	margin-right: -3px;
}
form.newcomment label input.f-checkbox, form.newcomment label input.f-radio
{
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
}

form.newcomment label span.errormsg
{
	position: absolute;
	top: 0;
	right: -10em;
	left: auto;
	display: block;
	width: 16em;
	background: transparent url(errormsg_bg.gif) no-repeat 0 0;
}
form.newcomment label span.errormsg b
{
	padding: 10px 0;
	margin: 0 10px 0 30px;
	color: #B30800;
	font-weight: bold;
	display: block;
	width: auto;
	float: none;
	line-height: 1.3;
}
form.newcomment label input.readonly
{
	border: 0 none;
	background: transparent;
	color: #4169E1;
	font-weight: bold;
}


/* TYPOGRAPHY */
p, ul, ol
{
	margin: 0 0 1.5em;
}
h1, h2, h3, h4, h5, h6
{
	letter-spacing: -1px;
	font-family: arial,verdana,sans-serif;
	margin: 1.2em 0 .3em;
	color: #000;
	border-bottom: 1px solid #eee;
	padding-bottom: .1em;
}
h1
{
	font-size: 196%;
	margin-top: .6em;
}
h2
{
	font-size: 136%;
}
h3
{
	font-size: 126%;
}
h4
{
	font-size: 116%;
}
h5
{
	font-size: 106%;
}
h6
{
	font-size: 96%;
}
.highlight
{
	color: #E17000;
}
.subdued
{
	color: #5C2F03;
}
.error
{
	color: #5C0309;
	font-weight: bold;
}
.success
{
	color: #390;
	font-weight: bold;
}
.info
{
	color: #4169E1;
}
.caption
{
	color: #5C2F03;
	font-size: 11px;
}
.date
{
	font: bold 82% arial;
	color: #bbb;
	display: block;
	letter-spacing: 1px;
}
small
{
	font-size: 11px;
}

.subscription, .subscribed
{
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.subscription
{
	color: White;
	font-weight: bold;
	float: right;
	background-color: #5C0309;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	font-size: 12px;
}
.subscription a:link, .subscription a:hover, .subscription a:visited
{
	color: White;
	text-decoration: none;
}
.subscribed
{
	color: White;
	font-weight: bold;
	float: right;
	background-color: #5C0309;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	font-size: 12px;
}

.sections li
{
	background: none;
	padding-left: 10px;
}

.contents li
{
	background: none;
	padding-left: 20px;
}

/* LISTS */
ul
{
	margin: .3em 0 1.5em 0;
	list-style-type: none;
}
ul.related
{
	margin-top: -1em;
}
ol
{
	margin: .5em .5em 1.5em;
}
ol li
{
	margin-left: 1.4em;
	padding-left: 0;
	background: none;
	list-style-type: decimal;
}
/*li {line-height: 1.4em;padding-left: 25px;background: transparent url("sprites.png") no-repeat 0 0}*/
li.doc
{
	background-position: 3px -500px;
}
ul.nomarker li
{
	background: none;
	padding-left: 0;
}

dl
{
	margin: 0 0 1em 0;
}
dt
{
	font-weight: bold;
	margin-top: 1.3em;
}
dl dl
{
	margin: 0 0 1.5em 30px;
}

/* GENERAL */
img
{
	border: none;
}
hr
{
	margin: 1em 0;
	background: #f2f2f2;
	height: 1px;
	color: #f2f2f2;
	border: none;
	clear: both;
}
.clear
{
	clear: both;
	position: relative;
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

/* LAYOUT - HEADER */
#header
{
	background: #FFE0C1 url("treksunTree.png") repeat-x 0 100%;
	margin: 0 0 25px;
	padding: 0 0 8px;
	height:120px;
}

#header #site-name
{
	font: 265% arial;
	letter-spacing: -.05em;
	margin: 0 0 0 40px;
	padding: 3px 0;
	color: #065C03;
	border: none;
	white-space: nowrap;
}
#sub-head
{
	font: 14px arial;
	letter-spacing: 0em;
	margin: 10px;
	font-style: italic; /*font-weight: bold;*/
}
/* NAV - top horizontal nav */
#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav
{
	font-weight: bold;
	height: 2.09em;
	font: bold 96% arial;
	margin: 0 105px 0 40px;
}
#nav li
{
	position: relative;
	background: #FFE0C1;
	float: left;
	width: 10em;
	display: block;
	margin: 0;
	border-bottom: 3px solid #666;
	border-right: 3px solid #252525;
	padding: 0;
}
#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active
{
	text-decoration: none;
	cursor: pointer;
	color: #5C0309;
	display: block;
	padding: 4px 10px 2px;
}
#nav a:hover
{
	color: #000;
}

#nav li ul
{
	border-left: 1px solid #5C0309;
	background: #f6f6f6 url("featurebox_bg.gif") no-repeat 100% 100%;
	width: 15.8em;
	font-size: 90%;
	margin-top: 3px;
	position: absolute;
	font-weight: normal;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul
{
	left: 0;
	z-index: 99999;
}

#nav li li
{
	background: none;
	float: none;
	border: none;
	border: 1px solid #5C2F03;
	border-top: 1px solid #fff;
	border-right: none;
	border-left: none;
	padding-left: 0;
}
#nav li li.last
{
	border-bottom: none;
}
#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover
{
	color: #000;
	padding: 3px 10px 2px;
	width: 14em;
}
#nav li li a:hover
{
	color: #fff;
	background: #5C0309;
}

#nav li.active
{
	background: #065C03;
	border-bottom: 3px solid #065C03;
}
#nav li.active ul
{
	border: none;
	background: #5C0309;
}
#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active
{
}
#nav li.active a:hover
{
	color: #000;
}

#nav li.active li
{
	border: none;
	border-top: 1px solid #0000a0;
	border-bottom: 1px solid #F5C400;
}
#nav li.active li.last
{
	border-bottom: none;
}
#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active
{
	color: #fff;
}
#nav li.active li a:hover
{
	background: #666;
	color: #fff;
}

#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active
{
	color: #fff;
	font-weight: bold;
	background: #666;
}

/* hide from IE mac \*/
#nav li
{
	width: auto;
}
/* end hiding from IE5 mac */

/* second level menu */

#nav li ul ul
{
	margin: -1em 0 0 16em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul
{
	left: -999em;
}
#nav, #nav ul
{
	line-height: 1;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul
{
	left: auto;
}
li > ul
{
	top: 1.65em;
	left: 0;
}

/* LOGIN */

#login-div
{
	font-weight: bold;
	text-align: center;
}

/* #login-div {color:#fff;font-weight:bold;position:absolute;top:50px;right:110px;left:auto;width:18em} */
#login-div a
{
	color: #F5C400;
}

#login-div a:link
{
	color: #F5C400;
}
#login-div a:visited
{
	color: #F5C400;
}
#login-div a:hover, #login-div a:active
{
	color: #F5C400;
}
/*
	#search form {margin:0}
	#search input {width:8em;margin: 0 0 -1px;height:1.2em}
	#search label {padding:5px 0 0;display:inline}
	#search input.f-submit {width:auto;font-size:81%;margin:0 0 -.15em;height:1.95em}
	*/

.captchacontrol
{
	padding: 5px 0pt 5px 8em;
}

/* SEARCH */
#search
{
	color: #fff;
	font-weight: bold;
	/*position: absolute;
	top: 10px;
	right: 110px;
	left: auto;*/
	width: 18em;
	padding-top:3px;
	float:right;
}
#search form
{
	margin: 0;
}
#search input
{
	width: 8em;
	margin: 0 0 -1px;
	height: 1.2em;
}
#search label
{
	padding: 5px 0 0;
	display: inline;
}
#search input.f-submit
{
	width: auto;
	font-size: 81%;
	margin: 0 0 -.15em;
	height: 1.95em;
}

/* POWERED BY - mollio logo in this case */
#poweredby
{
	width: 96px;
	height: 63px;
	position: absolute;
	top: -102px;
	right: 0;
}

/* LAYOUT - main body of page */
#wrap
{
	min-width: 800px;
	/*max-width: 1200px;*/
	margin: 0 auto;
	position: relative;
}
#content-wrap
{
	position: relative;
	width: 100%;
}
#utility
{
	position: absolute;
	top: 0;
	left: 25px;
	width: 165px;
	border-top: 5px solid #5C2F03;
	padding-bottom: 40px;
}
#sidebar
{
	position: absolute;
	top: 0;
	right: 25px;
	width: 20%;
	border-top: 5px solid #5C2F03;
	padding-top: 1px;
	padding-bottom: 40px;
}

#content
{
	margin: 0 50px;
}
#breadcrumb
{
	border-bottom-color: #5C0309;
	border-bottom-style: groove;
	border-bottom-width: 1px;
	margin-bottom: 10px;
}
#content #breadcrumb
{
	margin-top: -5px;
	font-size: 93%;
	font-weight: bold;
}
#content #breadcrumb a:link, #content #breadcrumb a:visited
{
	text-decoration: none;
}
#content #breadcrumb a:hover, #content #breadcrumb a:active
{
	text-decoration: underline;
}

/* .content-summary {color:#333;padding: 15px 20px 20px;border-top: 1px solid #d7d7d7;margin: 0 0 1.5em;background: #f6f6f6 url("featurebox_bg.gif") no-repeat 100% 100%; clear: left; position: relative;} */

.content-summary
{
	clear: left;
	min-height: 50px;
	padding: 0.7em 0pt 2em;
	position: relative;
}

.content-body
{
	padding-left: 60px;
}

.content-body h3
{
	font-size: 130%;
	font-weight: bold;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin: 2px 0pt 0pt;
	clear: left;
	color: #4E463F;
	font-family: arial,sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.content-submitted
{
	padding: 0 0 0 1em;
	color: #5C2F03;
	font-size: 85%;
	margin: -2px 0 0 0;
	text-align: right;
}

.content-submitted p
{
	line-height: 1.3;
}

.content-submitted a:link, .content-submitted a:visited
{
	color: #5C2F03;
}

.content-submitted a:hover
{
	color: #333;
}

.content-details
{
	position: relative;
	padding: 5px 0 0 0;
	color: #777;
}
.tool
{
	display: block;
	float: right;
	background: url( "tool-divider.gif" ) 0 50% no-repeat;
	font-size: 85%;
	padding: 0 6px;
	min-height: 18px;
	white-space: nowrap; /*need for IE6*/
}
/*.content-rank {	position: absolute;	top: 1em;	left: 1em;	text-align: center;	font-size: 85%;	margin: 0;	padding: 0;	list-style: none;	background: url(./img/redsun.png) no-repeat;  width: 60px; }*/

.content-rank
{
	background: transparent url( "shade-news.gif" ) no-repeat scroll 0%;
	font-size: 85%;
	left: 0pt;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	position: absolute;
	text-align: center;
	top: 0.0em;
}

.content-rank li
{
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

li.digg-it, li.undigg-it, li.dugg-it, li.buried-it
{
	margin-top: 1px;
	padding: 0 0 5px 0;
	background: url( "digg-box-2.gif" ) no-repeat 0 100%;
	float: left;
}
/*IE6*/

.digg-it a, .digg-it a:visited, .digg-it span, .undigg-it a, .undigg-it span, .dugg-it a, .dugg-it span, .buried-it a, .buried-it span
{
	font-weight: bold;
	display: block;
	margin-bottom: -5px;
	padding: 4px 1px 5px 1px;
	background: url("digg-box-2.gif") 0 0;
	width: 49px;
	text-decoration: none;
	text-align: center;
	color: Red;
}
/*
li.digg-it:hover {
	background-position: -300px 100%;
}

li.digg-it:hover a {
	background-position: -300px 0;
}
*/
.digg-it span, .dugg-it span, .buried-it span
{
	color: #5C2F03;
}

.content-count a
{
	color: #93883F;
	display: block;
	min-height: 40px; /*padding:10px 0pt 4px;*/
	text-align: center;
	text-decoration: none;
	width: 50px;
	background: transparent none no-repeat;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.4;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;
	padding-top: 20px;
	padding-bottom: 4px;
}

.content-count strong
{
	color: #736926;
	display: block;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1;
}

.d
{
	color: #a12a2a;
	font-weight: bold;
	white-space: nowrap;
}

#container
{
	text-align: left;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.main
{
	margin-right: 3px;
}

.content-count
{
	padding-left: 0px;
	background: none;
	font-size: 80%;
	letter-spacing: -0.07em;
	line-height: 2;
	margin-top: 0;
}

.featurebox
{
	color: #333;
	padding: 15px 20px 20px;
	border-top: 1px solid #d7d7d7;
	margin: 0 0 1.5em;
	background: #f6f6f6 url("featurebox_bg.gif") no-repeat 100% 100%;
}
.featurebox p, .featurebox h1, .featurebox h2, .featurebox h3, .featurebox h4, .featurebox h5, .featurebox h6
{
	margin: 0 0 .3em;
	border-bottom: 1px solid #5C0309;
	color: #5C0309;
}
.featurebox p
{
	border: none;
	margin: 0 0 1em;
	color: #444;
}
.featurebox a
{
	font-weight: bold;
}

.thumbnail
{
	margin: 0 0 0 10px;
	position: relative;
	z-index: 9999;
	border: 1px solid #eee;
	float: right;
	width: 100px;
	padding: 5px;
	background: #fff;
}
.thumbnail img
{
	border: 1px solid #000;
}

.pagination
{
	background: #f2f2f2;
	color: #666;
	padding: 4px 2px 4px 7px;
	border: 1px solid #ddd;
	margin: 0 0 1.5em;
}
.pagination p
{
	position: relative;
	text-align: right;
}
.pagination p a:link, .pagination p a:visited, .pagination p a:hover, .pagination p a:active
{
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
}
.pagination p a:hover
{
	background: #5C0309;
	color: #fff;
}
.pagination p span
{
	text-decoration: none;
	background: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
	color: #ccc;
}
.pagination *
{
	margin: 0;
}
.pagination h4
{
	margin-top: -1.45em;
	padding: 0;
	border: none;
}

#resultslist-wrap
{
	margin: 0 0 1.5em;
	font-size: 92%;
}
#resultslist-wrap dt, #resultslist-wrap dl
{
	margin: 0;
}
#resultslist-wrap dt
{
	font: bold 85% arial;
	padding: 3px 0;
}
#resultslist-wrap li
{
	padding: 0 0 1em;
	margin: 0 0 0 1.2em;
	font: bold 145% arial;
}
#resultslist-wrap li dd
{
	font: normal 73% arial;
}
#resultslist-wrap li dl
{
	margin: 0;
}
#resultslist-wrap dd
{
	line-height: 1.3;
}
#resultslist-wrap dd.filetype, #resultslist-wrap dd.date
{
	color: #5C2F03;
	display: inline;
	padding-right: .5em;
}

.squid
{
	padding: 0 0 20px;
	background: #fff url( "body_bg.gif" ) repeat-x 0 100%;
	position: inherit;
	display: block;
	clear: both;
}

img.site
{
	width: 96px;
	height: 63px;
}

/* TABLES */
.table1
{
	border: 2px solid #0000a0;
	border-collapse: collapse;
	width: 100%;
}
.table1 td
{
	background: #fff url( "sprites.png" ) repeat-x 0 -1600px;
	padding: 3px;
	border: 1px solid #fff;
}
.table1 th
{
	text-align: left;
	border: 1px solid #fff;
}
.table1 thead th
{
	color: #fff;
	font-size: 145%;
	background: #0000a0 url( "sprites.png" ) repeat-x 0 -1300px;
	padding: 10px 6px;
}
.table1 tbody th
{
	color: #fff;
	font-size: 115%;
	background: #88b8db url( "sprites.png" ) repeat-x 0 -1400px;
	padding: 6px;
}
.table1 tbody th.sub
{
	font-size: 100%;
	color: #000;
	background: #efefef url( "sprites.png" ) repeat-x 0 -1500px;
	padding: 6px;
}

/* TABLES */
.tablewide
{
	border: 2px solid #0000a0;
	border-collapse: collapse;
	width: 100%;
	z-index: 9999;
}
.tablewide td
{
	background: #fff url( "sprites.png" ) repeat-x 0 -1600px;
	padding: 3px;
	border: 1px solid #fff;
	font-size: 80%;
}
.tablewide th
{
	text-align: left;
	border: 1px solid #fff;
}
.tablewide thead th
{
	color: #fff;
	font-size: 80%;
	background: #0000a0 url( "sprites.png" ) repeat-x 0 -1300px;
	padding: 10px 6px;
}
.tablewide tbody th
{
	color: #fff;
	font-size: 80%;
	background: #88b8db url( "sprites.png" ) repeat-x 0 -1400px;
	padding: 6px;
	text-align: center;
	white-space: nowrap;
}
.tablewide tbody th img
{
	padding-left: 3px;
	text-decoration: none;
}
.tablewide tbody th.sub
{
	font-size: 80%;
	color: #000;
	background: #efefef url( "sprites.png" ) repeat-x 0 -1500px;
	padding: 6px;
}

/* TABLES - calendar */
.calendar
{
	width: 200px;
	font-size: 92%;
}
.calendar td
{
	text-align: center;
	border: 1px solid #ddd;
}
.calendar th
{
	text-align: center;
}
.calendar thead th
{
	padding: 3px 2px;
}
.calendar tbody th
{
	padding: 2px;
}
.calendar tbody th.sub
{
	padding: 2px;
}

/* 'MORE' LINK - provides an accessible alternative to just using 'more' as a link at the end of paragraphs */
a.morelink:link, a.morelink:visited, a.morelink:hover, a.morelink:active
{
	background: transparent url( "sprites.png" ) no-repeat 5px -500px;
	padding-left: 21px;
}
a.morelink:hover
{
	background: transparent url( "sprites.png" ) 5px -400px;
}
.morelink span
{
	position: absolute;
	left: -9999px;
	width: 900px;
}

/* CODE - formatting for code inserted into body - more here: http://dizque.lacalabaza.net/temp/lipt/ */
ol.code
{
	font-family: monospace;
	position: relative;
}
ol.code li
{
	color: #666;
	margin-bottom: 1px;
}
ol.code code
{
	color: #000;
	display: block;
}
ol.code .cmt
{
	color: #4077d2;
}
li.tab0 code
{
	padding-left: 4em;
}
li.tab1 code
{
	padding-left: 8em;
}
li.tab2 code
{
	padding-left: 12em;
}
li.tab3 code
{
	padding-left: 16em;
}
li.tab4 code
{
	padding-left: 20em;
}
li.tab5 code
{
	padding-left: 24em;
}
ol.code li
{
	background: #f3f3f3 url( "td_bg.gif" ) no-repeat 100% 100%;
}
p.note
{
	margin: 1em;
	border: 1px solid #ddd;
	background: #f0f0f0;
	padding: 1em;
}

/* LAYOUT TYPE B */
#type-b #content-wrap
{
	background: transparent url( "content_wrap_bg.gif" ) repeat-y 30px 0;
}
#type-b #content
{
	margin: 0 23px 0 235px;
}

/* LAYOUT TYPE C */
#type-c #content-wrap
{
	background: transparent url( "content_wrap_bg.gif" ) repeat-y 30px 0;
}
#type-c #content
{
	margin: 0 25% 0 235px;
}

/* LAYOUT TYPE D */
#type-d #content
{
	margin: 0 25% 0 50px;
}

/* LAYOUT TYPE E */
#type-e #content-wrap
{
	background: transparent url( "content_wrap_e_bg.gif" ) repeat-y 100% 0;
}
#type-e #utility
{
	position: absolute;
	top: 0;
	left: auto;
	right: 25px;
	width: 165px;
	border-top: 5px solid #5C2F03;
}
#type-e #content
{
	margin: 0 243px 0 50px;
}

/* LAYOUT TYPE F */
#type-f #content-wrap
{
	background: transparent url( "content_wrap_e_bg.gif" ) repeat-y 100% 0;
}
#type-f #content
{
	margin: 0 235px 0 25%;
}
#type-f #utility
{
	left: auto;
	right: 25px;
}
#type-f #sidebar
{
	right: auto;
	left: 25px;
}

/* SECONDARY NAVIGATION - vertical navigation */
#nav-secondary, #nav-secondary ul
{
	position: static;
}
#nav-secondary, #nav-secondary li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
#nav-secondary
{
	padding-top: 0;
	border-top: 1px solid #ccc;
	margin-top: 1px;
	width: 160px;
}
#nav-secondary a
{
	line-height: 1.8;
	padding: 5px 0 5px 23px;
	background: #fff url( "sprites.png" ) no-repeat 10px -695px;
	font: bold 86% arial;
	display: block;
}
#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active
{
	text-decoration: none;
	cursor: pointer;
}
#nav-secondary a:link
{
	color: #000;
}
#nav-secondary a:visited
{
	color: #000;
}
#nav-secondary a:hover
{
	color: #5C0309;
	background: #FFE0C1 url( "sprites.png" ) no-repeat 10px -695px;
}
#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active
{
	color: #5C0309;
}
#nav-secondary li
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

#nav-secondary span
{
	color: #0000A0;
	cursor: pointer;
}

/* SECONDARY NAVIGATION - 2nd TIER */
#nav-secondary ul
{
	margin: 0 0 1em 23px;
	padding: 0;
}
#nav-secondary li.active li a, #nav-secondary li.active li a:link, #nav-secondary li.active li a:visited
{
	line-height: 1.5;
	background: #fff url( "sprites.png" ) no-repeat 0 -798px;
	padding: 0 0 0 12px;
	font-weight: normal;
	width: auto;
	color: #000;
	width: 130px;
	display: block;
}
#nav-secondary li.active li a:hover, #nav-secondary li.active li a:active
{
	color: #5C0309;
}
#nav-secondary li.active li
{
	border: none;
	margin: 0;
}

#nav-secondary li.active li.active a:link, #nav-secondary li.active li.active a:visited, #nav-secondary li.active li.active a:hover, #nav-secondary li.active li.active a:active
{
	font-weight: bold;
}

/* SECONDARY NAVIGATION - 3rd TIER */
#nav-secondary ul ul
{
	margin: 0 0 1em 13px;
	padding: 0;
}
#nav-secondary li.active li.active li a, #nav-secondary li.active li.active li a:link, #nav-secondary li.active li.active li a:visited
{
	width: 117px;
}
#nav-secondary li.active li.active li a:link, #nav-secondary li.active li.active li a:visited, #nav-secondary li.active li.active li a:hover, #nav-secondary li.active li.active li a:active
{
	font-weight: normal;
}
#nav-secondary li.active li.active li.active a:link, #nav-secondary li.active li.active li.active a:visited, #nav-secondary li.active li.active li.active a:hover, #nav-secondary li.active li.active li.active a:active
{
	font-weight: bold;
}

/* SECONDARY NAVIGATION - 4th TIER */
#nav-secondary ul ul ul
{
	margin: 0 0 1em 13px;
	padding: 0;
}
#nav-secondary li.active li.active li.active li a, #nav-secondary li.active li.active li.active li a:link, #nav-secondary li.active li.active li.active li a:visited
{
	width: 104px;
}
#nav-secondary li.active li.active li.active li a:link, #nav-secondary li.active li.active li.active li a:visited, #nav-secondary li.active li.active li.active li a:hover, #nav-secondary li.active li.active li.active li a:active
{
	font-weight: normal;
}
#nav-secondary li.active li.active li.active li.active a:link, #nav-secondary li.active li.active li.active li.active a:visited, #nav-secondary li.active li.active li.active li.active a:hover, #nav-secondary li.active li.active li.active li.active a:active
{
	font-weight: bold;
}


/* CONTENT NAVIGATION - vertical navigation */
#content-toc, #content-toc ul
{
	position: static;
}
#content-toc, #content-toc li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
#content-toc
{
	padding-top: 0;
	border-top: 1px solid #ccc;
	margin-top: 1px;
}
#content-toc a
{
	line-height: 1.8;
	padding: 5px 0 5px 23px;
	background: #fff url( "sprites.png" ) no-repeat 10px -695px;
	font: bold 86% arial;
	display: block;
}
#content-toc a, #content-toc a:link, #content-toc a:visited, #content-toc a:hover, #content-toc a:active
{
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}
#content-toc a:link
{
	color: #000;
}
#content-toc a:visited
{
	color: #000;
}
#content-toc a:hover
{
	color: #5C0309;
	background: #FFE0C1 url( "sprites.png" ) no-repeat 10px -695px;
}
#content-toc li.active a:link, #content-toc li.active a:visited, #content-toc li.active a:hover, #content-toc li.active a:active
{
	color: #5C0309;
	font-weight: bold;
}
#content-toc li
{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}

/* CONTENT NAVIGATION - 2nd TIER */
#content-toc ul
{
	margin: 0 0 1em 23px;
	padding: 0;
}
#content-toc li.active li a, #content-toc li.active li a:link, #content-toc li.active li a:visited
{
	line-height: 1.5;
	background: #fff url( "sprites.png" ) no-repeat 0 -798px;
	padding: 0 0 0 12px;
	font-weight: normal;
	width: auto;
	color: #000;
	width: 130px;
	display: block;
}
#content-toc li.active li a:hover, #content-toc li.active li a:active
{
	color: #5C0309;
}
#content-toc li.active li
{
	border: none;
	margin: 0;
}

#content-toc li.active li.active a:link, #content-toc li.active li.active a:visited, #content-toc li.active li.active a:hover, #content-toc li.active li.active a:active
{
	font-weight: bold;
}

/* CONTENT NAVIGATION - 3rd TIER */
#content-toc ul ul
{
	margin: 0 0 1em 13px;
	padding: 0;
}
#content-toc li.active li.active li a, #content-toc li.active li.active li a:link, #content-toc li.active li.active li a:visited
{
	width: 117px;
}
#content-toc li.active li.active li a:link, #content-toc li.active li.active li a:visited, #content-toc li.active li.active li a:hover, #content-toc li.active li.active li a:active
{
	font-weight: normal;
}
#content-toc li.active li.active li.active a:link, #content-toc li.active li.active li.active a:visited, #content-toc li.active li.active li.active a:hover, #content-toc li.active li.active li.active a:active
{
	font-weight: bold;
}

/* CONTENT NAVIGATION - 4th TIER */
#content-toc ul ul ul
{
	margin: 0 0 1em 13px;
	padding: 0;
}
#content-toc li.active li.active li.active li a, #content-toc li.active li.active li.active li a:link, #content-toc li.active li.active li.active li a:visited
{
	width: 104px;
}
#content-toc li.active li.active li.active li a:link, #content-toc li.active li.active li.active li a:visited, #content-toc li.active li.active li.active li a:hover, #content-toc li.active li.active li.active li a:active
{
	font-weight: normal;
}
#content-toc li.active li.active li.active li.active a:link, #content-toc li.active li.active li.active li.active a:visited, #content-toc li.active li.active li.active li.active a:hover, #content-toc li.active li.active li.active li.active a:active
{
	font-weight: bold;
}

/* LINKS NAVIGATION - vertical navigation */
.menu-links, .menu-links ul
{
	position: static;
}
.menu-links, .menu-links li
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fff;
}
.menu-links
{
	padding-top: 0;
	border-top: 1px solid #ccc;
	margin-top: 1px;
}
.menu-links a
{
	line-height: 1.8;
	padding: 5px 0 5px 23px;
	background: #fff url( "sprites.png" ) no-repeat 10px -695px;
	font: bold 86% arial;
	display: block;
}
.menu-links a, .menu-links a:link, .menu-links a:visited, .menu-links a:hover, .menu-links a:active
{
	text-decoration: none;
	cursor: pointer;
}
.menu-links a:link
{
	color: #000;
}
.menu-links a:visited
{
	color: #000;
}
.menu-links a:hover
{
	color: #5C0309;
	background: #FFE0C1 url( "sprites.png" ) no-repeat 10px -695px;
}
.menu-links li.active a:link, .menu-links li.active a:visited, .menu-links li.active a:hover, .menu-links li.active a:active
{
	color: #5C0309;
}


/* LAYOUT - FOOTER */
#footer
{
	clear: both;
	border-top: 1px solid #E3E8EE;
	padding: 10px 0 30px;
	font-size: 86%;
	color: #5C2F03;
}
#footer p
{
	margin: 0;
}
#footer a:link
{
	color: #5C2F03;
}

.minimenu
{
	text-align: right;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #5C0309;
	background: #5C0309;
}

.minimenu a, .minimenu a:link, .minimenu a:link, .minimenu a:link, .minimenu a:hover
{
	background: transparent;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
}
.minimenu a:link
{
	color: #ffffff;
}
.minimenu a:visited
{
	color: #ffffff;
}
.minimenu a:hover, .minimenu a:active
{
	color: #ffffff;
}
.minimenu ul
{
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	margin: 0;
	white-space: nowrap;
}

.minimenu li
{
	display: inline;
	font-size: 10px;
	line-height: 1em;
	background: none;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
}

.cancellink
{
	color: Red;
	text-align: right;
}

.cancellink a:link
{
	color: #5C0309;
}
.cancellink a:visited
{
	color: #5C0309;
}
.cancellink a:hover, .cancellink a:active
{
	color: #5C0309;
}

img.contentmetadata, img.authenticateduser, img.section, img.category, img.chapter
{
	float: right;
	margin: 4px;
}

.post pre
{
	background-color: #EEEEAA;
	border: 1px solid #996633;
	color: #000000;
	font-size: 100%;
	line-height: 1.4em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 1em;
	overflow: auto;
	padding: 0.5em;
}

.post img
{
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

img.floatLeft
{
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}
img.floatRight
{
	float: right;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-top: 4px;
}

div.debug
{
	background-color: Silver;
	width: 80%;
	margin-left: 40px;
	padding: 6px 6px 6px 6px;
	z-index: 9999;
	clear: both;
	float: left;
	position: absolute;
}

div.debug td, div.debug table, div.debug th
{
	width: 50%;
	background-color: Silver;
	border-bottom: solid;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: White;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: White;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: White;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 3px;
}

div.debug table
{
	width: 100%;
	background-color: Black;
}

div.debug th
{
	color: White;
	background-color: Black;
}

input.errHilite, select.errHilite, textarea.errHilite
{
	border: 1px solid #B90000;
	background-color: #FFE;
}

label.errHilite
{
	color: #C00;
}

.feedwrapper
{
	border: thin solid Blue;
}

.feedwrapper h4
{
	padding-left: .5em;
}

.feedwrapper ul
{
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

.feedwrapper li
{
	background-image: none;
	background: none no-repeat;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1em;
	line-height: normal;
}

.sectionTitle
{
	font-size: 12px;
}

.sectionTitle img
{
	padding-right: .5em;
	padding-left: .5em;
}

.feeddetail
{
	margin-left: 2em;
	font-size: 12px;
}


.mainTableFrame
{
	border-right: #00bfff thin solid;
	border-top: #00bfff thin solid;
	border-left: #00bfff thin solid;
	border-bottom: #00bfff thin solid;
	width: 800px;
}

.subHeader
{
	text-transform: capitalize;
	color: #6fa1d9;
	font-family: Arial, Verdana;
	font-weight: normal;
	font-size: 1.3em;
	background-color: #f5f5f5;
	vertical-align: top;
	text-align: center;
	page-break-after: auto;
}

.calendarWrapper
{
	width: 600px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.calendarWrapperOne
{
	width: 100%;
}

.calendarFrame
{
	border-right: #add8e6 thin solid;
	border-top: #add8e6 thin solid;
	border-left: #add8e6 thin solid;
	border-bottom: #add8e6 thin solid;
	background-color: White;
	width: 190px;
}

.calendarFrame a, .calendarFrame a:link
{
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	padding-bottom: 8px;
}

.calendarMonthYear
{
	font-size: 0.9em;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	background-color: #335ea8;
	letter-spacing: 1px;
}

.calendarDay
{
	font-size: 0.7em;
	color: #ffffff;
	font-family: Arial;
	font-weight: bold;
	background-color: #6fa1d9;
}

.hasEvent
{
	font-size: 0.7em;
	color: #ffffff;
	font-family: Verdana, Arial;
	background-position: center center;
	background-image: url(Images/event.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 25px;
	height: 25px;
	cursor: pointer;
	vertical-align: middle;
}

.hasNoEvent
{
	font-size: 0.7em;
	font-family: Verdana, Arial;
	text-align: center;
	width: 25px;
	height: 25px;
}

.hasNoEvent a, .hasNoEvent a:link
{
	color: #000000;
}

.calendarHeading
{
	color: #ffffff;
	border-bottom-color: #ADD8E6;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color: #335ea8;
	font-size: 2em;
}
.calendarDate
{
	color: #000000;
	margin-bottom: 6px;
	margin-left: .8em;
	margin-right: .8em;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.calendarInfo
{
	border-bottom-color: #ADD8E6;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-top-color: #ADD8E6;
	border-top-style: solid;
	border-top-width: 2px;
	border-left-color: #ADD8E6;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #ADD8E6;
	border-right-style: solid;
	border-right-width: 2px;
}

.calendarInfoLeft
{
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	width: 100%;
	vertical-align: top;
}
.calendarInfoRight
{
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: #FFF0F5;
	vertical-align: top;
	border-left-color: #ADD8E6;
	border-left-style: solid;
	border-left-width: 2px;
}

.calendarMenu
{
	border-bottom-color: #ADD8E6;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	background-color: #6FA1D9;
}

.calendarMenu a, .calendarMenu a:link, .calendarMenu a:link, .calendarMenu a:link, .calendarMenu a:hover
{
	background: none;
	text-decoration: none;
	cursor: pointer;
}
.calendarMenu a:link
{
	color: #ffffff;
}
.calendarMenu a:visited
{
	color: #ffffff;
}
.calendarMenu a:hover, .calendarMenu a:active
{
	color: #ffffff;
}

.calendarMenu ul
{
	padding: 0;
	margin: 0;
	list-style-type: circle;
}

.calendarMenu li
{
	display: inline;
	background: none;
}

.calendarSummary
{
	margin-left: 22px;
	margin-bottom: 10px;
}

.calendarSummary a, .calendarSummary a:link, .calendarSummary a:link, .calendarSummary a:link, .calendarSummary a:hover
{
	background: none;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}
.calendarSummary a:link
{
	color: #335EA8;
}
.calendarSummary a:visited
{
	color: #335EA8;
}
.calendarSummary a:hover, .calendarSummary a:active
{
	color: #335EA8;
}

.calendarBody
{
	margin-left: 24px;
}

.calendarSectionLinks
{
}

.calendarSectionLinks h4
{
	text-decoration: underline;
	font-weight: normal;
	border: none;
}

.calendarSectionLinks a, .calendarSectionLinks a:link, .calendarSectionLinks a:link, .calendarSectionLinks a:link, .calendarSectionLinks a:hover
{
	background: none;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.calendarSectionLinks a:link
{
	color: #335EA8;
}
.calendarSectionLinks a:visited
{
	color: #335EA8;
}
.calendarSectionLinks a:hover, .calendarSectionLinks a:active
{
	color: #335EA8;
}
.post pre
{
	background-color: #EEEEAA;
	border: 1px solid #996633;
	color: #000000;
	font-size: 100%;
	line-height: 1.4em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	overflow: auto;
	padding: 0.5em;
}

#top-header {width: 100%; height: 100px;}
#bot-header {width: 100%; height: 20px;}
#t1 {float:left;width:50%;}
#t2 {float:left;width:30%}
#t3 {float:left;width:20%}

#t3 img {float:right;}

#b1 {float:left;width:50%}
#b2 {/*float:left;width:50%*/ background-color:#5C0309;}

#route-info{border: solid 1px #e9e9e9;padding: 0;margin: 0;}
#route-info td {border: solid 1px #e9e9e9;padding: 8px;margin: 8px;}
#route-info tbody th {border: solid 1px #e9e9e9;text-align:right;padding: 8px;margin: 8px;}
#route-wrap {float:right;margin-left: 4px; margin-bottom:4px;}

#map {clear:both;}