/*
Theme Name: EAT Danao
Theme URI: http://www.eatdanao.com/wp-content/themes/
Description: No description.
Author: Dugong Bohol
Author URI: http://jboy.kinabuhi.net

*/


body {
	margin: 0px;
	background: #D2F8A1;
	font-family: 'Tahoma', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#wrapper {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/eatdanao_03.jpg) repeat-y center;
}

#header {
	width: 900px;
	height: 336px;
	margin: 0px;
	padding: 0px;
	background: url(images/eatdanao_headfinal.jpg) center no-repeat;
}

#slide {
	width: 840px;
	margin-left: 30px;
	padding-top: 135px;
}


#menu {
	width: 900px;
	height: 31px;
	margin-top: 4px;
	padding: 0px;
	background:url(images/eatdanao_02.jpg) center no-repeat;
	color: #1F6C08;
}

#menu ul {
	margin: 0px 0px 0px 75px;
	padding: 0px;
}

#menu ul li{
	margin: 0px;
	list-style: none;
	padding-top: 7px;
	float: left;
}

#menu ul li a{
	padding: 10px;
	text-decoration: none;
	color: #1F6C08;
	font-size: 13px;
	font-weight: bolder;
}

#menu ul li a:hover{
	color: #FFF;
}

#sidebar {
	width: 250px;
	min-height: 300px;
	margin: 7px 0px 0px 30px;
	float: left;
}

#sidebar_content {
	width: 248px;
	border: 1px solid #56BD28;
	margin-bottom: 10px;
}

#sidebar_content h3, #sidebar_content h2 {
	width: 238px;
	font-family: 'Verdana';
	font-weight: bold;
	color: #1F6C08;
	margin: 0px;
	padding: 5px 5px;
	font-size: 14px;
	text-transform:lowercase;
	background: url(images/eatdanao_02.jpg) center;
}

#sidebar_content ul li{
	list-style: none;
}

#sidebar_content li{
	list-style: none;
}

#sidebar_content ul li a{
	color: #2FA60A;
	text-decoration: none;
}

#sidebar_content ul li a:hover{
	color: #74CF4B;
}

#sidebar_content ul{
	padding-left: 20px;
}

#content {
	width: 580px;
	margin: 7px 0px 0px 10px;
	float: left;
}

#main_content {
	width: 100%;
	margin-top: 7px;
	padding-top: 0px;
	background: #E2E7E8;
}

#post_title h2{
	width: 560px;
	padding: 2px 10px;
	margin: 0px;
	font-size: 24px;
	background: #3B3F40;
	color: #FFF;
}

#post_title h2 a{
	color: #FFF;
	text-decoration: none;
}

.entry {
	width: 560px;
	padding: 10px;
	margin: 0px;
	line-height: 1.3em;
}

.entry a {
       	color: #2FA60A;
}

.entry a:hover {
       	color: #74CF4B;
}

#footer {
	width: 900px;
	min-height: 19px;
	background: #D2F8A1 url(images/eatdanao_04.jpg) top no-repeat;
	color: #56BD28;
	text-align: center;
        font-size: 12px;
}

#footer p {
	padding-top: 5px;
       	font-size: 10px;
}
#footer a {
	text-decoration: none;
	color: #56BD28;
}


