/*  
Theme Name: Apricot
Theme URI: http://www.ardamis.com/2007/06/03/apricot/
Description: A minimalist, text-based layout with support for widgets and avatars.  Apricot is tested and proven SEO friendly.  All pages validate as XHTML 1.0 Strict.
Version: 1.2
Author: Oliver Baty
Author URI: http://www.ardamis.com/
Tags: fixed-width, left-sidebar, two-columns, black, orange, white, light
*/

					/* Body and Major Structural Elements */
					
* {
	margin: 0;
	padding: 0;
}
body {
        background: url("http://www.52kitchenadventures.com/wp-content/uploads/2011/12/SITE-BG-01.png") top center repeat-x;
	margin: 0px;
	padding: 0px 0px 0px 0px; 
	color: #5c5c5c;
	font: 58% Tahoma, Helvetica, Century Gothic, sans-serif; /* Resets 1em to 10px */
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 

body {
        background: url("http://www.52kitchenadventures.com/wp-content/uploads/2011/12/SITE-BG-01.png") top center repeat-x;
        padding: 0px 0px;} 
}


#page {
        background: transparent;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width:860px;

}



#header {
	margin: 0;
}

#header a {
        color:#FFF;
}

#header p.blogtitle {
	text-indent: 0px;
	font: 2em/0 "Garamond", Verdana, Arial, serif;
        color:#FFF;
}
#header p.description {
        color: #FFF;
	text-indent:0px;
	font-size: 0em;
}

#content {
        background:transparent;
        margin: 0px 15px;
}

.narrowcolumn {
	width: 570px;
	padding: 0px 20px 0px 0px;
	float: left;
}
.post {
        margin: 0px 0px;

}

.multipost {
	padding: 0 0 30px;
}
.entry {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: 1.35em/1.65 Tahoma, Helvetica, Century Gothic, sans-serif;
        letter-spacing: 0.00em;
        border: 0px double #f5eee6;

}


.s

.navigation {
	padding: 10px 0 20px;
	line-height: 1.5em;
}

img.centered {
	margin: 0 auto 0;
	display: block;
}

img.{
        background: #fff;
        border: 0px solid #fff;
}

.alignimgleft {
        margin: 0px 10px 20px 0px;
	padding: 4px 0 0 0;
        font-size: 130%;
	float: left;
	display: inline;
}

.alignimgright {
        margin: 0px 10px 20px 0px;
	padding: 4px 0 0 0;
        font-size: 130%;
	float: left;
	display: inline;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	margin: 0px 0px 0px 0px;
	padding: 4px 0 0 0;
	font: 1em/1.2 Tahoma, Helvetica, Century Gothic, sans-serif;
        text-transform: uppercase;
	float: left;
	display: inline;
}
.alignright {
	margin: 0px 0px 0px 0px;
	padding: 4px 0 0 0;
	font: 1em/1.2 Tahoma, Helvetica, Century Gothic, sans-serif;
        text-transform: uppercase;
	float: right;
	display: inline;
}

.alignpostleft {
	margin: 0px 0px 0px 0px;
	padding: 30px 0 0px 0;
	font: 1.2em "Tahoma", Verdana, Arial, sans-serif;
        text-transform: uppercase;
	float: left;
	display: inline;
}

.alignpostright {
	margin: 0px 0px 0px 0px;
	padding: 30px 0 0px 0;
	font: 1.2em "Tahoma", Verdana, Arial, sans-serif;
        text-transform: uppercase;
	float: right;
	display: inline;
}
#footer {
	width: 860px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
        font: 1.35em/1.65 Tahoma, Helvetica, Century Gothic, sans-serif;
        letter-spacing: 0em;
	float: left;
        border-left: 0px double #f5eee6;
        border-right: 0px double #f5eee6;
}

 #secondary_nav {
	clear: both;
	padding: 2em 0 3em 0;
	width: 100%;
	overflow: hidden;
	}
	
#secondary_nav ul#widgetlist {
	list-style-type: none;
	width: 860px;
	margin: 0 auto;
	font: 1em/1.2 Tahoma, Helvetica, Century Gothic, sans-serif;
	border-top: 0px double #ced9c7;
	}
	


#secondary_nav li {
	line-height: 1em;
}

#col1, #col2, #col3, #col4 {
	display: block;
	width: 200px;
	padding: 0px 0px 0px 10px;
        float: left;
        text-align: left;
}

#col2, #col3 #col4 {
	margin-left: 30px;
}

#col2, #col3 {
       padding-left:5px;
}


.footerlist h2, .taglist h2 {
        line-height: 1.4em;
        color: #ffee88;
}



.footerlist {
	clear: both;
}

