﻿/*
Theme Name: OLIVENOL Malaysia
Theme URI: http://olivenol.com.my/
Description: Custom wordpress theme for OLIVENOL Malaysia.
Version: 1.0
Author: Simpleet Solutions
Author URI: http://simpleet.com/
Tags: olivenol, custom theme, malaysia, blog, website
*/

body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 75%;
	font-family: Arial, Helvetica, "sans-serif";
	background-color: #000;
	background-image: url('images/bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

p, ul li , blockquote {
	line-height: 1.6em;
}

ul {
	margin-top: 0.5em;
	padding-left: 2em;
}

blockquote {
	padding: 0.5em 1em 0.5em 3.5em;
	background-color: #fbfbed;
	background-image: url('images/quote-bg.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

img {
	background-color: #fff;
	border: 1px solid #ccc;
}

.alignright {
	float: right;
	margin: 0.5em 0 1em 1em;
	border: 1px solid #ccc;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 1em 0;
	border: 1px solid #ccc;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #ccc;
}

form {
	margin: 0;
	padding: 0;
}

.olivenol-livin {
	font-weight: bold;
	color: #363;
}

.wp-caption {
	padding: 0.5em;
	font-family: Georgia, Times New Roman, "serif";
	text-align: center;
	font-style: italic;
	letter-spacing: 0.015em;
	word-spacing: 0.1em;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0.25em;
	font-size: 1em;
}

#container {
	width: 968px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-color: #00543d;
}

#identity {
	float: left;
	margin: 1em 0;
	width: 225px;
	height: 67px;	
	background-image: url('images/olivenol-logo.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#identity h1 {
	margin: 0;
	text-indent: -999em;
}

#identity a {
	width: 255px;
	height: 67px;
	display: block;
}

#search-panel {
	float: right;
	margin: 1em 0 0;
	padding: 0.5em;
	background: #497858;
	background-image: url('images/search-curve.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#search-panel label {
	color: white;
	padding: 0 0.5em;
	font-weight: bold;
}

input#search-field {
	width: 200px;
}

input#search-button {
	width: 3em;
	font-size: 1em;
	font-weight: bold;
}

#main-nav {
	clear: left;
}

#main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-nav ul li {
	float: left;
	font-weight: bold;
}

#main-nav ul li.page_item {
	background-color: white;
	background-image: url('images/menu-off.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 3px solid #00543d;
}

#main-nav ul li.page_item a {
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: black;
	text-decoration: none;
}

#main-nav ul li.page_item a:hover {
	color: white;
	background-color: #333;
	background-image: url('images/menu-on.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#main-nav ul li.current_page_item a,
#main-nav ul li.current_page_item a:hover,
#main-nav ul li.current_page_item a:focus,
#main-nav ul li.current_page_item a:active {
	color: white;
	background-color: #333;
	background-image: url('images/menu-on.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#main-nav ul li ul {
	position: absolute;
	display: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	z-index: 20;
}

#main-nav ul li.over ul,
#main-nav ul li:hover ul {
	display: block;
}

#main-nav ul li ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
}

#main-nav ul li ul li.page_item {
	background-image: none;
	background-color: #497858;
	border-right: 0;
	border-bottom: 2px solid #00543d;
}

#main-nav ul li ul li.page_item a,
#main-nav ul li ul li.page_item a:hover {
	display: block;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #ff0;
	background-image: none;
	background-color: #497858;
}

#main-nav ul li ul li.current_page_item a,
#main-nav ul li ul li.current_page_item a:hover,
#main-nav ul li ul li.current_page_item a:focus,
#main-nav ul li ul li.current_page_item a:active {
	color: black;
	font-weight: bold;
	color: white;
	background-image: none;
	background-color: #00543d;
}

#content {
	clear: left;
	float: left;
	width: inherit;
	padding-bottom: 2em;
	background: white;
}

#content p {
	margin-top: 0;
}

#content img {
	padding: 4px;
}

#content img.wp-smiley {
	padding: 0;
	border: 0;
	background: none;
}

