@import "reset.css";

html {
    margin: 0;
    padding: 0;    
}

body {
    font-family: Georgia, Serif; 
    font-size: 0.75em;
	line-height: 1.6em;
    color: #594a42;
	margin: 0;
	padding: 0;
}

h1 {
    padding-top: 0;
    padding-bottom: 20px;
    color: #594A42;
    font-size: 2.2em;
    line-height: normal;
}

h1 span.sub {
	font-size: 60%;
}

h2 {
    color: #ec008c;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
    font-weight: bold;
}

h3 {
	color: #ec008c;
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

h4 {    
    font-size: 95%;
    padding-top: 0;
    font-weight: normal;
}    
    
table {
	width: 100%;
}	      

th, h3.recipeIndex {
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #000000;
}    

td {
    margin-top: 10px;
    vertical-align: top;
    padding-bottom: 15px;
}   

p {padding-bottom: 10px;}

input.txt {
	background-color: #c2b59b;
	color: #fff;
	border: 0;
	padding: 3px;
	margin-bottom: 5px;
}  
   
p {
    margin-top: 0px;
}    

p.footnote {
    font-style: italic;
}    

a {
    color: #000000;
}    

em {font-style: italic;}
strong {font-weight: bold;}

#container {
    width: 100%;
    background: url(images/bg.jpg) top left repeat;
}
      
      
#header {
    height: 120px;
    padding-bottom: 82px;    
	background: #5a4a42 url(images/bg-menu.png) bottom left repeat-x;
	padding-left: 30px;
	padding-top: 30px;
	line-height: 1.4em;
	font-size: 90%;
}

#top {
	width: 100%;
	float: left;
	height: 95px;
}

#welcome {
	clear: left;
    height: 70px;
    float: left;
    color: #F2EAE6;
    margin-right: 93px;
    margin-bottom: 26px;
}

#welcome h1 {
	width: 150px;
	height: 70px;
}

#newsletter {
	width: 135px;
}
    
#menu {
	float: left;   
    height: 25px;
	vertical-align: middle;
    font-size: 125%;
    padding-top: 3px;
}

#menu ul {
    padding: 0 0 0 242px;
    margin: 0;
}    

#menu ul li {
	list-style-type: none;
	display: block; 
	float: left;
	padding: 0 35px 0 0;
	margin: 0;
}

* html #menu ul li {
    padding-bottom: 8px;
}    

#menu a {
	font-family: "Big Caslon", Georgia;
    color: #fff;
    text-decoration: none;
    font-weight: bold;    
}    

#menu a:hover {
    text-decoration: underline;
}


#main {
    float: left;
    clear: both;
    padding-left: 30px;
    height: 469px;
    width: 1240px;
}

#main div.column {
    position: relative;
    float: left;
}
        
#left-col {
    width: 182px;
    padding-top: 30px;
    padding-right: 58px;
overflow: auto;
}  

#left-col h3 {
	border-top: #ec008c 1px dashed;
	padding-top: 10px;
	padding-bottom: 15px;
}  

#center-col {
    width: 470px;
    padding-top: 30px;
}

#right-col {
	width: 510px;
	text-align: right;
}

#content {
	width: 433px;
	padding-right: 15px;
} 

#scrollable {
    float: left;
    height: 469px;
    margin-right: 5px;
    overflow: auto;
    width: 725px;
}  

#content ol {
    margin-left: 0;
    padding-left: 20px;
}

#content ul {
	display: block;
	list-style: none;
	margin-left: 0;
	padding-left: 0px;	
	margin-bottom: 20px;
	font-weight: bold;
}
    
#content ul u {
    display: block;
    padding-top: 10px;
}        


#footer {
	clear: left;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 0.8em;
    width: 1240px;
    padding-left: 30px;
}        

#footer a {
    color: #463024;
}
    
#options {
    float: right;
    padding-right: 10px;
    padding-top: 3px;
}
    
.header-col {
	float: left;
	color: #c2b59b;
	margin-right: 45px;
}

.print {
	float: right;
}

.print a {
	color: #ec008c;
	text-decoration: none;
}

.print a:hover {
	text-decoration: underline;
}
    
.clear {
    clear: both;
}    

