/*
Theme Name: entrepreneur
Author: Onno Boonstra
*/

a	{ color:#017aa2; }
a:hover{ text-decoration:underline;	}
a img	{ border:0; padding:0; margin:0; }
h1, h2, h3, h4 { margin:1em 0 0.1em 0; padding:0; }
p, li, .feedback {
	font-size: 1.2em;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}
acronym, abbr {
	cursor: help;
}
blockquote {
	border-left: 5px solid #b6b097;
	margin-left: 1.5em;
	padding-left: 5px;
}
cite {
	font-size: 90%;
	font-style: normal;
}
ol#comments li p {
	font-size: 100%;
}


/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #f7f7f7;
	border-top: 3px double #aba;
	color: #fff;
	font-size: 11px;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
}
.credit a:link, .credit a:hover {
	color: #fff;
}
.feedback {
	color: #4e4c46;
	text-align: right;
	clear: both;
	float: left;
	padding-left: 20px;
}
.meta {
	text-align:left;
	font-weight: normal;
	letter-spacing: 0;
	color: #4e4c46;
	font-size:12px;
}
.meta a {
	color: #017aa2;	
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
.storycontent, .homecontent {
	font-size: 1.2em;
	line-height: 1.4em;
	margin:0px;
        padding:0px;
	display: block;
	float: left;
	width: 100%;
	color: #fff;
        margin-bottom: 20px;
}
.storycontent p {
	margin: 0;
	padding-bottom: 10px;
	padding: 0 20px 10px 20px;
}

.homecontent p {
	margin: 0;
	padding-left: 0;
}
.storycontent address {
	margin:0;
	color: #4d4b44;
	font-size:0.95em;
	font-style:normal;
	line-height:1.3em;
	padding-bottom:10px;
}
.storycontent a {
	color: #017aa2;
	text-decoration: none;
}
.storycontent h2 {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #017aa2;
	margin: 0px;
	padding: 0px;
}
.storycontent strong {
	color:#4d4b44;
	font-size: 1.0em;
	font-weight:  bold;
}
.storycontent img {
	padding: 0 10px 2px 0;
}

/* -- COMMENTS -- */
#comments {
	padding-left: 20px;
	width: 1040px;
}
#postcomment {
	color: #838179;
}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}
#commentform textarea {
	width: 90%;
}
#commentlist li {
	font-size: 1.1em;
	display: block;
	background:url('images/comment_top.gif') no-repeat 0 0;
	width:582px; height:auto; 
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0;
}
#commentlist li p {
	margin:14px 14px 4px 14px;	
}
#commentlist li p.byuser-line {
	font-size: 1.1em;
	display: block;
	background:#fff url('images/comment_bottom.gif') no-repeat 0 0;
	width:562px; height:auto; 
	margin:0;
	padding:18px 10px 10px 14px;
	color:#8a8779;
	clear:both;	
}

#commentlist li.comment-author-thijs {
	font-size: 1.1em;
	display: block;
	background:url('images/comment_author_top.gif') no-repeat 0 0;
	width:582px; height:auto; 
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0;
}
#commentlist li.comment-author-thijs p.byuser-line {
	font-size: 1.1em;
	display: block;
	background:#fff url('images/comment_author_bottom.gif') no-repeat 0 0;
	width:562px; height:auto; 
	margin:0;
	padding:18px 10px 10px 14px;
	color:#8a8779;
	clear:both;	
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}
#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #b6b097;
	padding: 2px;
}


#header {
	background: #90a090;
	border-bottom: 3px double #aba;
	border-left: 1px solid #9a9;
	border-right: 1px solid #565;
	border-top: 1px solid #9a9;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 15px 10px 15px 60px;
}
#header a {
	color: #fff;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}


