/*  
Theme Name: I (heart) baking
Theme URI: http://iheartbaking.com/meta
Description: A theme about baking
Version: 1
Author: Nicole
Author URI: http://nicoleswan.com/

/*** Structural elements ****/
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	background: #ffffff url(images/chocolate.jpg) no-repeat top right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%;
        letter-spacing: 1px;
	color: #402000;
}


#header
{
	margin: 0 auto;
	width: 520px;
	background: transparent url(images/header.gif) no-repeat -1% 80%;
	height: 175px;
}

#container
{
	margin: 0 auto;
	width: 520px;
	padding: 1em;
	text-align: left;
	/*border: 1px solid red;*/
}

#footer {

	background-color: #f8e9e9;
	border-top: 1px solid #e60066;
	border-bottom: 1px solid #e60066;
	padding: 0 0 0 1px;
	margin: 10px auto 1px auto;
	width: 520px;
	height: 200px;
	font-size: 85%;
	clear: both;
}

.container {
  width: 520px;
  margin:0px auto;
  padding:0;
  text-align: center;
}

.leftcol { 
  margin: 0 5px 20px 5px;
  float:left;
  width: 158px;
  text-align: left;
}

.centercol { 
  margin: 0 5px 20px 5px;
  float:left;
  width: 158px;
  text-align: center;
}

.rightcol { 
  margin: 0 5px 20px 5px;
  float:right;
  width: 158px;
  text-align: right;
}

.styleright
{
float: right;
padding: 5px;
margin: 5px;
background: #e8e5e8;
border: 1px solid #dcdcdc;
}

.styleleft
{
float: left;
padding: 5px;
margin: 5px;
background: #e8e5e8;
border: 1px solid #dcdcdc;
}

.pic
{
text-align: center;
margin-right: auto;
margin-left: auto;
margin-top: 10px;
margin-bottom: 10px;
}

.pic img
{
background: #e8e5e8;
border: 1px solid #dcdcdc;
padding: 5px;
}


#footer ul,li
{
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#footer h4 { margin: 3px 0 3px 0; padding: 0; }

#footer p {
	margin: 0;
	padding: 0;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}
	
h2 { font-size: 140%; }


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited 
{
	text-decoration: none;
	border: none;
	color: #E60066;
}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	border: none;
	color: #FF80A8;
	}
	
blockquote
{
	margin-left: 15px;
        padding: 5px;
	border-left: 1px dotted #e60066;
	background: #f8e9e9;
}

cite
{
	margin: 5px 0 0;
	text-decoration: none;
	display: block;
}

/** Links **/
a
{
	text-decoration: none;
	color: #e60066;
	border-bottom: 1px dotted #e60066;
}

a:hover
{
	color: #ff80A8;
	text-decoration: none;
	border-bottom: 1px dotted #ff80a8;
}
a:visited
{
	color: #946529;
	text-decoration: none;
	border-bottom: 1px dotted #946529;
}


/***** Comments styling ******/
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Trebuchet MS", Verdana, Arial, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 90%;
	letter-spacing: .07em;
	border-bottom: 1px dotted #402000;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/


/*** More header stuff ***/
h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
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) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #d7ca84;
	padding: 5px;
	border: 1px solid #402000;
	}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	background: #d7ca84;
	padding: 5px;
	border: 1px solid #402000;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	background: #d7ca84;
	padding: 5px;
	border: 1px solid #402000;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

/**** List styling ****/
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata
{
	color: #402000;
	font-size: 85%;
	/*background-color: #F2EEC5;*/
	border-top: 1px solid #fe89e9;
	padding: 3px 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 2px 0 2px 0; 
	}

#sidebar #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

.meta ul
{
	margin: 0;
	padding: 0;
}