/* 
Template: dark_maple
Theme Name: Dark Maple
Description: Two column - with Canadian flavour. Based on <a href="http://www.atthe404.com/">Root's</a>  Gemini template with modifications by Moshu. The header photo is used with permission: &copy; <a href="http://bill.nineplanets.org/">Bill Arnett</a>.
Author: Moshu
Author URI: http://www.transycan.net/wp/
.
Distributed under the same license (GPL) as the WP package.

Odyssey interface and Gemini template for WordPress 1.3 designed and built 
by Root http://www.atthe404.com/, updated for 1.5 by Stuart http://thebombsite.com. Redistributed by not (that) ugly designs http://not-that-ugly.co.uk
.
*/

/* ----   Structure   ------ */

body {
	background:#241E21;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
	color:#000;
}

#rap {
	width: 772px;
	background: #ffedd6 url('../images/bgle.gif') repeat-y right;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #a87040;
	text-align: left;  /* IE 5.5 hack part II */
}

#rapsing {  /*for single pages*/
	width: 772px;
	background: #ffedd6;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #a87040;
	text-align: left;  /* IE 5.5 hack part II */
}

#masthead {
	background-image: url('../images/bigleaf_a3.jpg'); /*header image*/
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #241E21;
	height: 241px;
	border-bottom: 1px solid #241E21;
}

#main, #main p {

	font: 1em / 1.6em Verdana, Arial, Sans

}

#contentsing { /*for single pages*/
	float: left;
	width: 770px;
}

#content {
	float: left;
	width: 560px;
	padding: 20px 0 0 25px;
	border: 0px solid red;
}

#hmenu {
	margin: 0;
	padding: 0;
}

#hnav {
	height: 30px;
	border-bottom: 1px solid #a87040;
	border-top: 1px solid #a87040;
	background: #f5d7b4;
	padding: 0 175px 0 0;
}

#clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

#footer {
	margin-bottom: 0;
	background: #711323;
}

#test {
	width: 450px;
}

#header {
	margin: 0;
	padding: 40px 20px 20px 20px;
	text-align: left;
	font-size: 2em;
	border: 0px solid red;
}

#header a {
	color: #db0017;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

h1 {
	font: normal bold 1.7em Georgia, 'Times New Roman', Times, serif;
	color: #114417;
	text-indent: -2px;
	margin: 0;
	margin-bottom: 10px;
}

h2 {
	font: normal bold 1.4em Georgia, 'Times New Roman', Times, serif;
	color: #114417;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-bottom: 0;
}

h3 {
	border-bottom: dotted 1px #eee;
	font:  bold 140% "Times New Roman", Times, serif;
	margin-top: 0;
	padding-bottom: 0;
	color: #114417;
}


h3 a:hover {
	color: #241E21;
}

#logo  { margin-left: 10px; }

.slogan { color: #fff; margin-left: 50px; font-size: 20px; }

/*-------    Horizontal menu -- if you don't use it, delete below till Misc.   ----------*/
#navcontainer
{
margin: 0;
padding: 0;
height: 30px;
border: 0px solid red;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
padding-left:10px;
}

#navcontainer ul li
{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	padding-left:10px;
	margin: 0;
}

#navcontainer ul li a
{
	background: #f5d7b4;
	width: 85px;
	height: 25px;
	border-right: none;
	padding-top: 5px;
	margin: 0;
	color: #a87040;
	text-decoration: none;
	display: block;
	text-align: center;
	font: bold 16px/22px Georgia, "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#navcontainer ul li a:hover
{
	color: #ffedd6;
	background: #a87040;
}

#navcontainer a:active
{
	background: #a87040;
	color: #ffedd6;
}

#navcontainer li#active a /*not in use*/
{
	background: #a87040;
	border: 1px solid #db0017;
	color: #fff;
}


/* ----------  All menu styling except #menu itself (in layout above) ------- */

#menu {
	width: 170px;
	margin-left: 597px;
	padding: 0;
	color: #fff;
	border: 0px solid red;
}

#menu h2 {
	width: 100% - 10px;
	padding: 5px 0 5px 10px;
	background-color: #f5d7b4;
	color: #711323;
	font: normal bold 1.2em 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-bottom: 10px;
}

#nav {
	font-family: Arial, Verdana, Sans-Serif;
	padding-left: 10px;
	padding-right: 5px;
	color: #fff;
}

#nav form {
	margin: 0 0 0 13px;
}

#nav ul {
	color: #fff;
	list-style-type: circle;
	margin: 0;
	margin-left: 12px;
	padding-left: 0px;
}

#nav ul li {
	font: normal normal 100% Arial, Verdana , Times, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px; 
	font-weight: bold;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
	border-bottom: 1px solid #ffedd6;
}


/* -------------------------- WordPress Stuff ------------------------------ */

a {
	color: #a87040;
}

a img {
	border: none;
}

/*a:visited {
	color: #;
}*/

a:hover {
	color: #711323;
}

acronym, abbr {
	border-bottom: 1px dashed #711323;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	background: #f5d7b4;
	border: 1px solid #a87040;
	border-right: 5px solid #a87040;
	margin-left: 1.5em;
	padding-left: 5px;
	padding-right: 10px;
}

.center {
	text-align: center;
	margin-top: 25px;
}

cite {
	font-size: 90%;
	font-style: italic;
}

.pagetitle {
	margin-top: 40px;
	text-align: center;
	}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90%/175% Georgia, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.small {
	font: 80%/120% Georgia, 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.textarea {
width:200px;
margin:0;
}

#commentform  #comment{
width:450px;
margin:0;
}

#content ul{
	list-style-type: none;
}

/* ------------------------- Classes used by the_meta() ---------------------*/


ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
border-top: double 3px #ae7541;
color: #ffedd6;
font-size: 90%;
margin: 10px 0 0 0;
padding: 3px;
text-align: center;
}

.credit a:link, .credit a:hover, .credit a:visited {
color: #fff;
text-decoration: none;
}

.feedback {
	color: #711323;
	text-align: right;
	clear: both;
	margin-right: 30px;
	font-size: 90%;
	padding-left: 25px;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #a87040;
	font-weight: normal;
	letter-spacing: 0;
}

.post {
	margin-top: 35px;
	margin-right: 45px;
	margin-left: 35px;
	text-align: justify;
}

.storytitle {
	margin-top: 10px;
	margin-bottom: 2px;
	color: #c91d30;
}

.storytitle a {
	text-decoration: none;
	color: #c91d30;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #f5d7b4;
	border: 1px solid #a87040;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentspopup {
	background: #ffedd6;
	text-align: left;
}

input#s {
	width: 40%;
	background: #f5d7b4;
	border: 1px solid #711323;
	color: #711323;
}*

input#searchsubmit {
	border: 1px solid #711323;
	background: #711323;
	color: #ffedd6;
}


/*-------------    Misc.  ----------*/


.navigation { /*paged navigation stuff*/
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	margin-right: 30px;
	margin-left: 30px;
	}
		
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
.alt { /*alternate comment colors*/
	background-color: #f5d7b4;
	border-top: 1px solid #a87040;
	border-bottom: 1px solid #a87040;
	}
	
.alt {
	margin: 0;
	padding-left: 8px;
	padding-right: 4px;
}
	
.paged {
	margin-left: 30px;
}

.imgleft { margin-right: 10px; margin-top:5px; }
.imgright { margin-left: 10px; margin-top:5px; }
