/*  
Theme Name: Rawfood Philippines
Theme URI: http://www.rawfoodphils.com
Description: Custom theme for Rawfood Philippines
Version: 1.0
Author: Abel Quitoriano
Author URI: http://abel.quitoriano.com/
*/


body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, fieldset, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: 'Lucida Sans Unicode', Verdana, Arial, Helvetica, serif;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	background: #fff;
	color: #292929;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, "Times New Roman", Times, serif;
}

a{
	text-decoration: underline;
	color: #FE5400;
}

a:hover{
	text-decoration: none;
}

a img{
	border: 0;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 10px 0 0 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	padding-bottom: 15px;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 10px;
	background: #fff;
}

code{
	background: #f8fde9;
}

.clear{
	clear: both;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 10px 10px 5px;
	border: 0;
	height: 1px;
	background: #f0f0f0;
	color: #f0f0f0;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #526D00;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

.space15px {
	width: 100%;
	height: 15px;
}

.space20px {
	float: left;
	width: 100%;
	height: 20px;
}

/* start of main bg */

#full_box {
	width: 957px;
	margin: 0 auto;
}

#shadow_box {
	width: 864px;
	float: right;
	background: url(images/shadow_box_bg.png) repeat-y;
}

#main_box {
	width: 850px;
	margin: 0 auto;	
}

/* end of main bg */


/* start of header */

#header_top {
	position: relative;
	width: 100%;
	height: 67px;
	background: url(images/header_top_bg.gif) repeat-x;
}

#header_top #logo {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 20px;
	width: 304px;
	height: 106px;
}

#header_top #logo a {
	display: block;
	width: 304px;
	height: 106px;
}

#header_top #rawbunch {
	z-index: 1;
	position: absolute;
	top: 50px;
	left: -100px;
	background: url(images/rawbunch.jpg) no-repeat;
	width: 100px;
	height: 603px;
}

#header_top #logo span {
	display:none;
}

#header_top #rawbunch span {
	display:none;
}

#contact_info {
	float: right;
	padding: 12px 30px 0 0;
	text-align: right;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDFFE2;
}

#contact_info a {
	color: #FDFFE2;
	font-size: 16px;
}

#nav_box {
	float: left;
	width: 100%;
	height: 43px;
	background: url(images/nav_box_bg.gif) repeat-x;
	clear: both;
}

#nav_menu{
	width: 520px;
	height: 29px;
	vertical-align: top;
	float: right;
}

#nav_menu ul{
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

#nav_menu ul li{
	float: left;
	margin: 0 4px 0 0;
	text-align: center;
}

#nav_menu ul li a{
	float: left;
	font-weight: bold;
	font-size: 13px;
	display: block;
	height: 19px;
	padding: 6px 5px 4px 5px;
	text-transform: capitalize;
	text-decoration: none;
	color: #FDFFE2;
}

#nav_menu ul li a:hover{
	background: #E3E292;
	color: #FE5400;
}

#nav_menu ul li.current_page_item{
	background: #E3E292;
	color: #FE5400;
}

#nav_menu ul li.current_page_item a{
	background: #E3E292;
	color: #FE5400;
}

#nav_menu ul li.current_page_item a:hover{
	text-decoration: none;
}

/* end of header */



/* start of branding */

#branding{
	float: left;
	width: 100%;
	height: 329px;
	background: #FDF0D8;
}

#branding #branding_text {
	float:left;
	width: 290px;
	height: 290px;
	margin: 15px 0 0 30px;
}

#branding #branding_text h1 {
	color: #FE5400;
	font-weight: normal;
}

#branding #branding_text p {
	font-size: 14px;
	line-height: 18px;
}

#branding #branding_text a {
	color: #526D00;
	font-weight: bold;
}

#branding #branding_image {
	float: left;
	width: 495px;
	height: 298px;
	margin: 7px 0 0 11px;
}

#branding #branding_image p {
	display: none;
}

#branding #branding_image h2 {
	display: none;
}

/* end of branding */


/* start of main content*/

#content_box {
	float: left;
	width: 100%;
	padding: 20px 0 30px 0;
	background: #FFF8EB;
	color: #292929;
	clear: both;
}
	 

.main_column{
	float: left;
	width: 511px;
	vertical-align: top;
	display: inline;
	margin-left: 30px;
	padding-right: 18px;
	border-right: #D0C9BA 1px solid;
}

.post{
	margin: 10px 0;
	padding: 11px 11px 0;
}

.post h1{
	padding: 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	background: url(images/bg_dot.gif) repeat-x bottom left;
	color: #FE5400;
}

.post h1 a{
	color: #FE5400;
}

.post2 {
	margin: 0;
	padding: 0;
	border-bottom: #D0C9BA 1px solid;
	padding-bottom: 30px;
}

.post2 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FE5400;
	padding-bottom: 10px;
}

.post2 h1 a{
	color: #FE5400;
}

.post2 h1 span {
	border-bottom: #D0C9BA 1px solid;
}

.post3 {
	padding-top: 20px;
}

.post3 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FE5400;
	padding-bottom: 10px;
}

.post3 h1 a{
	color: #FE5400;
}

.post3 h1 span {
	border-bottom: #D0C9BA 1px solid;
}

.post4 {
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
}

.post4 h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #FE5400;
	padding-bottom: 10px;
}

.post4 h1 a{
	color: #FE5400;
}

.post4 h1 span {
	border-bottom: #D0C9BA 1px solid;
}

