/*
Theme Name: Weekend Bakery 2
Theme URI: 
Description: 
Version: 2.0
Author: Edwin
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	/* background: transparent; */
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	/* clear: both; */
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

/*
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 300px 0 0px; 
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
*/

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
/*
.one-column #content {
	margin: 0 auto;
	width: 640px;
}
*/
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
/*	font-family: Georgia, "Bitstream Charter", serif; */
	font-family: "Open Sans",Arial,Helvetica,"Helvetica Neue","Nimbus Sans L",sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Open Sans",Arial,Helvetica,"Helvetica Neue","Nimbus Sans L",sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 1024px;
}
#wrapper {
	background: #fff;
	margin-top: 24px;
	/* padding: 0 20px; */
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 800px;
}
#site-generator {
	float: right;
	width: 220px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	/* background: #f1f1f1; */
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e9f2f5 ; /* 558a9a E9F0F7  #e7e7e7; #A1C5EE */
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link, a:visited {
	color: #558a9a ; 
	text-decoration: underline ;
}
a:active, a:hover {
	color: #154f60;
	text-decoration: underline ;
}

.entry-title a:link, .entry-title  a:visited {
	text-decoration: none ;
}

.entry-title a:active, .entry-title  a:hover {
	text-decoration: underline ;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {

}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
	display:none ;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	color: #558A9A ;
	/* font-style: italic; */
	width: 165px;
	letter-spacing: 4px ;
	position: absolute ;
	margin-left: 820px;
	top: -96px ;
}

/* This is the custom header image */
#branding img {
	border-top: 4px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	display: block;
}


/* =Menu
-------------------------------------------------------------- */

#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 180px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding-left: 1px;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 8px;
	text-decoration: none;
	font-size: 12px;
}
#access ul ul {
	box-shadow: 7px 7px 7px rgba(103, 133, 151, 0.6);
	-moz-box-shadow: 7px 7px 7px rgba(103, 133, 151, 0.6);
	-webkit-box-shadow: 7px 7px 7px rgba(103, 133, 151, 0.6);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
padding-top: 1px ;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #558A9A ; /* #e8e3de; */
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	color: #fff ;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #558A9A ; /* #e8e3de; */
	color: #fff ;
	text-decoration: underline;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
	font-weight: bold ;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 40px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 15px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	/* margin-bottom: 24px; */
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #558899;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}

#content .entry-title {
	color: #000;
	font-size: 24px; /* 21px */
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	text-align: left;
}

.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 0px 0; /* orig 24px */
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	/* color: #ff4b33; */
        color: #8FCAF2 ;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
	border: none ;
	background-color: transparent  ; 
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	/* border: 2px solid #cfcfcf; */
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	/* border: 2px solid #f1f1f1; */
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 16px;
	line-height: 18px;
	overflow: hidden;
	padding-left: 16px ;
	padding-right: 16px ;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #558899;
        
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above, .home  #nav-below {
	display: none;
}
.paged #nav-above,
.single #nav-above
 {
	display: block;
}
#nav-below {
	margin: -18px 0 18px 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
/* border-top: 1px solid #E9F2F5 ; */ /* #e7e7e7; */
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #E9F2F5 ; /* #e7e7e7; */
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 40px; 
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	/* border-top: 1px solid #E9F2F5 ; */ /* #e7e7e7; */
	margin: 0px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	margin-bottom:8px ;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
		height:40px ;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
		width: 400px ;
		display: block ;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#copyright{
	    font-size: 14pt;
		text-shadow: none ;
	}
	a:link, a:visited , h1, blockquote, strong, 
	#content, #content input, #content textarea, #site-title,
	#site-description, #copyright, .wb_tip {
		color: #000 !important ;
		text-decoration: none;
	}
	
	#access,
	.accesskontainer,
	.wb_header_image,
	.wb_webshop_header,
	#wb_banner,
	#wb_holiday,
	#branding img,
    #crumbs,
    .twitter-share-button ,
	.qwb_header,
	#comments,
	.site-description,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.ngg-galleryoverview,  
	#wb_socialbookmarks,
	.sideBar.boxLeft ,
	#receptrecalc,
	#content .wb_singlepost .ngg-galleryoverview,
	#content img,
	.widget-area {
		display: none !important;
	}
	
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}


