/*
	KEY COLORS:
	Background green: #97A58E
	Mauve/grape lines: #A57369
	Form background: #E9FFDB
*/
/*
	FONT FAMILIES
	font-family: Lucida, 'Lucida Sans', Verdana, Geneva, Arial, 'Trebuchet MS', 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;

	font-family: 'Lucida Console', 'Andale Mono', 'Courier New', Courier, Verdana, Arial, sans-serif;

	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
*/

a:link, a:visited {
	color: #300;
	}
a:hover, a:active {
	color: #a00;
	}

body {
	background: url(/graphics/bck-paper.jpg)
	}

br.clear { clear:both; }

/*
	*** ADMIN STUFF ***
*/

#admin_form  {
	margin: 0 10%;
	color: #111;
	background: #e0ffe0;
	}

#admin_form p, #admin_form li {
	color: #111;
	}
#admin_form h1 {
	color: #dfd;
	text-align:left;
	font-size:14px;
	margin: 0 0 15px 0;
	}
#admin_form input,
#admin_form textarea {
	color: #222;
	background: #ecffd7;
	text-align:left;
	}
#admin_form fieldset {
	padding: 5px 5px 15px 5px;
	margin: 0 0 20px 0;
	border: 1px dotted #336;
	background: #efe;
	}
#admin_form legend {
	background:#333;
	color:#dfd;
	}
table.button_table a { color: #311; }
table.button_table a:hover { color: #f11; }
table.image_select_table { border:1px solid #ddd; }
table.image_select_table td {
	text-align:center;
	border:1px solid #ddd;
	}
table.image_select_table p.filename {
	font-size:9px;
	}
table.image_select_table p.checkbox { font-size:9px; }
table.metadata_form {
	margin: 0 10px;
	}
table.metadata_form th {
	font-weight: normal; font-size: 9px;
	padding: 0 10px 0 0;
	}

#admin_menu {
	background:#000;
	margin:0;padding:0;
	}
#admin_menu ul {
	list-style:none;
	margin:0;padding:0;
	}
#admin_menu li {
	display: inline;
	list-style:none;
	vertical-align: middle;
	padding:0;margin:0 10px 0 0;
	}
#admin_menu li a {
	color:#fff;
	text-transform:capitalize;
	}
#admin_menu li a:hover { color:#d00; }

/*
	APPLICATION COMPONENTS
*/
h1.app_page_heading {
	font-style:italic;
	margin: 0 0 10px 0;
	}

#app_page_intro {
	margin: 0 0 10px 0;
	}
#app_page_intro p {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	font-weight:bold;
	font-size:13px;
	color:#483819;
	line-height:1.8em;
	}

#app_page_text { }
#app_page_text p {
	line-height:1.5em;
	margin: 0 0 5px 0;
	}
#app_page_text a {
	font-weight:bold;
	color:#533;
	}
#app_page_text a:hover { color: #a00; }
#app_page_notice {
	}
#app_page_notice p { }
#app_page_notice span.xhead {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	color:#6A5A3B;
	font-weight:bold;
	font-style:italic;
	font-size: 120%;
	}

div.app_page_image { margin: 0 0 10px 0; }
div.app_page_image h2 { text-align:center; }
div.app_page_image p.caption {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	text-align: center;
	}

div.app_page_image.latest { text-align:center; }
div.app_page_image.latest h2 { }
div.app_page_image.latest p.caption {
	}


div.pullquote {
	width:200px;
	margin: 0 auto 15px auto;
	padding: 15px 0 0 10px;
	background: url(/graphics/quotes_open_sml.gif) top left no-repeat;
	}
blockquote.app_page_pullquote {
	padding: 0 10px 15px 0;
	background: url(/graphics/quotes_close_sml.gif) bottom right no-repeat;
	font-size:16px;
	color:#666;
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	}



#background {
	position:static;
	background: transparent;
	}

.bookmarking_links, .bookmarking_links p {
	text-align:center;
	}
.bookmarking_links fieldset {
	border: 1px solid #bbb;
	padding:2px;
	}
.bookmarking_links legend {
	letter-spacing:0.1em;
	font-size:9px;
	color:#999;
	font-weight:normal;
	border:0;
	}
.bookmarking_links p,
.bookmarking_links p.permalink,
.bookmarking_links p.permalink a {
	margin:0 0 3px 0;
	padding:0;
	line-height:normal;
	font-style:normal;
	font-size:9px;
	}

/*
	FEEDBURNER
*/

#feedburner_sub_form {
	text-align:center;
	}
#feedburner_sub_form p {
	color: #222;
	text-align:center;
	line-height:1em;
	padding:1px 0; margin:0;
	}
#feedburner_sub_form p.rss_link {
	padding: 8px 0;
	}
#feedburner_sub_form input.email {
	width:150px;
	}

/** FOOTER **/
#footer {
	width: 90%;
	background: transparent;
	margin: 0 auto;
	text-align: center;
	color: #000;
	font-size: 90%;
	}

div.footer_text {
	margin: 10px 0;
	}

#footer p,
#footer a:link,
#footer a:visited { color: #000; }

#footer p.app_page_footer { }

div.google_ad {
	text-align:center;
	margin:5px auto;
	}

h1 {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;	color:#6A5A3B;
	font-weight: bold;
	font-size: 18px;
	margin:0;
	letter-spacing:0.1em;
	}
