/*  
Theme Name: de culinaire werkplaats
Version: 1.0
Author: Helen Olney Design
Author URI: helenolney.com
*/

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #FFF url('images/tile.gif') repeat left top;
	text-align: center;
	font-family: "Courier New", Courier, sans-serif;
	font-size: 0.8em;	
	color:#000;
}


img {
	border: 0px;
}

.newline {
	clear: both;
	display: block;
}


/* links */

a.tagsz-1 { font-size: 12px; }
a.tagsz-2 { font-size: 14px; }
a.tagsz-3 { font-size: 16px; }
a.tagsz-4 { font-size: 18px; }
a.tagsz-5 { font-size: 20px; }




a, a:visited {
	text-decoration: underline;
	color: #666;
	background: inherit;
}



a:hover {
	color: #999;
	background: inherit;
	text-decoration: none;
}

a.more-link {
	display: block;
	text-align: right;
}

/* headers */
h1, h2, h3 {
	font-family: "Courier New", Courier, sans-serif;	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #006699;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #88ac0b;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

/* images */
img {
	padding: 0px;
}
img.alignright {
  margin: 0px 0px 10px 15px;  
}
img.alignleft {
  margin: 0px 10px 10px 0px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em "Courier New", Courier, sans-serif;
  /* white-space: pre; */
  background: #FFF;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FFF url(images/quote.gif) no-repeat 5px 5px;    
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
	background-color: #FFF;
	clear: both;
}
th strong {
	color: #fff;
}
th {
	background: #FFF;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
	vertical-align: top;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #FEFFF7;
}
tr.row-b {
	background: #FEFFF7;
}
/* end - table */

/* form elements */
form {
	margin:0px; 
	background-color: #FFF; 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #eee;
	font: normal 1em "Courier New", Courier, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Courier New", Courier, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}


.wpsb_form_txt { 
	background: #FFF url(images/email.gif) no-repeat 0 0;
	border: none;
	height: 27px;
	padding-top: 6px;
	width: 210px;
}

.wpsb_form_btn { 
	font: bold 12px "Courier New", Courier, sans-serif; 
	height: 20px;
	width: 80px;
	margin-top: 10px;
	padding: 0; 
	background: #FFF url(images/submit.gif) no-repeat 0 0;
	border: none;
	color: #777;
}

.module {
	margin-left: -8px;
	width: 230px;
	margin-top: -10px;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	background: #FFF url(images/content.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 760px;
	padding: 0; 
	margin: 10px auto;
}
#header {
	width: 820px;
	position: relative;
	padding: 0;	
	color: #FFF;	
	background: #FFF url('images/logo.gif') no-repeat 44px 20px;
	height: 100px;
}
#header h1#logo-text a {
	display: none;
}
#header p#slogan {
	display: none;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 20px; right: 30px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}
#header li {
	list-style: none;
	white-space: nowrap;
	display: inline;
	padding-left: 8px;
}

#home {
	float: right;
	padding-right: 18px;
	display: block;
	height: 50px;
	color: #000;
	margin-top: -20px;
	padding-top: 0px;
	text-align: right;
}

#home a {
	color: #666;
}

#home a:hover {
	color: #666;
	text-decoration: none;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; 
	padding: 0;
	background: #FFF url(images/menu.gif) no-repeat 0 40px;	
	font: normal 13px/37px "Courier New", Courier, sans-serif;
	letter-spacing: -0.6px;
	height: 55px;
	width: 780px;	
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 7px;
	color: #000;	
	text-decoration: none;
}
#menu ul li.last a {
	padding-right: 20px;	
}
#menu ul li a:hover {
	color: #000;	
	background: #FFF url(images/menu_item.gif) no-repeat center 30px;
}
.current-cat{	
	color: #000;
	background: #FFF url(images/menu_item.gif) no-repeat center 30px;
}

/* Main Column */
#main {
	float: left;
	width: 70%;
	padding: 0; 
	margin: 5px 0 0 5px;
	display: inline;
}
#main h2 {
	margin-top: 10px;
	font: normal 140% "Courier New", Courier, sans-serif;
	color: #999; 
	padding: 5px 0 5px 10px; 	
	text-transform: none;
}
#main h2 a {
	background: none;
	color: #999;
	text-decoration: none;
}

#main ul li {
	list-style-image: url(images/bullet.gif);
	padding-left: 0;
	margin-left: -10px;
}

#spacer {
	height: 30px;
	background: #FFF url(images/spacer.gif) no-repeat left 15px;
}

.post-footer {
	background-color: #FFF;
	padding: 0 5px 5px 5px; 
	margin: 0px 10px 10px 10px;
	font-size: 95%;	
}

.post-footer .readmore {
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}

.post-footer .readmore:hover {
	text-decoration: none;
}

#main table {
margin: 20px 0 0 0;
width: 100%;
background-color: #FFF;
}

#main td {
padding-bottom: 10px;
vertical-align: top;
}

#main td.top {
vertical-align: top;
}


/* Sidebar */	
#sidebar {
	float: right;
	width: 26.5%;
	padding-top: 2px; 
	margin: 0;	
	color: #333;
	background: #FFF;	
}	
#sidebar h2 {
	margin: 12px 0 10px 0;
	font: normal 120% "Courier New", Courier, sans-serif;
	color: #999; 
	padding: 5px 0 10px 0; 	
	text-transform: none;	
	margin: 0 0 10px 0;
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 13px 5px 5px 5px; 
	padding: 0;
	text-decoration: none;		
	background: none; 
}
#sidebar li {
	padding-bottom: 20px;
	background: #FFF url(images/spacersm.gif) no-repeat left bottom;
	margin: 0 0 15px 0;
}

#sidebar li.widget li {
	list-style: none;
	padding: 4px 0 0px 0px;
	margin: 0 2px;	
	color: #333;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	background-image: none;	
	color: #666666;			
}
#sidebar ul li a:hover {	
	color: #999;	
}




#sidebar table{
padding: 0;
margin: 0;
}


#sidebar a.smlink{
font-size: 90%;
}


li#qtranslate-language-chooser{
background: transparent url(images/spacersm.gif) no-repeat left bottom;
padding-bottom: 15px;
}



.qtrans_language_chooser li {
display: inline;
background: #FFF;
}

.qtrans_language_chooser li a {
text-decoration: none;
background: #FFF;
margin-left: -5px;
padding-left: 0px;
padding-right: 8px;
}

.qtrans_language_chooser li.active a {
text-decoration: underline;
}

.qtrans_flag_and_text span{
height:32px; width:32px; display:inline-block;text-indent:-9999px;
}

.qtrans_flag_en span{
background: transparent url(images/en.png) no-repeat left top;
}

.qtrans_flag_nl span{
background: transparent url(images/nl.png) no-repeat left top;

}






#sidebar td {
vertical-align: top;
padding: 0 0 5px 0;
margin: 0px;
}

#sidebar td.open-right {
text-align: right;
padding: 0 0 5px 6px;
}

.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: #FFF;
	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-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* Footer */	
#footer {
	color: #999;
	background-color: #FFF;
	clear: both;
	width: 700px;
	height: 65px;
	text-align: center;	
	font-size: 92%;	
	padding-top: 30px;
	margin: 0 auto;
	padding-bottom: 0px;
	vertical-align: bottom;
}
#footer a { 
	color: #999;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }





