/*
Theme Name:		Natural Remedies
Theme URI: 		http://www.vesul.com
Version: 		1.0
Description: 	Theme for Natural Remedies, built by Ali Khan of <a href="http://VESUL.com">VESUL.com</a>
Author: 		Ali Khan
Author URI:		http://vesul.com
Tags:			one-column, two-columns, three-columns, fixed-width, sticky-post, threaded-comments, microformats


*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/1col.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.inside { padding: 10px;}

body {
	background: #4bae0e;
	font-family: Helvetica, arial, sans-serif;
}

#logo {
	text-indent: -9999px;
	background: url(images/logo.png);
	width: 310px;
	height: 132px;
}

.hbutton {
	background: url(images/hbutton.png) no-repeat;
	width: 310px;
	height: 140px;
	margin: 0 0 10px 10px;
	float: left;
}

.hbutton_s {
	background: url(images/hbutton_s.png) no-repeat;
	width: 300px;
	height: 140px;
	margin: 0 0 10px 10px;
	float: left;
}

.content_btm {
	background: url(images/content_btm.png) no-repeat;
	height: 12px;
}

.footer, .footer p {
	margin: 5px 0 0 0;
	text-align: center;
	color: #bddea8;
	line-height: 25px;
}

/* Text */

p.copyright {
	font-size: .9em;
}

p.copyright img {
	float: right;
}

p.copyright a, p.copyright a:visited {
	color: #bddea8;
}

/* Homepage */

#home_content {
	background: #fff url(images/content_btm.png) no-repeat bottom;
	height: 490px;
}

#slideshow {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	height: 320px;
}

/* Navigation */

.menu {
	background: url(images/nav_tl.png) top left no-repeat;
	height: 36px;
}

#nav_tr {
	background: url(images/nav_tr.png) top right no-repeat;
	height: 36px;
	border: none;
}

ul.nav {
	background: url(images/nav_a.png) repeat-x;
	width: 940px;
	margin: 0 10px;
	height: 36px;
	border: none;
}

ul.nav {
	border-bottom-color: #fff;
}

ul.nav li a, ul.nav li a:visited {
	padding: 11px 30px 0;
	height: 25px;
	font-weight: 900;
	text-transform: uppercase;	
	color: #718a61;
	font-size: 14px;
}

ul.nav li a:hover {
	background: url(images/nav_hover.png) repeat-x;
}

ul.nav li.current_page_item {
	background: #fff;
}

/* Backpages */

#primary {
	background: #fff url(images/content_btm.png) bottom no-repeat;
	margin: 0 0 20px 0;
	width: 940px;
	padding: 10px;
}

/* Fonts */

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
}

.hbutton_s h3, .hbutton h3 {
	color: #718a61;
}

.hbutton_s p, .hbutton p {
	color: #696969;
}

p {
	color: #696969;
}

h1.entry-title {
	color: #4BAE0E;
	font-size: 35px;
}

strong {
        color: #4BAE0E;
}

h4 {
        font-size: 16px;
        color: #969696;
        line-height: 150%;
        font-style: italic;
        margin: 0 0 10px 0;
}

h5 {
        font-size: 14px;
        line-height: 110%;
        color: #4BAE0E;
        font-weight: 900;
}

/* Slideshow */

#slideshow a {

    z-index:8;
    opacity:0.0;
    position: absolute;	
}

#slideshow a.active {
    z-index:10;
    opacity:1.0;
}

#slideshow a.last-active {
    z-index:9;
}

/* Gallery */

.ngg-galleryoverview {
    margin: 10px 0;
}

.ngg-galleryoverview span {
    color: #696969;
}

.right {
	float: right;
}