/*------------------------------------------------------
Project:		Garden Bite with Teri Knight
Version:		1.1 Summer Green
Last changed:	3/28/09 (original markup)
Designer:		Steve Sundberg, Noodleman Design noodleman [at] noodleman [dot] com

[Table of Contents]

1. Body
2. Page Container / #page
	2.1 Header / #header
	2.2 Navigation / #nav
		2.2.1 Menu / #menu
	2.3. Content / #content
		2.3.1 Post / .post
			2.3.1.1 Post Title / .post-title
			2.3.1.2 Post Date / .post-date
				2.3.1.2.1 Post Month / .post-month
				2.3.1.2.2 Post Date / .post-date
		2.3.2 Entry / .entry
			2.3.2.1 Post Category / .post-cat
			2.3.2.2 Post Comments / .post-comments
	2.4 Sidebar / #sidebar
		2.4.1 Search box / .search
			2.4.1.1 Search form / .searchform
	2.5 Footer / #footer
		2.5.1 Copyright / .copyright
3. Typography
4. Tables
5. Miscellaneous
--------------------------------------------------------*/

body {
background-color: #fff;
}

/*
BASIC LAYOUT
*/

#page {
margin: 0px auto;
width: 758px;
}

#header {
position: relative;
background-image: url(images/summer-banner.gif);
background-repeat: no-repeat;
width: 758px;
height: 180px;
margin: -10px 0 0 0;
*margin: -20px 0 0 0; /* IE7 or below hack */
text-align: center;
z-index: 3;
}

#headerimg {

}

#content {
background: url(images/content-bg.gif) #fff;
padding: 0px 15px 20px;
margin: -20px 0 0 0;
*margin: -10px 0 0 0;
float: left;
width: 487px;
width,: 514px;
overflow: hidden;
}

.post-separation {
width: 100%;
border-bottom: 1px dotted #aaa;
margin-top: 25px;
*margin-top: 0px;
}

#footer {
clear: both;
	/*background: #048DB4 url(images/footer-bg.gif) no-repeat;*/
border-top: 1px solid #669933;
top: 20px;
font: italic 12px Georgia, "Times New Roman", Serif; color: #333;
line-height: 18px;
padding: 14px 0 30px 0;
text-align: center;
}

/*
MENU NAVIGATION
*/

#nav-container {
position: relative;
margin: -16px 0px 8px 0px;
*margin: 0px 0px 18px 0px; /* IE 7 or below hack */
width: 758px;
height: 25px;
background-image: url(images/nav-bkgd.jpg);
background-color: #ccc;
background-repeat: repeat;
z-index: 2;
}

#navlink-box {
	list-style: none;
	margin: 0 0 0 16px;
	/*margin: 39px 238px -32px 0px;*/
	/*float: right;
	right: 10px;
	bottom: 0px;
	*/
	z-index: 3;
}	
#nav li {
	list-style: none;
	float: left;
	margin: 0px 0px 0px 0px;
	/*margin-left: 5px;*/
}
#nav a {
	color: #ffc;
	text-decoration: none;
	/*background: #6b9a11 url(images/nav-tab.jpg) repeat-x;*/
	margin: 0px 0px 0px 0px;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	/*border-top: 1px solid #AFCD69;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;*/
	display: block;
}
#nav a:visited {
	color: #ffc;
	text-decoration: none;
}
#nav a:hover {
	color: #f90;
}

/*
CONTACT INFO
*/

#contactinfo {
background: url(images/icon-links-bg.gif) no-repeat;
height: 28px;
margin: 0px 0 22px 0;
*margin: -5px 0 22px 0;
padding: 6px 0 2px 0;
font: 12px Tahoma, Helvetica, Sans-serif; letter-spacing: 1px; color: #cc9900;
text-align: center;
list-style-type: none;
}

#notice {
width: 600px;
text-align: center;
font: 16px Georgia, "Times New Roman", Times, Serif;
margin: 0 0 30px 75px;
}

.icon {
margin: 0 0 0 0;
}

/*
POSTING CONTENT
*/

.entry {margin-bottom: 12px;}