/* = Weekend Bakery
-------------------------------------------------------------- */

#wb_main
{
	/* font-family: "Verdana","Helvetica","sans-serif" ; */
	clear: both ;
	padding-left:32px ;
	padding-right:32px ;
	margin-top: 41px ;
}

#wb_main tr td
{
	margin: 0px ;
	padding: 0px ;
	border: 0px ;
}

#wb_main table
{
	border: 0px ;
	margin: 0 0 0px 0 ;
	text-align:left;
	width:100%;
	/* border-top:4px solid #E9F2F5 ; */ /* D5DDE5 */
}

/* ===================================*/

.wb_webshop
{
	clear: both; 
	margin-top: 41px;
    padding-left: 30px;
    padding-right: 32px;
}

.wb_webshop_icon
{
	width: 960px;
	height: 128px ;
	color: white ;
	position: relative ;
	overflow: hidden;
    display: block ;
	padding: 4px 4px 4px 4px ;
	background: url("images/webshop960.jpg") no-repeat scroll 4px 4px white ;
	background-color: #5E4D3E ;
	border-radius: 4px ;
}

.wb_webshop_icon_lower
{
	position: absolute ;
    top: 60px ;
	background: url("images/brown70.png") repeat scroll 0 0 transparent ;

	font-size: 14px ;
	padding: 10px ;
	height: 128px ;
	display: block ;
	width: 50% ;
}

#content .wb_webshop h2
{
	margin-bottom: 0px ;
}

.wb_webshop a:link p, .wb_webshop a:visited p
{
	color: #fff;
}

.wb_webshop a:hover h2, .wb_webshop a:active h2
{
	text-decoration: underline !important ;
	color: #fff  !important  ;
}

.wb_webshop a:link h2, .wb_webshop a:visited h2
{
	color: #fff  !important  ;
}

.wb_webshop a:hover, .wb_webshop a:active , .wb_webshop a:link, .wb_webshop a:visited 
{
	text-decoration: none ;
}

/* ===================================*/

.wb_homeicons 
{
	clear: both; 
}

.wb_homeicon1
{
	background: url("images/miniboule.jpg") no-repeat scroll 4px 4px white ;
}

.wb_homeicon2
{
	background: url("images/vlaai.jpg") no-repeat scroll 4px 4px white ;
}

.wb_homeicon3
{
	background: url("images/croute.jpg") no-repeat scroll  4px 4px white ;
}

.wb_homeicon4
{
	background: url("images/sprout2.jpg") no-repeat scroll  4px 4px white ;
}

.wb_homeicon5
{
	background: url("images/ilovebread.jpg") no-repeat scroll  4px 4px white ;
}

.wb_homeicon6
{
	background: url("images/baguette.jpg") no-repeat scroll  4px 4px white ;
}

.wb_homeicon
{
	/* font-family: "Verdana","Helvetica","sans-serif" ; */	 
	width:250px ;
	height:250px ;
	color: white ;
	margin: 8px 47px 32px 47px ;
	position: relative ;
	overflow: hidden;
    display: block ;
	padding: 4px 4px 4px 4px ;
	background-color: #558a9a ;
	border-radius: 4px ;
}

.wb_home_highlight 
{
	background-color: #558a9a ;
}

.wb_homeicon_left
{
	margin-left: 0px ;
}

.wb_homeicon_right
{
	margin-right: 0px ;
}

.wb_homeicons a:link p, .wb_homeicons a:visited p
{
	color: #fff;
}

.wb_homeicons a:hover h2, .wb_homeicons a:active h2
{
	text-decoration: underline !important ;
	color: #fff  !important  ;
}

.wb_homeicons a:link h2, .wb_homeicons a:visited h2
{
	color: #fff  !important  ;
}

.wb_homeicons a:hover, .wb_homeicons a:active , .wb_homeicons a:link, .wb_homeicons a:visited 
{
	text-decoration: none ;
}

.wb_homeicon_lower
{
	position: absolute ;
    top: 190px ;
	background: url("images/blue70.png") repeat scroll 0 0 transparent ;
	font-size: 14px ;
	padding: 10px ;
	height: 200px ;
	width: 230px ;
	display: block ;
}

