/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}





/* bass */


html { 
	height: 100%; margin-bottom: 1px; 
	}

body
	{
	width:100%;
	height:100%;
	background: #fff;
	color: #333;
	font-size: 96%;
	line-height: 145%;
	font-family: Georgia, serif;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	}
		
#wrapper
	{
	position:relative;
	margin: 10.5em auto 0 auto;
	width:960px;
	height:100%;
	}

.head-wrapper {
	position:absolute;
	margin-top:-7.5em;
	height:7em;
	width:100%;
	}

.head {
	position:absolute;
	bottom:0;left:0;
	width:100%;
	}

.date {
	color:#999;
	font-size: 80%;
	font-family: Helvetica, Arial, sans-serif;
	margin-top:-.25em;
	}



body > #wrapper {height: auto; min-height: 100%;}

#cont {padding-bottom: 12em;} 

#foot-wrapper {
	position: relative;
	margin: -13.5em auto 0 auto;
	height: 1em;
	width: 960px;
	clear:both;
	} 

/* CLEAR FIX -- breaks it for Safari34
#cont:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
#cont {display: inline-block;}
*/


#footer {
	margin-left:280px;
	margin-right:40px;
	width:480px;
	}

#footer p {
	color:#888;
	font-size: 82%;
	font-family: Helvetica, Arial, sans-serif;
	}
#footer p a {
	color:#888;
	}
	
#footer p img {
	padding: 0 0 0 4px;
	vertical-align:-2px;
	}


	
a#logo img {
	position:absolute;
	bottom:0px;
	right:45px;
	height:10em;
	}

#menu {
	position:relative;
	float:left;
	width: 240px;
	padding-left:20px;
	padding-right:20px;
	}

#cont {
	position:relative;
	margin-left:280px;
	margin-right:40px;
	width:540px;
	padding-top:5px;
	}

	
h1 {
	font-size:1.55em;
	line-height: 120%;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom:0.25em;
	margin-top:1.5em;
	font-weight:normal;
	word-spacing:-.05em;
	}

h2 {
	font-size:1em;
	line-height: 120%;
	font-family: Georgia, serif;
	margin-top:1.5em;
	margin-bottom:0.25em;
	font-weight:bold;
	}
	
p {
	margin-bottom:0.5em;
	}

	

#cont img {
	margin-bottom: 1em;
	}
	
a {
	color: #666;
	text-decoration: none;
	}

a:hover	
	{ 
	text-decoration: underline;
	}





/* lists */

ul {
	list-style-type: none;
	}

#menu ul {
	line-height:50%;
	}

#menu ul li {
	float:right;
	height:75px;
	}	

#menu ul li a, #menu ul li span.current {
	display:block;
	}	

#menu ul li a img {
	background-color: #fff; 
	border:5px solid #fff;
	}	

#menu ul li a:hover img, #menu ul li span.current img {
	background-color: #bbb; 
	border:5px solid #bbb;
	}	

/*
#menu ul li a img {
	background-color: #fff; 
	border:1px solid #fff;
	padding:4px;
	}	

#menu ul li a:hover img, #menu ul li span.current img {
	background-color: #fff; 
	border:1px solid #000;
	padding:4px;
	}	
*/




/* timeline */

#timeline {
	clear:both;
	padding-top:1em;
	margin-left:-3px;
	}

p.menu, p.link-admin {
	margin-right:4px;
	text-align:right;
	}

p.smallprint {
	margin-left:4px;
	padding-bottom:2em;
	color:#999;

	}


#timeline .back, #timeline .forw {
	display:block;
	float:right;
	width:30px;
	height:26px;
	margin: 0em 0em 0.1em 0.3em;
	background: #fff url("rsrc/arrows.jpg") 0px 0px no-repeat;
	}

#timeline a.back { background-position: 0px 0px;}
#timeline a.back:hover { background-position: 0px -26px;}
#timeline span.back { background-position: 0px -52px;}
#timeline a.forw { background-position: -30px 0px;}
#timeline a.forw:hover { background-position: -30px -26px;}
#timeline span.forw { background-position: -30px -52px;}


.textarrow  { display: none; }
.current { color: #999; }

a.textarrow :hover {
	background-color: #F33;
	color: #fff;
	text-decoration: none;
	}





/* forms */	
	
	
input, textarea {
	font-size: 1em; border:0;
	}

form {
	position:relative;
	}
	
form.deletebox {
	position:absolute;
	border: 4px solid red;
	top:-7.5em;
	left:0px;
	width:432px;
	padding:0 20px 20px 20px;
	background-color: #fff;
	}	

form h2 {
	margin-top:0em;

	position:absolute;
	left:-240px;
	width:200px;
	text-align:right;
	
	font-weight:normal;
	color:#999;
	}
	
	
.input_file {
	width:360px;
 	border:1px solid #999;
	margin-bottom:.5em;
	}

.input_checkbox {
	display:inline;
	margin-right:0.5em;
	vertical-align: baseline;
	}

.label_checkbox {
	color:#000;
	}


.input_videocode, .input_text, .input_title, .input_linkurl, .input_linktxt {
	font-family: Georgia, serif;
	width:420px;
	background-color: #fff; 
	}

.input_title {
	height:1.5em;
	margin-bottom:.5em;
	border-bottom:1px dashed #999;
	}
	
.input_videocode {
	height:6em;
	margin-bottom:1em;
	border:2px inset #999;
	}
	
.input_text {
	height:9em;
	margin-bottom:1.5em;
	}

.input_linkurl, .input_linktxt {
	height:1.5em;
	width:200px;
	margin-bottom:.5em;
	border-bottom:1px dashed #999;
	}

.input_linkurl {
	float:left;
	margin-right:16px;
	}


.input_submit, .input_cancel {
	font-family: 'Lucida Grande', sans-serif;
	color:#fff;
	padding:0.25em 0.8em;
	}

.input_submit {
	background-color:#F33;
	}
	
.input_cancel {
	background-color:#666;
	margin-right:0.5em;
	}
	
.input_cancel a {
	color:#fff;
	}
.input_cancel a:hover {
	text-decoration:none;
	}
	
	