@charset utf-8;
/*
Theme Name: Eesti Miniklubi
Theme URI: http://www.miniklubi.com
Author: Eero Otsus, Rue Jarry
Author URI: http://www.ruejarry.ee
Description: 
Version: 3.2.1

 * Built on the Whiteboard Framework
 * http://whiteboardframework.com
 */

/*
 * The Whiteboard Framework is licensed under the GPL license.
 * Feel free to use the Whiteboard Framework for commercial and non-commercial ventures.
 * We require a link in the CSS file and request a link on the website
*/

/*
List of divs in Whiteboard
Note that this list does not include the dynamically generated ids and classes, such as the body classes, the post ids, etc
*/

body {
	background-color: #f7eee0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #4E2722;
	font-weight: 400;
}

h1 {
	font-size: 21px;
	color: #C63;	
	margin: 50px 0 25px 0;
	clear: both;
}

h2 {
	font-size: 18px;
	color: #C63;	
	margin: 40px 0 20px 0;
	clear: both;
}

h3 {
	font-size: 16px;
	color: #C63;	
	margin: 10px 0 0 0;
}

h4 {
	font-size: 14px;
	color: #4E2722;	
	margin: 10px 0 0 0;
}

a {
	text-decoration: none;
	color: #CC6633;
}
a:visited {
	text-decoration: none;
	color: #CC6633;
}
a:hover {
	text-decoration: underline;
	color: #CC6633;
}
a:active {
	text-decoration: none;
	color: #CC6633;
}

#main {
	width: 800px;
	margin: 0 auto;
	

}

header {
	text-align: center;
	margin: 0 0 40px 0;
}
	header img {
		margin: 0 25px 0 0;
	}

#content {
	width: 790px;
	margin: 0 auto;
}
	.featured-thumbnail {
		float: left;
		margin: 0 20px  0 0;
		width: 250px;
		height: 250px;
		overflow: hidden;
	}
	
	.featured-thumbnail img {
		margin-left: 0px;
		text-align: center;
	}


.newer-older {
	margin-top: 40px;
	clear: both;
	border-top: 1px solid #D6C7B0;
	padding: 10px;
}
	.newer-older .newer {
		float: right;
	}
	.newer-older .older {
		float: left;
	}


	.post-single {
		min-height: 250px;
	}
	.post-excerpt {
		margin-left: 270px;
	}
	
	.post-excerpt img {
		display: none;
	}
	
	
	.post-excerpt h1, .post-excerpt h3, .post-excerpt h3 {
		clear: none;
		color: #4E2722;
	}

#error404 {
	
}


#footer {
	font-size: 8px;
	text-align: right;
	width: 700px;
	margin: 50px auto;
}
	#widget-footer {
		
	}
	#footer-nav {
		
	}
	
.no-results {
	
}

.widget-area {
	
}

.none { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	float: left;
	margin: 5px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}

/* Always remember to compress your live stylesheet and keep an uncompressed backup */