.wb_homeicon_lower h2
{
    height: 60px ;
	margin: 0  !important ;
}

.wb_homeicon_lower h2
{
	line-height:22px !important ;
}

.wb_homeicon_lower p
{
	line-height:18px !important ;
}

.wb_homeicon_highlight.wb_homeicon 
{
	background-color: #5E4D3E ;
}

.wb_homeicon_highlight .wb_homeicon_lower
{
	background: url("images/brown70.png") repeat scroll 0 0 transparent ;
	top: 140px ;
}

.wb_header
{
	margin: 0 auto ;
    width: 1024px ;
}

.wb_header2
{
	position: relative ;
}

.wb_header_image
{
	position: absolute ;
	left: 0px ;
	top: -98px ;
    background: url("logo_kleur_wit.png") no-repeat scroll 0 0 transparent ; 
	height: 120px ;
	width: 183px ;
	margin-left: 16px ;
}

.wb_webshop_header
{
	border-radius: 3px ;
	box-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
	position: absolute ;
	left: 320px ;
	top: -94px ;
    background: url("images/banneton.png") no-repeat scroll 135px 4px #5e4d3e ; 
	height: 40px ;
	width: 210px ;
	margin-left: 16px ;
	color: white ;
	padding: 6px 4px 4px 16px;
}

.wb_webshop_header div
{
	font-size: 15px ;
	width: 120px ;
}

.wb_webshop_header a:link, .wb_webshop_header a:visited, .wb_webshop_header a:active, .wb_webshop_header a:hover 
{
	color: white ;
	text-decoration: none ;
}

#wb_holiday
{
	 display: none ; 
/*
	position: absolute ;
	left: 630px ;
	top: 0px ;
	width:  223px ;
	height: 144px ;
	background: url("images/HappyHolidays.png") no-repeat scroll 0 0 transparent ; 	
*/
}

/*
#wb_header { 
  margin: 15px auto; 
  position: relative; 
}

#wb_banner
{
z-index: 999 ;
margin-top: 14px ;
  margin-left: 420px; 
	 position: fixed; 
	width:  204px ;
	height: 74px ;
	background: url("images/webshop.png") no-repeat scroll 0 0 transparent ; 	
}
*/

.sideBar
{
	position: fixed;
	z-index: 1000;
}

.sideBar.boxLeft
{
	float: left;
	padding: 0px 0px 0px 0px;
/*	left: 72px; */
	right: 10px ;
	bottom: 0;

	width: 102px;
	height: 32px ;
}

.sideBar.boxLeft  {
	background-color: #464646;
    background-image: -moz-linear-gradient(center bottom , #3F3F3F, #464646 5px);
    border: 0 none;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    color: #CCCCCC;
    font: 13px/28px "Helvetica Neue",sans-serif;
    letter-spacing: normal;
    outline-style: none;
    outline-width: 0;
    overflow: hidden;
    padding: 0 10px 0 8px;
    text-shadow: 0 -1px 0 #444;
}

.sideBar.boxLeft span {
	padding-left: 19px;
	background: url("images/wb-icons.png") no-repeat scroll 0 -77px transparent;
}

.sideBar.boxLeft a {
	color: #CCCCCC ;
	text-decoration: none !important;
}

.sideBar.boxLeft a:hover  span {
	background-position: 0 -117px;
	color: #fff ;
	text-decoration: none !important;
}

#wb_banner
{
	position: absolute ; 
	left: 38px ;
	top: 34px ; 
	width:  245px ;
	height: 75px ;
	display: none ;
	background: url("images/webshop.png") no-repeat scroll 0 0 transparent ; 	
}


#content .widget_bottom
{
    clear: both ;
}
	
.wb_title
{
	clear: both ;
	font-size: 18pt ; 
	color: #666 ;
	letter-spacing: 3px ;
	float: right;	
	/* height: 32px ; */
	margin-bottom: 10px;
}
#content .wb_title img
{
	background-color: white ;
	border: none ;
	margin: 0px ;
	padding: 0px ;
}

#content .wb_twitter
{
    clear: both ;
    /* background: url("images/rand_grijs_blauw2.png") no-repeat scroll left top #558a9a; */
	background-color: #558a9a;
    padding: 20px 20px 1px 20px ;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); 
	display: none ;
}