#menu {
	background: #fff;
	border-left: 1px dotted #b6b097;
	border-top: 3px solid #e0e6e0;
	padding: 20px 0 10px 30px;
	position: absolute;
	right: 2px;
	top: 0;
	width: 11em;
}
#menu form {
	margin: 0 0 0 13px;
}
#menu input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}
#menu ul {
	color: #b6b097;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}
#menu ul li {
	font: italic normal 110% 'Times New Roman', Times, serif;
	letter-spacing: 0.1em;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #b6b097;*/
}
#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul ul li {
	border: 0;
	font: normal normal 12px/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}
#menu ul ul li a {
	color: #000;
	text-decoration: none;
}
#menu ul ul li a:hover {
	border-bottom: 1px solid #809080;
}
#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}


#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}
#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}
#wp-calendar td {
	color: #b6b097;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* End captions & aligment */

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; /* equivalent of 10px */
	text-align: center;
}
body.home{
}
body.maphome{
}

a {
	text-decoration:none;
	color: #017aa2;
}

#page { 
	width:100%; height:100%; 
}

#workarea {
	width: 1080px; height:auto;
	margin: 0px auto;
}

#header-main {
	position:relative;
	float:left;
    width: 1080px;
    height:100px;
    text-align: left; 
    background-color:#cccccc;
}
#header-main.page {
	position:relative;
	float:left;
    width:1080px;
    height:242px; /* 103 + 139 */
    text-align: left; 
}

#logo {
	padding-left: 0px;
	padding-top: 0px;
}

#logo-powered {
    position:absolute;
    right: 10px;
    top: 10px;
	padding-left: 0px;
	padding-top: 0px;
}

#navigation-main {
	position:absolute;
	top:70px;
	left:380px;
	margin:0; padding:0;
	/* ivm tab-pijl */
	z-index:10;
}
#mood-main {
        float:left;
        position:relative;
        margin-top: 3px;
        background: url('images/home_bg_new2.jpg');
        width:1080px;
        height:222px;
}
.home #mood-main {
        background:none transparent;
}
#mood-main.no-img{
	background:none transparent;
}
#mood-picture.page, #mood-picture.blog  {
	float:left;
	position:relative;
	margin-top: 3px;
	background: url('images/page_bg_new.jpg');
        background-repeat:no-repeat;
        width:1080px;
        height:222px;
}
#mood-picture.overons {
	float:left;
	position:relative;
	margin-top: 3px;
	background: url('images/over_ons.jpg');
        width:1080px;
        height:222px;
}
#mood-picture.publikaties {
	float:left;
	position:relative;
	margin-top: 3px;
	background: url('images/publikaties.jpg');
        width:1080px;
        height:222px;
}
#call-out {
	position:absolute;
	right:10px;
	top:-34px;
	width:185px;
	margin:0;
	/* padding-right: 100px; */
	z-index:1;
}
#call-out img{
	border: 0
}

#headline {
	float: right;
	text-align: right;
	margin-top:38px;
	margin-right:20px;
	color: #c6c6c6;
	width: 750px;
}
#headline h1,
#headline h2,
#headline h3 {
	float:none;
	font-weight:normal;
	padding:0; margin:0;
}
#headline h1 {
	font-size:32px;
}
#headline p {
	margin:14px 0 0 90px;
	font-family:Lucida Bright, Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#4d4b44;
	width:400px;
}
#headline p a	{
	color:#00fff0;
}
#headline h2 {
	font-size: 16px;
	margin-left: 100px;
}
#headline h3 {
	margin:0 0 7px 90px;
	font-family:Lucida Bright, Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #4d4b44;
	width:240px;
}

#headline #social {
	margin-top:  10px;
	margin-left: 65px;
}
#headline #social img {
	border: 0
}

