/* 
Theme Name: DW
Theme URI: http://www.wilsondan.co.uk
Description: wanky
Version: 0.1
Author: Sue Bailey
Author URI: http://blogmum.com
*/


* {
border: 0px;
margin: 0px;
padding: 0px;
}



html {
height: 100%;
}

body {
margin: 0px;
padding: 0px;
background: #b2c4cb url('mainstripe.jpg') repeat-x; 
font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
}

#content {
width: 1000px;
margin: 0px auto;
padding-bottom: 20px;
background: white;
text-align: center;       
-moz-box-shadow: 2px 2px 10px #000;
-webkit-box-shadow: 2px 2px 10px #000;
filter:DropShadow(Color=#000000, OffX=2, OffY=2)
}

#header { 
width: 1000px;
margin: -8px auto 0px auto;
background: url('sunrise.png');
height: 200px;
border-bottom: 1px solid #b0b0b0;
}



#main {
width: 680px;
padding-left: 10px;
float: left;
font: 100% 'Trebuchet MS', Verdana, Arial, sans-serif;
line-height: 1.6;
text-align: left;
}

.featured {
padding: 10px 20px 0px 0px;
}

.featured h2 a {
text-decoration: none;
}

#navi {
text-align: center;
}

/* SIDEBAR */

#sidebar {
width: 300px;
float: right;
text-align: left;
padding: 10px 10px 0px 0px;
font-family:'Trebuchet MS', Verdana, Arial, sans-serif;
}

#sidebar h2 {
background: #b2c5cb url('sidebarh2bg.png') repeat-x;
color: #375c68;
font-size: 90%;
font-weight: normal;
letter-spacing: 1px;
padding: 3px;
text-transform: uppercase; 
font-variant: small-caps;
margin: 10px 0px;
}

.aboutpic {
border: 1px solid #c0c0c0;
margin: 0px 0px 3px 3px;
padding: 3px;
float: right;
}

#sidebar li {
list-style-type: none;
padding: 5px 0px;
border-bottom: 1px solid #ccc;
font-size: 90%;
}

#sidebar a {
text-decoration: none;
}

/* HOMEPAGE */

.homepost {
display: table-row;
padding: 15px 0px;
}

.thumbnail {
display: table-cell;
vertical-align: middle;
padding: 3px;
}


.thumbnail img {
border: 1px solid #c0c0c0;
padding: 3px;
}

.postexcerpt {
display: table-cell;
padding: 10px 30px 10px 10px;
}

.homepost h2 a {
font-size: 80%;
text-decoration: none;
font-weight: normal;
color: #375c68;
letter-spacing: 1px;
}

.homepost h2 a:hover {
color: white;
}

/* HEADER */
#stripe {
background: transparent url('stripe.png') repeat-x;
height: 38px;
text-align: right;
position: relative;
z-index: 1;
}

#stripe img {
padding: 5px;
}

#searchform {
float: left;
padding: 5px;
}


#dw {
padding: 55px 0px 0px 10px;
text-align: center;
width: 420px;
font: 11pt 'Trebuchet MS', Verdana, Arial, sans-serif;
}

#dw p {
font-variant: small-caps;
letter-spacing: 3px
}



/* page links in header */
#header ul {float: right; padding-top: 20px; }
#header li {list-style-type: none; display: inline;}
#header ul li a { border: 1px solid #f0f0f0; padding: 5px; font-size: 20px; font-family: 'Trebuchet Ms', 'Verdana', 'Arial', sans-serif; text-decoration: none; text-align: center; color: #5e8d4f; background: white; margin: 10px; }

/* SINGLE POST */
.singlepost {
padding-right: 20px;
}

.singlepost p {
padding-bottom: 10px;
}

.singlepost h1 {
color: #355f6c;
}

.postmeta {
clear: both; 
font-size: 90%; 
color: #999;
padding: 20px 0px;
}

.navleft {
float: left;
}

.navright {
float: right;
}

/* FOOTER */

#footer {
clear: both;
background: transparent url('footerstripe.jpg') repeat-x;
height: 350px;
color: white;
margin-top: -10px;
padding-top: 20px;
}

#footerinner {
width: 998px;
margin: 0px auto;
}

#footerinner p{
clear: all;
padding-top: 20px;
}

.footerthird {
width: 33%;
float: left;
padding-top: 10px;
text-align: left;
}

.footerthird li {
list-style-type: none;
}

.footercenter {
text-align: center;
}

#footerinner a:link, #footerinner a:visited {
color: white;
}

/* FORMS */

input, select, textarea {
border: 1px solid #ccc;
}

select {
padding: 3px;
}

/* LINKS */

a:link {
color: #355f6c;
}

a:visited {
color: #5894a7;
}

a:hover {
background: #355f6c;
color: white;
}

a.nohover:hover, .thumbnail a:hover {
background: transparent;
}


/* IMAGES */

.singlepost img, .alignleft {
float: left;
margin: 0px 10px 5px 0px;
padding: 3px;
border: 1px solid #ccc;
	}

.aligncenter, object {
display: block;
margin-left: auto;
margin-right: auto;
padding: 3px;
border: 1px solid #ccc !important;
	}

.alignright {
float: right;
margin: 0px 0px 5px 10px;
padding: 3px;
border: 1px solid #ccc;
	}


.wp-smiley {
vertical-align: bottom;
float: none !important;
}

/* COMMENTS */
.comment {
display: table-row;
padding: 15px 0px;
}

.comment-avatar {
display: table-cell;
vertical-align: top;
padding: 3px;
font-size: 80%;
width: 100px;
}

.comment-avatar img {
border: 1px solid #c0c0c0;
padding: 3px;
}

.comment-comment {
display: table-cell;
vertical-align: top;
padding: 3px 30px 10px 10px;
}

.comment-comment img {
border: 0px;
}

.archive li {
list-style-type: none;
}