#content .wb_twitter .widget-container {
    margin: 0 0 0px;
}

.wb_twitter h3 { display: none ; }

.wb_twitter { color: #fff ; font-size: 13px ; }

.wb_twitter a { color: #fff ; }

.wb_twitter li.tweeple-feed-widget { list-style: none outside none; background: url("images/Twitter_logo_white._small.png") no-repeat top right ;}

.wb_twitter .tweet-time { display: none ; }

.wb_twitter .tweet-text { display: inline ; }

.wb_posted_in
{
	font-size: 12px ;
	color: #aaa ;
	margin-bottom: 16px;
	margin-top: 8px ;
}

/* #E9F0F7 ; #8FCAF2 */

.recept                  { font-family: "Open Sans",Arial,Helvetica,"Helvetica Neue","Nimbus Sans L",sans-serif;
width:395px ; margin: 24px 4px 24px 0; padding: 14px ;  background-color: #fcfcfc; border-radius: 4px ; }
.recept p               { padding:1px 0 1px 0; margin:0;  } 
.recept p.spacer { color: white; }
.recept p a            { 	}
.recept .titel     { color: #5E4D3E ; font-weight: bold ; font-size: 120% ; text-decoration: underline ;} /* #ff4b33; */ 
.recept .aantal   { font-size: 12px; color: #888; font-style: italic;} 
.recept .van         { font-size: 12px; color: #888; font-style: italic;}
.recept .duur       { font-size: 12px; }
.recept div p         { border-bottom: 1px solid #eee ;  font-size: 14px ; padding-left:10px;  }

#content .wkb_recept input { font-size: 12px ; }
#content .wkb_recept     { width: 395px ; margin: 24px 0 24px 0; padding: 14px 4px 14px 14px ; font-size: 14px ; border-collapse: inherit; border: 0px ; text-align: left; background-color: #fcfcfc ; border-radius: 4px ;}
#content .wkb_recept th { line-height: 24px ; padding: 0px ; }
#content .wkb_recept .titel   { color: #5E4D3E ; font-weight: bold ; font-size: 20px ; text-decoration: underline ; text-align: left; }  
#content .wkb_recept .aantal  { font-size: 12px; color: #888; font-style: italic; text-align: left; font-weight: normal ;} 
#content .wkb_recept .van     { font-size: 12px; color: #888; font-style: italic; text-align: left; font-weight: normal ;}
#content .wkb_recept .duur    { font-size: 12px; font-weight: normal ; }
#content .wkb_recept td       { line-height: 24px; padding: 4px 8px 2px 0px; margin: 0px ; border-bottom: 1px solid #eee ; vertical-align: top ; border-top: 0px ; }
#content .wkb_recept td:first-child { width: 40px ; text-align: right ; font-weight: bold ; }
#content .wkb_recept td:first-child + td { width: 30px ; }
#content .wkb_recept input    { text-align: right ;  padding-right: 2px ; height: 18px; line-height: 16px ; border: 1px solid #aaa;}

#receptcalculation {  margin: 14px ; padding: 6px 14px 6px 14px ; background-color: #f8f8f8 ; width: 330px ; border: 1px solid #e0e0e0;  }
#receptcalculation input { font-size: 14px ;  border: 1px solid #aaa; padding-right: 2px ; line-height: 18px;}
#receptcalculation select { margin: 0px ; }
#receptcalculation #title { font-size: 18px ;}
#receptcalculation div {  padding: 3px 0px 3px 0px;  font-size: 14px ;}
#receptcalculation .recepthelp {  line-height: 16px ; padding: 3px 0px 3px 0px;  font-size: 12px ; font-style: italic; }
#receptcalculation .receptcol { display: inline-block; width: 140px ; }
#receptrecalc { margin-left: 14px ; }
#receptamount { text-align: right ; }


.eshopproducts_widget ul
{
	list-style: none outside none;
	margin:0 ;
}

/*
#header {
	padding: 0;
}

#content {
	margin: 0 ;
}
*/

#main
{
	overflow: visible ;
	padding: 0px 0 0 0; /* padding: 24px 0 0 0; */
}

#content {
	margin-bottom: 0px;
}

#crumbs
{
  /* text-align: right ; */
   padding-bottom: 8px ;
font-family: "Open Sans",Arial,Helvetica,"Helvetica Neue","Nimbus Sans L",sans-serif;
font-size: 10px ;
}


#primary, #secondary
{
	font-family: "Open Sans",Arial,Helvetica,"Helvetica Neue","Nimbus Sans L",sans-serif;
}

#branding
{
	display: none ;
}

#header {
/*
	padding: 0px 0 11px 0;
	background: transparent url(images/rand_blauw_wit.png) bottom left no-repeat; 
*/
	padding: 0 ;
	margin: 0 ;
}

.home #header {
	/* background: transparent url(images/rand_blauw_grijs2.png) bottom left no-repeat; */
}

#masthead {
	/* background: transparent url(images/header_blauw_snow.png) top left no-repeat; */
	/* background: transparent url(images/header_blauw.png) top left no-repeat; */
	/* height: 190px ; */
}

#copyright
{
	border-top:1px solid #fff ; /* #000; */
	color: #fff ;
}

.accesskontainer {
    background: #558A9A ;
	height: 38px ;
	margin-top: 64px ;
	min-width: 1024px ;
	border-radius: 4px;
	margin-left: 16px;
    margin-right: 16px;
}

#access {
	margin: 0 auto;
	clear: both;
	display: block;
	width: 1024px ;
}

#footer 
{
   clear: both;
   background-color: #5e4d3e ; 
/*   background: #5e4d3e url(images/rand_blauw_bruin.png) top left no-repeat; */
   padding: 10px 10px 20px 10px ;
   text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); 
   border-radius: 4px ;
   margin-top: 16px ;
}

.category #footer 
{
   /* background: #5e4d3e url(images/rand_wit_bruin.png) top left no-repeat; */
   background-color: #5e4d3e ; 
}

#footer .widget-title
{
    font-family: "Bebas Neue", Arial,Helvetica,"Helvetica Neue","Nimbus Sans L",sans-serif; 
	font-size: 20px ;
	font-weight: normal ;
}

#footer .widget-title, #footer a:link, #footer a:visited, #footer a:active, #footer a:hover ,
#comments, #comments a:link, #comments a:visited, #comments a:active, #comments a:hover 
{
    color: #fff;
}


.comment-author cite, h3#comments-title, h3#reply-title, #respond .form-allowed-tags, #respond label {
    color: #fff;
}

