/*
THEME NAME: Simpl Contrast
THEME URI: http://redfactory.nl/themes/simplcontrast/
DESCRIPTION: A simple blog template for all your blogging pleasures!
VERSION: 1.0
AUTHOR: <a href="http://www.redfactory.nl">Red Factory</a>
AUTHOR URI: http://www.redfactory.nl
*/
@import "reset.css";
/*
@font-face {
 font-family: Museo;
 src: url("font/Museo-500.eot")
}
@font-face {
 font-family: Museo;
 font-weight: bold;
 src: url("font/Museo-700.eot")
}
@font-face {
 font-family: Museo;
 src: url("font/Museo-500.ttf")
}
@font-face {
 font-family: Museo;
 font-weight: bold;
 src: url("font/Museo-700.ttf")
}
*/
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	min-width: 960px;
}
.museo {
	font-family: Museo, Helvetica, Arial, sans-serif;
}
.museo-bold {
	font-family: Museo, Helvetica, Arial, sans-serif;
	font-weight: bold;
}
a {
	text-decoration: none;
}
/*a:hover {
	text-decoration: underline;
}*/
strong {
	font-weight: bold;
}
hr {
	border: none 0;
	height: 1px;
	margin: 10px 0;
}
blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}
/* begin ---------------------------------------- header */
#header {
	overflow: hidden;
	width: 100%;
	height: 70px;
	margin: 20px 0 0 0;
}
#logo-container {
	float: left;
}
#logo {
	font-size: 40px;
	font-weight: bold;
	margin: 0 0 0 20px;
}
#logo a {
	color: #1d1d1d;
}
#description {
	font-size: 15px;
	margin: 6px 0 0 24px;
}
#ad {
	float: right;
	height: 60px;
	width: auto;
	text-align: right;
}
#menu-container {
	height: auto;
	width: auto;
	margin: 20px 0 0 0;
}
#menu {
	width: 936px;
	height: 60px;
	font-size: 16px;
}
#menu #mainmenu {
	display: inline-block;
	float: left;
	padding: 22px 0 0 3px;
}
#menu ul li {
	float: left;
	padding: 0 15px 0 15px;
}
#search {
	float: right;
	display: inline-block;
	margin: 12px 20px 12px 0;
	padding: 4px 2px;
	height: 28px;
}
#search #s {
    display: inline-block;
	float: left;
	margin: 5px 2px 0 2px;
	border: 0px;
	width: 196px;
}
#search #searchsubmit {
	float: left;
	display: inline-block;
	height: 18px;
	width: 18px;
	border: 0px;
	margin: 5px 5px 5px 0px;
}
/* end ---------------------------------------- header */
#container {
	width: 940px;
	overflow: hidden;
	margin: 20px 0 0 0;
}
#content-container {
	float: left;
	width: 640px;
	height: auto;
}
#content-container .heading-container {
	height: auto;
	width: auto;
}
#content-container .heading {
	height: 46px;
	width: 636px;
}
#content-container .heading p, #content-container .heading h1, #content-container .heading h2, #content-container .heading h3 {
	margin: 11px 0 0 5px;
	padding: 0 0 0 10px;
	font-size: 26px;
}
/* begin ---------------------------------------- slider */
#slider-container {
	height: auto;
	width: 598px;
	display: inline-block;
	padding: 20px;
	margin: 0 0 20px 0;
}
#slider {
	width: 596px;
	height: 280px;
	display: inline-block;
}
/* end ---------------------------------------- slider */
/* begin ---------------------------------------- posts & pages */
#content {
	float: left;
	width: 638px;
	height: auto;
}
.post-container {
	width: auto;
	height: auto;
	display: inline-block;
}
.post {
	width: 598px;
	height: auto;
	display: inline-block;
	padding: 20px 20px 40px 20px;
	text-align: justify;
}
.post-frontpage {
	padding: 20px;
}
.post-img {
	margin: 15px 0 0 0;
}
.post-img img {
	height: auto;
	width: 598px;
	display: inline-block;
}
.post-title {
	font-size: 38px;
	line-height: 1.2;
	font-weight: bold;
}
.post-title a {}
.page-subtitle {
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.post-meta {
	font-size: 11px;
	margin-top: 10px;
	padding: 8px 0;
	width: 100%;
}
.bottom-meta {
	font-size: 11px;
	margin-top: 10px;
	height: 25px;
	width: 100%;
	position: relative;
}
.read-more {
	position: absolute;
	left: 0px;
	bottom: 0px;
	float: left;
	display: inline-block;
	margin: 5px 0;
	font-size: 12px;
}
.share-buttons {
	position: absolute;
	right: 0px;
	bottom: 0px;
	float: right;
	display: inline-block;
	margin: 5px 0;
}
.post-meta a {}
.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}
.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
}
.post-comments a:hover {}
.post-content {
	margin: 15px 0;
}
.post-content h1 {
	font-size: 28px;
	margin: 10px 0;
	padding: 10px 0 0 0;
}
.post-content h2 {
	font-size: 24px;
	margin: 10px 0;
	padding: 10px 0 0 0;
}
.post-content h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px 0 0 0;
}
.post-content h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px 0 0 0;
}
.post-content h5 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px 0 0 0;
}
.post-content h6 {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px 0 0 0;
}
.post-content p {
	line-height: 1.5;
}
.post-content img.alignnone {
	padding: 4px;
}
.post-content img.alignleft {
	float: left;
	margin: 0 25px 15px 0;
	padding: 4px;
}
.post-content img.alignright {
	float: right;
	margin: 0 0 15px 25px;
	padding: 4px;
}
.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}
.post-content ul {
	list-style: outside;
}
.post-content ol {
	list-style: decimal;
}
.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}
.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}
.navleft {
	display: inline-block;
	float: left;
	margin: 20px;
}
.navright {
	display: inline-block;
	float: right;
	margin: 20px;
}
.navigation div a {
	font-size: 150%;
}
.navigation {
	height: 60px;
	width: 638px;
}
#error404-searchform {
	display: inline-block;
	margin: 15px 0 0 0;
}
/* end ---------------------------------------- posts & pages */
/* begin ---------------------------------------- comments */
#comments {
	margin: 15px 0 0 0;
	display: inline-block;
}
#comments ol li {
	margin-top: 2px;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}
