/**
  Theme Name: Jamie Oliver
  Theme URI: http://www.jamieoliver.nl
  Version: 1.1
  Author: Toscani
  Author URI: http://www.toscani.nl
  Tags: two columns, fixed, width, right sidebar
  Licence: GPL
  
  Description: Theme for Jamie Olivers Dutch website, jamieoliver.nl.

  The CSS that follows is what I feel is the bare minimum of styling for a two column, fixed width and centred layout that should be
  consistent in 'modern browsers'
*/

@charset "utf-8";

html {
  overflow-y: scroll;
}

/* Standaard style */
* { margin: 0; padding: 0; }

img { border: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", Times, serif; color: #01a9ea; }
ul { list-style-type: none; }

.clear { clear: both; height: 0; width: 0; line-height: 1px; visibility: hidden; overflow: hidden; }
.b { font-weight: bold; }
.spacer { height: 13px !important; width: 100% !important; }

/* Header */
#header #banner 
{
	margin-left:16px;
}


/* Body */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	
	background-color: #931412;
	background-image: url('http://www.jamieoliver.nl/wp-content/themes/jamie/images/background.jpg');
	background-position: top center;
	background-attachment: fixed;
}


/* Container */
#jamieoliver
{
	margin: 0 auto;
	background-color: #fff;
	width: 853px;
	padding: 12px 53px 20px 29px;
}


/* left column */
#jamieoliver #left
{
	float: left;
	width: 498px;
	margin-left: 26px;
	color: #746d52;
}

#jamieoliver #left #background_left
{	
	background:url(images/background.jpg);
	padding-top: 8px;
	padding-left: 15px;
	height:650px;
}

#jamieoliver #left #background_left_2
{	
	background:url(images/background_2.jpg);
	padding-top: 8px;
	padding-left: 15px;
	height:650px;
}

#jamieoliver #left h1
{
	font-size: 18px;
	font-weight:100;
	border-bottom: 4px solid #01a9ea;
	margin-bottom: 8px;
	margin-top: 0px; /*20px;*/

	
}

#jamieoliver #left .title
{
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 10px;
}

#jamieoliver #left .title_big
{
	font-size: 14px;
	font-weight: bold;
	color: #746d52;
	margin-bottom: 26px;
}

#jamieoliver #left .alinea
{
	margin-bottom: 26px;
}

#jamieoliver #left .alinea_2
{
	margin-bottom: 26px;
	margin-top: 20px;
}

#jamieoliver #left #voorbeeld
{
	background-image:url(images/voorbeeld.png);
	background-repeat: no-repeat;
	height: 273px;
	margin-top: 36px;
}

#jamieoliver #left #voorbeeld #preview_block
{
	background-color:#FFFF00;
	display:block;
	height:271px;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	position:relative;
	width:340px;
	float:left;
}

#jamieoliver #left #voorbeeld #preview_block_2
{
	background-color:#FFFF00;
	display:block;
	height:116px;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
	position:relative;
	width:135px;
	float:left;
	margin-top: 37px;
}

#jamieoliver #left #voorbeeld img
{
	float: right;
	margin-right:11px;
}


#jamieoliver #left .text
{
	font-size: 12px;
	padding-top: 24px;
}

#jamieoliver #left .checkboxes
{
	margin-top: 24px;
	margin-bottom: 24px;
}

#jamieoliver #left a
{
	color: #1a2f5a;
	font-weight:bold;
}

#jamieoliver #left label
{
	width: 110px;
	float: left;
	margin-right: 10px;
	
}

#jamieoliver #left input[type="text"]
{
	width: 148px;
	height: 17px;
	float: left;
	margin-right: 10px;
	border: solid 1px #007cc8;
}


#jamieoliver #left input[type="radio"]
{
	border: 0;
}

#jamieoliver #left .formitem
{
	width: 550px;
	float: left;
	margin-bottom: 2px;	
}

#jamieoliver #left #btn_bekijk
{
	background-color: #746d52;
	color: #FFF;
	border: solid 1px #007cc8;
	padding: 2px;
}