#footer .widget-area ul ul {
    list-style: none outside none;
	margin-left: 0px ;
}

#colophon
{
/*	border-top: 1px solid #000000; */
	border-top: none ; /* #D5DDE5; */
	
	 width: 940px ;
   margin: 0 auto ;
}

#wb_comments {
/*   background: #558a9a url(images/rand_wit_blauw.png) top left no-repeat; */
   background-color: #558a9a ; 
   border-radius: 4px ;
}

#comments {
   width: 940px ;
   margin: 0 auto ;
   font-size: 14px;
}

#comments .pingback {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 18px;
}

#comments li.pingback p {
	border-bottom: 1px solid #E9F2F5;
	padding-bottom: 18px;
}

.commentlist li.comment {
   line-height: 20px ;
}

#content, #content input, #content textarea {
    color: #575a5b;
}

strong {
    color: #558899;
    font-weight: bold;
}

.entry-thumb {
/*	margin-bottom: 32px ; */ 
}

.category-gallery .size-thumbnail img {
	border:5px solid #F1F1F1;
}

/* within single.php */
.wb_singlepost, .category #content {
	margin: 0 auto;
	width: 940px;
	text-align: justify;
}

#container {
    margin-top: 32px ;
}

.home #container {
    margin-top: 0px ;
}


/* on homepage */
.wb_post  img {
	/* border: 5px solid #f1f1f1; */
	margin: 0 !important;
}

.wb_post  .gallery-thumb {
	float: left;
	margin-right: 12px;
/*	margin-top: -4px ; */ /* -4px; */
}

.wb_post {
	padding-top: 8px;
}

.category .wb_wrapper {
 border-bottom: 1px solid #E9F2F5 ;  /* #D5DDE5; */
}

