/*  
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: '';
}
a {
	text-decoration: none;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
* a {
	position: relative;
}

/* 2. General */

a img {
	border: none;
}
body {
	font: 13px Georgia;
	color: #999999;
}
h1	a {
	font-size: 300%;
	color: #000;
	font-weight: normal;
	font-variant: small-caps;
}
h1 a:hover {
	color: #336666;
}
h2	a {
	font-size: 200% Helvetica;
	font-weight: normal;
}
input {
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}
#wrap {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}
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 {

}

#header h1 {
	width: 1169px;
	height: 193px;
	background: url('images/headerblog.jpg') no-repeat left top;
	text-indent: -9999px;
	margin: 30px 0;
}

div.left {
	float: left;
	width: 630px;
}
div.description {
	font-size: 150%;
	display: none;
}
div.search {
	float: right;
	width: 270px;
	margin-top: 7px;
}
div.search form {
	padding: 7px 0 28px;
}
.search form input {
	border: 1px #336666 solid;
	padding: 5px;
	background: #fff;
}
form input#s {
	padding: 6px 5px;
}

/* 4. Navigation */


div.navigation {
	display: block;
	width: 100%;
	float: left;
}
.navigation ul {
	padding-bottom: 35px;
	width: 630px;
	float: left;
}
.navigation ul li {
	list-style: none;
	display: inline;
}
.navigation ul li a {
	margin-right: 28px;
	color: #6883a7;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
}
.navigation ul li a:hover, .navigation ul li.current_page_ancestor a, .navigation ul li.current_page_item a {
	border-bottom: solid 4px #6883a7;
}

div.here{
	font-size:90%;
	padding:0 0 3px 0;
	background:url(images/dot.gif) bottom repeat-x;
	color:#6883a7;
	float:right;
	width:270px;
	margin-top:50px;
	
	}
/* 5. Post */

div.post {
	font-size: 90% Helvetica;
	line-height: 155%;
	padding: 15px 0 0;
	float: left;
	width: 600px;
//	background: url(images/dot.gif) bottom repeat-x;
}
.post p {
	padding: 7px 0;
	word-spacing: 3px;
}
.entry h2{
	font-size:150% Georgia, sans-serif;
	font-weight:normal;
	margin:10px 0 -5px 0;
	color:#336666;
	}
.entry h3{
	margin:10px 0 -5px 0;
	color:#000;
	}	
.post strong {
	color: #336666;
}
.post em, .post address, .post i {
	color: #336666;
	font-style: italic;
}

.post p a {
	color: #336666;
	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: #999;
	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: #336666
	text-decoration: none;
}
div.next-past a:hover {
	text-decoration: underline;
}

/* 5.1 Post > Permalink */

h2.permalink a {
	font-size: 250%;
	color: #336666;
	line-height: 110%;
}
.permalink a:hover {
	text-decoration: underline;
}

.page h2 {
	font-size: 24px;
	color: #336666;
	font-weight: normal;
}
	

/* 5.2 Post > MetaData */

h3.d {
	margin-top: 5px;
	font-weight: normal;
	color: #336666;
	font-size: 95%;
}
h3.d a {
	color: #336666;
	text-decoration: underline;
}
h3.d a:hover {
	text-decoration: none;
}
h3.d span a {
	color: #888;
}

#home .search, #home #bar {
	display: none;
}

#home .post {
	width: 960px;
}

#home {
	background: url('images/bar.jpg') repeat-x 0px 513px;
}

.ngg-album {
	width: 291px;
	float: left;
	display: inline;
	margin-right: 10px;
	height: 148px !important;
}

div.page {
	width: 940px;
}

.ngg-albumtitle a {
	font-size: 16px;
	color: #336666;
	font-weight: normal;
}

.slideshowlink { display: none; }

#right_col {
	float: right;
	width: 300px;
	display: inline;
	padding-top: 15px;
}

.profile .page {
	width: 600px;
}

.profile h3 {
	color: #333;
	font-size: 14px;
}

#products #left_col {
	width: 380px;
	float: left;
	display: inline;
	margin-right: 100px;
}

#products #right_col {
	width: 380px;
	float: left;
	display: inline;
}

/* 6. Sidebar */

#sidebar {
	float: right;
	width: 270px;
	margin-top: 230px;
}
#sidebar h2 {
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 140%;
	margin: 14px 0 3px;
	background: url(images/dot.gif) bottom repeat-x;
	padding: 5px 0 7px;
}
#sidebar ul li {
	display: inline;
}
#sidebar ul li a {
	display: block;
	padding: 2px 0;
	color: #336666;
	font-size: 90%;
}
#sidebar ul li a:hover {
	color: #336666;
	text-decoration: underline;
}

/* 6.1 Sidebar > Subscribe */

div.subscribe h3 {
	font-weight: normal;
	font-size: 170%;
	color: #336666;
	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: #336666;
}

/* 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;
	text-decoration: underline;
	margin-bottom: 5px;
	word-spacing: 1px;
	letter-spacing: 0.1px;
	color: #336666;
}
#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 */

#bar {
	width: 100%;
	height: 69px;
	background: url('images/bar.jpg') repeat-x left top;
	clear: both;
	margin-top: 40px;
	float: left;
}

.interiors #bar, .oldest-parent-2 #bar, .furnishings #bar, .oldest-parent-4 #bar {
	height: 113px;
	background-position: left center;
}

.interiors #bar_images, .oldest-parent-2 #bar_images, .furnishings #bar_images, .oldest-parent-4 #bar_images {
	margin: 0 auto;
	text-align: left;
	width: 950px;
	padding-left: 10px;
}

.parent-pageid-4 .entry a, .furnishings .entry a {
	border: solid 1px #ccc;
	padding: 2px;
	height: 100px;
	width: 100px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#footer {
	padding: 30px 10px;
	font-size: 10px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 940px;
	margin: 0 auto;
	clear: both;
}

#footer p {
	text-align: right;
}

#footer p.address {
	width: 500px;
	float: left;
	display: inline;
	text-align: left;	
	font-size: 12px;
}

#footer a {
	color: #336666;
}
#footer a:hover {
	color: #336666;
	text-decoration: underline;
}

.clear {
	display: block;
	clear: both;
}
