* {
	margin:0px;
	padding:0px;
}

kquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}

/* Typography
*******************************/
pre, var, code { 
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}


/* Header elements
*******************************/
h1, h2, h3, h4, h5, h6 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top:17px;
	margin-left:17px;
}

h1 {
    font-size:26px;
    color:#088998;
}
h2 {
    font-size:24px;
    color:#898989;
}
h3 {
    font-size:18px;
	font-style:normal;
    color:#898989;
}
h4 {
    font-size:18px;
	font-style:normal;
    color:#088998;
	margin-left:0px;
	margin-bottom:2px;
}


/* Text elements
*******************************/
ul, ol, dl {
	line-height:1.6em;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}


ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;
}

p {
	margin: 17px 17px 0 17px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align: left;
	line-height:1.6em;
	text-align:justify;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ins {
	text-decoration:none;
}

del {
	text-decoration:line-through;
}

img {
	border:0;
	outline:0;
}

blockquote {
    border-left: 2px solid #088998;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}

a:visited, a:hover, a:active{
    color:#088998;
    text-decoration:underline;
}

a:link{
    color:#088998;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
	color: #707070;
	background-color:#c4edf1;
	line-height: 1.6em;
}
#root {
	width:1000px;
	margin:0 auto;
	background-color:green;
	background:url(images/logo.png) 100% 45px no-repeat;
}

#logo-douglas {
	background:url(images/logo.png) 100% 45px no-repeat;
}

#container {
    background:url(images/bg.gif) 0 0 repeat-x #c4edf1;
}

/* Header
*******************************/
#header {
    height:98px;
	margin-bottom:1px;
    color:red;
    padding:40px 0 0 0;
	background-color:transparent;
}
#main {
	margin:0;
	padding:0;
	background-color:transparent;
}
#header a {
    color:#c4edf1;
    text-decoration:none;
}
#header h2 {
    line-height:1.3;
    font-size:1em;
    color:#c4edf1;
}

/* Navigation
*******************************/
#nav{
    overflow:hidden;
    width:1000px;
    padding-top:5px;
	padding-bottom:5px;
    list-style:none;
	height:35px;
}
#nav li{
    float:left;
}
#nav a{
    float:left;
    padding:0 0 0;
    margin-left:20px;
    height:24px;
    border-bottom:5px solid #088998;
    text-decoration:none;
    font-size:1.09em;
}
#nav a:hover,
#nav .current_page_item a{
   border-color:#c4edf1;
}

/* Content
*******************************/
#content {
    width:750px;
    margin: 0;
    float: left;
/*	background-color:#c4edf1; */
}

.news {
	display:block;
	float:left;
	margin-top: 17px;
	margin-left:17px;
	margin-right:17px;
	text-align:justify;
}
.news h1, h3 {
	margin-bottom: 8px;
	margin-left:18px;
	color:#707070;
	font-style:inherit;
}
.news hr {
	margin-left:0px;
	width:665px;
	border:0px;
	height:1px;
	background-color:#c8c8c8;
	border-style:inset;
	margin-bottom:5px;
}
.news span {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.6em;
	text-align:justify;
	vertical-align:top;	
}

#content-top {
    width:750px;
    float:right;
	height:26px;
	background:url(images/bg_content_top.gif) 0 0 no-repeat #c4edf1;
}

#content-page {
    width:700px;
    float:right;
	padding: 0px 25px;
	background:url(images/bg_content.gif) 0 0 repeat-y #c4edf1;
}

#content-bottom {
	width:750px;
    float:right;
	height:26px;
	background:url(images/bg_content_bottom.gif) 0 0 no-repeat #c4edf1;
	margin-bottom:50px;
}

#content .post {
    padding-bottom:1.5em;
    margin-bottom:1.5em;
    border-bottom:1px solid #bbc2c6;
}
#content ul {
	line-height:2;
	margin: 0 0 2px 40px;
}	

#content .single {
    border-bottom:0;
}
#content h2 a {
    text-decoration:none;
}
#content h2 a:hover {
    color:#465c79;
}
.postdata {
    padding:8px 0;
    margin-bottom:8px;
    border:1px solid #eee;
    border-left:0;
    border-right:0;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.6em;
    clear:both;
}

/* Sidebar
*******************************/
#sidebar {
    width:240px;
    float:right;
	margin-top: -70px;
	background-color:#c4edf1;
}
#sidebar h3 {
    padding:0 0 12px 20px;
    border-left:2px solid #c4edf1;
}
#sidebar .box {
    margin-bottom:18px;
}
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar #searchform,
#sidebar .box li a,
/* #sidebar .box .current-cat li a {
    border-left:2px solid #c4edf1;
}*/
#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
    padding:0 0 0 20px;
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li {
    display:inline;/*for IE*/
}
#sidebar .box li a {
    display:block;
}
#sidebar .box li li a {
    padding-left:55px;
}
#sidebar .box li li li a {
    padding-left:75px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    border-color:#7E929E;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#c4edf1;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

/*rss button
#sidebar .rss {
    height:59px;
    margin-bottom:2px;
}/*
#sidebar .rss a {
    float:right;
    width:77px;
    height:59px;
    background:url(images/rss-icon.gif) 0 0 no-repeat;
    text-indent:-9999px;
}
*/
/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#088998;
}
#searchform input#search-submit {
    background:#088998;
    border:1px solid #088998;
    width:30px;
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#088998;
}
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #088998;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
    clear:both;
    height:36px;
    background:url(images/footer.gif) 0 0 repeat-x #FFF;
}
#footertext
{
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	width:1000px;
	margin:0 auto;
	padding: 10px;
	text-align:center;
}

/* PHP-LIST
********************************/
.contactleft {
	float:left;
	width:100px;
	height:25px;
	font-size:12px;
	margin-left:17px;
}
.contactright {
	float:right;
	width:550px;
	height:25px;
}
.contactright input {
	width: 280px;	
}
.phplist {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-left:17px;
}
.phplist span {
	display:block;
	clear: both;
	padding-top: 15px;
	padding-bottom: 5px;
}
#contactsubmit {
	display: block;
	clear: both;
	margin: 17px;
	width:200px;
}
.phplist
{
	padding-top: 15px;
}
.phplist ul {
	list-style-type: none;	
}
