/*--------- 
	Site Design by: C.Palmer
	www.cscullion.net
------------------------------**/
/*--------- 
	generic tags
-------------------**/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
	background: #fff url(/images/theme/bgd_body.gif);
	font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, Helvetica, "Helvetica CY", sans-serif;
	font-size:12px;
}
p {line-height:18px;color:#666;}
a img { border: none; }
a, a:visited, a:active {color:#333;}
a:hover {text-decoration: none;}
ul li {list-style-position: inside;}
h1, h2, h3, h4 {
	font-weight: normal;
}
h3 {
	padding:5px 0;
}
/*--------- 
	grid layout
---------------**/
#header {
  height:318px;
  /* Biggest home button evar! */
  background:url(/images/theme/masthead.jpg) no-repeat top center;
  text-indent:-5000px;
}
#header a {
  display:block;
  height:318px;
}
div#wrapper {
	width:831px;
	margin:0 auto;
	background: transparent url(/images/theme/bgd_content.png) repeat-y;
	text-align: center;
}
div#container {
	margin:50px 30px;
	text-align: left;
}
div#content {
	float:left;	
	width:483px;
	z-index: 0;
}	
div#sbar {
	float:right;
	width:260px;
}
/*--------- 
	tabs
		-this controls the grid
		layout for the tab(s) that
		each element has.
--------------------------**/
ul.tab {
	list-style: none;
	z-index: 5;
}
ul.tab li {
	text-align: right;
	padding:0;
	margin:0;
}
ul.tab li a,
ul.tab li a:active,
ul.tab li a:visited,
ul.tab li a:hover {
	text-decoration: none;
	position: relative;
		top:-15px;
		left:1px;/** to allot for border **/
	padding:3px 6px;
	padding-bottom:0;
	border-top:1px solid #dadada;
	border-right:1px solid #dadada;		
	border-left:1px solid #dadada;
	width:100px;
	color:#333;
	font-size:14px;
	font-family: "Courier New", Courier;
  background-color:#fff;
}
/*--------- 
	content
---------------**/
div.blog {
	border:1px solid #dadada;
	min-height:500px;
	background: #fafafa;
}
ul.blog-tab li a {
	background: #fafafa;
}
/**** advertisement ****/
.ad {
	padding:15px 0;
	border-top:1px solid #d8c7ca;
	border-bottom:1px solid #d8c7ca;	
}
/** pretend ad **/.google-ad {height:100px;background:#fff;clear:both;margin-bottom:40px;padding:0;}

/*--------- 
	sidebar 
---------------**/
.side-padding { /** add to sidebar element for padding **/
	padding:0 15px 10px 15px;
}
.sbar-element {
	clear:both;
	margin-bottom:40px;/** separates sidebar elements **/
	border:1px solid #d4d4d4;
}
/** about **/
div#sbar-tags,
div#sbar-tags ul.tab li a,
div#sbar-tags ul.tab li a:visited,
div#sbar-tags ul.tab li a:active,
div#sbar-tags ul.tab li a:hover {
  background: #edf6f9;
}
/** search **/
div.search,
ul.search-tab li a,
ul.search-tab li a:visited,
ul.search-tab li a:active,
ul.search-tab li a:hover {
	background: #edf6f9;
}
div.search {
	text-align: right;
}
.bt-search {
	background:#f2f2f2;
	color:#333;
	text-transform: uppercase;
}
/** food of the moment **/
div.foodmoment,
ul.food-tab li a,
ul.food-tab li a:active,
ul.food-tab li a:visited,
ul.food-tab li a:hover {
	background: #f9f8ed;
}
div.foodmoment img {
	width:100px;
	float:left;
	margin:0 10px 0 0;
	padding:3px;
	border:1px solid #fafafa;
	background: #fff;
}
.title {
	font-size:15px;
	color:#735656;
	padding-bottom:10px;
	clear: both;
}
div.foodmoment a.more {
	text-align: right;
	display: block;
	padding:5px 0;
	font-size:14px;
}
/** archive **/
div.archive,
ul.archive-tab li a,
ul.archive-tab li a:active,
ul.archive-tab li a:visited,
ul.archive-tab li a:hover {
	background: #f9edef;
}
div.archive {
	text-align: right;
}
div.archive h3 {
	border-bottom: 1px solid #ccc;	
}
div.archive h3 a,
div.archive h3 a:visited,
div.archive h3 a:active {
	text-decoration: none;
	color:#666;
}
div.archive h3 a:hover {
	color:#aaa;
}
/*--------- 
	footer
---------------**/
div#footer {
	clear:both;
	padding-top:20px;
}
