/*    
 	Theme Name: DKB Template
 	Theme URI: http://www.dkbmortgages.co.uk/ 
 	Description: Wordpress template for DKB Home site
 	Author: David Shepherd 
 	Author URI: http://www.echidnaweb.com 
 	Version: 1.0 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";


/*Default Styles*/

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
}

p, ul li {
	line-height: 1.5em;
}

ul {
	list-style-type: none;
	margin: 0 0 0.5em 0;
}

#maintext ul li {
	padding: 0.5em 0;
}

a {
	text-decoration: none;
}

p a {
	text-decoration: underline;
	color: #25569a;
}

li a {
	color: #25569a;
}

p a:hover, li a:hover {
	color: #83a050;
}

img a {
	border: none;
}

p {
	font-size: 0.9em;
	padding: 0.5em 0 0.5em 0;
}


h1 {
	font: bold 1.4em Georgia, serif;
	color: #83a050;
	border-top: 2px #888 solid;
	margin: 5px 0 0 60px;
	padding: 10px 0 0 0;
}

h2 {
	font: normal 1.4em Georgia, serif;
	color: #333;
	margin: 0 0 0.5em 0;
}

h3 {
	margin: 1em 0 0 0;
}

h2 a, h3 a, h4 a {
	color: #83a050;
}

.textstrong {
	font-weight: bold;
}

.dropcap {
	float: left;
	color: #777;
	font: italic 7em Georgia, serif;
	line-height: 0.4em;
	padding: 0 5px 10px 0;
}

.whitetext {
	color: #999;
}

#cformsform ol li {
	font: normal 0.9em Helvetica, Verdana, sans-serif;
}

/*General Layout*/

body {
	background-color: #606060;
}

#header, #header img, #navwrapper, #mainwrapper, #sidebar, #blogsidebar, #maintext, #footwrapper, #footleft, #footright {
	float: left;
}

#content {
	width: 1000px;
	margin: 0 auto;
}

.midnav {
	padding-top: 0.5em;
}

#mainwrapper {
	background: url('images/dkb_contentback.png');
	background-repeat: repeat-y;	
	width: 1000px;
	padding: 0 0 50px 0;
}

div.post {
	margin-bottom: 2em;
}

ul.postnavigation li {
	list-style-type: none;
	display: inline;
	margin-right: 1em;
}

.post-info {
	color: #777;
}

#sidebar {
	width: 290px;
	padding-right: 10px;
}

#sidebar img {
	margin: 10px 0 0 50px;
}

#navwrapper {
	width: 100%;
}

ul#navwrapper {
	margin: 15px 0 0 60px;
}

ul#navwrapper li {	
	line-height: 1.8em;
}

ul#navwrapper li a, #navwrapper li a span{
	font: 1em Georgia, serif;
	color: #943d16;
}

ul#navwrapper li a:hover, #navwrapper li a span:hover {
	color: #000;
}

ul#navwrapper li.current_page_item a {
	color: #333;
}

#blogsidebar {
	width: 240px;
  margin: 40px 20px 20px 60px;
}

#blogsidebar ul {
	margin: 0 0 20px 0;
}

#searchform {
	margin: 0 0 20px 0;
}

#searchform label {
	display: block;
	font-size: 0.8em;
}

#submit {
	display: block;
	margin: 1em 0 1em 0;
}

#maintext {
	width: 590px;
	margin: 15px 60px 0 20px;
}

#maintext ul li {
	font-size: 0.8em;
	list-style-type: disc;
	margin: 0 75px;
}

#footwrapper {
	width: 1000px;
	background: url('images/dkb_footer.png');
	background-repeat: repeat-y;
	color: #83a050;	
	font-size: 0.8em;
}

#footleft {
	float: left;
	width: 600px;
	padding: 20px 40px 80px 60px;
}

#footright {
	width: 200px;
	margin: 20px 60px 80px 40px;
	text-align: right;
}

/*Exceptions*/

#footleft a, #footright a {
	text-decoration: none;
	color: #83a050;
}

#footleft a:hover, #footright a:hover {
	color: #999;
	text-decoration: underline;
}