.wb_wrapper {
clear:both;
/* font-size:0.85em; */
padding-top:0;
}

.wb_left
{
	width: 48% ;
	float: left ;
	margin:10px 0 0 !important;
}

.wb_right
{
	width: 48% ;
	float: right ;
	margin:10px 0 0 !important;
}

.navigation 
{
	clear: both ;
}	

#nav-below {
	padding-top: 24px ;
}

.navigation {
	color: #558a9a;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #558a9a;
	text-decoration: none;
}

.archive-meta { display: none ; }

/* Begin Images */

#content 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) */
	
#content img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
#content img.alignright {
	padding: 5px;
	margin: 10px 0 10px 25px;
	/* display: inline; */
}

#content img.alignleft {
	padding: 5px;
	margin: 10px 25px 10px 0;
	/* display: inline; */
}
#content .plaatje {
	/* padding: 5px ;
	margin: 4px ; 
	background-color: #f0f0f0; */
}

#content img {
	padding: 5px !important ;
	margin: 0px ; 
	/* background-color: #f0f0f0; */
	background-color: #f8f3ee;
	/* border: 1px dashed #FF4B33; */
	border-bottom: 8px solid #fff;
	border-top: 8px solid #fff;
	border-left: 8px solid #fff;
	border-radius: 4px ;
}

.category #content img {
	border-left: 0px ;
}

#content  .eshop img {
	padding: 6px !important ;
	background-color: #fff;
	border: 1px solid #fff;
}

#content .entry-title, #content .entry-meta, #content .entry-content {
   clear: none ;
}

/*
#content .entry-title:first-letter 
{
	font-size:100% ;
}
*/


.entry-title a:link, .entry-title a:visited {
    color: #558899; /* 5E4D3E */
    /* text-decoration: none; */
}

.single-post #content  .entry-title
{
	font-family: georgia, serif;
    color: #558899 ;
	/* color: #575a5b ; */
	font-size:38px ; 
	text-align: left ;
	font-weight: normal;
}

.page #content  .entry-title
{
	font-family: georgia, serif;
    color: #558899 ;
	font-size: 38px ;
	font-weight: normal;
}

.page #content  .wb_featured .entry-title
{
	font-family: georgia, serif;
	font-size: 22px ;
	font-weight: normal;
}

.page #content  .wb_new .entry-title {
	font-family: georgia, serif;
	height: 60px ;
	font-size: 25px ;
	font-weight: normal;
}

.category  #content  .entry-title{
	font-family: georgia, serif;
	height: 50px ;
	font-weight: normal;
}

.category  #content .hentry {
    margin: 0 0 24px;
}

.wb_new .hentry
{
	margin-bottom:	24px;
}

.wb_featured .hentry
{
	margin-bottom:	0px;
}

.wb_featured {
  /*  background: url("images/rand_wit_grijs2.png") no-repeat scroll left top #f8f3ee; */
  /* background-color: #f8f3ee ; */
	background-color: white ;
	font-size:14px ;
	color: #558899 ;
	padding-top: 0px ;
	margin-top: 0px ;
	display: table;
}

.wb_featured_featured {
    /* background: url("images/homepage_featured2.png") no-repeat scroll left bottom transparent; 
	height: 180px;
	padding-left: 64px ;
	padding-right: 64px ;*/
	
	padding-left: 24px ;
	padding-right: 24px ;
}

.wb_featured .wb_wrapper {
	
}

.wb_featured .wb_left, .wb_featured .wb_right {
	padding-top: 8px ;
	padding-bottom: 8px ;
}

.wb_new {
	height: 285px;
	/*  background: url("images/rand_grijs_wit2.png") no-repeat scroll left bottom #f8f3ee; */
	/* background-color:  #f8f3ee; */
	background-color:  white;
	color: #558899 ;
	padding-top: 10px ;
}

.wb_new_new {
    /* background: url("images/homepage_new2.png") no-repeat scroll left bottom transparent; 
	height: 150px;
	padding-left: 64px ;
	padding-right: 64px ; */
	
	padding-left: 24px ;
	padding-right: 24px ;
}

#content .wb_new img {
    background-color: #f4f4f4;
    border: 0px ;
	border-radius: 5px ;
}

