ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#00f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	position:relative;
	background: #dfccaa;
	color:#000;
	font:62.5% Georgia,Arial,sans-serif;
}

#header{
	width: 848px;
	height: 177px;
	padding: 0px 0px 0px 84px;
}

#logo{
	width: 180px;
	height: 148px;
	float: left;
	margin: 29px 0px 0px 0px;
	text-indent: -999999px;
	background: url(images/logo.jpg) no-repeat;
}

.header_container{
	float: right;
	height: 87px;
	padding: 0px 0px 0px 15px;
	background: url(images/header_containerbg.gif) left bottom no-repeat;
}

.header_container #searchbg{
	width: 163px;
	height: 23px;
	margin: 22px 0px 5px 0px;
	background: url(images/searchbg.jpg) no-repeat;
}

#searchbg input.s{
	width: 137px;
	height: 19px;
	padding: 2px;
	float: left;
	border: none;
	background: none;
}

#searchbg input.searchbtn{
	width: 14px;
	height: 14px;
	float: left;
	background: none;
	border: none;
	margin: 5px 0px 0px 0px;
}

.header_container p{
	color: #878787;
	line-height: 180%;
	font-size: 12px;
}

.header_container p a{
	color: #878787;
}

.social_icons{
	width: 130px;
	height: 56px;
	margin: 32px 0px 0px 0px;
}

.social_icons p{
	font-style: italic;
	line-height: normal;
}

a#twitter{
	display: block;
	width: 29px;
	height: 28px;
	float: left;
	text-indent: -99999px;
	margin: 11px 9px 0px 0px;
	background: url(images/followus.jpg) no-repeat;
}

a:hover#twitter{
	background: url(images/followus.jpg) 0px -28px no-repeat;
}

a#facebook{
	display: block;
	width: 29px;
	height: 28px;
	float: left;
	text-indent: -99999px;
	margin: 11px 0px 0px 0px;
	background: url(images/followus.jpg) -38px 0px no-repeat;
}

a:hover#facebook{
	background: url(images/followus.jpg) -38px -28px no-repeat;
}


.services{
	width: 130px;
	height: 56px;
	margin: 32px 0px 0px 0px;
}

.services p{
	font-style: italic;
	line-height: normal;
}

a#services1{
	display: block;
	width: 30px;
	height: 31px;
	float: left;
	text-indent: -99999px;
	margin: 11px 7px 0px 0px;
	background: url(images/services.jpg) no-repeat;
}

a:hover#services1{
	background: url(images/services.jpg) 0px -31px no-repeat;
}

a#services2{
	display: block;
	width: 32px;
	height: 31px;
	float: left;
	text-indent: -99999px;
	margin: 11px 0px 0px 0px;
	background: url(images/services.jpg) -37px 0px no-repeat;
}

a:hover#services2{
	background: url(images/services.jpg) -37px -31px no-repeat;
}

#navigation{
	width: 590px;
	height: 25px;
	float: right;
	clear: right;
	padding: 10px 0px 0px 33px;
	margin: 25px 0px 0px 0px;
	background: url(images/navibg.gif) no-repeat;
}

#navigation ul li{
	font-size: 14px;
	float: left;
	text-transform: uppercase;
	margin: 0px 7px 0px 0px;
	padding: 0px 15px;
}

#navigation ul li a{
	display: inline-block;
	height: 25px;
	color: #fff;
}

#navigation ul li.active a{
	background: url(images/navi_hover.gif) center bottom no-repeat;
}

#navigation ul li a:hover{
	text-decoration: none;
	background: url(images/navi_hover.gif) center bottom no-repeat;
}

#navigation ul li:hover{
	background: url(images/navi_hover.gif) center bottom no-repeat;
}

#nav ul{
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     position:relative;
     line-height:1.5em;
}

#nav a:link, #nav a:active, #nav a:visited{
	display: inline-block;
    padding:0px 0px;
    text-decoration:none;
 }

#nav ul {
    position:absolute;
    width: 170px;
    top:147px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px -15px;
    display:none;
}

#nav ul li{
	width: 170px;
	display: inline-block;
	border: none;
	float: none;
	clear: both;
	text-transform: none;
	text-align: left;
}

#nav ul li:hover{
	background: #ffffff;
}