.footerlist ul {
	margin: 0;
	padding: 0;
	background: #fff;
}

.footerlist li a {
	display: block;
	border-bottom: 0px dotted #CCC;
	padding: .5em 0 .5em .5em;
}

.footerlist ul li a:hover {
	background: #fff;
}

.footerlist ul {
	list-style-type: none;
}

	/* Begin .clearfix http://www.positioniseverything.net/easyclearing.html */
					
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

					/* End .clearfix */

					/* End Body and Major Structure */

.center {
	text-align: center;
}
.clear {
	clear: both;
}
.inline {
	display: inline;
}
.hidden {
	display: none;
}


.attachment-categories {
    float: left;
    padding: 0px 20px 0px 0px;
}


					/* Begin Sidebar */
					
#sidebar {
        background:#ffffff;
	width: 220px;
        margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font: 1.4em/1.65 "Georgia", "Bookman Old Style", "Garamond", "Georgia", Times New Roman, serif;
	text-align: left;
        float: right;
        letter-spacing: .1em;
        text-transform: uppercase;
        border: 0px double #ccc;
}
#sidebar a {
	padding: 0.3em 0 0.3em 0.3em;
	border: none;
	color: #769f43;
	text-decoration: none;
}
#sidebar a:hover {
	border: none;
	color: #114869;
	text-decoration: none;
}
#sidebar h2 {
	margin: 9px 0 14px;
	font: 1.2em "Georgia", "Bookman Old Style", "Book Antiqua", "Georgia", Times New Roman, serif;
        padding: 25px 0px 5px 0px;
        color: #b1c671;
        text-transform: uppercase;
        text-align: left;
}
#sidebar li {
	margin: 20px 20px 10px 0px;
	/* each main section, i.e., Pages, Categories, Archives, etc. */
}
#sidebar ol li {
	list-style: decimal outside;
}
#sidebar p, #sidebar select {
	margin: 20px 20px 10px 0px;
}
#sidebar ul, #sidebar ol {
	margin: 0px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	/* the block of links for all the Pages, Categories, Monthly Archives, etc. */
}
#sidebar ul li, #sidebar ol li {
	margin: 0px 0; 
	padding: 0.2em 0;
	list-style-type: none;
	/* each individual link, i.e., each page, each category, each month, etc. */
}
#sidebar ul li:hover {
	/* border-left: 1px solid #ff8900; */
}
#sidebar ul ul, #sidebar ol {
	margin: 0 0 0 0px;
}
#sidebar form {
	margin: 0;
}
#searchform {
	padding: 0px 0px 0px 0px;
}
#sidebar #searchform #s {
	width: 190px;
	height: 22px;
	color: #404040;
	font: 1em "Tahoma", Verdana, Arial, sans-serif;
	background: #fff url(images/bg_search_full.png) no-repeat;
        float: center;
}
#sidebar #searchsubmit {
	padding: 10px;
}

					/* End Sidebar */
					



					/* Begin Paragraphs and Fonts */

acronym, abbr {
	border-bottom: 1px dashed #cacaca;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
}

h1 {
        padding: 0px 5px 0px 0px;
        color: #a79ca3; /* color for post titles is in links section */
	text-decoration: none;
        font: 1.0em "Garamond", "Bookman Old Style", "Book Antiqua", "Georgia", Times New Roman, serif;
        letter-spacing: .15em;
        text-transform: uppercase;
        float: center;

}

h2 {
	margin: 20px 0px 5px 0px;
	color: #355585; /* color for post titles is in links section */
	text-decoration: none;
        font: 2.2em "Georgia", "Bookman Old Style", "Book Antiqua", "Georgia", Times New Roman, serif;
        letter-spacing: .03em;
        text-transform: none;
        text-align: left;
/* 	
	font-family: "Garamond", "Avant Garde", Verdana, Helvetica, Arial, sans-serif; 
*/	
}

h3 {
	margin: 38px 0px 10px 0px;
	color: #b1c671; /* color for post titles is in links section */
	text-decoration: none;
	font: 1.9em "Georgia", "Bookman Old Style", "Book Antiqua", "Georgia", Times New Roman, serif;
        letter-spacing: .1em;
        text-transform: uppercase;
        text-align: left;
/* 	
	font-family: "Garamond", "Avant Garde", Verdana, Helvetica, Arial, sans-serif; 
*/	
}




#footer h1 {
	margin: 0;
	display: inline;
	font: normal 1em "Garamond", Verdana, Arial, sans-serif;
}
.entry h2 {
        padding:25px 30px 10px 30px;
	font: 1.2em "Georgia", "Bookman Old Style", "Garamond", "Georgia", Times New Roman, serif;
        text-align: left;
}
h4 {
	margin: 0;
	display: inline;
	font-size: 1em;
	font-weight: normal;
	/* used in footer on non-single pages */
}

