/*
Theme Name: Palmavera
Theme URI: http://www.Palmaverafinefoods.org/
Description: The Palmavera theme.
Version: 1
Author: Markee Okereke


Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

BODY 
{	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:10pt;
	height:100%;    
	color:#857c81;
	
}



.bodydiv
{
		margin-left:auto;   /* align for good browsers */
		margin-right:auto;   /* align for good browsers */
		width: 1000px;
		
}
.container
{
		margin-left:auto;   /* align for good browsers */
		margin-right:auto;   /* align for good browsers */
		width: 800px;
		float:left;
}

.header
{
		height: 170px;
		width: 100%;
		margin-top:10px;
		
}

.content
{
	float:left;
	width:570px;
	padding-left:5px;
	
}
.inright_sidebar
{
	float:left;
	width:175px;
	margin-left:5px;
	padding-left:5px;
	border-left: 1px #e5e5e5 dashed;
	
}

.inleft_sidebar
{
	float:left;
	width:195px;
	padding-left:5px;
	border-right: 1px #e5e5e5 dashed;
	
}
.side_bar
{
	float:left;
	width:100px;
	height: 800px;
	background-image:url('images/side_strip.jpg');
	background-repeat: repeat-y;
	opacity: 0.5;
	filter:alpha(opacity=50);
	
}
.side_textblock
{
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	width:180px;
	font-size: 8pt;
}


.headermenu
{
	float:left;
	width:300px;
}

.blogmenu
{
	
	width:150px; 
	color: #993366;
	font-weight:bold;
}

.blogmenucategory
{
	color: #857c81;
	text-decoration: none;
	font-weight:bold;
	cursor:pointer;
}

.blogmenulist
{
	color: #857c81;
	font-size:7pt;
	margin-left:5px;
	font-weight:normal;
	display:none;
	
}
.blogmenuitem
{
	margin-top:5px;
	margin-bottom:5px;
	font-weight:normal;
}

.tabbed
{
	margin-left:20px;
}

a:link
{
	color: #857c81;
	text-decoration: none;
	font-weight:bold;
}

a:visited
{
	color: #857c81;
	text-decoration: none;
	font-weight:bold;
}

a:hover
{
	color: #857c81;
	text-decoration: none;
	font-weight:bold;
}

.fwords
{
	color:#993366;
	font-weight:bold;
}

.posting_info
{
	font-size:7pt;
	text-decoration: italic;
}

