/*  
 * Theme Name: 		BlogPlanet v1
 * Theme URI: 		http://www.theenglishguy.co.uk/news-print-v20-theme/
 * Description: 	BlogPlanet wordpress theme
 *					
 * Author: 		Sitesupport
 * Author URI: 		http://www.sitesuport.nl/
 */
 

.debug {
	color:orange;
	background-color:black;
}
 
* {
    margin:					0;
	padding:				0;
}

body, html {
	font-size:				88%;
	font-family: 			Arial, Helvetica, sans-serif;
	color: #3a3a3a;
}

body {
	background-color:		#fff;
	background-image:		url(images/background.jpg);
	background-attachment:	fixed;
	background-repeat:		repeat-x;

}

#centered {
	width:				900px;
	text-align:				center;
	margin:					0 auto;
	background-color:		transparent;
}



/*---------------------------------------- header ----*/
#header {
    width:					100%;
	text-align:				left;
	height:					178px;
	background-color:		transparent;
}
#headerspace {
	height:					75px;
	margin:					0 auto;
	text-align:				center;
	background-color:		transparent;
}



/*----------------------------- the three columns ----*/
#left, #middle, #sidebar {
	top:					175px;
	float:					left;
	background-color:		#fff;
	margin-left:0px;

}
#left, #middle {
    width:					20%;
	margin-right:			0;
	background-color:		#fff;
	padding:                0;
}
* html #left, * html #middle {
    width:					18.5%;
}


#maincontainer {
	background-image: url(images/split_background.gif);	
}

#left {
    margin-left:			0;

}
#sidebar {
	width:					270px;
	text-align:				left;
	margin-left: 4px;
}

#leftcolumn {
   width:					626px;
	margin-right:			0;
	margin-left:			0;
	float:					left;

	/*
	width:592px;
	padding-left:17px;
	padding-right:17px;
	*/
}
* html .colone {
    width:					60.5%;
}
.colone_single {
    width:					100%;
	margin:					0 auto 0px auto;
	text-align:				center;
}

#left.coltwo {
    width:					273px;
    padding:27px;
    padding-right:17px;
}
.toplijntje {
	border-top:				1px solid #d60a34;
	width: 100%;
	height: 10px;
}

#middle.coltwo {
    width:					265px;
    padding:27px;
    padding-left:17px;
}

* html .colone {
    width:					29.5% !important;
}

.noshow {
    display:				none;
}

#planet-footer {
	height:50px;
	background-image: url(images/rafelrandje.gif);
	background-repeat: no-repeat;
}


/*---------------------------------- the featured ----*/
.full {
    width:					100%;
	max-width:				1200px;
	background-color:		#eee;
	clear:					both;
}
*>.full {
	margin-top:				10px;
}
* html .full {
    margin-bottom:			10px;
}
.fullsize {
    width:					100%;
	margin:					0 auto;
	padding:                0;
}


/*------------------------------------- the posts ----*/
.post {
    font-size:				1.0em;
	text-align:				left;
}
.post-single {
    background-color:		#fff !important;
    padding-left: 17px;
    padding-right: 17px;
}
.post-single .post-top {
    margin:					0;
}
.post-top img {
    float:					left;
	padding:                0 5px 0 0;
}
.post-middle {
	position: relative;
}
.post-middle p {
	margin-bottom: 1em;
}
.post-bottom { 
    border-bottom:				1px solid #d60a34;
    padding:                2px 0 2px 0;
    clear:					both;
    margin-top:				10px;
    margin-bottom:			10px;
}


.post-home .post-bottom {
    padding:                1px 0 2px 0;
}

.post-single .post-bottom {
    padding:                0;
}

.post_ads {
    float:					left;
	clear:					left;
	padding:                10px 10px 5px 5px;
}

.postmetadata, .tagmetadata {
    padding:                3px 0 0 0 !important;
}
.postmetadata {
    font-size:				0.9em;
	margin:					2px 0 0 0;
}
.tagmetadata {
    font-size:				0.7em !important;
    border-top:				1px solid #111;
	margin:					5px 0 0 0;
	text-align:				center;
}
.tagmetadata img {
    margin:                 3px 0 0 0;
}
/*
.post .navigation .alignleft, .post .navigation .alignright {
    border-right:			1px solid #000;
	border-bottom:			1px solid #000;
	border-left:			1px solid #000;
}
*/