.comment-gravatar {
	float: left;
	margin-right: 10px;
	padding: 3px;
}
.comment-data {
	float: left;
	width: 400px;
}
.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}
.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}
.comment-meta {
	margin-bottom: 5px;
	font-size: 85%;
}
.unapproved {
	font-style: italic;
}
#respond {
	margin-top: 30px;
}
#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}
#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 15px;
}
#comment-form input {
	width: 260px;
	height:25px;
	margin-bottom: 10px;
	padding: 5px;
	display: inline-block;
}
#comment-form textarea {
	width: 575px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}
#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 15px;
}
#submit {
	padding: 9px 7px 9px 7px;
	padding: 10px 5px 10px 5px;
	cursor: pointer;	
}
/* end ---------------------------------------- comments */
/* begin ---------------------------------------- sidebar */
#sidebar {
	float: right;
	width: 280px;
}
.sidepanel {
	margin-bottom: 20px;
}
.sidepanel .heading-container {
	height: auto;
	width: auto;
	display: inline-block;
}
.sidepanel .heading {
	height: 46px;
	width: 276px;
	display: inline-block;
}
.sidepanel .heading h3 {
	margin: 12px 0 0 5px;
	padding: 0 0 0 10px;
	font-size: 23px;
	display: inline-block;
}
.sidepanel-content-containter {
	height: auto;
	width: auto;
	display: inline-block;
}
.sidepanel .sidepanel-content {
	background: #fff;
	margin: 0 1px 1px 1px;
	padding: 20px;
	height: auto;
	width: 238px;
	font-size: 14px;
}
.sidepanel ul li {
	padding: 5px 0;
	line-height: 1.2;
}
.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}
.sidepanel a {}
#social-icons {
	text-align:center;
}
#social-icons a{
	padding:0 5px 0 5px;
}
/* end ---------------------------------------- sidebar */
/* begin ---------------------------------------- footer */
#footer {
	width: 100%;
	height: 58px;
	overflow: hidden;
	margin: 15px 0 20px 0;
	font-size: 12px;
}
#footer-links {
	list-style: none;
	margin: 24px 0 0 20px;
}
#footer-links li {
	float: left;
	margin-right: 15px;
}
/* end ---------------------------------------- footer */
.sep {
	margin: 0 8px;
}
.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
