/* global.css */


/* start afresh */
*, html * {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0 0 .7em 0;
}
h2, h3, h4, h5 {
	margin: 0 0 .7em 0;
}
p, ul, ol, dl, table {
	margin: 0 0 2em 0;
}


/* layout */
html, body {
	height: 100%;
}
body {
	text-align: center;
	
	background: #e4e2c9 url(/_img/bg.png) repeat-x;
}
div.constrain {
	width: 900px;
	padding: 0 30px;
	
	margin: 0 auto;
	
	text-align: left;
}
div#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -60px;
	
	background: url(/_img/wrap.png) no-repeat;
}
div#sticky {
	height: 60px;
}
div#header {
	margin: 0 30px;
	height: 140px;
}
div#nav {
	margin: 0 0 10px 0;
	padding: 0 8px;
	height: 30px;
	
	background: url(/_img/nav.png) repeat-x;
}
div#page {
	margin: 10px 0 40px 0;
}
div#content {
	margin: 0 0 10px 0;
}
div#bottombar {
	margin: 10px 0 0 0;
	padding: 10px;
	
	background: #850000 url(/_img/bottombar.png) repeat-x;
}
div#footer {
	height: 60px;
	overflow: hidden;
	
	background: #ffffff url(/_img/footer.png) repeat-x;
	
	text-align: center;
}
hr.clear {
	height: 1px;
	border: 0 none;
	
	margin: 0;
	padding: 0;
	
	background-color: transparent;
	color: transparent;
	
	visibility: hidden;
	clear: both;
}


/* header */
#header h1 {
	margin: 0;
	
	width: 470px;
	height: 140px;

	text-indent: -10000px;
	overflow: hidden;
	
	background: url(/_img/header-logo.png) no-repeat;
}


/* nav */
#nav {
	text-shadow: #333333 1px 1px 1px;
	text-transform: uppercase;
	font-size: 12px;
}
ul#nav-links {
	margin: 0;
	
	list-style: none;
}
ul#nav-links li {
	padding: 0;
	
	float: left;
	
	display: inline;
}
ul#nav-links li a {
	display: block;
	height: 30px;
	line-height: 30px;
	
	padding: 0 8px;
	
	color: #ffffff;
	text-decoration: none;
}
ul#nav-links li a:hover, ul#nav-links li a.selected {
	color: #cccccc;
}
div#nav-date {
	height: 30px;
	line-height: 30px;
	
	padding: 0 8px;
	
	float: right;

	color: #cccccc;
}


/* content */
#content > div {
	float: left;
	
	padding: 25px 25px 18px;
	
	background: url(/_img/content-alpha.png);
	
	position: relative;
}
#content-wide {
	float: none !important;
	width: 850px;
}
#content-left {
	width: 450px;
	
	margin-right: 10px;
}
#content-right {
	width: 340px;
}


/* bottombar */
#bottombar > div {
	float: left;
	
	padding: 15px 15px 5px;
	
	background: url(/_img/bottombar-alpha.png);
}
#bottombar-left {
	width: 340px;
	
	margin-right: 10px;
}
#bottombar-middle {
	width: 230px;
	
	margin-right: 10px;
}
#bottombar-right {
	width: 200px;
}
#bottombar * {
	color: #ffffff;
}
#bottombar {
	font-size: 12px;
	line-height: 1.3em;
}
#bottombar a {
	color: #cccccc;
}
#bottombar a:hover {
	color: #ffffff;
	text-decoration: none;
}


/* footer */
#footer-text {
	font-size: 10px;
	color: #666633;
	font-style: italic;
	text-align: right;
	line-height: 20px;
	
	margin: 20px 0 0 0;
}
#footer-text a {
	color: #666633;
	text-decoration: none;
}
#footer-text a:hover {
	color: #333300;
}
#footer #copyright {
	display: block;
	float: right;
	height: 20px;
}
#footer #uplyft {
	display: block;
	float: right;
	height: 20px;
	
	padding: 0 24px 0 3px;
	
	background-image: url(/_img/uplyft.png);
	background-repeat: no-repeat;
	background-position: top right;
}
#footer #uplyft:hover {
	background-position: bottom right;
}


/* type */
body, input, textarea, .p {
	font-family: Cambria, Times, "Times New Roman", Georgia, serif;
	font-size: 13px;
	color: #111111;
	line-height: 1.7em;
}
h1, .h1 {
	color: #700000;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.3em;
}
h2, .h2 {
	color: #003366;
	font-size: 19px;
	font-weight: normal;
	line-height: 1.3em;
}
h3, .h3 {
	color: #006633;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
}
h5, .h5 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
}
#content a {
	color: #59472c;
}
#content a:hover {
	color: #111111;
	text-decoration: none;
}
#content div.hr {
	height: 1px;
	
	border-top: 1px solid #efeede;
	
	margin: 1em 0;
}