/*------------------ post-details, on the sidebar ----*/
.post-details { 
    margin:					0 0 20px 0;
}
.post-details .row {
    clear:					both;
}
.post-details span.label { 
    width:					80px;
	margin-left:            20px;
	font-weight:			bold;
	font-size:				13px;
	float:					left;
}
* html .post-details span.label {
    clear:					left;
}
.post-details span.details {
    font-size:				11px;
	margin:					0 0 0 10px;
}
* html .post-details span.details {
    float:					left;
	margin:					0 0 0 10px;
}



/*------------------ sidebar sections, boxes, etc ----*/

#sidebar h2 {
    margin-left:			20px;
    color: #d60a34;
    font-weight:normal;
    font-size:  24px;
    display:block;
}


.sidebar_lijntje {
	border-bottom: 1px solid #d60a34;
	width:230px;
	height:2px;
	margin-left:20px;
	margin-right:20px;
}


/*---------------------- comments, after the post ----*/
.commentsdiv { 
    width:					96%;
	margin:					0 auto;
	clear:					both;
}
.comments-header { 
    background-color:		transparent;
    font-variant:			small-caps;
}
.comments-middle {
    padding:                10px 5px;
}
.comments-bottom {
    font-size:				0.7em;
	padding:                0 5px 2px 5px;
}  
.comments { 
    background-color:		#eee;
	margin:					0 0 10px 0;
	
}

.commentform { 
	margin:					0 auto;
}
.commentform .commentform-inputs {
    width:					38%;
	float:					left;
	
}
.commentform .commentform-inputs .row { 
    vertical-align:			middle;
	padding:                1px 0 !important;
}
.commentform .commentform-inputs label {
    float:					left;
	width:					60px;
    padding:                3px 1px 3px 0;
	font-size:				0.8em;
	
}
.commentform .commentform-inputs span, .commentform .commentform-inputs input {
    padding-left:			0px;

}
.commentform .commentform-inputs input[type=text] {
    border:1px solid black;
    height:17px;
    
}

/*
.commentform .commentform-inputs input {
    padding:                1px 3px;
	border:					1px solid #333;
	font-size:				1.0em;
	width:					125px;
	font-family:			Arial, Helvetica, sans-serif;
	font-stretch:			expanded;
}
*/
.commentform .commentform-headers {
    margin: 				10px 20px 0 0;
}
.commentform .commentform-headers p {
    text-align:				justify;
	font-size:				9px;
}
.commentform .commentform-textarea {
    width:					59%;
	margin-left:			1%;
	float:					left;
	text-align:				left;
}

* html .commentform .commentform-textarea {
    width:					55%;
}
.commentform .commentform-textarea textarea {
	padding:                5px;
    background-color:		#eee;
	width:					99%;
	border:					1px solid #000;
	font-size:				1.0em;
	font-family:			Arial, Helvetica, sans-serif;
}
/*
.commentform .commentform-buttons {
	text-align:				center;
}
.commentform .commentform-buttons input#submit, .commentform .commentform-buttons input#reset {
    width:					125px;
	padding:                2px 5px;
	margin: 				5px 0 0 0;
}
*/


.comments-number { 
    float:					right;
	clear:					right;
	font-style:				italic;
	font-weight:			bold;
	font-size:				1.8em;
	margin:					0 5px;
}



/*---------------------------------------- footer ----*/
#pre-footer, #footer {
	text-align:				center;
}
#pre-footer {
    width:					100%;
	height:					125px;
	background-color:		#eee;
}
#pre-footer #pre-footer-wrap {
    width:					800px;
	margin:					0 auto;
	padding:                5px;
}
#footleft, #footmiddle {
    border-right:			1px dotted #ccc;
}
#footleft, #footmiddle, #footright {
    width:					32.5%;
	text-align:				left;
	padding:                0 0 5px 5px;
	height:					115px;
	float:					left;
}
#footer {
    clear:					both;
	width:					100%;
	font-size:				13px;
	background-color:		#000;
	color:					#fff;
}
#footer div {
    width:					800px;
	margin:					0 auto;
	padding:                3px 0;
}
#footer a:link {
    color:					#fff;
}
#footer a:visited { 
    color:					#eee;
}
#footer a:hover {
    color:					#c00;
    text-decoration:		none;
}



