 /*    
Theme Name: Walt's Health Foods 
Theme URI: http://www.waltshealthfoods.com.com/ 
Description: An simple template providing a two column layout for Walts Health Foods. 
Author: Shane Kennedy 
Author URI: http://waltshealthfoods.com 
Version: 1.0 
. 
General comments/License Statement if any. 
. . 
 */  
 
 
/****Basic styles across the site*****/  
body {
	background: #CCFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
body, td, th {
	color: #333333;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1  {
	color: #000033;
}
h2  {
	font-size: 1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #333333;
	padding: 0px 10px;
	text-transform: uppercase;
}
h4  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #006699;
}
h3, h5, h6  {
	color: #006699;
	font-family: "Times New Roman", Times, serif;
}

a {
  color: #003366;
}


/*****Framework Styles*****/
.contentPadding {
	padding: 15px;
}
#sitecontainer {
	background: #CCFFFF repeat-y scroll center center;
}
#site {
	background: #CCFFFF;
	width: 960px;
	margin: auto;
	text-align: left;
}
#framework  {
	width: 960px;
	background-color: #CCFFFF;
}
.leftcolumn {
	width: 600px;
	margin-top: 10px;
}
.rightcolumn {
	float: right;
	width: 300px;
	margin-top: 10px;
}
#header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2ead78;
}

#contentcontainer   {
	background-color: #FFFFFF;
	padding-bottom:25px;
}
#footer {
	width: 960px;
	margin: auto;
}
#copyright {
	font-size: 1.1em;
	clear: both;
	padding: 10px;
}

#footeraddress {
	padding: 8px 0 0;
}

#footercontainer {
	text-align: center;
	color: #999999;
}
#footer .contentAreaPadding {
	padding: 18px 9px;
}


/*****Navigation Styles*****/
#navigation  {
	width: 960px;
	background: #2ead78;
	color: #FFFFFF;
	text-align: left;
}
#navigation a:hover {
	color: #CCFFFF;
}
#navigation li {
	display: inline;
	padding: 0px 10px;
	background-color: #2EAD78;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: .8em;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	color: #FFFFFF;
	list-style-type: none;
	background-color: #2EAD78;
	margin: 0px;
	padding: 10px 10px 10px 35px;
}


/*****Home Page*****/
.mainimage {
	padding-bottom: 10px;
}
#bio {
	font-size: 1.15em;
	padding: 10px 20px 0px 0px;
}
#bio p {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#deal {
	padding: 5px;
}
#hours .storehours {
	margin-bottom: 5px;
	padding-bottom: 10px;
}


/*****Coupons Page*****/
.coupon {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #CCFFFF;
	margin: auto;
	width: 500px;
	border: thin dashed #000000;
}
#valid {
	font-size: 8px;
}

.coupon p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	padding: 5px;
}

	
/*****Contact Us Form*****/
#contactform ul {
	list-style-type:none;	
	padding:10px;
}
#contactform li{
	padding-bottom:15px;
}
#contactform input.submitbutton {
	font: 12px Georgia, "Times New Roman", Times, serif;
	background-color: #CCFFFF;
	height:25px;
	width:80px;
	border:none;
}
#contactform label {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	padding-right: 15px;
	padding-bottom:5px;
}
.contactus {
	margin: auto;
	width: 475px;
}

/*****History Page Styles*****/
.history #middleimage {
	float: left;
	padding: 0px 10px 0px 0px;
}

#hours {
	margin-top: 65px;
	padding: 5px;
}

.history #topimage {
	float: right;
	padding: 10px;
}


