/*
Theme Name: Blog TheMarketingShop
Theme URI: http://www.themarketingshop.nl/blog
Description: Template voor het blog van TheMarketingShop
Version: 1.0
Author: Menno Pietersen
Author URI: http://designfromwithin.com
Tags: Marketing, Resultaat, Blog, TheMarketingShop, Optimalisatie
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*------------CONTAINER-----------------*/

div#container {
	width: 960px;
	margin: 0px auto;
}

/*------------HEADER-----------------*/

div#header {
	height: 180px;
	width: 960px;
	text-indent:-2000px;
	margin: 0px auto;
}
div#header_bg {
	height: 180px;
	background-image:url(style/images/header_bg.gif);
	background-repeat:repeat-x;
}

/*------------MAIN-----------------*/

div#main {
	width: 620px;
	padding: 20px 10px 20px 10px;
	float: left;
}

/*------------POSTS-----------------*/

.postheader img {
	border: 3px solid #e4e4e4;
}
.postheader {
	float: left;
	margin: 0px 10px 0px 0px;
}
a.pa {
	border: none;
}

/*------------SIDEBAR-----------------*/
#sidebar ul li h3 {
	padding-bottom:14px;	
}
div#sidebar {
	width: 300px;
	padding: 20px 10px 20px 10px;
	float: right;
}
div#sidebar .item {
	padding: 0px 0px 20px 0px;
}
div#sidebar .partner_img {
    padding: 0px 0px 5px 0px;
}

/*------------FOOTER-----------------*/

div#footer {
	width: 940px;
	padding: 10px 10px 30px 10px;
	margin: 0px auto;
}
div#footer_bg {
	background:url(style/images/footer_bg.jpg) #F5F6FA;
	background-repeat:repeat-x;
}
.footer_kolom {
	min-height: 55px;
	padding: 10px 70px 0px 0px;
	float: left;
}

/*------------POSTS-----------------*/
.post {
	background-color:#ffffff;
	width: 620px;
}
p {
	line-height: 22px;
	font-size: 15px;
	text-align: justify;
	padding-right: 15px;	
}
a.moretag, a.post-edit-link, #navigate_posts li a {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 29%, rgba(221,221,221,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(29%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 29%,rgba(221,221,221,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 29%,rgba(221,221,221,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 29%,rgba(221,221,221,1) 100%);
	background: linear-gradient(top, rgba(255,255,255,1) 29%,rgba(221,221,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 );
	border-radius: 7px;
	padding: 5px 10px;
	line-height: 33px;
	border: 1px solid #DDD;
	color:#719eef;
}
a.moretag:hover, a.post-edit-link:hover, #navigate_posts li a:hover {
	color:darkblue;
	text-decoration:none;
}
::selection {
	background: #FF7E00;
	color: white;
}
div#post_time {
	background-color:#ffffff;
}
div#post_content {
	background-color:#ffffff;
	padding: 10px 0px 40px 0px;
}
div#post_tags {
	background-color:#ffffff;
}
#reactie_nummer {
	float:right;
}
.titel {
	width:529px;
	float:left;
	min-height:58px;
}
.comment {
	padding: 10px 0px;
	border-top: 1px solid #CCC;
}
.kalender {
	background: url(style/images/date_button_template.gif) no-repeat;
	min-height:58px;
	width:51px;
	margin:0px 20px 0px 20px;
	float:right;
}
.month {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	margin:0px 0px 0px 15px;
}
.day {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color: #ffffff;
	margin:2px 0px 0px 11px;
}
#navigate_posts li {
	display: inline;
}
/*------------CLASS GENERAL-----------------*/

.clearing_div {
	clear:both;
}
ul.meta {
	margin: 0 0 0 0;
}
ul.meta li {
	display: inline;
	margin-right: 20px;
	padding-left: 20px;
	border-left: 1px solid #e3e8ed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A477D;
}
ul.meta li a {
	color: #0A477D;
}
ul.meta li:first-child {
	border: none;
	padding-left: 0;
}
.align_right {
	float: right;
}




