@charset "utf-8";
/* CSS Document */

body {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(/img/bg-g.gif) no-repeat top center #A6CD24; 
}

#topmsg {
float:left;
height:105px;
margin-top:-15px;
padding-left:80px;
width:490px;
/*background-image:url(../i/top-msg.png)*/
}
h2 {
color:#A6CD24;
}

#pagecontent {
width:650px;
padding-left:10px;
}

img.recipe {
margin-left:-18px;
} 

#commentform 
{
  padding-left:10px;

}
#comment {
   
width:600px;
background-color:#a9cf27;
color:#000000;
}


/*comments style*/

#messages {
width:650px;
background-color:#000000;
padding:5px;
font-size:12px;
}

ul #commentlist {
	margin:0;
	padding:0;
	list-style-image:url(../img/whatshot/comment-bullet.png)
	}

#commentlist li {
	margin-bottom:8px;
	/*background: #ffffff url(http://www.erinsimpsonshow.tv/i/comments/comment_arrows.gif) bottom no-repeat;*/
	color:#ffffff;
	background-color:#000000;
	list-style-image:url(../img/whatshot/comment-bullet.png)
	}

.commentlist .commenttext {
	background-color:#ececec;
	/*padding:22px 22px 50px 22px;*/
	padding:3px;
	font-size:1em;
	font-family:"Courier New", Courier, monospace;
	}

.commentlist cite {
	display:block;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	font-style:normal;
	font-size:1.1em;
	color:#ff008b;
	}

.commentlist a:link, .commentlist a:visited {
	color:#fff9b9;
	}

.commentlist a:hover, .commentlist a:active {
	color:#FFF;
	}

.commentlist .date {
	padding:3px;
	font-size:0.8em;
	background: #ff008b;
	}