#content-main {
	float: left;
	margin-top:  0px;
	margin-left: 20px;
	min-height: 440px;
	width: 1060px;
	overflow: hidden;
	background-color: #4caee6;
}
#content-main.publikaties, #content-main.page {
	background-color: #fff;
}
#content-main h2,
#content-page h2 {
	text-align:left;
	font-size:1.4em;
	clear:both;
	line-height: 1.6em;
	color: #017aa2;
	margin:0px; padding:0px;
}
#content-page h4 {
	text-align:left;
	font-size:1.4em;
	clear:both;
	line-height:1.6em;
	color:#017aa2;
	margin:8px 0 0 0; padding:0px;
}
#content-main a {
	color: #017aa2;
}
#content-header {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 20px 0 5px 0;
    font-size: 2.7em;
    color: #4caee6;
}
.page .blog-author {
    display: block;
    float: left;
    text-align: left;
    padding: 0 0 5px 20px;
    font-size: 1.4em;
    font-style: italic;
    color: #017aa2;
}
#content-hot {
	float: left;
	width: 635px;
	text-align: left;
}
#content-hot h2 {
	margin:0 0 20px 0;
	font-family:Lucida Bright, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.8em;
	line-height:1.5em;
	color:#4e4c46;
	width:620px;
}
#content-hot h2 a {
	color:#017aa2;	
}

#content-left {
	float: left;
	width: 630px;
	min-height: 420px;
	text-align: left;
	overflow:hidden;
	background-color: #fff;
	margin:0;
	padding-bottom: 20px;
}
#content-left #img1, #img2, #img3 {
	float: left;
	margin-right:10px;
	width: 200px;
	text-align: left;
}
#content-left .movie img {
	border: 1px solid #b6b097;
	padding: 2px;
	margin: 5px;
}
#content-left .movietitle {
	color: #4caee6;
	margin:0; padding:0 0 0 4px;
}
#content-left .movietitle h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2.0em;
	line-height:1em;
	width:190px;
	margin:0 0 2px 0; padding:0;
}
#content-left .movietitle h3 a{
	margin:0; padding:0;
	color: #4caee6;
}
#content-left .movielink {
	color: #a4a4a4;
	display: block;
	display: block;
	margin:0; padding:0;
	width: 189px;
	font-size:1.4em; /* */
}


/* --- main content area --- */
#content-page {
	display:block;
        float:left;
	text-align:left;
	width: 1060px;
        height:auto;
	margin: 0 0 0 20px;
}
#content-page p {
	text-align:left;
	color: #000;
}
#the-loop {
	float: left;
	width: 610px;
	min-height: 200px;
	text-align: left;
}
#the-loop.page, #the-loop.overons {
	float: left;
	text-align: left;
	width: 1060px;
}
#the-loop.subtitle {
	font-size: 36px;
	margin: 10px 0 20px 0;
	color: #3399ff;
}
#the-loop h1 {
	line-height:normal;
	font-weight:normal;
	color:#4e4d46;
	padding:0;
        margin:20px 0 40px 0;
	width:500px; height:110px;
}
#the-loop h2 {
	font-size:2em;
	color:#fff;
}
#the-loop.page h1 {
	font-size: 36px;
	margin: 0px; padding: 0px;
	color:#3399ff;
	height:auto;
}
#the-loop.page h2 {
	font-size:3em;
	color:#3399ff;
}
#the-loop p {
	line-height:1.4em;	
}

/* --- registratie --- */
.waBox {
	margin-top: 10px;
	font-size:  14px;
	font-weight: bold;
}
.waBoxTitle {
	padding-left: 20px;
}
.waBoxCText {
	color: #000;
	width: 100%;
	padding-left: 20px;
}
.waBoxCForm {
	margin-top: 5px;
}
.waBoxCFormRow {
	position: relative;
	display: block;
	float: left;
	width: 996px;
	margin-bottom: 5px;
	background: #dcdcdc url('images/top.png') no-repeat top left;
        color: #000;
}
.waBoxCFormRowEnd {
	display: block;
	float: left;
	width: 996px; height: 10px;
	background: url('images/bottom.png') no-repeat bottom left;
}
.waBoxCFormRow .title  {
	color:#3399cc;
	line-height: 32px;
	font-size:32px;
}
.waBoxCFormRow p {
	color:#666666;
	font-size: 12px;
	padding-left: 0;
}
.waBoxCFormRow .available {
	color:#4e4c46;
	font-size:12px;
	font-weight: bold;
}
.waBoxCFormRow .button-row {
	position: absolute;
	float: right;
	bottom: 10px; right: 20px;
}
.waBoxCFormRow .supmit {
	border: 0;
	width: 94px; height: 29px;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
    background: url('images/submit.png') no-repeat top left;
} 
.waBoxCFormLabel {
	color:#3399cc;
	float: left;
	margin: 10px 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}
