/*
Theme Name: DinnerCakes
Theme URI: www.edwinbachetti.com
Description: The DinnerCakes design used at www.dinnercakes.com.
Version: 0.1
Author: Edwin Bachetti
Author URI: www.edwinbachetti.com
Template: dinnercakes
*/


#wrapper
{
	width: 740px;
	margin: 0 auto;
	border: 1px;
}

#header
{
	/*padding: 20px;*/
	background: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;

}

img#masthead
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}


#topMenu
{
	text-align: center;
	clear: both;
}

#topMenu a
{
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
}

#topMenu a:hover
{
	border-bottom-color: #ffffff;
	border-bottom: 1px solid;
}

#content
{
	float: right;
	width: 510px;
}

#sidebar
{
	float: left;
	width: 200px;
	/*width: 23%;*/
	/*background: #999;*/
}

#footer
{
	clear: both;
	color: #888888;
	padding-top: 4em;
	/*background: #eee;*/
	text-align: center;
	font-size: 10px;
}

.searchHeader
{
	padding-bottom: 0px;
}

#searchInputDiv
{
	background:transparent url(media/images/searchBorder.png) no-repeat scroll left 0;
	height: 25px;
	padding-left: 4px;
	padding-top: 4px;
}

#searchField
{
	border: 0 none;
	background-color: transparent;
}

#sidebar img
{
	border: 0;
}

#popularPosts div
{
	padding-bottom: 15px;
}

#popularPosts img
{
	height: 126px;
	width: 190px;
	border:1px solid #CCCCCC;
	padding:4px;
}

#subscribe ul li
{
	line-height: 16px;
	margin-bottom: 4px;
}

#subscribe ul li a
{
	padding-left: 20px;
}

#subscribe #twitter
{
	background: no-repeat;
	background-image: url(media/images/twitterIcon16x16.jpg);
}

#subscribe #rss
{
	background: no-repeat;
	background-image: url(media/images/rssIcon16x16.png);
}

.pageHeader
{
	margin-bottom: 1em;
}

/* Recipe styling */
.avatar
{
	float: left;
	margin-bottom: 7px;
	padding-right: 5px;
}
h2.date-header
{
	margin-bottom: 0;
	margin-top: 0;
}

.postHeader
{
	background-position: left center;
	background-repeat: no-repeat;
	height: auto !important;
	margin-bottom: .5em;
	min-height: 80px;
	padding-left: 80px;
}

.hungryedwinAvatar
{
	background-image: url(media/images/edwinAvatar.png);
}

.ghostbakerAvatar
{
	background-image: url(media/images/heatherAvatar.png);
}

.post-title
{
	font-size: 18px;
	margin-top: 0;
}

.postDate
{
	font-size: 14px;
}

.post
{
	clear: both;
	margin-bottom: 4em;
}

.recipeHeaderText
{
	font-size: 18px;
	font-weight: bold;
}

.recipeHeaderDate
{
	font-size: 14px;
}

.entry img
{
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	padding: 4px;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}


.actualRecipe
{
	background-color: #ECECEC;
	padding: 10px;
}

div.comments
{
	margin-top: -1em;
	margin-bottom: 2em;
}

.comments img
{
	margin-bottom: .5em;
}

a.comment-link
{
	background-image: url(media/images/commentIcon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	float: right;
	padding-left: 15px;
}

.comment-footer a
{
	font-weight: bold;
}

#blog-pager-older-link
{
	float: left;
}

#blog-pager-newer-link
{
	float: right;
}

/* HTML Tags */
a
{
	color: #5f5f5f;
	text-decoration: none;
}

.postHeader a
{
	color: #5f5f5f;
}

.entry a
{
	/*color: #585A7B;*/
	text-decoration: underline;
}

a:hover
{
	/*border-bottom-color: #ffffff;
	border-bottom: 1px solid;*/
	text-decoration: underline;
	color: #6C6192;
}

/*a:hover img
{
	border-bottom-color: #ffffff;
	border-bottom: 1px solid;
}*/

body
{
	font:13px "Lucida Grande","Trebuchet MS",Arial,sans-serif;line-height:1.4em;color:#333;
}

h3
{
	margin-bottom: 5px;
}

ul
{
	list-style: none;
	margin-top: 0px;
	padding-left: 0;
}

/* Comments */
.comments h4
{
	font-size: 1.4em;
	margin-bottom: .5em;
}


.comment-timestamp
{
	float: right;
}

.comment-body
{
	clear: both;
}

/* Begin Comments*/
.commentlist
{
	padding: 0;
	text-align: justify;
}

.commentlist li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:15px 0 10px;
	padding:5px 5px 10px 10px;
}

