/*  
Theme Name: Minimalist
Theme URI: http://www.divitodesign.com/2008/08/wordpress-theme-release-minimalist/
Description: Minimalistic Wordpress Theme by DivitoDesign called Minimalist.
Version: 1.0
Wordpress Version: 2.6 + 
Author: Stefan Vervoort
Author URI: http://www.divitodesign.com
Structure: Structure taken from the Naked theme by Elliot Jay Stocks
*/

	/* CSS NAVIGATION 
	
	1. Reset
	2. General
	3. Header
	4. Navigation
	5. Post
		5.1 Permalink
		5.2 MetaData
	6. Sidebar
		6.1 Subscribe
	7. Comments
		7.1 Odd/Even (Change these background colors to change the background of your comments)
	8. Footer
	
	*/

/* 1. Reset */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
* a {
	position: relative;
}

/* 2. General */

a img {
	border: none;
}
body { font: 11px Georgia, serif; color: black; position: relative; background: url(images/background.png) repeat 0 0; }
h1	a {
	font-size: 300%;
	color: #000;
	font-weight: normal;
	font-variant: small-caps;
}
h1 a:hover {
	color: #333;
}
h2	a {
	font-size: 200%;
	font-weight: normal;
}
input {
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}
#wrap {
	width: 1000px;
	vertical-align:middle;
	margin: 0 auto;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
	
/* 3. Header */

#header {
	margin-bottom: 5px;
}
div.left {
	float: left;
	background: url(images/cloud.png) no-repeat;
	width: 450px;
	height: 200px; 
	
}
div.left a { display: block; width: auto; height:  200px; }
div.description {
	font-size: 150%;
}
div.search {
	float: right;
	width: 270px;
	margin-top: 7px;
}
div.search form {
	padding: 7px 0 28px;
}
.search form input {
	border: 1px #c41528 solid;
	padding: 5px;
	background: #fff;
}
form input#s {
	padding: 6px 5px;
}

/* 4. Navigation */

div.navigation {
	display: block;
	width: 100%;
	float: left;
	margin-top: 28px;
}
.navigation ul {
	margin-top: 21px;
	padding-bottom: 35px;
	width: 630px;
	float: left;
}
.navigation ul li {
	list-style: none;
	display: inline;
}
.navigation ul li a {
	padding: 7px;
	margin-right: 5px;
	background: #999;
	color: #fff;
}
.navigation ul li a:hover {
	background: #c41528;
} 

div.here{
	font-size:90%;
	padding:0 0 3px 0;
	background:url(images/dot.gif) bottom repeat-x;
	color:#c41528;
	float:right;
	width:270px;
	margin-top:20px;
	
	}

/* 5. Post */

div.post {
	font-size: 100%;
	line-height: 150%;
	padding: 15px 0 0;
	float: left;
	width: 600px;
}
.post p {
	padding: 7px 0;
}
.entry h2{
	font-size:150%;
	font-weight:normal;
	margin:10px 0 -5px 0;
	color:#c41528;
	}
.entry h3{
	margin:10px 0 -5px 0;
	color:#000;
	}	
.post strong {
	color: #666;
}
.post em, .post address, .post i {
	color: #c41528;
	font-style: italic;
}

.post p a {
	color: #c41528;
	text-decoration: underline;
}
.post a:hover {
	text-decoration: none;
}
.entry {
	margin: 14px 0;
}
.entry img{
	margin:3px 5px 3px 0;
}
a.more-link {
	padding: 3px;
	background: #666;
	color: #fff!important;
	text-decoration: none;
}
a.comment-link {
	display: inline;
	color: #fff;
}
div.next-past {
	background: url(images/dot.gif) top repeat-x;
	padding: 20px 5px 0;
	font-size: 100%;
}
div.next-past a {
	color: #c41528;
	text-decoration: none;
}
div.next-past a:hover {
	text-decoration: underline;
}

/* 5.1 Post > Permalink */

h2.permalink a {
	font-size: 250%;
	color: #c41528;
	line-height: 110%;
}
.permalink a:hover {
	text-decoration: underline;
}

/* 5.2 Post > MetaData */

h3.d {
	margin-top: 5px;
	font-weight: normal;
	color: #666;
	font-size: 95%;
}
h3.d a {
	color: #bbb;
	text-decoration: underline;
}
h3.d a:hover {
	text-decoration: none;
}
h3.d span a {
	color: #888;
}

/* 6. Sidebar */

#sidebar {
	float: right;
	width: 270px;
	margin-top: 4px;
}
#sidebar h2 {
	color: #c41528;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 150%;
	margin: 14px 0 3px;
	padding: 5px 0 7px;
}
#sidebar ul li {
	display: inline;
}
#sidebar ul li a {
	display: block;
	padding: 2px 0;
	color: #333;
	font-size: 120%;
}
#sidebar ul li a:hover {
	color: #c41528;
	text-decoration: underline;
}

/* 6.1 Sidebar > Subscribe */

div.subscribe h3 {
	font-weight: normal;
	font-size: 170%;
	color: #c41528;
	margin: 14px 0 10px;
}
.subscribe {
	margin-bottom: 18px;
}
ul.sub li a {
	font-size: 150%!important;
	color: #fff!important;
	background: #999;
	padding-left: 5px!important;
	margin-top: 2px;
}
ul.sub li a:hover {
	background: #c41528;
}

/* 7. Comments */

ol.commentlist {
	padding: 0;
}
.commentlist li {
	list-style: none;
	margin-bottom: 14px;
}
.commentlist cite img {
	padding: 1px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 9px;
}
.commentlist .time {
	background: url(images/bg_clock.gif) no-repeat 1px;
	padding-left: 15px;
}
.commentlist .author {
	font: small-caps bold 160% Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	margin-bottom: 5px;
	word-spacing: 1px;
	letter-spacing: 0.1px;
	color: #c41528;
}
#comments {
	margin-bottom: 20px;
	font-size: 200%;
}
.comments-template {
	margin-top: 20px;
	padding-top: 10px;
	background: url(images/dot.gif) top repeat-x;
}
.commenttext {
	padding: 10px 15px;
	color: #333;
	margin: 5px 0 15px;
	line-height: 20px;
	background: url(images/dot.gif) top repeat-x;
}
.comments-info {
	font-size: 95%;
	margin-bottom: 10px;
}
.comments-info a {
	color: #222;
}
.comments-template textarea {
	font-size: 100%;
	background: #eee;
	padding: 5px;
	border: 1px solid #ccc;
}
.comments-template p.nocomments {
	padding: 0;
}
.commentlist a, .comments-template a {
	color: #555;
}
.commentlist a:hover, .comments-template a:hover {
	text-decoration: underline;
}
.comments-template h2, .comments-template h3 {
	color: #333;
	margin-top: 10px;
	font: 150% "Times New Roman", Sans-serif;
}

/* 7.1 Comments > Odd/Even (Change these background colors to change the background of your comments) */

.odd {
	background: #E8E8E8;
}
.even {
	background: #EDEDED;
}

/* 8. Footer */

#footer {
  border-top:1px solid #CCC;
  padding-top:25px;
}
#footer a {
	color: #c41528;
}
#footer a:hover {
	text-decoration: underline;
}

