* { margin: 0; padding: 0; }

html, body {
	height: 100%; /* scrollbar fix */
	margin:0 0 1px 0;
	padding:0;
}
body {
	background: #FFF url(/graphics/body_bg.jpg) top left repeat-x;
	font: 62.5%/1.4 Arial, Helvetica, Sans-Serif;
	text-align: center;
}


/*	General layout
	----------------------------------------------------------------------------------------------*/

div#wrap {
	margin: 0 4%;
	text-align: left;
}
div#header {
	background: #9AB552 url(/graphics/header_bg.jpg) top left repeat-x;
	height: 175px;
	margin-top: 25px;
	position: relative;
	width: auto;
}
div#header img.logo {
	position: absolute;
	display: block;
	top: 40px;
	left: 20px;
	}
div#midcol {
	height: auto;
	width: auto;
	margin: 26px 18% 0 18%;
}
div#leftcol {
	float: left;
	height: auto;
	margin-top: 26px;
	width: 16%;
	position: relative;
}
div#rightcol {
	float: right;
	height: auto;
	margin-top: 26px;
	/*width: 164px;*/
	width: 16%;
}
div#footer {
	clear: both;
	height: 100px;
}
div.entry {
	margin: 0 0 6em 0;
}
div.article_image {
	float: right;
	margin: 0 0 20px 20px;
	padding: 1px;
	border: 4px solid #cac9ce;
}
div.article_image img {
	display: block;
}

/*	Fonts, colours, backgrounds etc
	----------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: "Lucida Sans";
	font-style: italic;
	font-weight: normal;
}
.green {
	color: #9AB552;
	margin-left: 0;
}
.no_margin {
	margin: 0;
}
.inline {
	display: inline;
}
h1 { font-size: 2.3em;}
h2 { font-size: 1.6em; margin: 17px 0 -10px 0;}
h3 { font-size: 1.5em; margin: 12px 0 -13px 0;}
h4 { font-size: 1.4em;}
h5 { font-size: 1.3em;}
h6 { font-size: 1.2em;}

li h2 {
	font-size: 1.34em;
}

h2 span {
	display: inline;
	font-size: 0.6em;
}
h3 span {
	display: inline;
	font-size: 0.7em;
}
p {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 1.2em;
	margin: 1.4em 0 0 0;
}
li p {
	font-size: 1em;
}
p.small {
	margin-top: 1.2em;
	font-size: 1.1em;
}
p.small-leader {
	margin-top: -2.2em;
	font-size: 1.1em;
}
div.comment p.small {
	margin: 0;
	background-color: #F1F2F6;
}
li p.small {
	font-size: 0.9em;
}
p.tiny {
	margin-top: 1em;
	font-size: 1em;
}
ul {
	list-style-type: none;
	margin: 1.4em 0 0 0;
}
ul li ul {
	margin: 0.7em 0;
}
ul li, ol li {
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #565656;
	font-size: 1.2em;
}
ul.smallLinks li, ol.smallLinks li {
	font-size: 1.1em;
}
ul li {
	background: transparent url(/graphics/dynamic/randombullet.php) left top no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 1.8em;
}
ul li.no-bullet {
	background: none;
	}
ol li {
	margin: 1em 0;
	padding: 0 0 0 0.4em;
}
ul li ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0.6em;
	padding: 0 0 0 1.4em;
}
ul li ul li, ol li ol li, ul li ol li, ol li ul li {
	font-size: 1em;
	font-style: inherit;
}
a, a:active, a:visited {
	background-color: transparent;
	color: #CB5A18;
}
a:hover {
	background-color: #CB5A18;
	color: #F2F1F6;
	text-decoration: underline;
}
.hr{
	background: transparent url(/graphics/seeds.gif) center left repeat-x;
	border: 0;
	height: 10px;
	margin: 0 0 3em 0;
	width: auto;
}
.hr hr {
	display: none;
}
strong {
	text-decoration: underline;
}
address {
	margin: 1.4em 0 0 0;
}
address p {
	margin: 0;
}
img {
	border: 0;
}

.clear {
	float: none;
	clear: both;
}
.clear_l {
	float: none;
	clear: left;
}
.clear_r {
	float: none;
	clear: right;
}

/*	Main menu styling
	----------------------------------------------------------------------------------------------*/

