/* @override http://bhmy.org/wp/wp-content/themes/bhmy/style.css */

/*
Theme Name: BHMY
Theme URI: http://bhmy.org/wp/
Description: Default BHMY.org Theme created by <a href="http://mikesimmonds.co.uk">Mike Simmonds</a> at <a href="http://slimpixel.co.uk/">SlimPixel</a>.
Version: 1.0
Author: Mike Simmonds
Author URI: http://mikesimmonds.co.uk/
Tags: green, white, fixed width, wide header
*/

* {
	margin: 0px;
	padding: 0px;
}

ul, li {
	list-style: none;
}

body {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #F9F9F9;
}

div#header {
	border-bottom: 1px solid #FFFFFF;
	height: 125px;
	background: #002700;
}

div#content {
	background: #F9F9F9 url(img/content.shadow.gif) repeat-x center top;
}

div.wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}

div#header div.wrapper {
	height: 149px;
}

h1 {
	height: 125px;
	line-height: 125px;
	color: #FFFFFF;
	background: url(img/header.gif) no-repeat center center;
	text-indent: -100000px;
}

h2 {
	font: 20px Georgia, "Times New Roman", Times, serif;
}

/* @group Sidebar */

ul#nav {
	float: left;
	width: 130px;
	padding-top: 5px;
}

ul#nav li {
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #FFFFFF url(img/nav.item.gif) repeat-x bottom;
}

ul#nav li a:link, ul#nav li a:visited {
	display: block;
	color: #006600;
	text-decoration: none;
	letter-spacing: 2px;
	border: 1px solid #E1F0E1;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul#nav li a:hover, ul#nav li a:active {
	border: 1px solid #8DC58D;
	display: block;
	text-decoration: none;
	color: #006600;
	letter-spacing: 2px;
}

ul#nav li a img {
	border-style: none;
}

/* @end */

div#articles {
	width: 555px;
	float: right;
	padding-top: 15px;
}

div#articles p {
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 11px;
}

div.article a:link, div.article a:visited {
	color: #006600;
	text-decoration: none;
	border-bottom: 1px dotted #006600;
}
div.article a:hover, div.article a:active {
	border-bottom-style: solid;
}

/* @group Footer */

div#footer {
	clear: both;
	padding-top: 60px;
	margin-left: 140px;
}

div#footer a {
	color: #666666;
	text-decoration: none;
}

/* @end */

