/* ------------------------------------------------------------------------
CSS sheet for Mom and Pop Place.
Author: Tim Kadlec
Date Created: 10/18/2007

All inquiries for this document should be directed to information@virtualtech.com.

--------------------------------------------------------------------------

COLORS

Aqua Blue  - #60C2D7;
	
------------------------------------------------------------------------ */


/* -----------------------------------------------------------------------
MAIN DESIGN ELEMENTS
-------------------------------------------------------------------------*/
*{
	margin: 0;
	padding: 0;
}
a{
	outline: none;
}
body{
	font: 15px/1.5em Trebuchet MS, Arial, sans-serif;
	background: #FFEBCD;
	
}
#header{
	display: block;
	width: 100%;
	border-bottom: 23px solid #F0B310;
	position: relative;
	height: 127px;
}
body.whatsnew #header{
	border-bottom: 23px solid #D86182;
}
body.cafe #header{
	border-bottom: 23px solid #72CA80;
}
body.store #header{
	border-bottom: 23px solid #C0AF2C;
}
body.calendar #header{
	border-bottom: 23px solid #F37321;
}
body.contact #header{
	border-bottom: 23px solid #6F6CA7;
}
#header h2{
	display: block;
	float: right;
	background: url(images/storecafe.png) 0px 10px no-repeat;
	text-indent: -9999px;
	width: 433px;
	height: 41px;
}
h1{
	display: block;
	background: url(images/logo.gif) no-repeat;
	height: 117px;
	width: 191px;
	text-indent: -9999px;
	font-size: 70%;
	margin: 10px 10px 0 30px;
}
h2{
	font-size: 120%;
	color: #43407F;
	font-family: Georgia, serif;
	font-weight: normal;
	margin: 0;
	padding: 1em 10px;
}
p{
	margin: 0;
	padding: .5em 10px;
}
/* -----------------------------------------------------------------------
NAVIGATION ELEMENTS
-------------------------------------------------------------------------*/
.navigation{
	list-style-type: none;
	position: absolute;
	right: 30px;
	top: 86px;
	display: block;
	height: 41px;
}
.navigation li{
	display: block;
	float: left;
}
.navigation li a{
	display: block;
	width: 87px;
	height: 41px;
	text-indent: -9999px;
}
.navigation li a.active{
	width: 90px;
}
/*
.navigation li.home a.active{
	background: url(images/navigationhome.gif) -9px 0px no-repeat;
}
.navigation li.home a{
	background: url(images/whatsnewnav.gif) -9px 0px no-repeat;
}
.navigation li.new a.active{
	width: 90px;
	background: url(images/whatsnewnav.gif) -96px 0px no-repeat;
}
.navigation li.new a{
	width: 81px;
	background: url(images/cafenav.gif) -99px 0px no-repeat;
}
.navigation li.cafe a.active{
	width: 87px;
	background: url(images/cafenav.gif) -177px 0px no-repeat;
}
.navigation li.cafe a{
	width: 84px;
	background: url(images/navigationhome.gif) -177px 0px no-repeat;
}
.navigation li.store a{
	background: url(images/navigationhome.gif) -270px 0px no-repeat;
}
.navigation li.calendar a{
	width: 84px;
	background: url(images/navigationhome.gif) -357px 0px no-repeat;
}
.navigation li.contact a{
	width: 90px;
	background: url(images/navigationhome.gif) -441px 0px no-repeat;
}
.navigation li.blog a {
	width: 90px;
	background: url(images/blog.jpg) -525px 0px no-repeat;
}
*/
body.home ul.navigation{
	background: url(images/homeNav.jpg) -9px 0px no-repeat;
}
body.whatsnew ul.navigation{
	background: url(images/whatsNewNav.jpg) -9px 0px no-repeat;
}
body.cafe ul.navigation{
	background: url(images/cafeNav.jpg) -9px 0px no-repeat;
}
body.store ul.navigation{
	background: url(images/storeNav.jpg) -9px 0px no-repeat;
}
body.calendar ul.navigation{
	background: url(images/calendarNav.jpg) -9px 0px no-repeat;
}
body.contact ul.navigation{
	background: url(images/contactNav.jpg) -9px 0px no-repeat;
}
/* -----------------------------------------------------------------------
INTRO ELEMENTS
-------------------------------------------------------------------------*/
#intro{
	background: url(images/introbg.gif) repeat-x;
	width: 100%;
	height: 188px;
	border-bottom: 10px solid #F0B310;
}
body.whatsnew #intro{
	border-bottom: 10px solid #D86182;
}
body.cafe #intro{
	border-bottom: 10px solid #72CA80;
}
body.store #intro{
	border-bottom: 10px solid #C0AF2C;
}
body.calendar #intro{
	border-bottom: 10px solid #F37321;
}
body.contact #intro{
	border-bottom: 10px solid #6F6CA7;
}
#intro img{
	margin-top: 6px;
}
#intro ul{
	list-style-type: none;
}
#intro li{
	display: block;
	float: left;
	text-align: center;
	width: 33%;
}
/* -----------------------------------------------------------------------
MAIN CONTENT ELEMENTS
-------------------------------------------------------------------------*/
#maincontent{
	background: #FFEBCD;
}
#maincontent dl{
	padding: .5em 10px;
}
body.store #maincontent dl{
	display: block;
	clear: both;
}
#maincontent dl dt{
	font-weight: bold;
}
#maincontent dl dd img{
	float: left;
	margin-left: -110px;
}
#maincontent p .strong{
	font-weight: bold;
	display: block;
}
#maincontent p.mailinglist{
	float: left;
	width: 35%;
}
#maincontent p.directions{
	background: url(images/map.gif) 200px 1px no-repeat;
	width: 50%;;
	float: left;
	margin-bottom: 15px;
}
ul.sitemap{
	margin-left: 20px;
}
img.floatright{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.floatleft{
	float: right;
	margin: 0 10px;
}
#maincontent ul{
	margin-top: -15px;
	padding: .5em 30px;
}
/* -----------------------------------------------------------------------
SIGNUP ELEMENTS
-------------------------------------------------------------------------*/
#signup{
	float: right;
	margin: 10px 10px 10px 10px;
	display: inline;
}
/* -----------------------------------------------------------------------
STORE ELEMENTS
-------------------------------------------------------------------------*/
ul.catList li{
	list-style-type: none;
	float: left;
	margin: 1.5em 15px;
}
ul.catList li span{
	display: block;
	text-align: center
}
ul.catList li a{
	text-decoration: none;
}
ul.catList li a:hover{
	text-decoration: underline;
}
ul.catList li a img{
	border: 2px solid #000;
}
/* -----------------------------------------------------------------------
FOOTER ELEMENTS
-------------------------------------------------------------------------*/
#footer{
	display: block;
	width: 100%;
	clear: both;
	border-top: 5px solid #F0B310;
	background: #00957D;
	color: #fff;
	height: 130px;
}
body.whatsnew #footer{
	border-top: 5px solid #D86182;
}
body.cafe #footer{
	border-top: 5px solid #72CA80;
}
body.store #footer{
	border-top: 5px solid #C0AF2C;
}
body.calendar #footer{
	border-top: 5px solid #F37321;
}
body.contact #footer{
	border-top: 5px solid #6F6CA7;
}
#footer a{
	color: #fff;
}
#footer ul{
	list-style-type: none;
	padding-top: 20px;
}
#footer li{
	display: inline;
	margin-left: 15px;
}
#footer p{
	padding: 1.2em 15px;
	margin: 0;
}
#footer p.address{
	float: right;
	padding: 20px 206px 20px 0;
	margin: 0 15px;
	background: url(images/footerbg.gif) right center no-repeat;
}
#leaving{
	margin-left: 20px;
	margin-bottom: 10px;
}
/* -----------------------------------------------------------------------
ADMIN ELEMENTS
-------------------------------------------------------------------------*/
/* ------------------------------- TabNav(from the master himself at SimpleBits) ----------------- */
#tabnav	{
	height: 20px;
	width: 95%;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
	margin: 1.5em auto 10px auto;
}
#tabnav li{
	margin: 0; 
	padding: 0;
  	display: inline;
  	list-style-type: none;
}
#tabnav a:link, #tabnav a:visited{
	float: left;
	background: #95938f;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 5px;
	margin-right: 4px;
	border: 1px solid #817e77;
	text-decoration: none;
	color: #fff;
}
#tabnav a:link.active, #tabnav a:visited.active	{
	border-bottom: 1px solid #d6d2ca;
	background: #d6d2ca;
	color: #000;
}
#tabnav a:hover{
	background: #d6d2ca;
	color: #000;
}
form.admin{
	margin: 1.5em 10px;
}
form.admin label{
	width: 150px;
	display: block;
	float: left;
}
form.admin label .note{
	font-size: 11px;
}
form.admin input{
	float: left;
}
form.admin input[type="submit"]{
	display: block;
	clear: both;
}
table.admin{
	border: 1px solid #000;
	border-collapse: collapse;
	margin: 1em 10px;
}
table.admin th{
	background: #60C2D7;
	text-align: left;
	padding: 5px;
	border: 1px solid #000;
}
table.admin td{
	border: 1px solid #000;
	border-collapse: collapse;
	text-align: left;
	padding: 5px;
}














