/*  
Theme Name: Natural Health Directory Theme
Theme URI: http://www.naturalhealthdirectory.co.uk
Version: 0.1
Tags: two-columns, left-sidebar
Author: Jacob Watson
Author URI: http://www.jacobwatsondesign.com
Template: notes-blog-core-theme
	
	Created and managed by Jacob Watson:
	http://www.jacobwatson.com

*/

@import url('../notes-blog-core-theme/style.css');

a:link, a:active, a:visited  {
	color: #265983 !important;
	text-decoration: underline;
}

@font-face { font-family: dekar; src: url('fonts/dekar.otf'); }

div#header {
	background-image:url('images/nhd_logo.gif');
	background-repeat:no-repeat;
	background-color:#D3D4D6;
	height: 204px;
	margin-top: 0px !important;
	border-bottom-width: 0px !important;
}

h1 {
	font-size:26px !important;
	font-weight:normal;
	color:#555555; 
	border: none !important;
}

div #headertext { 
	text-align: right !important;
	width: 395px;
	float: right;
	font-size:36px;
	font-weight:strong;
	color:#ffffff; 
	margin-right: 10px;
	font-family: dekar;
}

div #headertext span {
	color: #5CC7F5;
	font-weight: strong;
}

div#content {
	float: right;
	background-color: #FFFFFF;
	margin-top: 0px !important;
	width: 693px;
	margin-right: 7px;
}

ul#sidebar {
	float: left;
	background-color: #ACC6A4;
	margin-left: 7px;
	padding: 0px !important;
	width: 245px;
	margin-top: 0px !important;
	margin-bottom: 10px;
}

ul#sidebar li {
	margin: 5px 5px 20px 5px !important;
}

ul#sidebar li a {
	font-size:20px;
	color: #ffffff !important;
	text-decoration:none;
	font-family: Georgia, "Adobe Garamond", "Times New Roman", serif;;
}

ul#sidebar li a:hover{
	text-decoration:underline;
}

ul.children li.page_item a { 
	font-size: 15px !important;
	line-height: 10px;
}

ul.children li.page_item { 
	list-style-type: square !important;
	position: relative;
	left: 7px;
	color: #CFDECB;
}

.children  {

}

ul#sidebar h2 {
	border: none;
}

#blog {
	background-image:url('images/nhd_background.jpg');
	margin-top: 0px !important;
	background-repeat:repeat-x;
}

#indexlink {
	float: left;
	display: block;
	height: 190px;
	width: 495px;
}

div#copy{
	height: 177px;
	border: none;
	background: none !important;
	padding-bottom: 0px;
	margin-top: 10px;
}

div#finalword {
	padding-top: 0px;
}

p.fancy {
	margin-top: 10px;
}