/*
Theme Name: Blank 3 Column
Theme URI: http://refueled.net/blank-themes/
Description: A Blank Wordpress theme.
Author: refueled
Author URI: http://refueled.net
version: 2.0
Tags: three-column, widget-ready, blank
*/



/* basics */

*{margin:0; padding:0;}

body {
	background:#dedede;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	background-color: #ffffff;
/*	background-image: url(images/stars.gif); */	
}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family: verdana, arial, tahoma, sans-serif;
	}


/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	border:0px solid #000;
	padding:0px;
	}


/* Form styles
-------------------------------------------------------------- */

input.search_input {
	width: 292px;
	border: 0;
	background: #fff url(images/input.png) no-repeat;
	padding: 0px;
	color: #666666;
	font-weight: normal;
	margin: 0 0 0 5px;
	/*	float: right;*/
	margin-top: 20px;
}
input.submit_input {
	background: /*#E0691A*/ url(images/submit.png) no-repeat;
	border: 0;
	height: 24px;
	padding: 0;
	width: 65px;
	margin: 0 0 0 5px;
	color: #CCCCCC;
	font: bold 1em arial, sans-serif;
	float: right;
	border-style: none;
	margin-right: 10px;
}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width:900px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header1 {
	background:#e6e6e6;
	width:100%;
	height:150px;
	color: #fff;
	background-image: url(images/head-bg.gif);
	}
#header{
	background:#e6e6e6;
	width:100%;
	height:100px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	}

#header h1{
	font:normal 20pt georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	padding:0px 0 0 0px;
	margin:0;
	padding-top: 45px;

	}
	
#header h1 a{color: #CCCCCC; text-decoration: none;}
#header h1 a:hover{color: #999999; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color:#CCCCCC;
	padding: 0 0 0 20px;
	margin:0;

	}

#zoeken {
	margin:0;
	padding: 0 0 0 20px;
	line-height: 14pt;
	float: right;
	margin-top: 35px;
	border-style: none;
	}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:100%; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}




/* content */


#content {
	float: left;
	width:490px;
	overflow: hidden;
	margin:0px;
	background-color: #FFFFFF;
	margin-top: 10px;
/*		background-image: url(images/contentbg.jpg);*/
	}
#content h2{
	font:normal 11pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #CC0000;
	margin: 0;
	padding: 0;
}
#content2 {
	float: left;
	width:680px;
	overflow: hidden;
	margin:0px;
	background-color: #FFFFFF;
	margin-top: 10px;
	padding-left: 10px;
	padding-top: 35px;
	background-image: url(images/titlebg.jpg);
	background-repeat: no-repeat;
	}

#content2 h2{
	font:normal 11pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #CC0000;
	margin: 0;
	padding: 0;
	font-weight: bolder;
}

#blok1 {
	float: left;
	width:470px;
	/*overflow: hidden;*/
	margin-bottom:10px;
	padding: 5px;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
	border-left-width: 0px;
	border-right-width: 5px;
	}

/*#blokwidget {
	float: left;
	width:100%;
	/*overflow: hidden;*/
/*	margin-bottom:10px;
	padding: 5px;
	background-image: url(images/heads.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 10px;
	}*/

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	}
	
.post h2 a{
	color: #CC0000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #FF0000;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{
	margin:12px 0;

}

.postmetadata{
	clear: both;
	background-color:#FFFFFF;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{
	float:left;
	margin:5px 0;
	background-image: url(images/navi-bg.gif);
	width: 150px;
	height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	margin-left: 5px;
}
.alignright a{
	float:right;
	margin:5px 0;
	background-image: url(images/navi-bg.gif);
	width: 150px;
	height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	margin-right: 5px;
}

.post-teaser-more a{
	float:right;
	margin:5px 0;
	background-image: url(images/more-bg.gif);
	width: 81px;
	height: 22px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 1px;
}

	
#bloks {
	float: left;
	width:100%;
	overflow: hidden;
	margin:0px;
	background-color: #000000;

	}

/* left sidebar */

