/*   
Theme Name: Red Hot Mamas Theme
Theme URI: http://www.redhotmamasdogs.com
Description: Red Hot Mamas Wordpress theme.
Author: Scott McClure
Author URI: scott@redhotmamasdogs.com
Version: 1.0
*/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#CC2527;
margin-left:auto;
margin-right:auto;
font-size:9pt;
color:#000;
line-height:13pt;
text-align:center;
padding:0;
}

#container {
width:727px;
background:url(images/mainbg.gif) repeat;
margin-right:auto;
margin-left:auto;
text-align:left;
}

.contentheader {
background:url(images/header.gif) no-repeat;
background-color:#CC2527;
width:727px;
height:149px;
margin-left:auto;
margin-right:auto;
color:#000;
}

.bottom {
background:url(images/bottom.gif) no-repeat;
width:727px;
height:59px;
margin-right:auto;
margin-left:auto;
}

.maincontainer {
width:727px;
background:url(images/mainbg.gif) repeat;

}

.content {
padding:0px 40px 2px;
}

div#menubar {
padding:0px 7px;
}
div#menubar ul {
width:100%;
	height: 43px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x;
	font-size: 0.8em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
margin:0;
padding:0;
}

div#menubar ul li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
}
div#menubar ul li a {
	height: 43px;
	color: #777;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding: 8px 10px 0;
}
div#menubar ul li a:hover {
	color: #333;
}
div#menubar ul li.current_page_item a {
	color: #FFF;
	background: #FFF url("images/current-bg.gif") top left repeat-x;
	padding: 5px 12px 0;
}

textarea#comment { width: 400px; padding: 5px; }

.commentmetadata { font-size: 10px; }

.footer {
background:#CC2527;
width:455px;
margin-right:auto;
margin-left:auto;
color:#fff;
font-size:11px;
text-align:center;
}





div#menu{width:580px;margin: 0 auto;text-align:left;}
 
#menu dl{width: 100%;overflow: auto;margin: 0 0 1em;
    background: url(images/dot.gif) repeat-x 0 1.2em}
#menu dt,dd.price{background: #FFF;font-size: 130%;font-weight: bold;}
#menu dt{float: left;padding-right: 3px;}
#menu dd{margin:0}
#menu dd.price{float: right;padding-left: 3px;color: #AAA;}
#menu dd.description{float: left;width: 100%;padding: 3px 0;
   font-style: italic;color: #555}