.post {
clear: both;
font: 14px "Trebuchet MS", Geneva, Arial, Sans-serif; color: #000000; line-height: 20px; letter-spacing: 0px;
margin-bottom: 20px;
}

.post-date {
float: left;
width: 45px;
height: 49px;
text-align: center;
margin: 6px 4px 2px 0px;
background: url(images/date-bg.gif) no-repeat;
}

.post-month {
font: 11px Georgia, "Times New Roman", Serif;
color: #fff;
	/*text-align: center;
	display:block;
	line-height: 12px;
	padding-top: 2px;
	margin-left: 0px;*/
}

.post-day {
font: italic 22px Georgia, "Times New Roman", Serif;
text-transform: uppercase;
color: #000;
	/*text-align: center;
	display:block;
	line-height: 12px;*/
	/*padding-top: 7px;
	margin-left: -3px;*/
}

.post-title {
margin-bottom: 36px;
}

.post-entry {
margin-top: 12px;
}

.post-cat {font: 11px Tahoma, Helvetica, Sans-serif;}

.post-comments {font : 11px Tahoma, Helvetica, Sans-serif;}

/*
COMMENT BOX
*/

ol.commentlist {
list-style-type: none;
}

.comment {
background: url(images/comment-left.gif) no-repeat top left;
padding: 5px 24px;
font: 12px Georgia, "Times New Roman", Serif;
line-height: 16px;
}

/*
OLDER/NEWER NAVIGATION
*/
.navigation {
font: small-caps 12px Tahoma, Helvetica, Sans-serif; letter-spacing: 1px;
width: 100%;
}

/*
SIDEBAR AD BOX
*/



/*
SIDEBAR
*/

#sidebar-container {
float: right;
	/*
	padding: 0px 10px 20px 0px;
	*/
padding: 0px 0px 0px 10px;
margin: 0px 0px 20px 0px;
*margin: -25px 0px -1px 0px;
width: 220px;
text-align: center;
}

#adbox /* 180 pixels */{
width: 100%;
text-align: center;
margin: 0 0 0 0;
margin,: 0 0 0 0;
}

#sidebox {
margin: 0px 0 0 0;
padding: 0 0 0 12px;
}

#tags, #archives, #zone, #twitter, #affiliates{
font: Arial, Helvetica, Sans-serif;
text-align: center;
list-style-type: none;
}

#tags {
margin-top: 20px;
background: url(images/tags.gif) no-repeat;
}

#archives {
background: url(images/archives.gif) no-repeat;
*margin-top: 20px;
}

#twitter {
font: 11px Tahoma, Helvetica, Sans-serif; letter-spacing: 1px;
}

#twitter-top {
height: 8px;
background: url(images/top-twitter.gif) no-repeat;
}

#twitter-content {
padding: 3px 4px 3px 4px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.twitter-timestamp {
font: small-caps 11px Tahoma, Helvetica, Sans-serif; letter-spacing: 1px;
}

#twitter-bottom {
height: 8px;
background: url(images/bottom-twitter.gif) no-repeat;
margin-bottom: 18px;
}

#zone {
margin-top: 10px;
}

a.stc_widget {color: #f00;}

.ul-archives {
list-style: none;
margin: 4px 0 0 -40px;
}

/* WEEKLY BITE */

#weekly-bite {
list-style-type: none;
height: 100%;
*margin-top: -20px;
}

#wb-top {
background: url(images/wb-top.gif) no-repeat;
height: 62px;
width: 219px;
list-style-type: none;
}

#wb-content {
width: 195px;
*width: 195px;
background: url(images/wb-bg.gif) no-repeat #989832;
list-style-type: none;
font: 11px Tahoma, Helvetica, Sans-serif; letter-spacing: 1px;
color: #fff;
line-height: 14px;
height: auto;
padding: 4px 12px 8px 12px;
*padding: 0px 12px 18px 12px;
margin: 0px 0px 20px 0px;
*margin: -5px 0 10px 0;
}

#wb-bottom {
background: url(images/wb-bottom.gif) no-repeat;
height: 7px;
width: 219px;
*width: 219px;
list-style-type: none;
margin: -20px 0 20px 0;
}

