/*
Theme Name: DD
Theme URI: dustydays.net
Description: DD
Version: 0.9
Author: Kalle & Mikko
*/


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

body {
	background: url(http://dustydays.net/wp-content/themes/DD/images/bg_grad.jpg) repeat-x;
	background-color:#267c8a;
	font-family: Helvetica, Arial;
    font-size:13px;
    color: #d9f3fd;
	margin:0px;
	padding:0px;
}

table {
border-top:1px solid #d9f3fd;
border-right:1px solid #d9f3fd;
border-collapse:collapse;
}

td, th {
border-bottom:1px solid #d9f3fd;
border-left:1px solid #d9f3fd;
padding:.3em 1em;
text-align:center;
}

img {
	border:0;
	}

#tweetie a{
	width: 150px;
	height: 130px;
	text-indent: -9999px;
	position: absolute;
	right: 0;
	background: url(http://dustydays.net/wp-content/themes/DD/images/twitter.png) no-repeat;
	display: block;
}

#tweetie a:hover{
	width: 150px;
	height: 130px;
	display: block;
	background: url(http://dustydays.net/wp-content/themes/DD/images/twitterover3.png) no-repeat;
}

h2, h3 {
	font-family: Helvetica, Arial;
	font-style: bold;
	font-size: 26px;
	color: #d9f3fd;
	margin:0px;
	padding:0px;
	}

em {
	font-family: Helvetica, Arial;
	font-style: normal;
	font-weight:bold;
	font-size: 36px;
	color: #367065;
	margin:0px;
	padding:0px;
	}

h1 {
	font-family: Helvetica;
	font-style: bold;
	font-size: 66px;
	color: #367065;
	letter-spacing:-3;
	margin:0px;
	padding:0px;
	}

h1 a{
	font-family: Helvetica;
	font-style: bold;
	font-size: 66px;
	color: #367065;
	letter-spacing:-3;
	margin:0px;
	padding:0px;
	}

h4 {
	font-family: Helvetica, Arial;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 1.0em;
	}

h2 a:hover, h3 a:hover {
	color: #d9f3fd;
	text-decoration: none;
	margin:0px;
	padding:0px;
	}

a {
	color: #b1f1db;
	text-decoration: none;
	font-style: bold;
	margin:0px;
	padding:0px;
	}

a:hover {
	color: #d9f3fd;
	}

ul {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
    display: block;
    width:1000px; 
}

#line {
	margin-left: 62px;
	
}

#logo {
	//background: url(http://dustydays.net/wp-content/themes/DD/images/logo.jpg);
	float:left;
	width:690px;
	height: 153px;
	z-index:1;
	
}

#menu {
	float:right;
	padding-right:62px;
	padding-top:94px;
	z-index:2;
	
}

#menu a {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 36px;
	color: #367065;
	margin:0px;
	padding:0px;
	}

#menu em {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-style: normal;
	letter-spacing:-1;
	font-size: 36px;
	color: #367065;
	margin:0px;
	padding:0px;
	}

#menu a:hover {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-style: normal;
	font-size: 36px;
	color: #d9f3fd;
	margin:0px;
	padding:0px;
	}

twitter {
	font-family: Helvetica;
    font-size:12px;
    color: #d9f3fd;
    margin:0px;
	padding:0px;
	//padding-top:20px;
}

#header {
	margin-top:0px;
    width: 1000px;
    height: 156px;
    font-family: Helvetica, Arial;
}
#main {
    padding-left:42px;
	padding-top:20px;

}

#content {
	margin-left: 20px;
	margin-right: 20px;
	//margin-top:13px;
    width: 550px;
    float: left;
}

.column {
width:250px;
margin-left:5px;
float:left;
}

.post {
	margin-top:20px;
	}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

#sidebar {
    width: 225px;
    font-family: Helvetica;
    float: right;
	padding-right:60px;
}

#sidebar h2, h3 {
	font-family: Helvetica, Arial;
	font-style: bold;
	font-size: 26px;
	color: #d9f3fd;
	margin-top: 20px;
	padding:0px;
	}

#delimiter {
    clear: both;
}

#footer {
	text-align: center;
}

.title {
    font-size: 11pt;
}

/* FORM */
input, textarea {
	padding: 4px;
	border: solid 1px #D9F3FD;
	outline: 0;
	width: 300px;
	background: #D9F3FD;
	}

textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: #367065;
	}

.form label {
	margin-left: 10px;
	color: #D9F3FD;
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #367065;
	border: 0;
	font-size: 14px;
	color: #D9F3FD;
	}
/* FORM END */