#nav ul li a{
	height: 20px;
	padding: 8px;
	color: #88ca8a;
	background: #ffffff;
}

#nav li.active ul li a{
	background: #ffffff;
}


#nav ul li a:hover{
	color: #3c9043;
	background: #ffffff;
}


#nav ul ul{
	top:auto;
	}	

#nav li ul ul {
    left:12em;
    margin:0px 0 0 10px;
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
    }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
    }


#content{
	width: 932px;
	padding: 60px 0px 0px 0px;
}

#post{
	width: 565px;
	min-height: 250px;
	height: 250px;
	height: auto !important;
	padding: 0px 0px 25px 367px;
}

.home p{
	color: #494949;
	font-size: 22px;
	line-height: 200%;
	margin: 0px 0px 25px 0px;
}

#image_container{
	position: relative;
	width: 309px;
	float: left;
	height: 313px;
	vertical-align: baseline;
	margin: -313px 0px 0px 0px;
}

#image_container td{
	vertical-align: baseline;
}

#image_container img{
	float: right;
	position: absolute;
	right: 0;
	bottom: 0;
}

#footer{
	width: 100%;
	height: 285px;
}

#footer_container{
	width: 922px;
	height: 222px;
	padding: 63px 0px 0px 88px;
	margin: 0 auto;
}

#footer_container h2{
	width: 100%;
	color: #007698;
	font-weight: normal;
	font-size: 16px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #007698;
}

#recipes{
	width: 182px;
	float: left;
	padding: 0px 59px 0px 0px;
}

#recipes ul{
	margin: 0px 0px 12px 0px;
}

#recipes ul li{
	padding: 0px 0px 6px 13px;
	color: #403791;
	font-size: 12px;
	background: url(images/footerlibg.jpg) top left no-repeat;
}

#recipes ul li a{
	color: #403791;
	font-size: 12px;
}

#tip{
	width: 300px;
	float: left;
	padding: 0px 57px 0px 0px;
}

#tip h2{
	margin: 0px 0px 5px 0px;
}

#tip p{
	color: #494949;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	line-height: 200%;
}

#tip p a{
	color: #403791;
	padding: 0px 0px 0px 10px;
	background: url(images/footerlibg.jpg) no-repeat;
}

#newsletter{
	width: 242px;
	float: left;
}

#newsletter p{
	color: #494949;
	font-size: 12px;
	padding: 0px 0px 10px 0px;
	line-height: 200%;
}


#newsletter input#email_add{
	width: 178px;
	height:19px;
	color: #494949;
	padding: 2px 5px;
	border: none;
	margin: 0px 0px 13px 0px;
	background: url(images/newsletterinput.jpg) no-repeat;
}

#signup{
	width: 88px;
	height: 30px;
	border: none;
	background: url(images/signup.jpg) no-repeat;
}

p.copyrite{
	font-family: Arial;
	font-size: 11px;
	color: #696969;
	clear: both;
	padding: 45px 0px 0px 0px;
	text-align: right;
}

/*-------INNER PAGE----------*/

.inner h1{
	width: 100%;
	color: #007698;
	font-weight: normal;
	font-size: 22px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #007698;
}

.inner h2{
	font-size: 14px;
	color: #007698;
	margin: 0px 0px 0px 0px;
}

.inner h2 a{
	color: #007698;
}


.inner p{
	font-size: 12px;
	color: #494949;
	margin: 0px 0px 15px 0px;
	line-height: 200%;
}

.inner a.readmore{
	display: block;
	float: right;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	margin: -15px 0px 0px 0px;
	color: #403791;
}

.inner p a{
	color: #403791;
}

.inner p.postmeta{
	width: 100%;
	color: #494949;
	font-size: 12px;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px dotted #007698;
}

.replace{
	position:relative;
	margin:0;
	padding:0;
	/* \*/
	overflow:hidden;
	/* */
}
.replace span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.skiplink{
	display:none;
}

#container{
	width: 100%;
	background: #fff;
}

#wrapper{
	width: 1000px;
	margin:0 auto;
}

.wpcf7 textarea{
	height: 100px;
}

.wpcf7 input#send{
	width: 88px;
	height: 30px;
	border: none;
	background: url(images/send_button.jpg) no-repeat;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */




select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.left{
	float: left;
}

.right{
	float: right;
}