#jamieoliver #left #btn_verstuur
{
	background-color: #9e1412;
	color: #FFF;
	border: solid 1px #007cc8;
	padding: 2px;
}

#jamieoliver #left #recept_van_vandaag
{
	width: 496px;
	border: 1px solid #01a9ea;
	margin-bottom: 12px;
}

#jamieoliver #left #recept_van_vandaag_header,
#jamieoliver #left #recept_van_vandaag_footer
{
	color: #fff;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background-color: #01a9ea;
}

#jamieoliver #left #recept_van_vandaag_content
{
	padding-left: 20px;
}

#jamieoliver #left #recept_van_vandaag_content h1
{
	font-size: 20px;
	font-weight: normal;
	padding: 12px 0;
}

#jamieoliver #left #recept_van_vandaag_content .image /*img*/
{
	float: left;
	margin-right: 12px;
}

#jamieoliver #left #recept_van_vandaag_content p,
#jamieoliver #left #recept_van_vandaag_content ul
{
	line-height: 18px;
	margin-bottom: 18px;
	font-size: 11px;
	padding-right: 6px;
}

#jamieoliver #left #recept_van_vandaag_content a
{
	color: #01a9ea;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#jamieoliver #left #recept_van_vandaag_footer
{
	padding-left: 0;
}

#jamieoliver #left #recept_van_vandaag_footer a
{
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
}

#jamieoliver #left #recept_van_vandaag_footer a.prev
{
	float: left;
	margin-left: 6px;
	padding-left: 14px;
	background-position: center left;
	background-image: url('http://www.jamieoliver.nl/wp-content/themes/jamie/images/prev.gif');
}

#jamieoliver #left #recept_van_vandaag_footer a.next
{
	float: right;
	padding-right: 20px;
	background-position: center right;
	background-image: url('http://www.jamieoliver.nl/wp-content/themes/jamie/images/next.gif');
}

#jamieoliver #left h2
{
	font-size: 19px;
	font-weight: bold;
	color: #b2191e;
	margin-top:45px;
	margin-bottom: 20px;
*/}

#jamieoliver #left #bestel_dit_boek
{
	border: 10px solid #fbd2ed;
	padding: 10px;
	margin-bottom: 10px;
}

#jamieoliver #left #bestel_dit_boek img
{
	float: left;
	margin-right: 12px;
}

#jamieoliver #left #bestel_dit_boek h2
{
	font-size: 20px;
	border-bottom: 0;
	height: 34px;
	line-height: 34px;
}

#jamieoliver #left #bestel_dit_boek p
{
	line-height: 16px;
	font-size: 11px;
	margin-bottom: 15px;
}

#jamieoliver #left #bestel_dit_boek a
{
	color: #01a9ea;
	text-decoration: underline;
}

#jamieoliver #left #bestel_dit_boek a.meer
{
	font-style: italic;
}

#jamieoliver #left #reacties
{
	border: 10px solid #e4f5b0;
	padding: 10px;
	margin-bottom: 10px;
}

#jamieoliver #left #reacties .reactie
{
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #668f00;
	font-size: 11px;
	line-height: 16px;
}

#jamieoliver #left #reacties .reactie .datum
{
	color: #668f00;
}

#jamieoliver #left #reacties a
{
	color: #668f00;
}


/* right column */
#jamieoliver #right
{
	float: left;
	width: 322px;
	margin-left: 7px;
}

#jamieoliver #right #actiekolom
{
	background-color: #192b57;
}

#jamieoliver #right #actie_flash
{
	background-color: #192b57;
	width: 321px;
	padding: 20px 0;
}

/*
#jamieoliver #right #actie_flash img
{
	margin: 20px 30px 20px 30px;

}
*/

#jamieoliver #right #search
{
	border: 1px solid #dee7f0;
}

#jamieoliver #right #search #searchform
{
	border: 1px solid #fff;
	background-color: #86d3ec;
	padding: 10px;
}

#jamieoliver #right #search #searchform input[type="text"]
{
	width: 244px;
	color: #86d3ec;
	border: 1px solid #007cc8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 4px;
	width: 254px;
}

#jamieoliver #right #search #searchform input[type="submit"]
{
	background-color: #ece9d8;
	border: 1px solid #babd97;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	height: 20px;
	padding: 1px 2px 2px;
}

#jamieoliver #right { background-color: #fff; }
#jamieoliver #right #spacer { height: 12px; background-color: #fff; }
#jamieoliver #right h2 { margin: 10px; border-bottom: 1px dotted #01a9ea; padding-bottom: 2px; font-size: 18px; }

#jamieoliver #right #nieuws_en_events
{
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	padding-bottom: 1px;
}

#jamieoliver #right #nieuws_en_events .event 
{
	margin-bottom: 20px;
}

#jamieoliver #right #nieuws_en_events .event *
{
	line-height: 18px;
}

#jamieoliver #right #nieuws_en_events .event img
{
	float: left;
	margin-right: 10px;
	border: 1px dotted #01a9ea;
}

#jamieoliver #right #nieuws_en_events .event h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: lowercase;
	color: 11px;
}