.waBoxCFormLabel .incomplete {
	color: #CC0000;
}
.waBoxCFormInput {
	border: 0;
	padding-left: 20px;
	float: left;
}
.waBoxCFormInput input {
	margin-top: 8px;	
	border: 1px solid #3399cc;
}
.waBoxCFormInput select {
	margin-top: 6px;	
	padding-left: 0;
	border: 1px solid #3399cc;
}
.waBoxCFormButtons {
	 height: 29px;
}
.waBoxCFormButtons input {
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	width: 94px; height: 29px;
	background: url('images/submit.png') no-repeat top left;
}
.waBoxCFormButtons #supmit {
	border: 0;
	position: absolute;
	float: right;
	top: 4px; right: 20px;
}
.waBoxCFormButtons #back {
	border: 0;
	position: absolute;
	float: left;
	top: 4px; left: 20px;
}
.waBoxCFormFieldAsteriks {
	margin: 10px 10px 0 10px;
	padding-left: 10px;
	color: #3399cc;
}
p.seminar {
	display: block;
	font-size: 24px;
	color: #000;
	margin: 0;
	padding: 0;
}

/* -- table-- */
table.df_table {
	background: url('images/bottom.png') no-repeat bottom left;
    font-family: Verdana, sans-serif;
    font-size: 1.0em; /* equivalent of 10px */
    font-weight: bold;
    color: #3399ff;
    border-spacing: 10px;
    margin-top: 10px;
    padding-left: 20px;
    width: 996px;
}
#table-div1, #table-div2 {
 	width: 996px;
	background: #dcdcdc url('images/top.png') no-repeat top left;
}
table.df-table th {
    background-color: #666;
    color: #fff;
    padding: 4px;
    text-align: left;
    border-bottom: 2px #fff solid;
    font-size: 12px;
    font-weight: bold;
}
table.df-table tr {
    background-color: #b6b097;
    color: #000;
    padding: 4px;
    margin-left: 10px;
    text-align: left;
    vertical-align: top;
    border: 1px solid #fff;
}

/* --- right column --- */
#rightcol {
	float:left;
	position:relative;
	width:310px;
	min-height:200px;
	padding:210px 0 0 30px;
}
*html #rightcol {
	width:280px;
	padding:210px 0 0 10px;
}
#connect {
	position: absolute;	
	top:20px;
	right:0;
	width: 310px;
	z-index: 1;
	font-size: 1.0em;
}
#content-box {
	padding:2em;
}
#content-box h3 {
	width:252px;
	color:#fff;
	font-size: 2.5em;
	margin: 0px;
	padding: 0px;
}		
#content-box p {
	margin: 0px;
	color:#4d4b44;
	font-size: 1.3em;
	font-weight: bold;
}
#content-box .social {
	margin:12px 0 0 0;
}
#content-box .social a	{
	margin:0 0 8px 0;
}