a.link {color: #fff; text-decoration: underline;}

/*
SEARCH BOX
*/

#search {
position: relative;
/*
float: right;
*/
height: 40px;
margin: 0px 0px 20px 0px;
list-style-type: none;
}

#searchform {
	background: #999a01 /*url(images/searchform-bg.gif) repeat-x*/;
	width: 200px;
	*margin-top: 10px;
	padding: 4px 10px 4px 10px;
	float:right;
}
#searchform #s {
	border: 1px solid #203346;
	width: 154px;
	height: 18px;
	font: 12px Georgia, "Times New Roman", Serif;
	padding: 2px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #ffffcc;
	vertical-align: middle;
}
#searchform #searchsubmit {
	background: url(images/search-btn-bg2.gif) no-repeat;
	border: none;
	width: 28px;
	height: 28px;
	font: bold 11px Arial, Geneva, Sans-serif;
	color: #999a01;
	vertical-align: middle;
}

#searchsubmit a, #searchsubmit a:visited {
color: #c00;
}

#searchsubmit a:hover, #searchsubmit a:active {
color: #ff0;
}

#searchform label {
	font: 10px Tahoma, Arial, Sans-serif;
	color: #41550e;
}

/*
ALIGNMENT
*/

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.alignright {
display: block;
float: right;
margin-left: 12px;
}

.alignleft {
display: block;
float: left;
margin-right: 12px;
}

/*
BASIC TYPOGRAPHY
*/

p {}

a {
	color: #c60;
	text-decoration: none;
}

a:visited {
	color: #c63;
	text-decoration: none;
}

a:hover {
	color: #f60;
	text-decoration: underline;
}

h1 {}

h2 {font: bold 20px/140% Georgia, "Times New Roman", Serif; color: #660; letter-spacing: -1px;}

h3 {font: bold 14px Arial, Geneva, Sans-serif;}

	h3.excerpt-head {font: bold 18px Arial, Geneva, Sans-serif;}

h4 {font: bold 12px Georgia, "Times New Roman", Serif; color: #960; margin-bottom: 0px;}

h5 {}

h6 {}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	*padding-bottom: 10px;
	font: 12px Georgia, "Times New Roman", Times, Serif; letter-spacing: 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* IMAGES & IMAGE CAPTIONS */

.wp-caption aligncenter {margin-left: auto; margin-right: auto;}
.wp-caption alignleft {float: left;}
.wp-caption alignright {float: right;}

.credit {font: italic 10px Arial, Geneva, Sans-serif; line-height: 16px;}

/* LIST STYLE TYPES */

li.email, li.twitter, li.facebook, li.wcco {
font: 13px Tahoma, Helvetica, Sans-serif;
letter-spacing: 1px;
line-height: 18px;
}

li.email {
list-style-image: url(images/icon-email.gif);
padding-top: 1px;
}

li.twitter {
list-style-image: url(images/icon-twitter.gif);
}

li.facebook {
list-style-image: url(images/icon-facebook.gif);
}

li.wcco {
list-style-image: url(images/icon-wcco.gif);
}

/*
TABLES
*/

th.basic {
background-color: #990;
font: bold 11px Tahoma, Helvetica, Sans-serif;
color: #ffc;
letter-spacing: 1px;
}

td.basic {
font: 12 Tahoma, Helvetica, Sans-serif;
text-align: center;
}

/*
MISCELLANEOUS
*/

.bio-inset {
text-align: center;
font: italic 28px Georgia, "Times New Roman", Serif; color: #b5b581;
margin: 0 0 24px 0;
}

.poem {
text-align: center;
font: 14px Georgia, "Times New Roman", Times, Serif;
line-height: 24px;
}


/*
MP3 Program Link
*/

a.mp3 {
display: block;
margin: 1em 0;
color: #f00;
padding: 5px 5px 5px 28px;
min-height: 15px;
background: #fcffff url(images/microphone.gif) no-repeat 5px 7px;
border: 1px solid #cfe2e5;
}



