/*  
Theme Name: Sunset
Theme URI: http://db0.org
Description: Sunset theme for db0.org
Version: 1.0
Author: Timo Hintsa
Author URI: http://db0.org/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	vertical-align: top;
	color: #fafafa;
  background: #000 url('img/sunset_bg.jpg') 50% 0% no-repeat;
}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0 0 10px 0;
}

h1{
	font-size: 2em;
}

h2{
	font-size: 1.6em;
}

h3{
	font-size: 1.3em;
}

h1, h1 a, h1 a:link, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #fff;
}

h2, h2 a, h2 a:link, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:link, h3 a:hover, h3 a:visited {
	text-decoration: none;
	color: #eee;
}

#blogname a {
	font-size: 2em;
	font-weight: bold;
	color: #000;
}

#blogdescription {
	margin-top: 0.6em;
	margin-bottom: 2em;
	font-size: 1.2em;
}

a:link, a:visited{
	text-decoration: none;
	color: #27c;
}

a:hover{
	text-decoration: underline;
	color: #149;
}

p{
	padding: 10px 0 0 0;
}

small {
	color: #ddd;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote p {
	padding-top: 0px;
}

.spoiler {
	color: #000;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header{
	float: left;
	width: 750px;
	text-align: center;
	margin-top: 1.4em;
}

#container{
	float: left;
	width: 500px;
	font-size: 1.2em;
}

.post{
	padding: 1em;
	margin-top: 1em;
	text-align: justify;
	background: #000; 
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 1.5em;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.navigation{
	padding: 1em;
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	background: #000; 
}

.sidebar{
	float: left;
	width: 240px;
	background: #000; 
	color: #ccc;
	margin: 1.2em 0 0 1em;
	display: inline;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

#footer{
	clear: both;
	float: left;
	width: 750px;
	background: #000; 
	margin-top: 1em;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.alignright {
	float: right;
  margin-left: .5em;
}

.alignleft {
	float: left;
  margin-right: .5em;
}

.centered , .aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

div.imagecontainer div.text{
	text-align: center;
	color: #aaa;
}

div.imagecontainer {
	padding-top: 12px;
}