div#leftcol ul.mainnav {
	border: 1px solid #ccc;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0.8em;
	overflow: hidden;
	background-color: #F2F1F6;
	list-style-type: none;
	position: relative;
}
div#leftcol ul.mainnav li {
	margin: 0 0 8px 0;
	padding: 0;
	background-image: none;
}
div#leftcol ul.mainnav li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#leftcol ul.mainnav li ul li {
	font-size: 0.9em;
	font-weight: bold;
	margin: 3px 0 0 0;
	padding: 0 0 0 1em;
	background-image: none;
}
div#leftcol ul.mainnav a {
	display: block;
	width: 100%;
}
div#leftcol ul.mainnav a.unborn {
	color: #CECECE;
	text-decoration: line-through;
}

div#leftcol div#mainsearch {
	margin-top: 10px;
	border: 1px solid #CB5A18;
	background: #CB5A18 url(/graphics/mainsearch-bg.gif) center top no-repeat;
	padding: 0.6em 0.8em 0.8em 0.8em;
}

div#leftcol div#mainsearch h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #FFF;
}

div#leftcol div#mainsearch p,
div#leftcol div#memberpanel p {
	margin: 0;
}

div#leftcol div#mainsearch input.text {
	width: 100px;
	border: 1px solid #FFF;
	padding: 1px;
	background-color: #F0CEBA;
	margin-bottom: 3px;
}
div#leftcol div#mainsearch input.submit {
	display: inline;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	background-color: #CB5A18;
	margin-bottom: 3px;
}

/*	Rework CSS
	----------------------------------------------------------------------------------------------*/
div#rightcol div#mainsearch {
	margin-top: 10px;
	border: 1px solid #CB5A18;
	background: #CB5A18 url(/graphics/mainsearch-bg.gif) center top no-repeat;
	padding: 0.6em 0.8em 0.8em 0.8em;
}

div#rightcol div#mainsearch h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #FFF;
}

div#rightcol div#mainsearch p,
div#rightcol div#memberpanel p {
	margin: 0;
}

div#rightcol div#mainsearch input.text {
	width: 100px;
	border: 1px solid #FFF;
	padding: 1px;
	background-color: #F0CEBA;
	margin-bottom: 3px;
}
div#rightcol div#mainsearch input.submit {
	display: inline;
	border: 1px solid #FFF;
	color: #FFF;
	font-weight: bold;
	background-color: #CB5A18;
	margin-bottom: 3px;
}
div#rightcol div.store-teasers {
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #F2F1F6;
	padding: 0.6em 0.8em 0.8em 0.8em;
}

div#rightcol div.store-teasers img {
	border: 2px solid #CECECE;
	padding: 1px;
	margin: 10px 0 0 0;
}

div#rightcol div.store-teasers p {
	font-size: 95%;
	margin-top: 5px;
}
/*	End of Rework CSS
	----------------------------------------------------------------------------------------------*/

div#rightcol div#memberpanel {
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #F2F1F6;
	padding: 0.6em 0.8em 0.8em 0.8em;
}

div#rightcol div.new-message#memberpanel {
	border-color: #CB5A18;
}

div#rightcol div#memberpanel h3 {
	font-weight: bold;
	margin: 0 0 5px 0;
}

div#rightcol div#memberpanel input.text {
	width: 100px;
	border: 1px solid #CCC;
	padding: 1px;
	background-color: #FFF;
	margin-bottom: 3px;
}
div#rightcol div#memberpanel input.submit {
	border: 1px solid #CCC;
	font-weight: bold;
	background-color: #F2F1F6;
	margin-bottom: 3px;
}

div#rightcol div#memberpanel hr {
	margin: 0.8em 0;
}

/*	Google ads
	----------------------------------------------------------------------------------------------*/

div#leftcol div.polls {
	border: 2px solid #9ab552;
	padding: 5px;
	background-color: #F2F1F6;
	width: auto;
	margin-top: 10px;
}

div#leftcol div.polls ul {
	margin: 15px 10px;
	}

div#leftcol div.polls ul li {
	background: none;
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 0.9em;
	}

div#leftcol div.polls ul li p {
	margin: 5px 0 0 0;
	background: transparent url(/themes/forum_themes/fence/images/poll_graph_middle.gif) center center repeat-x;
	height: 8px;
	border-left: 1px solid #686768;
	border-right: 1px solid #686768;
	}

div#rightcol div.google-ads {
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #F2F1F6;
}

/*	Mid column boxes (new content holders etc)
	----------------------------------------------------------------------------------------------*/

div#midcol div.mini-wrapper_3col div.inner {
	border: 1px solid #ccc;
	padding: 0.8em;
	overflow: hidden;
	background: #F2F1F6 url(/graphics/conarea_bg_b.jpg) bottom center repeat-x;
	min-height: 175px;
}
div#midcol div.mini-wrapper_3col div.area_l {
	margin-right: 1%;
	width: 32%;
	float: left;
	padding: 2em 0;
}
div#midcol div.mini-wrapper_3col div.area_m {
	margin-right: 1%;
	width: 32%;
	float: left;
	padding: 2em 0;
}
div#midcol div.mini-wrapper_3col div.area_r {
	width: 32%;
	float: left;
	padding: 2em 0;
}
div#midcol div.mini-wrapper_3col div.inner h2.green {
	margin-top: 0;
	color: #FFF;
	min-height: 2.2em;
	line-height: 1;
	padding: 0.2em 0.2em 10px 0.2em;
	background: #9AB552 url(/graphics/conarea_h2_bg_b.jpg) bottom left repeat-x;
	overflow: hidden;
}
div#midcol div.mini-wrapper_3col div.inner ul li {
	margin: 0;
}
div.comments {
	padding-top: 25px;
}
div.comment {
	border: 1px solid #CAC9CE;
	width: 50%;
	padding: 2px;
	margin-bottom: 5px;
}
div#daffodils {
	padding-bottom: 115px;
	background: transparent url(/graphics/sunflowers1.jpg) bottom center repeat-x;
	border-bottom: 2px solid #69852B;
}
div#forgetmenots {
	padding-bottom: 115px;
	background: transparent url(/graphics/forgets.gif) bottom center repeat-x;
	border-bottom: 2px solid #69852B;
}
div#autumn {
	padding-bottom: 115px;
	background: transparent url(/graphics/autumn.jpg) bottom center repeat-x;
	border-bottom: 2px solid #69852B;
}


/*	Forms / Labels / Buttons
	----------------------------------------------------------------------------------------------*/

div.form form p {
	position: relative;
	height: auto;
}
div.form form p label {
	display: block;
	width: 100px;
}

div.form form p input,
div.form form p textarea,
div.form form p select {
	position: relative;
	top: -1.2em;
	left: 115px;
}

div.comment_form {
	width: 50%;
}

div.comment_form textarea {
	border: 1px solid #CAC9CE;
	padding: 2px;
	width: 100%;
	height: 100px;
}

div.comment_form p.notify_me {
	margin: 2px 0 25px 0;
}

div.comment_form input.submit {
	float: right;
}

ul#subscription-form li {
	height: 25px;
	}

ul#subscription-form li span {
	width: 225px;
	display: block;
	float: left;
	}

ul#subscription-form form,
ul#subscription-form form div,
ul#subscription-form form input {
	display: inline;
	}

div#donate {
	width: 157px;
	padding: 10px 0;
	text-align: center;
	background-color: red;
	}