#banner {
	float: left;
	width: 968px;
	height: 310px;
	color: white;
	background-color: black;
	background-image: url('images/banner.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}

#banner a {
	color: white;
}

#banner a:hover {
	text-decoration: none;
}

#banner-description {
	float: left;
	width: 580px;
	margin-top: 16px;
	margin-left: 20px;
}

span.banner_product-title {
	font-size: 2em;
}

#banner-description p {
	line-height: 2em;
}

#banner-video {
	float: right;
	width: 280px;
	margin-top: 8px;
	margin-right: 40px;
	text-align: center;
}

#banner-video h2 {
	font-size: 1em;
}

#content-panel {
	float: left;
	width: 680px;
	margin-top: 1em;
	margin-left: 20px;
}

#content-panel h2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	border-bottom: 2px solid black;
}

#content-panel h4 {
	margin-bottom: 0.25em;
}

#content-panel h2,
#content-panel h3,
#content-panel h4 {
	color: #00543d;
}

#blog-panel {
	float: left;
	width: 680px;
	margin-top: 1em;
	margin-left: 20px;
	background-image: url('images/cream-panel_right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#blog-panel h2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	padding: 1em 0 0 20px;
	font-size: 1.8em;
	color: #363;
	background-image: url('images/cream-panel_left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.post-details {
	padding: 0 20px;
}

.post-details h3 {
	font-size: 1.4em;
}

.post-details h3 a {
	color: #000;
	text-decoration: none;
}

.post-details h3 a:hover {
	color: #363;
}

.post-date {
	clear: both;
	padding: 0.5em 0 3em;
	border-top: 1px dotted black;
}

.comment-icon {
	margin: 0;
	padding: 0;
	padding-left: 1.65em;
	background-image: url('images/comment-icon.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

p.page-navigation {
	padding-left: 20px;
}

#related-posts,
#comments {
	width: 640px;
	margin-left: 20px;
}

#comments {
	padding-bottom: 1em;
}

#related-posts {
	margin-left: 0;
	margin-bottom: 3em;
	border-bottom: 2px solid black;
}

#related-posts h3 {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	font-size: 1.4em;
	color: #363;
	border-bottom: 2px solid black;
}

#related-posts ul {
	padding: 0 0 0 1em;
}

#related-posts ul li {
	line-height: 2em;
}

#comments h3 {
	padding-bottom: 0.25em;
	font-size: 1.4em;
	color: #363;
	border-bottom: 2px solid #363;
}

#comments img {
	padding: 0;
	border: 0;
	background: transparent;
}

#comments .alt {
	background-color: #f5f5f5;
}

.comments-panel {
	float: left;
	padding: 1em 0;
	border-bottom: 2px solid #363;
}

.comment-author {
	float: left;
	width: 140px;
}

.comment-text {
	float: right;
	width: 500px;
}

#comment-form {
	clear: both;
	width: 640px;
	padding-top: 3em;
	padding-bottom: 2em;
}

#comment-form h3 {
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	font-size: 1.4em;
	border-bottom: 2px solid black;
}

#comment-form form {
	margin: 0;
	padding: 0;
}

#comment-form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#comment-form legend {
	display: none;
}

#comment-form fieldset label {
	display: block;
	float: left;
	width: 5em;
	clear: left;
}

#comment-form fieldset input.input-text {
	width: 15em;
}

#comment-form fieldset select,
#comment-form textarea {
	display: block;
	width: 30em;
	margin: 0;
	margin-bottom: 0.4em;
	padding: 0.2em;
	background-color: white;
	border: 1px solid #cccccc;
	clear: right;
}

#sidebar {
	float: left;	
	width: 194px;
	margin: 1em 0 0;
	margin-left: 3em;
}

#widget-panel {
	width: 194px;
	margin-bottom: 1em;
	padding: 0 10px 10px 10px;
	background-color: #e5eeeb;
	background-image: url('images/verifier-panel.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

#widget-panel h2 {
	margin-bottom: 0.25em;	
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	font-size: 1.2em;
	border-bottom: 2px solid black;
}

#widget-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#widget-panel ul li {
	margin: 0;
	padding: 0;
}

#widget-panel ul li ul li {
	padding: 0.5em 0;
	border-bottom: 1px dotted black;	
}

#must-read-panel {
	float: left;
	width: 194px;
	padding: 0 10px 10px 10px;
	background-color: #00543d;
	background-image: url('images/must-read-panel.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#must-read-panel h3 {
	margin-bottom: 0.25em;	
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	font-size: 1.2em;
	color: #fff;
	border-bottom: 2px solid #fff;
}

#must-read-panel a {
	color: white;
}

#must-read-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#must-read-panel ul li {
	padding: 0.5em 0;
	border-bottom: 1px dotted white;
}

#archives-panel {
	clear: left;
	float: left;
	width: 194px;
	padding: 0 10px 10px 10px;
	margin-top: 1.5em;
	background-color: #e5eeeb;
	background-image: url('images/verifier-panel.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#archives-panel .content {
	padding-bottom: 1.5em;
}

#archives-panel .content h3 {
	margin-bottom: 0.25em;	
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	border-bottom: 2px solid black;
}

#archives-panel .content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#archives-panel .content ul li {
	padding: 0.5em 0;
	border-bottom: 1px dotted black;
}

#archives-panel .content select {
	margin: 0.5em 0 0;
}

#news-panel  {
	clear: both;
	float: left;
	width: 354px;
	margin-top: 1em;
	margin-left: 20px;
}

#news-panel h2 {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	color: #363;
	border-bottom: 2px solid #00543d;
}

#news-panel strong {
	color: #363;
}

#news-panel a.more-link {
	display: block;
	margin-top: 1em;
	padding: 0.75em 1em;
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-color: #00543d;
}

.news-panel-content {
	margin-bottom: 1em;
	border-bottom: 1px dotted black;
}

.news-panel-content a {
	color: #363;
	text-decoration: none;
}

.news-panel-content small {
	display: block;
	padding-bottom: 0.5em;
	color: #999;
}

#blog-update-panel {
	float: left;
	width: 300px;
	margin-top: 1em;
	margin-left: 30px;
	background-color: #fff;
	background-image: url('images/cream-panel_right.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#blog-update-panel h2 {
	padding: 20px 20px 10px 20px;
	color: #363;
	font-size: 1.6em;
	background-image: url('images/cream-panel_left.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#blog-update-panel h3,
#blog-update-panel p {
	padding: 0 20px;
}

.update-content {
	margin-bottom: 1em;
	border-bottom: 1px dotted black;
}

.update-content h3 a {
	color: #363;
	text-decoration: none;
}

#blog-update-panel p.blog-panel-description {
	padding: 0;
	margin: 0 20px;
}

#product-verifier-panel {
	overflow: hidden;
	float: right;
	width: 194px;
	padding: 0 10px;
	margin-top: 1em;
	margin-right: 20px;
	background-color: #e5eeeb;
	background-image: url('images/verifier-panel.gif');
	background-position: top left;
	background-repeat: no-repeat;	
}

#product-verifier {
	padding-bottom: 0.5em;
	border-bottom: 1px dotted black;
}

#product-verifier h2 {
	margin: 1em 0 0;
	font-size: 1.2em;
	line-height: 1.4em;
}

.product-verifier-faq {
	padding: 1em 0;
	border-bottom: 1px dotted black;
}

.product-verifier-faq h3 {
	margin-bottom: 1em;
	font-size: 1em;
}

#product-verifier a.popup-verifier {
	padding: 0.25em;
	color: white;
	text-decoration: none;
	background-color: #363;
}

#footer {
	clear: both;
	height: 20px;
	padding-top: 10px;
	padding-left: 1em;
	padding-right: 1em;

	color: #fff;
	font-size: 0.8em;
	text-transform: uppercase;	

	background-color: #00543d;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer hr {
	display: none;
}

#sitemap-copyright {
	float: left;
}

#sitemap-copyright a {
	text-transform: none;
}

#simpleet {
	float: right;
	text-align: right;
}

#simpleet a {
	color: #396;
	text-decoration: none;
}