#left {
	width:190px;
	float:left;
	margin:5;
	padding:0;
	border-right: 1px solid #ddd;
	/*	background-image: url(images/heads.jpg);*/
/*	background-repeat: no-repeat;*/
	margin-top: 10px;
	padding-top: 10px;
	margin:5;
	padding: 0;
	/*border-left: 1px solid #ddd;*/
	padding-left: 5px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #ffffff;
	color: #000000;
	}

#left h2{
	font:normal 12pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #CC0000;
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#left p {margin:0; padding: 0;}

#left img {padding: 5; margin: 0;}

#left ul {
	margin:12px;
	padding:10;
	
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: circle;
	
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	width:185px;
	float:right;
	margin:5;
	padding: 0;
	/*border-left: 1px solid #ddd;*/
	padding-left: 5px;

/*	background-image: url(images/heads.jpg);*/
/*	background-repeat: no-repeat;*/
	margin-top: 0px;
	padding-top: 10px;
padding-right: 10px;

	}

#right h2{
	font:normal 12pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #CCCCCC;
	margin: 0;
	padding: 0;
	background-image: url(images/titlebg2.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 60px;
	padding-top: 12px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: -30px;
}

#right label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	list-style-image: url(images/sl.png); 	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 12pt;
	/*list-style-type: circle;*/
	list-style-image: url(images/sl.png);
		}

#right ul ul {
	margin:5px 0;
	padding: 0;
}

#right ul ul li {
	/*list-style-type: circle;*/
	padding: 0 0 0px 10px;
	list-style-image: url(images/sl.png);
}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	/*list-style-type: square;*/

	list-style-image: url(images/sl.png);	color: #898989;
}
/*

#right ul{ list-style: none; list-style-image: url(foo.gif); margin: 0; }
#right ul li { padding: 0 0 0.5em 12px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; border-left: 5px solid #dadada; }
#right ul li a { color: #CC0000; }
#right ul li a:hover { color: #FF0000; background: #eee; }
*/

/* right1 sidebar */

#right1{
	width:183px;
	float:right;
	margin:5;
	padding: 0;
	/*border-left: 1px solid #ddd;*/
	padding-left: 5px;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
	border-color: #999999;
	border-width: 0px;
	color:#000000;
	padding-right: 10px;
	border-style: solid;
	}

#right1 ul{ list-style: none; list-style-image: url(foo.gif); margin: 0; }
#right1 ul li { padding: 0 0 0.5em 12px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; border-left: 0px solid #dadada; }
#right1 ul li a { color: #3a6999; }
#right1 ul li a:hover { color: #000; background: #eee; }

#right1 h2{
	font:normal 11pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #cccccc;
	margin: 0;
	padding: 0;
	background-image: url(images/titlebg2.jpg);
	background-repeat: no-repeat;
	width: 190px;
	height: 60px;
	padding-top: 12px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: -30px;
}

/* right2 sidebar */

#right2{
	width:183px;
	float:right;
	margin:0;
	padding: 0;
	/*border-left: 1px solid #ddd;*/
	padding-left: 5px;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #333333;
	border-color: #999999;
	border-width: 1px;
	color:#CCCCCC;
	padding-right: 10px;
	border-style: solid;
	background-image: url(images/head2-bg.jpg);
	height: 80px;
	}


/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}





/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	margin-top: 1px;
	margin-bottom: 1px;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	margin-top: 1px;
	margin-bottom: 1px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}




/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}

#footer1 {
	background:#000;
	clear: both;
	width: 100%;
	background-color: #CCCCCC;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

#foot1{
	width:205px;
	float:left;
	margin:0px;
	padding: 10px;
	background-color: #FFCCCC;
	height: 250px;
	background-image: url(images/yellow-bg.gif);
	}

#foot1 h2{
	font:normal 11pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #990000;
	margin: 0;
	padding: 0;
/*	background-image: url(images/titlebg2.jpg);
	background-repeat: no-repeat;*/
	width: 190px;
	height: 60px;
	padding-top: 12px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: -30px;
}

