body
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #000;
	color: #ddd;
	font-size: 12px;
}

span 
{ 
	padding-left: 3px;
	padding-right: 3px;
}

ul { margin: 10px 20px 10px 5px; }

li
{
	margin: 2px 10px 2px 5px;
	padding: 0px;
	font-size: 16px;
	line-height: 110%;
	list-style-type: square;
}

p
{
	margin: 2px 10px 5px 5px;
	padding: 2px;
	font-size: 15px;
	font-family: Palatino, "Times New Roman", Times, serif;
}

a:link, a:visited
{
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	font-family: "Handwriting - Dakota", "Comic Sans MS", Scribble, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	padding-right: 3px;
}

a:hover, a:visited:hover, a:active, a:visited:active
{
	color: #999;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6
{
	font-family: "Handwriting - Dakota", "Comic Sans MS", Scribble, Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 10px;
	padding: 3px;
	color: #C5A656;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 {
	font-size: 18px;
	font-family: "Comic Sans MS", Scribble, Arial, Helvetica, sans-serif;
}
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }

input, textarea, select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #036;
	margin: 1px;
	padding: 2px;
	background-color: #ccc;
	border: 1px solid #000;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input:focus, textarea:focus, select:focus
{
	background-color: #CCD6E0;
	color: #000;
}