h5 {
	margin: 20px 25px 0px 0px;
	color: #b1c671; /* color for post titles is in links section */
	text-decoration: none;
        font: 2.0em "Garamond", "Bookman Old Style", "Book Antiqua", "Georgia", Times New Roman, serif;
        letter-spacing: .2em;
        text-transform: uppercase;
        text-align: center;
/* 	
	font-family: "Garamond", "Avant Garde", Verdana, Helvetica, Arial, sans-serif; 
*/	
}

h6 {
	margin: 9px 0 14px;
	font: 2.2em "Georgia", "Bookman Old Style", "Book Antiqua", "Georgia", Times New Roman, serif;
        padding: 25px 0px 5px 0px;
        color: #b1c671;
        text-transform: uppercase;
        text-align: left;
	/* little sub-heading line, to be used on pages in place of a post's date line */
}
p.postdate {
	margin: 5px 0px 2px 00px;
	font: normal 0.90em "Tahoma", Helvetica, Verdana, sans-serif;
        padding: 0px 0px 0px;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0.15em;
	color: #a8a8a7;
}

p.postdate2 {
	margin: 2px 0px 5px 0px;
	font: normal 0.80em "Georgia", Verdana, Arial, sans-serif;
        padding: 0px 0px 0px;
        text-align: left;
        text-transform: uppercase;
	color: #a8a8a7;
}

.entry p {
	margin: 15px 0px 15px 0px;
}
.bookmarks {
	margin: 40px 0 0 0;
	padding: 4px 0;
	font: 1.2em "Century Gothic", Arial, Helvetica, sans-serif;
	text-align: center;
	/* social bookmarking */
}
.bookmarks a {
	border: none;
	/* social bookmarking */
}
.postmetadata  {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	font: 1em/1.2 Tahoma, Helvetica, Century Gothic, sans-serif;
        letter-spacing: .1em;
        text-transform: uppercase;
	text-align: left;
}

.archivemetadata  {
	margin: 0px 20px 0px 20px;
	padding: 0px 20px 0px 20px;
	font: 1.1em "Georgia", "Bookman Old Style", "Garamond", "Georgia", Times New Roman, serif;
        letter-spacing: .1em;
        text-transform: uppercase;
	text-align: right;
}
small {
	font: 1.0em/1.4 "Garamond", Arial, Helvetica, sans-serif;
        text-transform: uppercase;
}
.alt {
	border-top: 0px solid #cacaca;
	border-bottom: 0px solid #cacaca;
}

.entry blockquote {
        background: #f6f6f6;
	margin: 20px 30px 20px 25px;
	padding: 25px 25px 20px 25px;
	border-left: 0px solid #e7e3de;
	text-align: justify;
}
.entry blockquote p {
	line-height: 1.2em;
}
blockquote cite {
	margin: 4px 0 0 0;
	display: block;
}



pre {
	width: 95%;
	margin: 1em 0;
	padding: 1em 3em 1em 1em;
	font: 1.1em "Century Gothic", Courier, monospace;
	overflow: scroll;
	border: 1px solid #cacaca;
}
code {
	color: #668800;
	font: 100% "Century Gothic", Courier, monospace;
}
#commentform p {
	margin: 5px 0px 0px 0px;
	font: 1em/1.2 Tahoma, Helvetica, Century Gothic, sans-serif;
}
.isolate {
	margin: 6px auto 12px;
	padding: 0;
	text-align: center;
}
.recentdate {
	padding: 0 20px 0px 20px;
}    
#footer p {
	padding: 4px 10px;
}

 



					/* End Paragraphs and Fonts */

/* Begin Comments */