/*--------------------------------- miscellaneous ----*/
abbr, acronym {
    border:					0;
	text-decoration:		none;
}
blockquote {
    background-color:		#eee !important;
	border:					1px solid #ccc;
}
.post-single blockquote {
	border:					0;
    border:					1px solid #666;
    margin:					10px 15px;
	padding:                1px 3px;
}
.commentsdiv blockquote {
    border-top:				1px solid #000;
	border-bottom:			1px solid #000;
	background-color:		#ddd !important;
}
cite {
    font-style:				italic;
	font-size:				0.9em;
}
form {
    width:					99%;
}


#pre-footer p {
    font-size:				87%;
}

p.postmetadata span a {
    text-decoration:		none;
}
.tagmetadata a {
    text-decoration:		none;
}

h1, h2, h3, p, img {
	border:					0;
}

.colone h3 {
    font-size:				16px;
	font-family:			"Trebuchet MS", Arial, Verdana, sans-serif;
}
.post-top h2, .comments-header h2 {
    font-size:				1.4em !important;
}

.post-single h2 a {
	text-decoration:		none !important;
}
.comments-header h2 {
    border-bottom:			none !important;
}
.comments-header h2 span {
    font-size:				0.9em !important;
}

.post-top h3 {
    /*
    font-variant:			small-caps;
    */
    color: #d60a34;
    font-weight:normal;
    font-size:  22px;
}

.post-single ul, .post-single ol {
    margin:					0 0 15px 25px;
	font-size:				0.8em;
}
#sidebar ul {
	list-style-type:		none;
}
#sidebar ul h2 {
	font-size:				16px;
	font-family:			"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:          5px;
	padding:                1px 0 1px 5px;
	border-bottom:			3px solid #111;
	color:					#fff;
}
#sidebar ul ul {
	/*
    font-size:				12px;
	list-style-image:       url(images/blog-smallarrow.gif);
	list-style-position: inside;
	margin:                 0 5px 0 25px !important;
	*/
	margin:                 15px 5px 0 20px !important;
}
#sidebar ul ul.files {
	/*
    list-style-image:		url(images/blog-smallfile.gif);
    list-style-position: inside;
    */
}
#sidebar ul ul.files li:hover {
	/*
    list-style-image:		url(images/blog-smallfile2.gif);
    list-style-position: inside;
    */
}
#sidebar ul ul.files a {
	text-decoration: none;
}
#sidebar ul ul a {
	text-decoration: none;
}

#pre-footer ul {
    margin:					0 0 10px 0;
	list-style-type:		none;
}
#pre-footer ul ul {
    margin:					0 0 0 20px;
	font-size:				87%;
	list-style-type:		disc;
}

div.ads {
    /*
    text-align:				center;
	margin:					0 auto;
	*/
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	padding-bottom: 35px;
	border-bottom: 1px solid #d60a34;
}
div.spacer {
    clear:					both;
}
div.clear-both {
    clear:					both;
}
.alignleft {
    float:					left;
	clear:					left;
}
.alignright {
    float:					right;
	clear:					right;
}



/*------------------ colors for columns and links ----*/
/*
rood:  #d60a24
grijs: #3a3a3a
*/
a:link, a:visited { 
	color:					#3a3a3a;
	font-weight: bold;
}

a:hover { 
    color:					#d60a24;
    font-weight: bold;
}


#left a:link, #left a:visited {
    color:					#3a3a3a;
}

#left a:hover {
    color:					#d60a24;
}
#left h3 a:link, #left h3 a:visited {
    color:					#d60a34;
    text-decoration: none;
}
#left h3 a:hover {
    color:					#000;
    text-decoration: none;
}


