/*
Design by Brian Parris
http://www.brianparris.com
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	background:url(../images/background.jpg);
}

p.article:first-letter
{
	color:black;
	font-size:xx-large;
}

p.bigtext {
	font-size: 16px;
	color: blue;
	font-weight: bold;
}

p.signature {
	font-weight: bold;
	font-size: 14px;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	color: blue;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header {
	width: 960px;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

img {
     border-style: none;
}

#logo {
	text-align: center;
	height: 85px;
	margin: 0;
	padding-top: 20px;
	color: #00629E;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	text-align: center;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	text-align: center;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #00629E;
}



/* Menu */

#menu {
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/img04.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 25px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 50px;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 10px 30px 7px 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
	color: yellow;
}

#menu a:hover {
	text-decoration: underline;
	color: yellow;
}

/* Sub Menu */

#submenu {
	width: 590px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	background-color: white;
}

#submenu ul {
	margin: 0;
	padding: 0px 0px 0px 10px;
	list-style: none;
	line-height: normal;
}

#submenu li {
	float: left;
	height: 20px;
}

#submenu a {
	display: block;
	margin-right: 3px;
	padding: 10px 10px 7px 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: blue;
	border: none;
}

#submenu a:hover, #submenu .current_page_item_sub a {
}

#submenu .current_page_item_sub a {
	color: black;
}

#submenu a:hover {
	text-decoration: underline;
	color: black;
}
/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#page-bgtop {
	padding: 20px 25px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 0;
}

#content h2 {
	height: 42px;
	padding: 8px 0 0 20px;
	background: url(../images/img04.jpg) repeat-x left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

.post {
	margin-bottom: 25px;
}

.post-bgtop {
}

.post-bgbtm {
}

.post .title {
	height: 42px;
	padding: 8px 0 0 20px;
	letter-spacing: -.5px;
	color: #8AB52B;
	background: url(../images/img04.jpg) repeat-x left top;
}

.post .title a {
	color: #FFFFFF;
	border: none;
}

.post .meta {
	padding-bottom: 5px;
	padding-left: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .meta a {
	color: #8AB52B;
}

.post .entry {
	padding: 40px 20px 20px 20px;
	padding-bottom: 20px;
	text-align: justify;
}

.entry2 {
	padding: 20px 20px 20px 20px;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
	padding: 0;
	color: black;
	font-weight: bold;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C5DB76;
	padding-left: 0px;
}

#topsidebar {
	padding-left: 20px;
	
}

#sidebar li li span {
	padding-left: 20px;
}

#sidebar h2 {
	height: 42px;
	padding: 8px 0 0 20px;
	background: url(../images/img04.jpg) repeat-x left top;
	letter-spacing: -.5px;
	color: #FFFFFF;
}

#sidebar  {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
	text-align: justify;
}

#sidebar a {
	color: black;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: blue;
}

#sidebar a:hover, #menu .current_page_item_side a {
}

#sidebar .current_page_item_side a {
	color: blue;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 960px;
	background: black;
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	color: white;
}

#footer a {
	color: blue;
}

/* Images */

#home_image1 {
	float: left;
	margin: 0px 20px 20px 20px;
} 

.home_image2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image_right {
	float: right;
	padding: 20px;
}

.image_left {
	float: left;
	padding: 20px;
}

.image_right2 {
	float: right;
}

.image_left2 {
	float: left;
}

.image_center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image_center2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.sponsor {
	text-align: center;
	color: gold;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 20px;
}

.sponsor2 {
	text-align: center;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 20px;
}

#black_bg {
	background-color: black;
	margin: 0px 20px 0px 24px;
}

.pagenumber a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: blue;
}

#title {
	font-size: 1.6em;
	color: blue;
	text-align: center;
	font-weight: bold;
	margin-top: 40px;
}

#title2 {
	font-size: 1.4em;
	color: blue;
	text-align: center;
	font-weight: bold;
}

.title_top {
	font-size: 1.6em;
	color: blue;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
}

#goodshepbig {
	font-size: 1.4em;
	color: blue;
	font-weight: bold;
}

#redtext {
	font-size: 1.2em;
	color: darkred;
	margin-top: 40px
}

#contact1 {
	font-size: 1.6em;
	color: black;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

#contact2 {
	font-size: 1.4em;
	font-weight: bold;
	color: black;
	text-align: center;
}

.links_page {
	margin-bottom: 30px;
}

p.lons {
	font-weight: bold;
	font-size: 12px;
	color: black;
	text-align: justify;
}

.lons  a {
	font-weight: bold;
	font-size: 16px;
	color: blue;
	text-decoration: underline;
}

#recipe1 {
	font-size: 20px;
	font-weight: bold;
	color: black;
	margin-left: 20px;
	margin-top: 60px;
}

#recipe2 {
	font-size: 14px;
	font-weight: bold;
	color: black;
	margin-left: 60px;
}

#recipe3 {
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-left: 20px;
}

#recipe_book {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #0000CC;
	width: 363px;
	height: 477px;
}

#recipe_image {
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}