.commentlist {
	padding: 20px 0px 0px;
	border: 0px double #d3d3d3;
	/* border-bottom styles the end of the list of comments */
	font: 1.3em/1.6 Tahoma, Helvetica, Century Gothic, sans-serif;
	/* keep font the same as .entry p */
}
.commentlist li {
	margin: 0;
	padding: 20px 20px;
	list-style: none;
	border-bottom: 1px solid #e7e3de;
}
.commentlist li .avatar { 
	float: right;
	border: 0px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist a {
}
.commentlist p {
	margin: 30px 5px 10px 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
.commentlist cite {
	font-weight: bold;
}
.commentlist li pre {
	/* controls text within <code> brackets within comments (pre is added automatically by codeautoescape plugin) */	
	width: 90%;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.commentlist cite a {
	border: none;
	text-decoration: none;
}
.commentlist cite a:hover {
	border: none;
	text-decoration: underline;
}
.commentmetadata {
	font-weight: normal;
}
.comment {
	background: #fff;
}
.oddcomment {
	background: #f8f8f8;
}
.authority {
	/* li.authority controls behavior of comment if comment author = post author */
	background: #fff;
}
.commentnumber {
}

					/* End Comments */


					/* Links */

a {
	border-bottom: 0px solid #6c6882;
	color: #355585;
	text-decoration: none;
}
h2 a, h2 a:visited, h3 a, h3 a:visited {
	margin: 0 0 0 -1px;
	padding: 0 0 1px 0;
	color: #355585;  /* color for post titles on index, archive, and search pages */
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
a:hover, h2 a:hover, h3 a:hover {
	border-bottom: 0px solid #ff8900;
	color: #b1c671;
	text-decoration: none;
}
.entry a {
        text-decoration: underline;
}
.postmetadata a {
	border: none;
	text-decoration: underline;
}
.postmetadata a:hover {
	border: none;
	text-decoration: none;
}
small a {
	border: none;
}
.download {
	background: #fff url(images/down_white.png) 0 50% no-repeat;
	padding: 0 0 0 18px;
}
.download a {
	padding: 0 2px;
	border-bottom: 0px solid #779900;
}
.download a:hover {
	border-bottom: 0px solid #779900;
	color: #fff;
	background: #fff;
}
.hidelink, a.hidelink:hover, a img {
	border: none;
}
li.tagcloudtags a {
	letter-spacing: 0;
	text-transform: none;
}
.more-link a {
	/* .more-link added by the_excerpt_reloaded plugin http://guff.szub.net/2005/02/26/the-excerpt-reloaded/ */
	border: none;
	color: #bfaeb4;
}
.more-link a:hover {
	border: none;
	color: #9e8c79;
}


					/* End Links */

					/* Begin Lists */
					
.entry ol, .entry ul {
	margin: 0 0 0 4px;
	padding: 0 0 8px 0;
	/* keep the same as .entry p */
}
.entry ol {
	list-style: decimal outside;
}
.entry ul {
	list-style: circle outside;
}
.entry ol li, .entry ul li {
	margin: 0 0 0 1.5em;
	padding: 2px 0 4px 0;
}
.nocomments {
	margin: 0px 40px 20px 30px;
        font-size: 1.1em;
	text-align: right;
        text-transform: uppercase;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	clear: both;
	display: inline;
	list-style-type: none;
}

					/* End Lists */

					/* Begin Forms */
					
	/* Give forms a class of clearfix to make them contain the floated submit button */
	
.entry form {
	/* text-align: center; */ 
	/* This is mainly for password protected posts, makes them look better. */
}
#commentform {
}
select {
	width: 150px;
}
#commentform input, #contact input {
	width: 250px;
	margin: 10px 0px 0px 0px;
	padding: 3px;
}
#commentform textarea {
	width: 550px;
	margin: 10px 0px 0px 0px;
	padding: 10px;
	font: 1.4em "Tahoma", Verdana, Arial, sans-serif;
}
#commentform #submit {
        width: 150px;
	font: 1.2em "Georgia", Garamond, Bookman Old Style, Book Antiqua, Times New Roman, serif;
        text-transform:uppercase;
	margin: 0px 0px 0px 0px;
	float: left;
}
#contact input, #contact textarea {
	font: 1.2em "Tahoma", Verdana, Arial, sans-serif;
}
#contact p {
	margin: 5px 0;
}
#contact textarea {
	width: 250px;
	margin: 6px 0 0 0;
	padding: 2px;
	overflow: hidden;
}
#contact #submit {
	width: 100px;
	margin: 0;
	float: right;
}

					/* End Forms */

					/* Begin Calendar */

#wp-calendar {
	margin: 8px auto 0;
	width: 168px;
	empty-cells: show;
}
#wp-calendar a {
	display: block;
	text-decoration: underline;
}
#wp-calendar #next a {
	font-size: 9pt;
	text-align: right;
}
#wp-calendar #prev a {
	font-size: 9pt;
	text-align: left;
}
#wp-calendar caption {
	width: 100%;
        padding: 0px 10px 10px 10px;
	font: bold 1.4em "Garamond", Georgia, Times New Roman, serif;
	text-align: center;
        text-transform: uppercase;
	text-decoration: none;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
}
#wp-calendar td {
	width: 25px;
	padding: 3px 0;
	font-size: 8pt;
	text-align: center;
}
#wp-calendar td.pad:hover {
	background: #FFFFFF;
}

					/* End Calendar */



/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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 p.wp-caption-text, .wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

				

