/*
	KEY COLORS:
	Background green: #97A58E
	Mauve/grape lines: #A57369
	Form background: #E9FFDB
*/
a:link, a:visited {
	color: #300;
	}
a:hover, a:active {
	color: #FC2356;
	}

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

#centre {
	width: 500px;
	margin: 0 auto;
	position:relative;
	display:table;
	}

#content {
	text-align: left;
	width: auto;
	background: transparent;
	margin: 20px 200px 10px 130px;
	}

#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; }

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

h1 { color:#FC2356; font-weight: bold; font-size: 18px; margin:0; letter-spacing:0.1em; }
h2 { color:#FC2356; font-weight: bold; font-size: 20px; margin:0; }
h3 { color:#FC2356; font-weight: bold; font-size: 18px; margin:0; }
h3.xhead { color:#fee; font-weight: bold; font-size: 14px; margin:0; padding:15px 0px 0px 0px;}
h4 { color:#FC2356; font-weight: bold; font-size: 16px; margin:0; }
h5 { color:#FC2356; font-weight: bold; font-size: 12px; margin:0; }
h6 { color:#FC2356; font-size: 10px; margin:0; }

/*
	*** MASTHEAD ***
*/
#masthead {
	position:relative;
	border-bottom: 1px solid #000;
	background: #000 url(/graphics/top_section.jpg) top left no-repeat;
	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 span.free {
	color:#FFFED5;
	text-transform:uppercase;
	font-weight:normal;
	}
#masthead span.infidel {
	color:#D5DDFF;
	text-transform:uppercase;
	}
#masthead h2 {
	color: #fff;
	font-size:13px;
	font-weight: normal;
	}

/*
	*** NAVBAR ***
*/

#navbar {
	width: auto;
	padding: 5px;
	margin: 1px auto;
	background: transparent;
	position: relative;
	}
#navbar  ul {
	list-style: none;
	}
#navbar li {
	display: inline;
	font-size:11px;
	}
#navbar li.page_item  a,
#navbar li.section  a,
#navbar li.admintab  a {
	padding: 4px 10px 3px 0;
	}
#navbar li.current_page_item  a {
	color: #333;
	font-weight: bold;
	padding: 4px 10px 3px 0;
	}
#navbar li  a:hover {
	color: #c00;
	border:0;
	}

#page {
	position: relative;
	width: 900px;
	margin: 10px auto;
	border: 3px solid #A57369;
	background: #fff;
	}

#page_content {
	/* main content of page (not including masthead, straps etc) */
	background: transparent;
	position:relative;
	}

/**
	*** SIDEBARS ***
**/
div.sidebar { display:block; }
div.sidebar h1 {
	font-size:12px;
	letter-spacing: normal;
	padding: 0px 0px 5px 0px;
	}
div.sidebar h2 {
	letter-spacing: normal;
	color: #A57369;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	}
div.sidebar p {
	font-size:11px;
	letter-spacing: normal;
	line-height:1.5em;
	padding: 0px 0px 3px 0px;
	}
.sidebar_banner {
	margin: 5px auto;
	text-align:center;
	}

/** *** ALAMY *** **/
#AlamySearch {
	display:block;
	width: 300px;
	margin: 0 auto;
	border:1px solid #ccc;
	padding:1px;
	line-height:1em;
	}
#AlamySearch img {
	float:right;
	margin: 0 0 2px 3px;
	}
#AlamySearch h1, #AlamySearch h1 a {
	font-family: Verdana, Arial, Geneva, 'Trebuchet MS', 'Bitstream Vera Sans', Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size:12px;
	padding:0 0 2px 0;margin:0;
	text-align:right;
	}
#AlamySearch p, #AlamySearch p a {
	color:#333;
	font-size:9px;
	line-height:1em;
	padding:0 0 2px 0;margin:0;
	text-align:right;
	}

/** MISC STYLING **/
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: "Andale Mono", Courier, "Courier New", Terminal, monospace;
	}
p.infoline {
	font-size: 10px;
	color: #668;
	text-align:right;
	}