h2 {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	color:#6A5A3B; font-weight: bold; font-size: 20px; margin:0;
	}
h3 {
	font-family: Georgia, 'Bitstream Vera Serif', Palatino, 'Times New Roman', serif;
	color:#6A5A3B; font-weight: bold; font-size: 18px; margin:0; }
h4 { color:#6A5A3B; font-weight: bold; font-size: 16px; margin:0; }
h5 { color:#6A5A3B; font-weight: bold; font-size: 12px; margin:0; }
h6 { color:#6A5A3B; font-size: 10px; margin:0; }

/*
	*** MAIN ***
*/
#main {
	display:inline;
	float:left;
	}

.col2L {
	margin: 0 0 0 310px;
	width: 560px;
	}

.col2R {
	width: 510px;
	margin: 0 0 0 30px;
	}

/*
	*** MASTHEAD ***
*/
#masthead {
	height:auto;
	position:relative;
	background: #ffd;
	margin-bottom: 1px;
	padding: 0 0 10px 10px;
	}
#masthead div.logo {
	width:400px;
	float:left;
	}
#masthead div.logo img {
	padding:0; margin:0;
	}
#masthead div.rss2 {
	width:100px;
	float:right;
	}
#masthead h1, #masthead h1 a, #masthead h1 a:link, #masthead h1 a:visited {
	color: #fff;
	font-size: 20px;
	}
#masthead h2 {
	color: #fff;
	font-size:13px;
	font-weight: normal;
	}

/*
	*** NAVBAR ***
*/

#navbar {
	width: auto;
	padding: 2px 5px;
	margin: 5px auto;
	background: transparent url(/graphics/bck_strap_yellow.gif) repeat-x;
	position: relative;
	text-align:center;
	}
#navbar  ul {
	list-style: none;
	}
#navbar li, #navbar li a {
	display: inline;
	list-style:none;
	font-size:11px;
	text-transform:uppercase;
	color: #333;
	font-weight:normal;
	padding: 4px 10px 3px 0;
	}
#navbar li a,
#navbar li.section  a,
#navbar li.admintab  a {
	}
#navbar li.current  a {
	font-style: italic;
	color:#666;
	}
#navbar li  a:hover {
	color: #c00;
	border:0;
	}

#page {
	position: relative;
	background: #ffd;
	width: 900px;
	margin: 10px auto;
	padding: 0 0 50px 0;
	border: 3px solid #333;
	}

#page_content {
	/* main content of page (not including masthead, straps etc) */
	background: transparent;
	margin: 0 auto;
	text-align: left;
	position:relative;
	height:auto;
	}

/**
	*** SIDEBARS ***
**/
div.sidebar { display:relative; }
div.sidebar h1 {
	text-align:center;
	font-size:14px;
	letter-spacing: normal;
	padding: 0px 0px 5px 0px;
	}
div.sidebar h2 {
	letter-spacing: normal;
	font-size:14px;
	font-style:italic;
	}
div.sidebar h3 {
	letter-spacing: normal;
	font-size:12px;
	}
div.sidebar p {
	font-size:11px;
	letter-spacing: normal;
	line-height:1.5em;
	padding: 0px 0px 3px 0px;
	}
#sidebar_left {
	float: left;
	width: 250px;
	padding: 10px 15px 20px 15px;
	margin-left: -870px;
}

#sidebar_right {
	float: left;
	width: 250px;
	padding:0;
	margin: 0 0 0 80px;
}
/*
	SIDEBAR SECTIONS
*/

.sidebar_section {
	padding: 0 0 10px 0;
	/* background: url(/graphics/bck_strap_yellow.gif) bottom left repeat-x; */
	margin: 0 0 10px 0;
	border-bottom:2px solid #717543;
	}
.sidebar_section h2 {
	color:#6A5A3B;
	text-align:center;
	}
.sidebar_section p {
	}

#login_panel p {
	text-align:center;
	padding:0;margin:0;
	}


/** MISC STYLING **/

p.form_submit { text-align:center; }
span.form_cancel { margin: 0 30px 0 0; }
span.form_cancel a {
	text-transform:uppercase;
	font-size:12px;
	color: #600;
	padding: 5px;
	border:1px solid #666;
	}
span.form_cancel a:hover { color: #f00; }
span.form_submit { margin: 0 0 0 30px; }
span.form_submit input.button {
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	color: #600;
	padding: 5px;
	border:1px solid #666;
	}

span.strike { text-decoration:line-through; color: #00a; }
.button   { font-size: 10px; font-weight: bold; }
.greytext { color:#aab; }
.img_caption { font-size:10px; font-style:italic; }
.morelink { text-align:right;font-size:9px; margin-right:5px; }
.returnlink { font-size: 10px; font-weight: bold; margin:5px 0px; text-align:center; }
.smalltext { font-size:9px; }
.clearer {clear:both;}
.permalink {
	color: #668;
	text-align:center;
	font-size:10px;
	font-style:italic;
	}
.alert {
	color:#BC2626;
	font-weight:bold;
	padding: 2px 10px;
	background: #FDF0D1;
	border: 1px solid #aaa;
	}
span.mono {
	font-family: 'Lucida Console', 'Andale Mono', Courier, 'Courier New', Terminal, monospace;
	}
p.infoline {
	font-size: 10px;
	color: #668;
	text-align:right;
	}

div.selected_image { text-align:center; }
div.selected_image p.caption {
	text-align:center;
	font-weight:normal;
	}