/* --- FOOTER --- */
#footer {
	float:left;
	background: url('images/footer_bg.gif');
        width:1080px;
        height:100px;
	margin:0;
	display: block;
}
#footercontent	{
	width: 960px; 
	text-align: left;
        margin:0 auto;
}
#footer-box-left {
	float:left;
	width: 635px; 
	height:50px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 50px;
}
#footer-box-left div {
	float:left;
	color: #fff;
}
#footer-box-left img {
	float:left;
	margin-left: 10px;
}
#footer-box-right {
	float: right;
	text-align: left;
	width: 300px;
}
#aboutus {
	font-size: 1.1em;
	padding-left: 5px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
}
#aboutus .header {
	color: #f0efea;
	margin-top: 10px;
}
#aboutus .header img {
	float: left;
}
#aboutus .naw {	
	line-height: 1.2em;
	color: #636363;
}
#footer-box-right #links {
	padding-top: 4px;
	padding-left: 5px;
	color: #636363 !important;
}
footer-box-right #links a {
	color: #636363 !important;
	text-decoration:underline;
}
/* -- Content right -- */
#content-right {
	display:block; float:right;
	text-align:left;
	width: 420px;
	height: 100%;
	margin: 0px;
}
#content-right #the-loop {
	height: 100%;
	width: 390px;
	margin: 10px 30px 20px 10px;
}
#content-right h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:1.4em;
	width:300px; height:34px;
	margin:0; padding:0;
}
#content-left h3 a{
	margin:0; padding:0;
}
/* widget title */
#content-twitter .twitterwidget {
	display:block;
	float: left;
	width:310px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4297d4;
	margin:0;
	font-size:2.4em;
}
#twitter-bird {
	position: absolute;
	right:20px;
	top:24px;
}
#content-twitter-follow {
	color: #4297d4;
	font-size: 1.7em;
	font-weight:normal;
	line-height: 28px;
	width:320px; 
	margin:12px 0 0 0;
}
#content-twitter-follow div {
	clear:both;
	width:320px; height:28px;
	margin:0; padding:0;
}
#content-twitter-follow a,
#content-twitter-follow img {
	float:left;
}
#content-twitter-follow a {
	padding:2px 4px;
}
#content-twitter-follow a:hover{
	text-decoration:underline;	
}
 
.widget_twitter ul {
	list-style: none;
	margin-left: 0;
    padding-left: 0;
}
.widget_twitter li {
	clear:both;
	list-style: none;
	margin-bottom:0 0 10px 0;
    padding:0;
}
.widget_twitter .entry-content {
	font-size: 1.1em;
	display: block;
	background:url('images/balloon_top.gif') no-repeat 0 0;
	width:290px; height:auto; 
	overflow:hidden;
	margin:0;
	padding:7px 10px 4px 10px;
}
.widget_twitter .entry-meta {
	font-size: 1.0em;
	display: block;
	background:url('images/balloon_bottom.gif') no-repeat 0 0;
	width:290px; height:auto; 
	padding:7px 10px 7px 10px;
	color:#8a8779;
	clear:both;
}
.widget_twitter a {
	text-decoration:none;
}
.widget_twitter a:hover {
	text-decoration:underline;
}
.widget_twitter .entry-meta a {
	color:#56544c !important;
}

.widget_twitter .entry-meta a:hover {
	color:#017aa2;
}

.widget_twitter li img {
	float:left;
	margin-right:.5em;
}
.widget_twitter li .clear {
	clear:both;
}

/* twitter teams list */
#teambox {
	display:block;
	float:left;
	width:310px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4297d4;
	margin:8px 0; padding:0;
}
#teambox .twitter-teamlist { 
	float:left;
	display:block;
	width:130px; 
	margin:0 !important; padding:8px;
	background:#f7f7f7;
	border:1px solid #e0ddd1;
}

#teambox ul.right{
	float:right;
}	
#teambox .twitter-teamlist li {
	width:120px;
	font-size:2.4em; /**/
	list-style-type: none;
	margin:5px 0; padding:0;
}
#teambox .twitter-teamlist li a { text-decoration:none;  }
#teambox .twitter-teamlist li a:hover { text-decoration:underline; }