#container
{
	width: 850px;
	padding: 0px;
	margin: 0px auto 0px auto;
	border: 1px #666 solid;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#container.flex
{
	width: 95%;
}

#centercontent
{
	padding: 10px 5px 0px 5px;
	margin: 0px 0px 30px 0px;
	min-height: 500px;
}

#centercontentright
{
	padding: 10px 0px 0px 0px;
	margin: 0px 15px 30px 0px;
	min-height: 500px;
	float: right;
	width: 700px;
}

#centercontentwide
{
	padding: 10px 5px 0px 5px;
	margin: 0px 0px 30px 0px;
	min-height: 500px;
	position:relative;
}

#header
{
	text-align: center;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	-webkit-border-top-right-radius: 9px;
	-webkit-border-top-left-radius: 9px;
	background-image: url(../grafix/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	position: relative;
}

#footer
{
	background-color: #333333;
	font-size: 10px;
	clear: both;
	text-align: right;
	padding: 5px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

#footer ul
{
	margin: 5px;
	text-align: center;
}

#footer li
{
	font-size: 10px;
	margin: 0px 4px 0px 0px;
	padding: 0px;
	display: inline;
}

#footer #current { color: #fff; }

#loginbadge
{
	position: absolute;
	right: 120px;
	top: 3px;
	font-size:9px;
	text-align:left;
	width:150px;
}

#navtabs
{
	padding: 2px 6px 1px 0px;
	margin: 8px 0px 0px 0px;
	text-align: center;
	background-image: url(../grafix/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top: 1px #ccc solid;
	border-bottom: 1px #999 solid;
}


#navtabs ul
{
	list-style: none;
	margin: 2px 0px 4px 0px;
	padding: 1px 0px 1px 0px;
}

#navtabs li 
{
	display: inline-block;
	margin: 3px;
	padding: 2px 0px;
	font-size: 12px;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
}

#navtabs a
{
	background-color: #999;
	padding: 2px 4px 1px 4px;
	margin: 0px;
	border-right: 1px #ccc solid;
	border-left: 1px #ccc solid;
	color: #000;
	background-image: url(../grafix/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center -60px;
	white-space: nowrap;
}

#navtabs a:hover { background-position: center -100px; }

#navtabs #current
{
	background-color: #000;
	background-image: url(../grafix/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #fff;
}

#search
{
	font-size: 10px;
	position: relative;
	float:right;
	top: -10px;
	right: 2px;
}

#search input {
	font-size: 10px;
	background-color: #222;
	color: #7F5817;
}

#undertabs
{
	clear: both;
	padding: 3px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
}

#undertabs ul
{
	list-style: none;
	margin: 0px;
	padding:  0px;
}

#undertabs li { 
	font-size: 12px;
	display: inline;
	margin: 0px 2px;
	padding: 0px;
 }

#undertabs a
{
	background-color: #38270A;
	padding: 3px;
	margin: 0px 2px;
	color: #ccc;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	font-weight: normal;
}

#undertabs a#current
{
	background-color: transparent;
	color: #EAA432;
}

.alert { color: #C00; }
#footer a.admincolor { color: #666; }
.new { background-color: #EAA432; color: #000;  }
a.new  { color: #000;  }

.commentbox
{
	background-color: #543A10;
	margin: 5px 5px 0px 5px;
	padding: 8px 0px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.commenttag
{
	background-color: transparent;
	background-image: url(../grafix/bottarrow.gif);
	background-repeat: no-repeat;
	background-position: 40px 0px;
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}

.dark {
	background-color: #7F5817;
}
.darker {
	background-color: #593E11;
}
.dark, .darker { color: #fff; }
.dark a:visited, .dark a:link, .darker a:visited, .darker a:link { color: #F5FFD1; }

.dark div, .darker div
{
	padding: 5px;
	margin: 2px;
}

.dropshad
{
	background-color: #000;
	padding: 0px;
	margin: 0px;
	border: 6px #fff solid;
}

.centerme { text-align: center; }

.float
{
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.floatr
{
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 5px 0px;
}

.one1, .one
{
	margin: 0px 5px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.one2
{
	width: 48%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one2r
{
	width: 48%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one3
{
	width: 31%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one3r
{
	width: 31%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one4
{
	width: 23%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one4r
{
	width: 23%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one5
{
	width: 19%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one5r
{
	width: 19%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.one6
{
	width: 16%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.one6r
{
	width: 16%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

.two3
{
	width: 65%;
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 0px 0px 5px 0px;
}

.two3r
{
	width: 65%;
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 0px 0px 5px 0px;
}

.three4
{
	width: 73%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 5px 0px 5px 0px;
}

.three4r
{
	width: 73%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 5px 0px 5px 0px;
}

.sixT
{
	width: 59%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.sixTr
{
	width: 59%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.fourT
{
	width: 39%;
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 3px 0px 3px 0px;
}

.fourTr
{
	width: 39%;
	float: right;
	margin: 0px 0px 5px 5px;
	padding: 3px 0px 3px 0px;
}

.outline
{
	background-color: #333;
	border: 1px #999 solid;
}

.spacer { clear: both; }
.slider { display: none; }

div.slider
{
	margin: 0px;
	padding: 0px;
}

.large, .large p { font-size: 18px; }
.small, .small p { font-size: 12px; }
.medium, .medium p { font-size: 14px; }
.tiny, .tiny p { font-size: 9px; }

.tabsalpha
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	border-bottom: 1px #666 solid;
	margin: 5px auto 0px auto;
	padding: 2px 0px 3px 0px;
	font-size: 11px;
}

.tabs a, .tabsalpha a
{
	background-color: #666;
	padding: 2px 3px 2px 3px;
	margin: 2px 1px 6px 1px;
	border-top: 1px #666 solid;
	border-right: 1px #666 solid;
	border-bottom: 1px #666 solid;
	border-left: 1px #666 solid;
	color: #ccc;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

#current3
{
	background-color: #000;
	border-right: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	border-top: 1px #000 solid;
	color: #fff;
}
/***********  drop shadow styles ***********/
.img-shadow
{
	position: relative;
	float: left;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 8px 2px 5px;
}

.img-shadowR
{
	position: relative;
	float: right;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px 5px 2px 8px;
}

.img-shadowC
{
	position: relative;
	display: inline-block;
	background: url(../grafix/shadowAlpha.png) no-repeat bottom right;
	margin: 10px auto 2px auto;
}

.img-shadow, .img-shadowR, .img-shadowC
{
	/*[if gte ie 5.5000]> */
	/* the underscore hides this from non-IE browsers */
	_background: url(../grafix/shadow.gif) no-repeat bottom right;
	/*<![endif]: ;*/
}

.img-shadow img, .img-shadowR img, .img-shadowC img
{
	position: relative;
	top: -6px;
	left: -6px;
	border: solid #fff 2px;
	margin: 0px;
	padding: 0px;
}
/*********** end drop shadow styles ***********/

/* ------uk------- */

body.uky
{
	background-color: #3656aa;
	color: #eee;
	background-image: url(../uky/ukylogosm.gif);
	background-repeat: no-repeat;
	background-position: 99% top;
}

#container.uky
{
	background-color: transparent;
	border: 1px #fff solid;
}

#header.uky
{
	background-image: url(../uky/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-image: none;
	background-color: transparent;
}

#navtabs.uky
{
	background-image: url(../uky/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center -60px;
}

#navtabs.uky a
{
	background-image: url(../uky/hdrbg.gif);
	background-repeat: repeat-x;
	background-position: center -60px;
}

#undertabs.uky a, #footer.uky
{
	background-color: #22376F;
}

/* ------end uk------- */

#tooltip
{
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}

#tooltip h3, #tooltip div
{
	margin: 0;
	font-size: 12px;
	color: #000;
}

@media only screen and (max-device-width: 1024px)
{
.scroller, .scrollershort, .scrollertall, #entries
{
	margin: 0px;
	padding: 0px;
	height:auto;
	background-image:none;
}
}
@media print
{
	* { color: #000; }
	p, li { font-size: 10px; }
	p, h1, h2, h3, h4, h5, h6, a:link, a:visited { color: #600; }
	.dark a:link, .darker a:link, .dark a:visited, .darker a:visited { color: #333; }
	#menucontent p { color: #000; }
	#menucontent h4 { color: #600; }
	
	.hideme, #search, #footer ul,  #footer a.admincolor
	{
		visibility: hidden;
		height: 0px;
		display: none;
	}
}

