/* 
	Theme Name: HerbalDoc
	Theme URL: http://herbaldoc.com/
	Description: Customised WordPress Theme for <a href="http://herbaldoc.com/">HerbalDoc</a>.
	Author: Milan Kaneria
	Author URI: http://efficienttips.com/
	Version: 1.0
		
*/


body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #4E4E4E;
	background: #EBF1C8;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
}

#wraper
{
	width: 768px;
	margin: 20px auto 0px auto;
	background: #ffffff;
	overflow: hidden;
}

#header
{
	height: 166px;
	background: url(images/header-bg.jpg) center top no-repeat;
	overflow: hidden;
}

#header-search
{
	margin: 40px 0px 0px 570px;
	color: #ffffff;
	font-weight: bold;
}

#search #s
{
	width: 120px;
	border: 1px solid #A1C2E3;
}

#search .submit
{
	width: 26px;
	height: 24px;
	background: url(images/form-submit-bg-search.jpg) center top no-repeat;
}

#header-menu
{
	height: 42px;
	margin: 42px 0px 0px 0px;
	color: #1B2501;
	font-size: 14px;
	overflow: hidden;
}

#header-menu ul
{
	float: right;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#header-menu li
{
	float: left;
	display: block;
	margin: 0px;
	padding: 12px 35px 0px 0px;
	list-style: none;
}

#header-menu a:link, #header-menu a:visited
{
	color: #1B2501 !important;
	font-weight: bold;
}

#header-menu a:hover, #header-menu a:focus, #header-menu a:active
{
	color: #ffffff !important;
}

#header-menu li.current_page_item a:link, #header-menu li.current_page_item a:visited
{
	color: #ffffff !important;
}

#page
{
	height: 100%;
	background: url(images/page-bg.jpg) center top repeat-y;
	overflow: hidden;
}

#content
{
	float: left;
	width: 530px;
	padding: 10px 25px 0px;
}

.home
{
	background: url(images/home-bg.jpg) left top no-repeat;
}

#tagline
{
	height: 90px;
	padding-top: 25px;
	color: #000000;
	font-size: 22px;
	font-weight: bold;
	line-height: 0.9;
}

#tagline span
{
}

.posttitle
{
	margin: 0px;
	padding: 0px;
	color: #6DA411;
	font-size: 18px;
}

.posttitle a, .postmeta a
{
	color: #6DA411 !important;
}

.postmeta
{
	padding: 10px 0px 0px;
	font-size: 12px;
	font-weight: bold;
}

.postcontent
{
	padding: 0px 0px 10px;
}

blockquote
{
	width: 90%;
	margin: 0px auto 10px auto;
	padding: 10px;
	border: 1px solid #6DA411;
	font-style: italic;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 0px 0px 20px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 0px 0px 20px;
}


#sidebar
{
	float: left;
	width: 183px;
}

.sidebar-widget
{
	width: 183px;
}

.sidebar-header
{
	height: 29px;
	margin-bottom: 2px;
	padding: 8px 0px 0px 12px;
	color: #ffffff;
	background: url(images/sidebar-header-bg.jpg) left top no-repeat;
	font-size: 14px;
	font-weight: bold;
}

.newsletter .sidebar-header
{
	background: url(images/sidebar-header-bg-odd.jpg) left top no-repeat !important;
}

.sidebar-content
{
	padding: 0px 12px 10px;
	color: #ffffff;
	font-size: 12px;
}

.sidebar-content a
{
	color: #ffffff !important;
	font-weight: bold;
}

.sidebar-widget ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.sidebar-widget li
{
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #85AA46;
	background: url(images/sidebar-li.jpg) 0px 9px no-repeat;
	list-style: none;
}



#footer
{
	clear: both;
	height: 42px;
	padding: 10px 0px 20px;
	color: #484848;
	background: #EBF1C8 url(images/footer-bg.jpg) center top no-repeat;
	font-size: 12px;
	text-align: center;
}



a, a:link, a:visited
{
	color: #6DA411;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #FFB300 !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 5px 6px 2px;
	border: 1px solid #588C00;
	background: #ffffff url(images/form-input-bg.jpg) left top repeat-x;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	width: 80px;
	height: 24px;
	padding: 0px;
	border: none;
	color: #ffffff;
	background: url(images/form-submit-bg.jpg) center top no-repeat;
	font-weight: bold;
	cursor: pointer;
}

#sidebar input.submit
{
	background: url(images/form-submit-bg-sidebar.jpg) center top no-repeat;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left
}

    aligncenter, div.aligncenter
    {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    .wp-caption
    {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    }

    .wp-caption img
    {
    margin: 0;
    padding: 0;
    border: 0 none;
    }

    .wp-caption p.wp-caption-text
    {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
    }