#content .wb_featured img {
    background-color: #f4f4f4 ;
    border: 0px ;
	border-radius: 5px ;
}

/* End Images */

/* NGG GALERY STYLING */

.ngg-galleryoverview
{
   width: 982px !important ;
   margin-left: -42px ;
   padding-left: 42px ;
   background-color: #f8f3ee ;
   /* background: #f8f3ee url(images/rand_wit_grijs2.png) top left no-repeat;  */
   padding-top: 8px ;
   border-radius: 4px ;
}

.ngg-clear
{
   /* background: #f8f3ee url(images/rand_grijs_wit2.png) bottom left no-repeat;  */
   background-color: #f8f3ee ;
   height:8px ;
   margin-left: -42px ;
}

#content .ngg-galleryoverview  img {
	background-color: #fff ;
	border: 1px solid #fff;
}

.ngg-gallery-thumbnail {
    margin-right: 11px  !important ;
}
  
.ngg-gallery-thumbnail-box {
    margin-right: 0px !important ;
}

.ngg-thumbnail img {
	border: 0px !important ;
}

.ngg-galleryoverview {
	margin-bottom: 10px;
}

.ngg-gallery-thumbnail img {
/*	border: 0px !important; */
	margin: 4px 4px 4px 0px !important ; 
}

.ngg-gallery-thumbnail img:hover {
/*	border: 0px !important; */
	border: 1px solid #8FCAF2 !important ;
	background-color: white !important ;
}

div#shDisplay img#shTopImg {
border: 0px !important;
background: #fff !important ;
padding: 10px !important ;
}

#shDisplay div#shTitle a {
	font-size: 30pt !important ;
}

/* END NGG */


#wb_socialbookmarks
{
	padding-bottom: 16px ;
	padding-left: 16px ;
}

#wb_socialbookmarks a img
{
	border: 0px ;
	padding: 0px !important ;
	margin: 0px ;
}

blockquote {
color: #558899 ;
font-size: 16px ;
font-style:italic;
background: #f9f9f9 url(images/quotes.png) no-repeat 10px 2px ;
border-left:10px solid #E9F2F5;
margin:1em 10px;
padding:.5em 10px;
text-indent:36px;
text-align: left ; 
border-radius: 4px ;
}

blockquote p {
display:inline;
}


/*
blockquote {
color: #558899 ;
font-size: 17px ;
font-style:italic;
margin-left: 0px ;
padding-left: 0px ;
text-align: left ;
}
*/

.wb_tip {
color: #558899 ;
font-size: 17px ;
font-style:italic;
background: #f9f9f9 url(images/wb_tip.png) no-repeat 10px 10px ;
border-left:10px solid #E9F2F5;
margin:1em 10px;
padding:.5em 10px;
text-indent:42px;
}

.wb_tip p {
display:inline;
}

.wb_shipping {
border: 2px solid #E9F2F5;
padding: 12px ;
margin-top: 16px ;
margin-bottom: 16px ;
}

.twitter-share-button {
	padding-top: 4px ;
}

.not-found {
margin-bottom: 256px ;
}

#content .wb_table {
	border: 0px solid #e8e3de ;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content .wb_table tr th,
#content .wb_table thead th {
    border-bottom: 3px double #e8e3de ;
	color: #558899 ; /* #888; */
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	padding: 32px 9px 9px 24px;
}
#content .wb_table tr td {
	border-bottom: 1px solid #e8e3de ;
	padding: 6px 24px;
}
#content .wb_table tr.odd td {
	background: #f2f7fc;
}

#content .wb_table_dense tr th,
#content .wb_table_dense thead th {
	padding-top: 8px ;
}

#content .wb_table_dense tr th,
#content .wb_table_dense thead th,
#content .wb_table_dense  tr td
{
	padding-right: 4px ;
	padding-left: 10px ;
}

.entry-content li {
    margin-bottom: 8px;
}

/* ESHOP STYLING */

#content form.eshop table {
border: 0px ;
}

#menu-item-11203 a {
	font-size: 15px;
	font-weight: bold;
	/* color: #5E4D3E !important; */
}

/* XMAS CHRISTMAS 

body {
	background: url("images/snowflakes50.png") ;
}

*/

