/*
Theme Name: barbara_cooks2
Theme URI: http://www.barbaracooks.com
Description: A Wordpress theme for the Barbara Cooks blog
Version: 2.0
Author: Martin Ecker
Author URI: http://www.martinecker.com
Tags: left-sidebar, right-sidebar
License: zlib/libpng
License URI: http://www.gzip.org/zlib/zlib_license.html
*/

/* begin Page */
body
{
	margin: 0 auto;
	padding: 0;
	background-color: #F2F2F2;
	/*background-image: url('images/Page-Background.png');*/
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

.about-me-image
{
	margin: 15px auto 10px auto;
}

.about-me-text
{
	margin: 0 auto 15px auto;
	font-family: 'Handlee', Sans-Serif;
	font-size: 16px;
	text-align: center;
}

.social-icons
{
	margin-bottom: 10px;
}

.button-image
{
	padding: 5px;
	margin: 0 auto 10px auto;
}

.content-outer
{
/* This puts an image at the bottom of the page that scrolls along with it:
	background-image: url('images/Page-BackgroundBottom.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: left bottom;
*/
}

.content-inner
{
	margin-left: auto;
	margin-right: auto;
	width: 1240px;
}
/* end Page */

/* begin Sheet */
.Sheet-container
{
	float: left;
}

.Sheet-header,
.Sheet-main,
.Sheet-sidebar-left,
.Sheet-sidebar-right
{
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	background-color: #FFFFFF;
	border-radius: 20px;
}

.Sheet-header
{
	width: 1220px;
	margin-top: 8px;
	margin-bottom: 16px;
}

.Sheet-main
{
	width: 690px;
}

.Sheet-sidebar-left
{
	width: 220px;
}

.Sheet-sidebar-right
{
	width: 270px;
}

.Sheet-footer
{
	height: 13px;
	min-height: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
}

.Sheet-body
{
	position: relative;
	margin: 5px;
}
/* end Sheet */

/* begin ticker & menu */
.ticker-container
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.menu-container
{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 1000px;
	border-style: dotted none dotted none;
	border-color: #C8D552;
	border-width: 2px;
}

ul.menu
{
	padding: 0 8px 0 8px;
	display: inline-block;
}

/* Hide sub menus and give them an absolute position and 0 height so that they take up no room. */
ul.menu ul.sub-menu
{
	visibility: hidden;
	position: absolute;
	width: 180px;
	left: 0;
	top: 100%;
	background-color: white;
	float: left;
	z-index: 10;
	border-style: dotted;
	border-color: #C8D552;
	border-width: 2px;
	border-radius: 10px;
}

/* Show sub menu if hovering over top-level menu item */
ul.menu > li:hover.menu-item ul.sub-menu
{
	visibility: visible;
}

li.menu-item
{
	font-size: 16px;
	font-style: normal;
	padding: 10px 20px 10px 20px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	float: left;
	position: relative;
}

li.menu-item a
{
	text-decoration: none;
}

ul.sub-menu li.menu-item
{
	text-align: left;
	display: block;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* For non-selected/non-current menu items */
ul.menu > li.menu-item a,
ul.menu > li.current-menu-item > ul.sub-menu a,
ul.menu > li.current-menu-parent > ul.sub-menu a
{
	color: #696969;
}

/* For selected/current menu items */
ul.menu > li.current-menu-item a,
ul.menu > li.current-menu-parent a,
ul.menu > li.current-menu-parent > ul.sub-menu > li.current-menu-item a
{
	color: #EB60A3;
}

/* Exact same selectors as above, but with a:hover instead of just a and using different colors for hovering over a link. */
ul.menu > li.menu-item a:hover,
ul.menu > li.current-menu-item > ul.sub-menu a:hover,
ul.menu > li.current-menu-parent > ul.sub-menu a:hover
{
	color: #A5A5A5;
}

ul.menu > li.current-menu-item a:hover,
ul.menu > li.current-menu-parent a:hover,
ul.menu > li.current-menu-parent > ul.sub-menu > li.current-menu-item a:hover
{
	color: #B5B5B5;
}
/* end menu */

/* begin Header */
.Header
{
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

.HeaderImage
{
	display: inline-block;
}
/* end Header */

.Footer
{
	height: 60px;
}

/* begin Block */
.Block
{
	overflow: hidden;
	min-width: 31px;
	min-height: 31px;
	margin: 0 auto;
	position: relative;
}

.Block-body
{
	position: relative;
	margin: 10px;
}

.BlockHeader
{
	position: relative;
	overflow: hidden;
	padding: 8px 0 8px 0;
	margin: 0 0 20px 0;
/*	background-image: url('images/BlockHeaderIcon.png'); */
	border-style: dotted none dotted none;
	border-color: #C8D552;
	border-width: 2px;
}

.BlockHeader-text
{
	white-space: nowrap;
	color: #696969;
	font-size: 16px;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.BlockHeader-tag-icon
{
	display: inline-block;
	background-position: left top;
	padding: 0 0 0 23px;
	background-repeat: no-repeat;
	min-height: 13px;
	margin: 0 0 0 5px;
}

.BlockContent
{
	overflow: hidden;
	min-width: 1px;
	min-height: 1px;
	margin: 0 auto;
	position: relative;
}

.BlockContent-body
{
	color:#1D262A;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.BlockContent-body a:link
{
	color: #29577A;
	text-decoration: underline;
}

.BlockContent-body a:visited,
.BlockContent-body a.visited
{
	color: #708D9E;
	text-decoration: underline;
}

.BlockContent-body a:hover,
.BlockContent-body a.hover
{
	color: #3672A1;
	text-decoration: none;
}

.BlockContent-body ul
{
	list-style-type: none;
	color: #4C6370;
	margin:0;
	padding:0;
}

.BlockContent-body li
{
	font-size: 12px;
	text-decoration: none;
}

.BlockContent-body ul li
{
	padding: 0 0 0 13px;
	background-image: url('images/BlockContentBullets.png');
	background-repeat: no-repeat;
	margin: 0.5em 0 0.5em 0;
	line-height: 1.2em;
}
/* end Block */

/* begin Post */
.Post-outer
{
	overflow: hidden;
	min-width: 1px;
	min-height: 1px;
	margin: 10px;
	position: relative;
}

.Post-body
{
	position: relative;
	margin: 15px;
}

.Post-separator
{
	margin: 0 10px 0 10px;
	border-style: none none dotted none;
	border-color: #C8D552;
	border-width: 2px;
}

.Post-signature
{
	display: block;
	background-image: url('images/Signature.png');
	width: 250px;
	height: 60px;
	margin: 50px auto 70px auto;
}
/* end Post */

/* begin images */
a img
{
	border: 0;
}

.Post-inner img
{
	border-style: solid;
	border-width: 0;
	border-color: #AFC6D4;
}

.metadata-icons img
{
	border: none;
	vertical-align: middle;
	margin:2px;
}
/* end images */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
	margin: 0.2em 0;
	padding: 0;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0;
	line-height: inherit;
	font-variant: normal;
	/*background-image: url('images/PostHeaderIcon.png');*/
	background-repeat: no-repeat;
}

.PostHeaderIcon-wrapper,
.PostHeaderIcon-wrapper a,
.PostHeaderIcon-wrapper a:link,
.PostHeaderIcon-wrapper a:visited,
.PostHeaderIcon-wrapper a:hover
{
	padding: 0 0 0 0;
}
/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link,
.PostHeader a:visited,
.PostHeader a.visited,
.PostHeader a:hover,
.PostHeader a.hovered
{
	font-family: 'Amaranth', Sans-Serif;
	font-size: 30px;
	text-decoration: none;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
}

.PostHeader a:link,
.PostHeader a:visited,
.PostHeader a.visited
{
	color: #696969;
}

.PostHeader a:hover,
.PostHeader a.hovered
{
	color: #C8D552;
}

.PostHeaderThumbnail
{
	float: left;
	padding-right: 10px;
}
/* end PostHeader */

/* begin PostMetadata */
.PostMetadataHeader
{
	border-width: 0;
	padding:3px;
}
/* end PostMetadata */

/* begin PostIcons */
.PostHeaderIcons, .PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
	font-size: 11px;
	color: #36464F;
}

.PostHeaderIcons a, .PostHeaderIcons a:link, .PostHeaderIcons a:visited, .PostHeaderIcons a:hover
{
	margin:0;
}

.PostHeaderIcons a:link
{
	text-decoration: underline;
	color: #265273;
}

.PostHeaderIcons a:visited, .PostHeaderIcons a.visited
{
	text-decoration: underline;
	color: #265273;
}

.PostHeaderIcons a:hover, .PostHeaderIcons a.hover
{
	text-decoration: none;
	color: #265273;
}


/* end PostIcons */

/* begin PostContent */
.PostContent
{
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	text-align: justify;
	color: #000000;
}

/* begin Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
	text-decoration: underline;
	color: #3B7DB0;
}

/* Adds special style to an unvisited link. */
a:link
{
	text-decoration: underline;
	color: #3B7DB0;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	text-decoration: underline;
	color: #600090;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
	text-decoration: none;
	color: #1D3F58;
}
/* end Content link style */

/* begin Content headings Fonts & Colors	*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-size: 20px;
	color: #696969;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-size: 16px;
	color: #696969;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover,
h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover,
h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover,
h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-size: 14px;
	color: #696969;
}
/* end Content headings Fonts & Colors	*/

/* end PostContent */

/* begin Content list */
ul
{
	list-style-type: none;
	color: #111518;
	margin:0;
	padding:0;
}

li
{
	font-size: 12px;
}

/* Use a background image for content list bullets in an actual post or page. */
.Post-outer ul li
{
	padding: 0 0 0 16px;
	background-image: url('images/PostBullets.png');
	background-repeat: no-repeat;
	margin: 0.5em 0 0.5em 0;
	line-height: 1.2em;
}

/* DON'T use a background image for content lists in the comments. The comments are surrounded by the Post-outer class. */
.Post-outer ul .comment
{
	padding: 0;
	background-image: none;
}
/* end Content list */

ul.recipes-list li
{
	background-image: none;
	list-style-type: none;
	font-family: 'Handlee', Sans-Serif;
	font-size: 16px;
	height: 50px;
}

.recipes-list a,
.recipes-list a:link
{
	text-decoration: none;
}

/* begin CategoryHeader */
.CategoryPostHeader
{
	float: left;
}

.CategoryPostHeader ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
.CategoryPostHeader ul li
{
	background-image: none;
	list-style-type: none;
	float: left;
	width: 130px;
	line-height: 18px;
	font-family: 'Handlee', Sans-Serif;
	font-size: 16px;
}
 
.CategoryPostHeader img
{
}

.CategoryPostHeader a,
.CategoryPostHeader a:link
{
	text-decoration: none;
}
/* end CategoryHeader */

/* begin blockquote */
blockquote p
{
	color:#0B1014;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote
{
	border-color:#AFC6D4;
	border-width: 1px;
	border-style: solid;

	margin:10px 10px 10px 50px;
	padding:5px 5px 5px 41px;

	background-color:#D4E0E8;

	background-image:url('images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}
/* end blockuote */

/* begin PostMetadata */
.PostMetadataFooter
{
	padding:3px;
}
/* end PostMetadata */

/* begin PostIcons */
.PostFooterIcons, .PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	font-size: 11px;
	text-decoration: none;
	color: #36464F;
}

.PostFooterIcons a, .PostFooterIcons a:link, .PostFooterIcons a:visited, .PostFooterIcons a:hover
{
	margin:0;
}

.PostFooterIcons a:link
{
	text-decoration: underline;
	color: #265273;
}

.PostFooterIcons a:visited, .PostFooterIcons a.visited
{
	text-decoration: underline;
	color: #265273;
}

.PostFooterIcons a:hover, .PostFooterIcons a.hover
{
	text-decoration: none;
	color: #265273;
}
/* end PostIcons */

/* begin Footer */
.Footer
{
	position: relative;
	overflow: hidden;
	margin: 5px auto 0 auto;
}

.Footer .Footer-inner
{
	height: 1%;
	position: relative;
	padding: 20px;
	text-align: center;
}

.Footer .Footer-background
{
	position: absolute;
	background-repeat: no-repeat;
	/*background-image: url('images/Footer.png');*/
	height: 100px;
	bottom: 0;
	left: 0;
}

.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display: inline-block;
	color: #244C6B;
	font-size: 11px;
}

.Footer .Footer-text a:link
{
	text-decoration: none;
	color: #285477;
	text-decoration: underline;
}

.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #556E7C;
	text-decoration: underline;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #34709D;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.page-footer, .page-footer a, .page-footer a:link, .page-footer a:visited, .page-footer a:hover
{
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#7DAED4;
}

.page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#98ADB9;
}
/* end PageFooter */

/* begin Comments */
.commentlist, .commentlist li
{
	background: none;
}

.commentlist li li
{
	margin: 1em 0 1em 30px;
}

.commentlist li .avatar
{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin:1px;
	background: #fff;
}

.commentlist li cite
{
	font-size:1.2em;
}

#commentform textarea
{
	width: 100%;
}
/* end Comments */

/* begin Page Navigation */
.navigation
{
	text-align: center;
}

.more-link
{
	text-align: left;
}

.navigation,
.more-link
{
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
}

.navigation a,
.navigation a:link,
.navigation a:visited,
a.more-link,
a:link.more-link,
a:visited.more-link 
{
	text-decoration: none;
	color: #696969;
}

.navigation a:hover,
a:hover.more-link
{
	color: #A5A5A5;
}
/* end Page Navigation */

/* begin Recommendations by http://codex.wordpress.org/CSS */
.aligncenter, div.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft
{
	float: left;
}

.alignright
{
	float: right;
}

.alignright img, img.alignright
{
	margin: 1em;
	margin-right: 0;
}

.alignleft img, img.alignleft
{
	margin: 1em;
	margin-left: 0;
}

.wp-caption
{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img
{
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

img.wp-smiley
{
	border:none;
	margin:0;
	padding:0;
}

.hidden
{
	display: none;
}
/* end  Recommendations by http://codex.wordpress.org/CSS */

/* begin Calendar */
#wp-calendar
{
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a
{
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a
{
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a
{
	display: block;
}

#wp-calendar caption
{
	text-align: center;
	width: 100%;
}

#wp-calendar td
{
	padding: 3px 0;
	text-align: center;
}
/* end Calendar */

/* begin Subscribe plugin widget */
body .subscription_email
{
	width: 92%;
	margin-left: 2px;
}

body .subscription_btn
{
	width: 40%;
}
/* end Subscribe plugin widget */

/* begin YARPP template */
.related-posts ul
{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
 
.related-posts ul li
{
	background-image: none;
	list-style-type: none;
	float: left;
	width: 100px;
	padding-left: 0;
	padding-right: 16px;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Handlee', Sans-Serif;
	font-size: 16px;
}

.related-posts a,
.related-posts a:link
{
	text-decoration: none;
}
 
.related-posts img
{
	width: 100px;
	border: 1px solid #ddd;
	padding: 2px;
}
/* end YARPP template */

/* begin Ditty News Ticker plugin */
.mtphr-dnt-tick-contents
{
	font-family: 'Handlee', Sans-Serif;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.mtphr-dnt-tick-contents a:link,
.mtphr-dnt-tick-contents a:visited
{
	text-decoration: underline;
	color: #EB60A3;
}

.mtphr-dnt-tick-contents a:hover
{
	text-decoration: underline;
	color: #696969;
}
/* end Ditty News Ticker plugin */
