/* Linked Stylesheets
================================== */
@import "recipes.css";

/* General Layout
================================== */
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 75%/1.6 Verdana, sans-serif;
	min-width:750px;
	background-image: url(../images/lt_green-circle.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

#header {
  height: 30px;
  background-color:#FFFFFF;
  padding: 5px;
}

#banner {
	height: 100px;
	background-color:#CC6600;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url(../images/banner_secbkgrd.jpg);
}

#navigation {
  height: 20px;
  background-color:#cccc33;
  padding: 0px;
}

/* Main Content
================================== */

#mainContent blockquote {
	font-size: 14px;
	color: #999900;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#mainContent p{
	padding-bottom: 5px;
	line-height: 18px;
	padding-top: 5px;
}

#mainContent .small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#mainContent h1 {
	font-size: 20px;
	color: #CC6633;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}
#mainContent h2 {
	font-size: 14px;
	color: #CC6633;
	padding-top: 26px;
}

#mainContent h3 {
	font-size: 14px;
	color: #CC6633;
	padding-top: 20px;
	background:  url(../images/lineh.png) repeat-x left bottom;
	margin-bottom: 6px;
}

#mainContent h4 {
	text-transform: uppercase;
	color: #99CC33;
	font-size: 11px;
	background:  url(../images/lineh.png) repeat-x left bottom;
}

#mainContent ul {
	margin:0;
	padding:0;
}

#mainContent li {
	padding-left:25px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

/* TOP NAV
================================== */
#topnav {
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
#topnav a {
	color: #333333;
	text-decoration: none;
}
#topnav a#home {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	padding-top: 5px;

}
#topnav a#contact {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999900;
	padding-top: 5px;
}


/* Secondary Content
================================== */

#secondaryContent h2 {
	font-size: 75%;
	font-variant: small-caps;
	color: #CC6600;

}

#secondaryContent h3 {
	font-size: 75%;
	color: #CC6600;

}

#secondaryContent h1, #leftColumn h1 {
	color: #CC6633;
	padding-left: 20px;
	background-image: url(../images/h1image.gif);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	margin-bottom: 5px;
	padding-right: 5px;

}

p.date {
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #999933;
}

#secondaryContent h2 {
	font-size: 10.5px;
	color: #CC6600;

}

#secondaryContent p.newstitle {
	font-size: 13px;
	font-weight: bold;
	color: #CC6600;
}

/* Tables
================================== */
thead{
	background-color: #CCCC33;
	color: #FFFFFF;
	font-weight: bold;
	border-right:none;
	border-left:none;
}
th{
 	padding:2px;
}
td{
 	padding:2px;
	border: 1px solid #CC6600;
}
td.btmborder{
	padding:2px;
	border-bottom:none;
}
td.left{
	padding:2px;
}
td.noborder{
 	padding:2px;
	border: none;
}
 .tbleheadng {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#CC6600;
	line-height: 30px;
}
.tblesubheading {
	font-size: 10px;
	background-color:#CCCC66;
	line-height: 25px;
}
.tblecaption {
	font-size: 9px;
	background-color:#CCCC66;
	line-height: 15px;
}
.tbleborderbtm {
	border-bottom: 1px solid #E9E9E9;
	}

/* Footer / Copyright
================================== */
#footer {
  background-color:#CCCC33;
  padding: 1px 20px;
}

.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyleft {
	float: left;
	padding: 5px 5px 5px 15px;
	width: 220px;
	background-color: #CCCC33;
	color: #FFFFFF;
	border-top: 5px solid #CCCC33;
	border-right: 5px solid #CCCC33;
	border-bottom: 5px solid #CCCC33;
	border-left: 5px none #CCCC33;
}
.copyright {
	padding: 5px 5px 5px 250px;
	background-color: #FFFFCC;
	color: #333333;
	border-top: 5px solid #CCCC33;
	border-right: 1px solid #CCCC33;
	border-bottom: 5px solid #CCCC33;
	border-left: 5px solid #CCCC33;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 95%;
  margin: 0 auto; 
  text-align: left;
  background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC33;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #CCCC33;
	padding:5px;
}


#content { 
  width: 98%; 
  float: none; 
}

#mainContent {
	width: 66%;
	margin: 20 25 0 5;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 20px;
} 
#secondaryContent {
	width: 30%;
	min-width: 10em;
	display: inline;
	float: right;
} 

#footer { 
  clear: both; 
}

/* add some padding to the contents in the left column and secondary content areas */

#secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#secondaryContent * { 
 padding-left: 20px;
 padding-right: 20px;
}

#secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}