#jamieoliver #right #nieuws_en_events .event p.datum
{
	font-size: 10px;
}

#jamieoliver #right #nieuws_en_events .event p.summary
{
	font-size: 11px;
}

#jamieoliver #right #nieuws_en_events .event a
{
	font-size: 11px;
	color: #668f00;
	font-weight: bold;
}

#jamieoliver #right #twitter,
#jamieoliver #right #moblog
{
	background-color: #transparent;
	background-color: #fff;
	width: 146px;
	height: 135px;
	/*padding: 10px;*/
	float: left;
	margin-left: 10px;
	overflow: hidden;
	font-size: 10px;
}

#jamieoliver #right #moblog .moblog_image { width: 148px; height: 111px; }
#jamieoliver #right #moblog p { text-align: center; line-height: 20px; }

#jamieoliver #right #twitter
{
	background-color: #fff;
}

#jamieoliver #right #twitter .widget_twitter
{
	padding: 8px;
}

#jamieoliver #right #twitter li.widget_twitter div,
#jamieoliver #right #twitter li.widget_twitter a,
#jamieoliver #right #twitter li,
#jamieoliver #right #twitter ul
{
	list-style-type: none;
	text-indent: 0;
	margin-left: 0;
	padding-left: 0;
}

#jamieoliver #right #twitter a
{
	color:#668f00;
	text-decoration: none;
}

#jamieoliver #right #twitter_moblog
{
	margin-bottom: 10px;
}

#jamieoliver #right #hyves
{
	background-color: #fff;
	margin: 10px;
	padding: 10px;
}

#jamieoliver #right #hyves h3
{
	padding-bottom: 10px;
}

#jamieoliver #right #hyves img
{
	float: left;
	margin-right: 10px;
}

#jamieoliver #right #hyves p
{
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 16px;
}

#jamieoliver #right #hyves a
{
	
}


/* Single recipe */

#jamieoliver #left #recept
{
	border-top: 16px solid #01a9ea;
	padding-top: 12px;
	margin-top: 2px;
}

#jamieoliver #left #recept .content h1
{
	font-size: 20px;
	font-weight: normal;
	margin: 12px 0 24px;
	padding-bottom: 2px;
	border-bottom: 5px solid #01a9ea;
}

#jamieoliver #left #recept .content p,
#jamieoliver #left #recept .content ul
{
	line-height: 18px;
	margin-bottom: 18px;
	font-size: 11px;
}

