/*
Theme Name: MinMen
Theme URI: http://www.minmen.nl
Description: Afgeleid van Fluidity Theme with 3 Columns
Version: 1.0
Author: Peter Hasperhoven, Erik van Zegveld
*/

/* A fluid template for business or fun */
/* By Dave Reeder, www.davereederdesign.com */

body { margin: 0; padding: 0; background: #FFFFFF; }
ul, li, ol {margin: 10px 0px 0px 0px; padding: 0; border: 0;  }

h1 {font-family: Arial Black, Verdana, Arial, sans-serif; }
p, h2, h3, h4, textwidget, catcloud, ul, li, ol, em, td {font-family: Verdana, Arial, sans-serif;}



/*---------Basic Styles------------------------------*/

/* color hieronder is kleur van tekst in posts / middelste kolom */
p, h1, h2, h3, span#copyright { margin: 0 10px; color: #000; font-weight: normal}
h1, h2, h3, h4 {margin-top: 5px; color: #000000; font-style: normal}

acronym { border-bottom: 1px dashed #999; cursor: help }

blockquote { border-top: 2px solid #2727C0; border-bottom: 2px solid #2727C0; margin-left: 1.5em; padding-left: 5px;}

p, td { font-size: 0.70em; line-height: 1.6em; margin-bottom: 15px ; text-align: justify }

/*
p { font-size: 10px; margin-bottom: 15px ; text-align: justify }
*/
h1 {font-style: normal; margin-top: 30px; font-size: 1.75em; font-weight: bold; line-height: 1.75em; text-transform: uppercase; letter-spacing: 0.20em}	/* site heading */
h1 a {color: #333; text-decoration: none}
h1 a:hover {color: #333; text-decoration: underline}

h2 {font-style: normal; margin-top: 40px; font-size: 0.75em; text-transform: uppercase; line-height: 1.75em; letter-spacing: 0.20em}

h3 { font-size: 0.90em; line-height: 1.60em; }		/* sub headings */

h120 { font-size: 12px; line-height: 1.60em; }	

span#copyright { font-size: 13px; line-height: 35px; color: #000; }

div { padding: 0px 0;}

a {color: #507AA5; text-decoration: none; font-style: normal}
a:hover {color: #507AA5; text-decoration: underline}

/* color hieronder is kleur van gewone tekst in sidebar links */
ul, ol {color: #000000; font-size: 0.7em; line-height: 1.6em ;}
/* hieronder correctie voor te kleine letters in comments (jph, 15-6-2007) */
#commentdata ul,ol p {color: #000000; font-size: 0.9em; line-height: 1.6em ;}

/*margin: 10px; */
ul {list-style: square inside}
ol {list-style: decimal inside}
em {font-weight: normal; font-style: italic}


/*----------------------Layout------------------------*/

.hdr {
    float: left;
	padding: 0;
	width: 100%;
	top: 0px;
	left:0px;
	height: 110px;
	text-align: left;
}
.hdrimg {
    float: left;
	padding: 0;
	width: 100%;
    top: 110px;
	left:0px;
	background: url(images/MinMenBar-small-kleur.jpg) repeat-x ;
	height: 50px;
}
.hdrimg-white {
    float: left;
	padding: 0;
	width: 100%;
    top: 110px;
	left:0px;
	height: 30px;
}

.contentcontainer {	/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

/*---------- toegevoegd bij upgrade naar 2.6.2 ivm nieuwe class voor plaatjes ----------------*/
/*                                       30 sept 2008                                         */
.alignleft {
	float: left;
}


/*---------------Columns: Note they dont add up to 100%, this is intentional to avoid problems!-----------*/ 


.sidebarcolumn {   
    float: left;
    width: 20.5% 
}	
.centercolumn {  /* Half width column for a two column site. */
    float: left;  
    width: 57%;
}		

#sidebar {
	
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding:5px;
	border: 1px solid #3e4243;
}

/*---------------------------- Posts ---------------------------------*/
//.entry{
//	background-color: #FFFFFF; /* achtergrond van de posts */
//	border: 1px solid #FFFFFF; /* border van de posts */
//	padding: 0px;
//    margin-left:10px;
//    color:#FFFFFF;
//}

.entry ul li, .entry ol li
{
        margin-left:20px;
        font-size=1.5em
}

.entry h3 {
    font-weight: bold;
	text-transform: uppercase;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111; /* streepje onder posting titels */
	margin-bottom: 10px;
}
/*
.entry img {
   	margin: 0pt 10px 10px 0pt; 
   	float: left; 
   	cursor: pointer;
}
*/
/*-------------------------------- Sidebar widgets ----------------------------*/
#sidebar {
	
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	padding:5px;
	border: 1px solid #3e4243;
}

#sidebar h3 {
	font-weight: bold;
	/* text-transform: uppercase; */
	font-size: 75%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC; /* streepje onder sidebar titels */
	margin-bottom: 0px;
}
#sidebar p{
	line-height: 1.4em;
	}
#sidebar a, #sidebar a:visited {
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
	
#sidebar ul li {
	list-style-type: none;
	list-style-image: url('none');
	margin-bottom: 15px;
	margin-left: 10px
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin-top: 3px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0.5em;
	padding-top: 0.1em;
	padding-right: 0;
	padding-bottom: 0.1em;
	padding-left: 0;
	list-style-type: none;
	list-style-position: outside;
	}

/*-------------------------------- Sidebar widgets ----------------------------*/

.textwidget { 
    font-size: 0.7em; 
    line-height: 1.6em; 
    margin: 10px 5px 10px 10px; 
    font-family: Verdana, Arial, sans-serif;
}

.catcloud {
    font-size: 0.9em; 
    margin: 10px 5px 10px 10px; 
    font-family: Verdana, Arial, sans-serif;
}

/**----------------------------- Search Styling -------------------------------*/

#searchform, #archiveform {
margin: 10px 0px 0px 10px;
background:#FFFFFF;
width: 100px;
}

#searchform textarea {
background: #f8f7f6;
/* border: 1px solid #d6d3d3; */
border: 1px solid #507AA5;
width: 100px;
}
#searchform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#searchform textarea:focus {
border: 1px solid #939793;
}

#searchform {
font-size: 1.1em;
background: #ffffff;
/* border: 1px solid #507AA5; */
width: 100px;
}
#searchform:hover {
font-size: 1.1em;
background: #ffffff;
/* border: 1px solid #d6d3d3; */
width: 100px;
}
#searchform:focus {
font-size: 1.1em;
background: #ffffff;
/* border: 1px solid #939793; */
width: 100px;
}
#searchform input {
margin-bottom: 3px;
width: 100px;
}

/*---------------------------------- Comments Styling -----------------------*/
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}

#commentform {
margin: 1em 0;
background:#FFFFFF;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #939793;
width: 280px;
}
#commentform input {
margin-bottom: 3px;
}
/* -------------Footer-----------------*/
#bttmbar {
font-family: Verdana, Arial, sans-serif;
font-size: 0.50em;
}