/* Results table */
table.connection-index {
    font-family: Verdana, sans-serif;
    font-size: 1.0em; /* equivalent of 10px */
    font-weight: bold;
    color: #fff;
    border-collapse: collapse;
    border-spacing: 10px;
    border: 1px solod #fff;
}
table.connection-index th {
    background-color: #666;
    color: #fff;
    padding: 4px;
    text-align: left;
    border-bottom: 2px #fff solid;
    font-size: 12px;
    font-weight: bold;
}
table.connection-index tr {
    background-color: #b6b097;
    color: #000;
    padding: 4px;
    text-align: left;
    vertical-align: top;
    border: 1px #fff solid;
}
table.connection-index .score {
    text-align: center;
}

/* sociable */
/* sociable */
div.sociable { 
	float:left;
	display:block;
	clear:right;
	width:100%;
	text-align:left;
	margin:18px 0; padding:0; 
	border-top:1px dashed #8a8779; 
}
.sociable_tagline { 
	position: relative;
	padding:8px 0 0 0; 
	color:#4e4c46;
	font-size:1.2em;
}
.sociable_tagline strong {
	display:block;
	margin:0 0 8px 0; 
}
.sociable_tagline span { display: none; width: 14em; }
.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #b6b097;
	color: black;
	line-height: 1.25em;
}

#story1 {
	background: #3399ff;
	width: 100%;
	margin: 5px 0 5px 0;
	background: #4caee6 url('images/top_left_blue.gif') no-repeat top left;
}
#story2, #story3, #story4, #story5, #story6, #story7  {
	background: #fff;
	padding: 10px 10px 0 20px;
	width: 46%;
	float: left;
	valign: top;
}
#story1 p {
	color: #fff;
	font-size: 12px;
	background:url('images/bottom_left_blue.gif') no-repeat bottom left;
	padding: 5px 0 5px 20px;
}
#story2 p,#story3 p,#story4 p,#story5 p,#story6 p {
	color: #000;
	font-size: 11px;
	padding-left: 0;
}
.pow, .emb {
	font-size: 14px;
	color: #000;
	font-weight:bold;
}
.bigWhite, .bigBlue {
	font-size: 32px;
	line-height: 40px;
	color: #fff;
}
.bigBlue {
	color: #3399ff;
}

/* --blog -- */
#the-loop.blog {
	width: 100%;
	float: left;
	width: 630px;
	text-align: left;
}

.category-blog {
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 10px;
	background: #e0e0e0 url('images/top_left.gif') no-repeat top left;
}
.blogRow {
	background: url('images/bottom_left.gif') no-repeat bottom left;
}
.blogRow .title {
	width: 620px;
	font-size: 32px;
	color: #3399ff;
	padding: 5px 0 0 20px;
        margin: 0;
	display: block;
	float: left;
}
.blogRow .author {
	font-size: 10px;
	font-style:italic;
	color: #000;
	padding: 0 0 0 20px;
	margin: 0;
	display: block;
}
.blogRow p {
	font-size: 12px;
	color: #000;
	padding: 0 10px 10px 20px;
	margin: 0;
}
.blogRow a {
	padding: 0 0 10px 20px;
	display: block;
}

.blogRow .more a {
	font-size: 12px;
	color: #000;
}

.category-boeken {
	text-align: left;
	float: left;
	display: block;
	margin-bottom: 10px;
	background: #4caee6 url('images/bottom_left_blue.gif') no-repeat bottom left;
	min-height: 100px;
	width: 100%;
}
.category-boeken .thumbnail {
	float: left;
	padding-left: 20px;
}
.category-boeken .title {
	font-size: 32px;
	color: #fff;
}
.boek {
	background: url('images/top_left_blue.gif') no-repeat top left;
}
.metaBoek {
	padding-left: 180px;
	nwidth: 80%;
}
.author, .category-boeken p {
	color: #fff;
}
.category-boeken a, category-blog a {
	color: #000 !important;
	font-size: 12px !important;
	text-decoration: none;
}