.entry{
	line-height: 20px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #526D00;
}

.entry h1{
	font-size: 24px;
	line-height: 24px;
}

.entry h2 {
	font-size: 19px;
	color: #526D00;
	padding-top: 5px;
	padding-bottom: 3px;
}

.entry h2 a {
	color: #526D00;
}

.entry h3{
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 3px;
}

.entry h3.contact {
	font-size: 16px;
	padding-top: 25px;	
	color: #FE5400;
	text-align: center;
}

.entry h4{
	font-size: 14px;
}

.entry h5{
	font-size: 12px;
}

.entry h6{
	font-size: 11px;
}

.entry p {
	padding-top: 0;
	padding-bottom: 15px;
}

.entry p a {
	color: #526D00;
}

.entry p.homey {
	padding-top: 15px;
	padding-bottom: 0;
}

.entry ul {
list-style-position: inside;
list-style-type: circle;
padding: 0 0 0 5px;
margin: 0 0 10px 15px;
}

.entry ol {
list-style-position: outside;
list-style-type: decimal;
padding: 0;
margin: 0 0 20px 20px;
}
	

.entry img{
	max-width: 100%;
}



.entry img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
        margin-top: 20px;
}

.entry img.alignright {
	margin: 5px 0 2px 7px;
	float: right;	
}

.entry img.alignleft {
	margin: 5px 7px 2px 0;
	float: left
}

.left{
	float: left;
}

.right{
	float: right;
}

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

.entry p.author{
	font-size: 11px;
	padding: 5px 0 0;
	color: #526D00;
}

.entry p.postdate {
	font-size: 12px;
	padding: 0;
	color: #526D00;
}

.postinfo{
	float: left;
	width: 508px;
	border: 1px solid #D0C9BA;
	border-left: 0;
	border-right: 0;
	margin: 15px 0 20px;
	padding: 0 0 5px;
	clear: both;
	font-size: 12px;
}

.postinfo a {
	color: #526D00;
}

.postinfo ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

.postinfo ul li{
	float: left;
	margin: 5px 0 0;
}

.postinfo ul li.tags{
	padding: 0 0 0 21px;
	background: url(images/tag_green.gif) no-repeat;
}

.postinfo ul li.comments-link{
	margin-right: 10px;
	padding: 0 0 0 19px;
	background: url(images/comment.gif) no-repeat 0 2px;
}

.postinfo ul li.postdate{
	margin-right: 10px;
	padding: 0 0 0 21px;
	background: url(images/calendar.gif) no-repeat;
}

.postinfo ul li.edit{
	margin-left: 10px;
}

.browse_text {
	height: 15px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}

.browse_text a {
	color: #526D00;
}

.browse_text p {
		padding: 0;
}

/* end of main content */


/* start of sidebar */

.sidebar{
	float: right;
	width: 240px;
	margin-right: 30px;
	font-size: 12px;
}

.sidebar ul{
	list-style-type: none;
	margin: 13px 0 0 0;
	padding: 0;
}

.sidebar ul li{
	margin: 0 0 8px;
	padding: 0;
}

.sidebar a {
	color: #526D00;
}

.sidebar h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #FE5400;
}

.sidebar h3 span {
	border-bottom: #D0C9BA 1px solid;
}

.sidebar .sidebar_section {
	padding-bottom: 20px;
}

.sidebar ul li#feed h2{
	padding: 10px 11px 11px 32px;
	background: url(images/bg_ul_li_h2_feed.jpg) no-repeat;
}

.sidebar ul li#feed h2 a{
	text-decoration: none;
	color: #913a01;
}

.sidebar ul li#feed h2 a:hover{
	text-decoration: underline;
}

.ask_button {
	background: url(images/ask_cheloy.jpg) no-repeat;
	width: 253px;
	height: 141px;
}

.ask_button a {
	display: block;
	width: 253px;
	height: 141px;
}

.ask_button span {
	display: none;
}
/* end of sidebar */



/* start of comments template */

.comments-template{
	margin: 0;
	padding: 5px 0 0;
	font-size: 12px;
}

.comments-template a {
 color: #526D00;
}

.comments-template h2{
	padding: 0;
	background-image: none;
}

.comments-template h2, .comments-template h3{
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FE5400;	
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D0C9BA;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end of comments template */



/* start of wp-calendar */

.sidebar ul li#calendar #calendar_wrap{
	border-top: 1px solid #cce0ee; 
	padding: 4px 11px 11px; 
	background: #f6f9fc url(images/bg_ul_ul.gif) no-repeat bottom left;
}

.obar ul li#calendar #calendar_wrap{
	border-top: 1px solid #ddd;
	padding: 4px 11px 11px;
	background: #f9f9f9 url(images/bg_ul_ul_alt.gif) no-repeat bottom left;
}

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
	line-height: 24px;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	padding: 2px;
	text-align: right;
	vertical-align: top;
}

table#wp-calendar td{
	padding: 2px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end of wp-calendar */



/* start of footer */

#footer_box {
	float: left;
	width: 100%;
	height: 72px;
	vertical-align: top;
	background: url(images/footer_bg.gif) repeat-x;
	color: #FDFFE2;
}

#footer_text {
	margin: 0 auto;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
}

#footer_text a{
	color: #FDFFE2;
}

#footer_text p{
	padding: 25px 30px 0 30px;
	line-height: 24px;
}

/* end of footer */