/* lists */
#content ul li {
	list-style: none;
	
	border-left: 1px solid #aca395;
	
	padding-left: 8px;
	margin-bottom: .7em;
}
dt {
	font-style: italic;
	color: #777777;
	
	display: block;
	width: 6em;
	height: 2em;
}
dd {
	display: block;
	padding-left: 7em;
	
	position: relative;
	top: -2em;
	margin-bottom: -2em;
	
}
ul.nav-sub li {
	display: block;
	padding: 3px 8px;
	margin-bottom: .3em !important;
	
	background: #efeede;
	border-bottom: 1px solid #aca395;
	border-left: 0 none !important;
}
ul.nav-sub li a {
	display: block;
	padding: 3px 8px;
	
	text-decoration: none;
	
	position: relative;
	top: -3px;
	left: -8px;
	margin-bottom: -6px;
	margin-right: -16px;
}
ul.nav-sub li:hover {
	border-bottom: 1px solid #59472c;
}


/* special - miscellaneous */
img {
	background: no-repeat bottom left;
}
img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: .5em;
	position: relative;
	top: .5em;
}
img.left {
	float: left;
	margin-right: 20px;
	margin-bottom: .5em;
	position: relative;
	top: .5em;
}
img.no-shadow, .cc-poll-container img {
	width: auto;
	background-image: none;
	padding-bottom: 0;
}
img.width-50 {
	width: 50px;
	background-image: url(/_img/img-50.png);
	padding-bottom: 2px;
}
img.width-100 {
	width: 100px;
	background-image: url(/_img/img-100.png);
	padding-bottom: 5px;
}
img.width-150 {
	width: 150px;
	background-image: url(/_img/img-150.png);
	padding-bottom: 8px;
}
img, img.width-200 {
	width: 200px;
	background-image: url(/_img/img-200.png);
	padding-bottom: 11px;
}
img.width-250 {
	width: 250px;
	background-image: url(/_img/img-250.png);
	padding-bottom: 13px;
}
img.width-300 {
	width: 300px;
	background-image: url(/_img/img-300.png);
	padding-bottom: 15px;
}
img.width-350 {
	width: 350px;
	background-image: url(/_img/img-350.png);
	padding-bottom: 17px;
}
img.width-400 {
	width: 400px;
	background-image: url(/_img/img-400.png);
	padding-bottom: 19px;
}
img.width-450 {
	width: 450px;
	background-image: url(/_img/img-450.png);
	padding-bottom: 20px;
}
p.image-caption {
	color: #444444;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	
	padding-top: 1em;
}
p.image-caption img {
	float: left;
	padding-right: 1.4em;
	
	margin-top: -1em;
}
p.image-caption + * {
	clear: both;
	
	padding-top: 1em;
}


/* calendar */
#calendar {
	background-color: transparent;
	
	line-height: 1em;
	
	margin-bottom: 2em;
}
div.row {
	background-color: #eeeeee;
}
div.day, div.header {
	width: 60px;
	
	float: left;
}
div.day {
	height: 85px;
	
	margin: 2px;
	
	background-color: #efeede;
	border-bottom: 1px solid #aca395;
	
	position: relative;
}
div.day.full {
	background-color: #ffffff;
}
div.day.blank {
	background-color: transparent;
	border: 0 none;
}
div.header {
	height: auto;
	
	margin: 1px;
	padding-bottom: .7em;
	
	color: #777777;
	text-align: center;
}
span.number {
	display: block;
	width: 62px;
	height: 84px;
	line-height: 84px;
	
	margin: 1px;
	
	position: absolute;
	z-index: 1;
	
	font-size: 25px;
	color: #aca395;
	text-align: center;
}
div.today span.number {
	color: #003366;
}


/* calendar navigation */
p#calendar_nav {
	margin: 25px 25px 0 0;
	padding-top: .7em;
	
	position: absolute;
	top: 0;
	right: 0;
	
	font-size: 13px;
	font-weight: normal;
}
p#calendar_nav a {
	margin: 0 3px;
}


/* calendar links */
#calendar a {
	display: block;
	padding: 2px 3px;
	
	white-space: nowrap;
	overflow: hidden;
	clear: both;
	
	position: relative;
	z-index: 9999;
		
	border: 0 none;
	
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#calendar a:hover {
	background-color: #59472c;
	color: #ffffff;
}
#calendar a.single {
	width: 54px;
}
#calendar a.filler, #calendar a.filler:hover {
	cursor: default;
	
	background-color: transparent;
	
	color: #ffffff;
	
	z-index: 2;
	text-indent: -9999px;
}


/* calendar tips */
.calendar-tip {
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 1em;
	
	z-index: 9999;
	
	display: block;
	padding: 3px 3px 4px 3px;
	margin: 0;
	
	background-color: #59472c;
}
.tip-text {
	display: none;
}






