/*
Theme Name: Naked Serenity
Theme URI: http://www.wpdesigner.com/
Description: Very basic, minimalist theme.
Version: 1.0
Author: Jeremy Vinding
Author URI: http://www.jeremyvinding.com/
License: TODO
*/
/*
Base CSS.  based on reset.css, base.css and fonts.css from YUI:
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#333;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,th,td{margin:0;padding:0;}
h1,h2,h3{margin:1em 0;padding:0;}
blockquote{margin:1em;padding:0;}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%;}
fieldset,img{border:0;}
address,caption,cite,code,em,strong,th{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;border-bottom:1px dotted #000;font-variant:normal;cursor:help;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}
h1{font-size:138.5%;}
h2{font-size:123.1%;}
h3{font-size:108%;}
h4,h5,h6{font-size:100%;}
em{font-style:italic;}
body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;}
pre,code,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/*
 * end yui
 */

/*
 * base
 */
a {
	color: #333;
}
a:hover {
	color: #000;
}

/*
* layout
*/
body {
	text-align: center;
	background: #f3f3f3;
}
#hd {
	text-align: right;
}
#bd {
	text-align: left;
}
#hd,
#bd,
#ft {
	width: 750px;
	padding: 10px;
	border: dotted #333;
	border-width: 0 1px;
	margin: 0 auto;
	background: #fff;
}
.hfeed {
	width: 500px;
	float: left;
}
.clear {
	line-height: 0;
	clear: both;
}
/*
 * header
 */
#hd h1 {
	margin-bottom: 0;
}
#hd p {
	margin-bottom: 1em;
}
/*
 * footer
 */
#ft p {
	padding: 5px;
	border-top: 1px dotted #333;
	color: #ccc;
}
#ft a {
	color: #ccc;
}
#ft a:hover {
	color: #666;
}

/*
 * menu
 */
#menu {
	padding: 5px;
	border: dotted #666;
	border-width: 1px 0;
}
#menu li {
	display: inline;
	padding-left: 1em;
}
#menu a {
	text-decoration: none;
/*	border-right: 1px solid #666;*/
	padding-left: 1em;

}
#menu a:hover {
	text-decoration: underline;
	color: #000;
}
/*
 * pagination
 */
.navigation {
	text-align: right;
}
/*
 * category
 */
.hentry .category {
	margin-bottom: 0;
}
.category a {
	text-decoration: none;
	color: #ccc;
}
.category a:hover {
	text-decoration: underline;
	color: #666;
}
/*
 * title
 */
.entry-title {
	padding-bottom: 5px;
	margin: 0;
	border-bottom: 1px dotted #333;
}
.entry-title a {
	text-decoration: none;
}
.entry-title a:hover {
	text-decoration: underline;
}
/*
 * time/comments
 */
time {
	margin: 2px 0 1em;
	padding: 0;
	float: left;
}
.hentry .comments {
	margin: 2px 0 0;
	text-align:right;
}

/*
 * post
 */
.hentry {
	margin-bottom: 50px;
}
.entry-content {
	clear: both;
}
.hentry p,
.hentry ul {
	margin: 1em 0;
}
.hentry li {
	margin-left: 2em;
	list-style: disc outside;
}
code,
blockquote {
	padding: 1em;
	border: 1px dotted #333;
	margin: 1em;
	background-color: #f3f3f3;
	display: block;
}
blockquote blockquote {
	background: #fff;
}
/*
 * post meta
 */
.entry-meta {
	padding: .5em 0;
	border: dotted #333;
	border-width: 1px 0;
}
/*
 * sidebar
 */
.sidebar {
	padding: 1em;
	margin-left: 520px;
	background-color: #f3f3f3;
}
.sidebar li {
	margin-left: 1em;
/*	list-style: disc outside;*/
}