/*  
Theme Name: Hinko
Theme URI: http://www.945-ontwerp.nl
Description: This theme is designed by 945-ontwerp.
Version: 1.0
Author: Bas de Haas
Author URI: http://www.945-ontwerp.nl

*/

/** Color table **/
/*
achtergrond-grijs:  rgb(162,162,162)  #A2A2A2
sidebar-grijs:      rgb(204,204,204)  #CCCCCC
blauw-grijs:        rgb(69,71,94)     #45475E
orange:             rgb(245,126,32)   #F57E20
*/

/**** Basics */
body {
	font-family: 'Gill sans', 'Helvetica', 'frutiger',sans-serif;
	background: rgb(162,162,162) url('images/pattern.jpg');
	text-align: center;
	margin: 20px 0 20px 0;
	padding: 0; 
	
	}

#page {
	background: rgb(162,162,162) url('images/sidebar_back.gif') repeat-y left;
	text-align: left;
	margin: auto;
	margin-bottom:0;
	padding: 0;
	width: 923px;
	height: auto;
	border: 1px solid white;
}

#header {
	background-color: transparent;
	margin: 0;
	padding: 0; 
	width: 923px;
	}

.headerimg{
  border: 0;
  display:block; /* NODIG VOOR HET VOORKOMEN VAN EXTRA 3px SPACE TUSSEN HEADER EN CONTENT*/
}	
#frontpagespacer{
  height: 164px; /* net zo hoog als de normale header */
}
#frontrightspacer{
  height: 550px; /* net zo hoog als de normale header right */
}

/****** footer ****/

#footer {
	background: url('images/footer.jpg') no-repeat top left;  
	margin: 0;
	padding: 0;
	width: 923px;
	height: 57px;
	clear: both; /* both, omdat de footer pagina breed moet zijn.	Sets the sides of an element where other floating elements are not allowed, essential for wp*/
  border: none;
  text-align: right; 
  }	
  
#footer_links{
	text-align: left;
	float: left;
	width: 75%;
	margin-left: 41px;
} 

#footer a.wplink{
	display:block;
	float: right;
 	position: relative;
	top: 40px;
	width: 17px;
	height: 17px;
	background: url('images/wordpress.gif') no-repeat;
}

#footer a.wplink:hover{
  background: url('images/wordpress_roll.gif') no-repeat;
}
#footer p{
	display: inline;
	text-align: right;
	position: relative;
	top: 12px;
	left: 270px;
	font-size:8pt;
  color:white;
}

#footer a{
  font-size:8pt;
  color:white;
}

#footer a:hover{
  color: rgb(245,126,32);
} 	
/***** end footer ****/	
	
	
#content {
	font-size: 9pt;
	width: auto;
	float: right;
	text-align: center;
	padding-bottom: 30px;
}
/****** end basics ******/

/* alle tekst content is een .post */  
/*.narrowcolumn {}   normal pages are displayed in a narrowcolumn next to a sidebar*/
	                /* narrowcollum and wide collumn are classes of the content div*/
 /*.entry{}           size of the text area inside content*/
 
#content img{
  padding-right: 5px;
}
 
.post {
  width: 450px;
	text-align: justify;
	margin-right: 102px;
}


/***** menu's kopjes etc *****/
a, a:hover, h3 a:hover {
	color: black;
	text-decoration: none;
}

a:hover {
	color: rgb(245,126,32);
}

a{
  border: none;
}
	
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2, h2 a, h2 a:hover{
	margin: 30px 0 0;
	color: white;
	font-size: 13pt;
	font-weight: bold;
	}
	
h3 {
  color: white;
  font-size: 11pt;
	font-weight: bold;
	padding-left: 1px;
	margin: 30px 0 0 0;
}

.post h2{
  padding: 13px 0px 0px 1px; 
 background: url('images/h2_blokje_lijntje.gif') no-repeat bottom left;
}

.post h3 {
	  background: url('images/lijntje.jpg') no-repeat bottom left;
}

.post p{
  margin-top: 5px;
  margin-left:1px;
}

.postmetadata{ /* = Posted in "Nieuws" <edit> <no commetns> etc..*/
  text-align:center;
}

h2.minipost {
  padding: 5px 0 5px 0;
}

/***** end kopjes & links etc. *****/
	
	
/***** bar on the rightside of the website *****/
#rightbar{
  width: 199px;
	float: right;
}

	
/***** miniposts *****/	

#minipost{
  background: url('images/top_minipost.gif') no-repeat top;
  font-size: 9pt; /*de minipost bottom image is wordt als plaatje geladen in header.php*/
}

#minipost h2{
 padding: 15px 5px 0px 20px;
 text-align: right;
}

#minipost h2 a{
  font-weight: bold;
  color:white;
  font-size: 9pt;
}

#minipost .minipostentry{
  background-image: url('images/back_minipost.gif'); 
  padding: 0px 10px 10px 10px;
}

#minipost p{
  text-align: right;
  font-size: 8pt;
  /*margin: 0px 10px 10px 10px;
  padding: 0px 10px 10px 10px;*/
}

#bottomrightspacer{ /* een div voor het extra ruimte aan de onderkant*/
  height: 20px;
}
/***** end minipost spul *****/
/***** end rightbar *****/

/***** concerning sidebar *****/	
#sidebar{
  padding-top: 22px;
  font-size: 10pt;
  font-weight: bold;
	width: 141px;
	text-align: right;
	}
	
#sidebar ul{
	margin: 0 0 0 0;
	padding: 0;
	}

#sidebar ul li {
  text-align: right;
	list-style-type: none;
	list-style-image: none;
  padding: 5px 0px 6px 0px;
	}

#sidebar ul li a:hover, #sidebar ul li a:active{
  display: block;
  width: 141px;
  padding-right: 20px;
  font-weight: bold;
  color: white;
  background: url('images/rollover_oranje.gif') no-repeat top left;
}	

#sidebar ul ul{
	margin: 10px 0 0 0;
	padding-right: 2px;
	}

#sidebar ul ul li{
  font-weight: normal;
	font-size: 8pt;
	list-style-type: none;
	list-style-image: none;
	margin:0;
	}
#sidebar ul ul li a:hover, #sidebar ul ul li a:active{
  display: block;
  font-weight: normal;

  color: rgb(245,126,32);
  /*width: 129px;*/
  background: url('images/rollover_wit.gif') no-repeat top left;
	}	

#sidebar .inlinetext{
  display: inline
}	
/* end side bar */


/** contact form */  
#mesbody{
	border: white solid 1px;
	/*background-color: rgb(162,162,162);*/
	background-color: rgb(223,223,223);
	width: 300px;
}
.shortfield{
  border: white solid 1px;
	/*background-color: rgb(162,162,162);*/
	background-color: rgb(223,223,223);
	width: 300px;
}
#captcha{
	width: 233px;
}

/** end contact form */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	float:right;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists*/
ul li{
  font-size: 8pt;
  text-align: left
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/* end lists */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
/***** widecollumn stuff concerning comments *****/
.widecolumn {/*comments are placed in a wide column which in this case should look like a narrowcolumn*/
  margin-right:25px;
}  
.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .post {
	margin: 0;
}
  
.widecolumn .attachment {
	text-align: center;
}
	
/** meer spul wat ik niet gebruik ... */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: rgb(86,49,26);
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Comments */

/* Begin Various Tags & Classes */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	display: block;
	}

a img {
	border: none;
	}

.navigation { /* << vorige post | volgende post >> */ 
	width: 515px; /* dit moet net zo groot zijn als de .post groote, anders gaat het mis */ 
  display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