#foot2{
	width:205px;
	float:left;
	margin:0px;
	padding: 10px;
	background-color: #FF6666;
	height: 250px;
	background-image: url(images/red-bg.gif);
	}

#foot2 h2{
	font:normal 11pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #990000;
	margin: 0;
	padding: 0;
/*	background-image: url(images/titlebg2.jpg);
	background-repeat: no-repeat;*/
	width: 190px;
	height: 60px;
	padding-top: 12px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: -30px;
}

#foot2 ul{ list-style: none; list-style-image: url(foo.gif); margin: 0; }
#foot2 ul li { padding: 0 0 0.5em 12px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; border-left: 5px solid #dadada; }
#foot2 ul li a { color: #333333; }
#foot2 ul li a:hover { color: #000;  }

#foot3{
	width:430px;
	float:right;
	margin:0px;
	padding: 10px;
	background-color: #CCCCCC;
	height: 250px;
	background-image: url(images/gray-bg.gif);
	}

#foot3 h2{
	font:normal 11pt arial, georgia, times;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #990000;
	margin: 0;
	padding: 0;
	width: 190px;
	height: 60px;
	padding-top: 12px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: -30px;
}

#foot3 ul{ list-style: none; list-style-image: url(foo.gif); margin: 0; }
#foot3 ul li { padding: 0 0 0.5em 12px; margin: 0 0 0.5em 0; border-bottom: 1px solid #dadada; border-left: 5px solid #dadada; }
#foot3 ul li a { color: #333333; }
#foot3 ul li a:hover { color: #000; background: #eee; }

/* MENU */

#suckerfishnav {
	/*    background:#9C1F1B url("../multi-level-navigation-plugin/images/bg.jpg") repeat-x;*/
    font-size:14px;
	font-family: verdana, arial, tahoma, sans-serif;
	font-weight:normal;
	width:100%;
	background-color: #FFFFFF;
    }
#suckerfishnav, #suckerfishnav ul {
    float:left;
    list-style:none;
    line-height:30px;
    padding:0;
    border:0px solid #aaa;
    margin:0;
    width:100%;
    }
#suckerfishnav a {
    display:block;
    color:#666666;
    text-decoration:none;
    padding:0px 12px;
    }
#suckerfishnav li {
    float:left;
    padding:0;
    }
#suckerfishnav ul {
	position:absolute;
	left:-999em;
	height:auto;
	width:151px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
	border-top:0px solid #666666;

    }
#suckerfishnav li li {
	width:149px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	font-weight:normal;
	font-family:verdana,sans-serif;
	border-color: #CCCCCC;
    }
#suckerfishnav li li a {
    padding:4px 10px;
    width:130px;
    font-size:11px;
    color:#666666;
    }
#suckerfishnav li ul ul {
    margin:-21px 0 0 150px;
    }
#suckerfishnav li li:hover {
	background:#9C1F1B;

	background-color: #999999;
    }
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
    color:#666666;
    }
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
    color:#666666;
    }
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
    color:#666666;
    }
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	left:auto;
	background:#444444;
	background-color: #CCCCCC;
    }
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background-color: #CCCCCC;/*	background:#DA0909 url("../multi-level-navigation-plugin/images/bg-ov.jpg") repeat-x;*/

    }


/*  
Theme Name: The Morning After
Theme URI: http://themasterplan.in/tma/
Description: A magazine-style theme for WordPress, available at <a href="http://themasterplan.in/tma/">The Masterplan</a>.
Version: 1.4
Author: Arun Kale
Author URI: http://themasterplan.in/

Please read the license in the README.txt included with the theme.
*/

/* --------------------------------------------------------------   
   This theme makes use of the Blueprint CSS Framework [bjorkoy.com/blueprint]    
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/compressed.css";
/* End import/hide */

/* Start The Morning After stylesheet
-------------------------------------------------------------- */
body {
	  background: #ebeff2 url(images/body_main.gif) repeat-y top center; 
	/* background-color: #ffffff; */
}
a { color: #000; text-decoration: none; }
h2 { font-weight: normal; }