#middle a:link, #middle a:visited {
    color:					#3a3a3a;
    font-weight: bold;
}

#middle a:hover {
    color:					#000;
    font-weight: bold;
}

#middle h3 a:link, #middle h3 a:visited {
    color:					#d60a34;
     text-decoration: none;
}
#middle h3 a:hover {
    color:					#000;
     text-decoration: none;
}
/* ----------------------------- */
/* ---- heading replacement ---- */
/* aanpassing 080819 margin-top verplaatst van img.replacement naar h3 */

#left h3, #middle h3 {
	line-height: 34px;
	font-style: normal;
	margin-top:10px;
}

img.replacement  {
	float: none;
	margin:0;
	padding:0;
	margin-top:0px;
}
/* ----------------------------- */

/*
#right a:link {
    color:					#f0f;
}
#right a:visited {
    color:					#f0f;
}
#right a:hover {
    color:					#f0f;
}
#right h3 a:link, #right h3 a:visited {
    color:					#f0f;
}
#right h3 a:hover {
    color:					#f0f;
}
*/
.post-single h2 {
	font-weight:normal;
    font-size:  24px;
}
.post-single h2 a {
	font-weight:normal;
    font-size:  24px;
}
.post-single h2 a:link {
    color:				    #d60a34;
}
.post-single h2 a:visited {
    color:					#d60a34;
}
.post-single h2 a:hover {
	color:					#d60a34;
}

.post h2 a:link, h3 a:link, #pre-footer a:link {
    color:					#d60a34;
}
.post h2 a:visited, h3 a:visited, #pre-footer a:visited {
    color:					#d60a34;
}
.post h2 a:hover, h3 a:hover, #pre-footer a:hover {
    color:					#d60a34;
}


#sidebar a:link {
    color:					#3a3a3a;
}
#sidebar a:visited {
    color:					#3a3a3a;
}
#sidebar a:hover {
    color:					#d60a34;
}


.comments-bottom a:link {
    color:					#f0f;
}
.comments-bottom a:visited {
    color:					#f0f;
}
.comments-bottom a:hover {
    color:					#f0f;
}

.alignleft a, .alignright a {
    padding:                5px 10px;
}
.alignleft a, .alignright a, .alignleft a:visited, .alignright a:visited {
    text-decoration:		none;
	color:					#3a3a3a;
}
.alignleft a:hover {
    color:					#d60a34;
}



/*-------------------------------------- the menu ----*/
#navcontainer {
	margin:					0 auto !important;
	text-align:				center !important;
	height:					22px;
	border-top:				1px solid #000;
	border-bottom:			1px solid #000;
}

#navcontainer ul {
    text-align: 			center;
	padding:                2px 0 2px 0;
    /* cancels gap caused by top padding in Opera 7.54 */
    background-color: 		#fff;
    color: 					#000;
    width: 					100%;
    font-family: 			Arial,Helvetica,sans-serif;
    line-height: 			18px;
    /* fixes Firefox 0.9.3 */
}

#navcontainer ul li {
    display: 				inline;
	padding:                2px 0 2px 0;
}

#navcontainer ul li a {
    padding:                2px 35px 2px 35px;
    color: 					#000;
    text-decoration: 		none;
    border-right: 			1px solid #fff;
}

#navcontainer ul li a:hover {
    background-color: 		#fff;
    color: 					#f00;
}

#navcontainer #active { border-left: 1px solid #fff; }

/* -------------------- vanuit tinyMCE: ---------------------- */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.verwijder-stijl {}

.planetevent-rood {
	color: #d60a34;
	
}
.plaatje-links-met-tekstomloop {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.plaatje-rechts-met-tekstomloop {
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
}

#searchsubmit {
	vertical-align: middle;
	margin-top:0px;
}
/* zoek input type text */
#s {
	width:123px;
	height:16px;
	border:1px solid #505050;
	vertical-align: middle;
	margin-top:2px;
	margin-left:8px;
}
#left .embedflash, #middle .embedflash {
	width:270px;
	height:195px;
}
.embedflash {
	width:270px;
	height:196px;
	
}