#jamieoliver #left #recept .content a
{
	color: #01a9ea;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#jamieoliver #left #recept #reacties .reactie
{
	margin: 8px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #668f00;
	font-size: 11px;
	line-height: 16px;
}



/* Right column, no yellow */
#jamieoliver .noyellow { background-color: #fff !important; }

#jamieoliver .noyellow h2
{
	margin: 4px 0 10px !important;
	padding-bottom: 2px !important;
	border-bottom: 5px solid #01a9ea !important;
	font-weight: normal;
}

#jamieoliver .noyellow #ingredienten
{
	background-color: #d5f5ff;
	padding: 16px 24px;
	margin-bottom: 10px;
}

#jamieoliver .noyellow #ingredienten p
{
	line-height: 20px;
	font-size: 11px;
}

#jamieoliver .noyellow #bestel_dit_boek
{
	border: 10px solid #fbd2ed;
	padding: 10px;
	padding-bottom: 0;
}

#jamieoliver .noyellow #bestel_dit_boek img
{
	float: left;
	margin-top: 32px;
	margin-right: 8px;
	margin-bottom: 10px;
}

#jamieoliver .noyellow #bestel_dit_boek h3
{
	border-bottom: 0;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 8px;
}

#jamieoliver .noyellow #bestel_dit_boek p
{
	line-height: 16px;
	margin-bottom: 16px;
	font-size: 11px;
}

#jamieoliver .noyellow #bestel_dit_boek a
{
	color: #01a9ea;
}

#jamieoliver .noyellow #bestel_dit_boek a.meer
{
	font-style: italic;
}

#jamieoliver .noyellow #bestel_dit_boek a.bestel
{
	line-height: 28px;
}

#jamieoliver .noyellow #recepttags
{
	background-color: #fffea4;
	/*
	background-color: #fff;
	border: 10px solid #fbd2ed;
	*/
	padding: 16px 24px;
	margin-bottom: 10px;
}

#jamieoliver .noyellow #recepttags p
{
	margin-bottom: 11px;
}

#jamieoliver .noyellow #recepttags a
{
	font-weight: bold;
	font-size: 12px;
	color: #746d52;
}

#jamieoliver .noyellow #ingredienten
{
	background-color: #d5f5ff;
	padding: 16px 24px;
	margin-bottom: 10px;
}




/* PAGE */
#jamieoliver #left #pagina
{
	padding-top: 12px;
	margin-top: 2px;
}

#jamieoliver #left #pagina .content h1
{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 24px;
	padding-bottom: 2px;
	border-bottom: 5px solid #01a9ea;
}

#jamieoliver #left #pagina .content p,
#jamieoliver #left #pagina .content ul
{
	line-height: 18px;
	margin-bottom: 18px;
	font-size: 12px;
}

#jamieoliver #left #pagina .content a
{
	color: #01a9ea;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



/* SEARCH RESULTS */
/* PAGE */
#jamieoliver #left #zoekresultaten
{
	padding-top: 12px;
	margin-top: 2px;
}

#jamieoliver #left #zoekresultaten .content h1
{
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 24px;
	padding-bottom: 2px;
	border-bottom: 5px solid #01a9ea;
}

#jamieoliver #left #zoekresultaten .content p,
#jamieoliver #left #zoekresultaten .content ol
{
	line-height: 18px;
	margin-bottom: 18px;
	font-size: 12px;
}

#jamieoliver #left #zoekresultaten .content ol
{
	margin-left: 32px;
}

#jamieoliver #left #zoekresultaten .content a
{
	color: #01a9ea;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}


/* DOCK */

#jamieoliver #left #recept #dock .dock_image
{
	margin: 4px;
}



/* NEW COLOFON */

#colofon
{
	margin: 0 auto;
	/*padding: 12px 53px 0 29px;*/
	padding: 12px 0 0;
	width: 935px;
	background-color: #ececec;
	border-top: 1px solid #ccc;
	height: 110px;
}

#colofon .logo
{
	float: left;
	padding: 30px 26px 0 55px;
}

#colofon #contact_info
{
	float: right;
	color: #b0abab;
	margin-top: 56px;
	padding-right: 53px;
}

#colofon #contact_info a
{
	color: #b0abab;
	text-decoration: none;
}



/* NEW HEADER */

#header
{
	margin: 0 auto;
	padding: 12px 0 0;
	width: 935px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding-bottom: 13px; 
}

#header #logo
{
	float: left;
	padding-left: 29px;
}

#header #user
{
	float: right;
	padding-right: 53px;
}

#header #user ul li,
#header .menu ul li
{
	display: inline;
	margin-left: 12px;
}

#header #user ul li a,
#header .menu ul li a
{
	color: #746d52;
	text-decoration: none;
	font-weight: bold;
}

#header .menu ul
{
	width: 853px;
	margin-top: 26px;
	margin-left: 29px;
}

#header .menu ul li
{
	margin-left: 26px;
	float: left;
}

#header .menu ul li.elkedag
{
	float: right;
	/* if(banner) margin-top: -66px; */
}



/* NEW FOOTER */

#footer
{
	margin: 0 auto;
	width: 935px;
	background-color: #fff;
	border-top: 1px solid #ccc;
}

#footer .menu 
{
	padding: 16px 0 16px 29px;
}

#footer .menu ul li
{
	display: inline;
	margin-left: 12px;
}

#footer .menu ul li a
{
	color: #746d52;
	text-decoration: none;
	font-weight: bold;
}

#footer .menu ul
{
	width: 853px;
}

#footer .menu ul li
{
	margin-left: 26px;
	float: left;
}

#footer .menu ul li.elkedag
{
	float: right;
}



/* COMMENT FORM */
form#commentform textarea#comment
{
	width: 456px;
	height: 180px;
	border: 1px solid #668f00;
	background-color: #ecf5d3;
	margin-bottom: 6px; 
}

div.reactie h3
{
	color: #668f00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 6px 0 12px;
}

form#commentform label { width: 130px; height: 26px; float: left; }
form#commentform input[type="text"] { margin-bottom: 11px; clear: left; border: 1px solid #668f00; background-color: #ecf5d3; width: 326px; }


/* FORWARD FORM */
form#form_doorsturen { width: 500px; }
form#form_doorsturen label { float: left; width: 150px; margin-bottom: 4px; }
form#form_doorsturen input[type="text"],
form#form_doorsturen textarea { float: left; width: 300px; margin-bottom: 4px; }
form#form_doorsturen textarea { height: 150px; }
form#form_doorsturen h2 { margin-bottom: 8px; }

/* ONMELD FORM */
form#form_aanmelden { width: 500px; }
form#form_aanmelden label { float: left; width: 150px; margin-bottom: 4px; }
form#form_aanmelden input[type="text"],
form#form_aanmelden textarea { float: left; width: 300px; margin-bottom: 4px; }
form#form_aanmelden textarea { height: 150px; }
form#form_aanmelden h2 { margin-bottom: 8px; }

/* OUTNOADIG FORM */
form#form_uitnodigen { width: 500px; }
form#form_uitnodigen label { float: left; width: 150px; margin-bottom: 4px; }
form#form_uitnodigen input[type="text"],
form#form_uitnodigen textarea { float: left; width: 300px; margin-bottom: 4px; }
form#form_uitnodigen textarea { height: 150px; }
form#form_uitnodigen h2 { margin-bottom: 8px; }

/* SOME TWEAKS */
.clear { height: 0; width: 0; visibility: hidden; clear: both; }
.alignleft { float: left; padding-right: 12px; }
.image_copyright { font-size: 10px; color: #bbb; margin: 0 auto; }
a.current { color: #000 !important; }
textarea, input[type="text"] { border: 1px solid #000; }
h2.half { float: left; width: 146px; margin-right: 0px !important; }
.engelsnieuws { clear: both; }
.engelsnieuws img { float: left; padding: 0px 10px 10px 0px; }
.higher66 { margin-top: -69px; }

#if_foto { display: none; }
#if_uploaded { display: none; }
.clear { clear: both; }
#actiekolom { margin-top: 8px; }

#actie_flash { z-index: 0; position: relative; }
#TB_window { z-index: 1; }

input.error { border: 1px solid #f00 !important; background-color: #fbd2ed !important; }
label.error { color: #f00; }
label[for="akkoord"] { width: 20px !important; display: inline; float: none !important; margin-right: 0 !important; }
label[for="geboortefull"] { /*display: block !important;*/ color: #f00; width: 300px !important; }

a.bactie { color: #746D52 !important; text-decoration: underline; }
div.cancel { display: none !important; }
p.alinea { padding-right: 16px; }