@import url(menu.css);
@import url(blogger.css);
@import url(partners.css);
@import url(events.css);
/*
Theme Name: OHN
Theme URI: http://www.outdoorshealthnetwork.org.uk/
Description: Outdoors Health Network theme based on the default Kubrick theme.
Version: 1.0
Author: Richard Lane
Author URI: http://webaria.com/
Tags: outdoors health network

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

html {
	height:100%;
}

body {
	font-family: "Trebuchet MS", sans-serif, Arial;
	background-color: #d0d9c4;
	color: #666666;
	font-size:100%;
	height:100%;
	text-align:center;
	margin:0px;
	padding:0px;
}
html>body {
	font-size: 16px; /* IE can’t read this */
}

/* emsizing hacks */
table, td p, td td, td td td {
	font-size: 100%;
}
/******************/
h1 {
	font-weight:bold;
	font-size:1.3em;
	padding:0;
	margin:0 0 1em 0;
	color:#ff9900;
}

h2 {
	font-weight:bold;
	font-size:1em;
	padding:0;
	margin:0 0 1em 0;
}

h3 {
	font-weight:bold;
	font-size:0.8em;
	color:#006303;
	padding:0;
	margin:0 0 1em 0;
}

p {
	font-size: 0.75em;
	padding:0;
	margin:0 0 1em 0;
}

input {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color:#666666;
	border: 1px solid #cccccc;
	font-size: 0.75em;
}

input.noborder {
	border:none;
}

select {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}
textarea {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	border: 1px solid #cccccc;
	color: #666666;
	font-size: 0.75em;
}

ul li, ol li {
	font-size:0.75em;
}

a {
	color:#006303;
	text-decoration:none;
}
a:hover {
	color:#333333;
}
a img {
	border:none;
}

/* architecture *************/
#outerwrapper {
	margin:0 auto;
	text-align:left;
	width:760px;
	min-height:100%;
	background-color:#ffffff;
	border-left:1px solid #879c67;
	border-right:1px solid #879c67;
	background-image:url(http://www.outdoorshealthnetwork.co.uk/wp-content/themes/ohn/images/fauxbg.gif);
	background-repeat:repeat-y;
	background-position:right top;
}

#headerbar {
	position:relative;
	background-color:#ffffff;
}
#headerbar img {
	display:block;
	padding:0;
	margin:0;
}
#headerimg {
	display:block;
	padding:0;
	margin:0;
}
#logobar {
	position:absolute;
	top:10px;
	left:0;
	height:195px;
	width:200px;
	background-image:url(http://www.outdoorshealthnetwork.co.uk/wp-content/themes/ohn/images/logobarbg.png);
	background-repeat:no-repeat;
}
#logobar img {
	display:block;
	position:relative;
	top:28px;
	left:15px;
}

#menubar {
	width:755px;
	height:25px;
	background-image:url(http://www.outdoorshealthnetwork.co.uk/wp-content/themes/ohn/images/menubg.jpg);
	background-repeat:no-repeat;
	padding:0 0 2px 5px;
	border-bottom:1px dashed #879c67;
}

#contentdiv {
	float:left;
	width:510px;
	padding:10px;
}

#rightbar {
	float:left;
	width:200px;
	min-height:470px;
	margin:20px 15px;
}

#footerbar {
	clear:both;
	position:relative;
	width:740px;
	padding:5px 10px;
	background-color:#006303;
	text-align:center;
}
/***************/

/* right bar ***/
div.featurebox {
	border-color:#ffffff;
	border-style:solid;
	border-width:1px;
	width:200px;
	margin:0 0 30px 0;
}

.featuretitle {
	width:69px;
	height:45px;
	background-color:#879c67;
	border-color:#ffffff;
	border-style:solid;
	border-width:0 1px 1px 0;
	font-size:0.75em;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
}

.featureimg {
	display:block;
	width:128px;
	height:45px;
	border-color:#ffffff;
	border-style:solid;
	border-width:0 0 1px 0;
}

.featurecontent {
	clear:both;
	width:190px;
	min-height:70px;
	background-color:#d0d9c4;
	background-image:url(http://www.outdoorshealthnetwork.co.uk/wp-content/themes/ohn/images/featureboxbg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:5px;
}
* html .featurecontent {
	\width: 190px; /* for IE5 and IE6 in quirks mode */
    w\idth: 200px; /* for IE6 in standards mode */
}

.featurecontent ul {
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:right;
}
.featurecontent ul li {
	font-size:0.7em;
	background-image: url(http://www.outdoorshealthnetwork.co.uk/wp-content/themes/ohn/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 100% .55em;
	padding-right: .8em;
}

.featurecontent input#s {
	width:100px;
}

.featurecontent input#searchsubmit {
	font-size:0.7em;
}

div#wp-calendar {
	font-size:0.65em;
}
/**********************/

/* footer *************/
#footerbar div#sponsorleft {
	float:left;
	width:75px;
}

#footerbar div#footertext {
	position:relative;
	top:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#c0c0c0;
	font-size:0.65em;
}
#footerbar div#footertext a {
	color:#ffffff;
}

#footerbar div#sponsorright {
	float:right;
	width:100px;
	text-align:right;
}
/**********************/

/* links **************/
ul#linklist {
	padding:0;
	margin:0 0 0 20px;
}
ul li.linkcat {
	list-style-type:none;
}

ul li.linkcat ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul li.linkcat ul li {
	font-size:100%;
}

ul li.linkcat h2 {
	font-size:1.2em;
	margin:0;
	padding:15px 0 10px 0;
}
/**********************/

/* general styles *****/
.sma, .small {
	font-size: xx-small;
}
.smait {
	font-size: xx-small;
	font-style:italic;
}

.btn {
	font-size: xx-small;
}

.alert {
	font-weight: bold;
	color: #ff0000;
}

.fieldlabel {
	font-size: 0.75em;
}

.hidden {
	display:none;
}
/*****************/

/* images ********/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
/*****************/

/* posts *********/
div.post {
	/*border-bottom: 1px dashed #879c67;*/
	padding-bottom:20px;
	margin-bottom:10px;
}

div.postdate {
	font-size:0.9em;
	font-style:italic;
	font-weight:normal;
	color:#666666;
	padding-top:5px;
}
/*****************/