.depth-1
{
	border:1px solid #DDDDDD;
}

.thread-alt
{
	background-color:#F8F8F8;
}

.commentlist li .avatar
{
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #EEEEEE;
	float: right;
	padding: 2px;
}

.commentlist cite, .commentlist cite a
{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
}

.commentlist span.says
{
	font-weight: bold;
}

.commentmetadata
{
	display: block;
	margin: 0;
}

.even
{
	border-left: 1px solid #DDDDDD;
}


/* End Comments */

/* Hidin' the ol' navbar */
#b-navbar {
  height:0px;
  display:none;
  visibility:hidden;
}

/* Global and Quasi-Global */
.pageHeader
{
	text-align: center;
}

img.wp-smiley
{
	border: 0;
}

/* Archive Specific */
#archive h3
{
	margin-bottom: 0;
}

#archive ul
{
	margin-top: 0;
}

/* About Us page */
#aboutUs dt
{
	font-weight: bold;
}

#aboutUs p
{
	margin-bottom: 0;
	/*margin-left: 3em;*/
	margin-top: 0;
}

#aboutUs ul
{
	/*margin-top: 0.5em;*/
}

#aboutUs dl, #contactUs ul
{
	margin: 0;
}

#aboutUs h1.catheader, #favorites h1.catheader, #kitchenTips h1.catheader, #foodPhotography h1.catheader
{
	margin-bottom: 0;
}

#aboutUs div.content
{
	padding: 0 3em;
}

#aboutUs div#tableOfContents
{
	background-color: #F0F0F0;
	padding: .5em 1em;
}

#aboutUs #subFooter
{
	clear: both;
}

#tableOfContents p
{
	margin-left: 0em;
}

#tableOfContents ul
{
	margin-bottom: 0;
}

#aboutUs #tableOfContents div#content
{
	float: none;
	padding: 0 3em;
	width: auto;
}

#aboutUs #whoIs p
{
	margin-top: 0;
}

#contactUs ul
{
	margin-left: 3em;
}





#whoIs ul h3
{
	margin-top: 0em;
}



div#heatherProfile
{
	float: left;
	width: 48%;
}

div#edwinProfile
{
	float: right;
	width: 48%;
}

/* End About Us page */



.leftFloater
{
	float: left;
}

.rightFloater
{
	float: right;
}





#tagline
{
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
}

#sidebar img.header
{
	border: none;
	height: auto;
	margin-top: 10px;
	padding-bottom: 5px;
	width: auto;
}

#sidebar #blogRoll img.header
{
	padding-bottom: 0px;
}

#sidebar #subscribe img.header
{
	padding-bottom: 7px;
}

/* Start Archive Page */
.archiveList {
	margin-left: 1em;
}

.boldme {
	font-weight: bold;
}

/* End Archive Page Styling */


/* Start Search */
.searchPostHeader
{
	background-position: left center;
	background-repeat: no-repeat;
	height: auto !important;
	margin-bottom: .5em;
}

.searchPostHeader p
{
	margin: 0;
}

.search .postmetadata
{
	clear: both;
}

.tfe
{
	margin-right: 1em;
}

.search div.post
{
	margin-bottom: 1em;
}

.search p
{
	margin-top: 0;
}
/* End Search */

