/*
Theme Name: Vitaplus 2009, December
Theme URI: http://vitaplus.com.ph/
Description: Theme by Ramon Garcia (http://www.garciaramon.com).
Version: 1.6
Author: Ramon Garcia
Author URI: http://garciaramon.com/
*/

ul { margin: 0px; }

a:hover {
	text-decoration: underline;
}

body {
	background: #FFF url(images/background.png) repeat-x;
	padding: 0 0px;
	font: 80% Arial, Helvetica, sans-serif;
	color: #00722D;
}

h1 {
	margin: 0px;
	padding: 0px;
}

	h1 a {
		color: #00722D;
		text-decoration: none;
		font: bold 1.2em/1.2em Arial, Helvetica, sans-serif;
	}

h2 {
	color: #00722D;
	margin: 0px;
	padding: 0px;
	font: bold 1.1em/1.1em Arial, Helvetica, sans-serif;
	text-decoration: none;
}

	h2 a {
		color: #00722D;
		margin: 0px;
		padding: 0px;
		font: bold 1.1em/1.1em Arial, Helvetica, sans-serif;
		text-decoration: none;
	}

h3 {
	margin: 0px;
	padding: 0px;
	font: bold 1em Arial, Helvetica, sans-serif;
}

	h3 a {
		color: #00722D;
		font: bold 1em Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	
table {
	width: 100%;
}

#container {
	width: 780px;
	margin: auto;
	padding: 0 0 10px 0;
}

#main {
	width: 600px;
	background: url(images/main-background.png) repeat-y;
}

#main-bottom {
	width: 600px;
	height: 20px;
	background: url(images/main-bottom.png) no-repeat;
}

#main-container {
	width: 600px;
	float: left;
	padding: 0 0 10px 0;
}

#main-top {
	width: 600px;
	height: 20px;
	background: url(images/main-top.png) no-repeat;
}

#sidebar {
	width: 180px;
	background: url(images/sidebar-background.png) repeat-y;
}

	#sidebar a {
		color: #00722D;
		text-decoration: none;
	}

	#sidebar li {
		list-style: none;
		padding: 5px 0;
	}

	#sidebar ul {
		padding: 0px 10px;
		margin: 0px;
	}
	
#sidebar-bottom {
	width: 180px;
	height: 20px;
	background: url(images/sidebar-bottom.png) no-repeat;
}

#sidebar-container {
	width: 180px;
	float: right;
}

#sidebar-top {
	width: 180px;
	height: 20px;
	background: url(images/sidebar-top.png) no-repeat;
}

.displaynone {
	display: none;
}

.email {
	unicode-bidi: bidi-override;
	direction: rtl;
}

.item {
	width: 160px;
	background: url(images/item-background.png) repeat-y;
	padding: 0 10px;
}

.item-bottom {
	width: 180px;
	height: 20px;
	background: url(images/item-bottom.png) no-repeat;
}

.item-container {
	width: 180px;
}

.item-top {
	width: 180px;
	height: 20px;
	background: url(images/item-top.png) no-repeat;
}

.post {
	width: 560px;
	background: url(images/post-background.png) repeat-y;
	padding: 0 20px;
}

.post-bottom {
	width: 600px;
	height: 20px;
	background: url(images/post-bottom.png) no-repeat;
}

.post-container {
	width: 600px;
}

.post-top {
	width: 600px;
	height: 20px;
	background: url(images/post-top.png) no-repeat;
}
