/*
Theme Name: Healthy WP
Author: StefanRisticDev
Author URI:
Theme URI: http://www.vezbe.org/healthy-wp-free-health-ecology-wordpress-theme/
Description: Clean and simple WordPress theme for health and ecology blogs.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: green, white, yellow, two-columns, right-sidebar, custom-menu, featured-images, translation-ready
Text Domain: healthywp

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*Main Containers*/
body { 
	width: 960px;
	margin: 0 auto;
	font-family: "Sylfaen";
	color: #a5cbc4;
	text-align: justify;
	word-wrap: break-word;
}

#main { 
	float: left;
	width: 640px;
	margin: 20px 10px 10px 0;
	background: #ffffff;
	overflow: hidden;
}

#sidebar { 
	float: left;
	background: #ffffff;
	margin: 20px 0 10px 10px;
	width: 300px;
}

footer { 
	clear: both;
	height: 36px;
	background: beige;
	margin-bottom: 10px;
	color: #ffffff;
}

article { 
	padding-bottom: 10px;
}

/*Header*/
#logo {
	float: left;
	clear: both;
	padding: 10px 0 10px;
}

#logo a { 
	font-size: 40px;
}

#searchform { 
	text-align: left;
}

/*Sidebar*/

.widget-title { 
	background: beige;
	color: rgb(140, 189, 66);
	padding: 5px 0 5px 10px;
	margin: 10px 0;
	font-size: 20px;
	font-weight: 100;
}
#sidebar li { 
	list-style-type: none;
}

#sidebar ul, #sidebar ol, #sidebar div { 
	padding: 10px;
	margin: 0;
}

/*Headings*/

h1, h2, h3, h4, h5, h6, h7 {
	margin: 10px 0;
}

h1 { 
	font-size: 28px;
}

h2 { 
	font-size: 24px;
}

h3 { 
	font-size: 20px;
}

h4 { 
	font-size: 16px;
}

/*Forms*/

input, textarea { 
	background: beige;
	border: none;
	color: #a5cbc4;
}

input { 
	height: 36px;
	padding: 0;
}

input[type="submit"] { 
	color: rgb(140, 189, 66);
}

label { 
	color: rgb(140, 189, 66);
}
#sidebar #searchinput { width: 75%; }
/*Images*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

img {  
	border: 1px solid beige;
	height: auto;
	max-width: 100%;
}

.attachment-archive-thumb , .attachment-single-thumb { 
	float: left;
	border: 1px solid beige;
	margin: 11px 5px 0 0;
}

.attachment-archive-thumb { 
	max-height: 100px;
	max-width: 150px;
}

.attachment-single-thumb { 
	max-height: 200px;
	max-width: 300px;
}

.sticky {

}

.bypostauthor {

}
.gallery-caption {

}

/*Links, Paragraphs etc*/
a { 
	text-decoration: none;
	color: rgb(140, 189, 66);
}

a:hover { 
	color: #73b073;
}

p { 
	padding: 0 0 10px 0;
}

.current-menu-item a { 
	color: #73b073;
}

.current_page_item a { 
	color: #73b073;
}

ul, ol { 
	padding: 0;
	margin: 20px;
}

table, tr, td, th { 
	border: 1px solid #a5cbc4;
} 

/*Footer*/
#copyright { 
	float: left;
	padding: 8px 10px;
	font-size: 16px;
	color: rgb(140, 189, 66);
}

#credits { 
	padding: 8px 10px;
	font-size: 16px;
	float: right;
	color: rgb(140, 189, 66);
}

/*Post/Pages content*/

#post-title { 
	color: #73b073;
	margin: 0 0 10px 0;
}

.current { 
	color: #73b073;
}

#meta { 
	background: beige;
}

#respond { 
	color: #73b073;
}

/*Comments*/

.comment-form-comment label { 
	float: left;
}

.comment-form-comment textarea { 
	float: left;
	clear:both;
}

.form-allowed-tags { 
	clear: both;
}

/*Selection background*/

::selection {
	background: beige;
	}
::-moz-selection {
	background: beige;
}

/*Menu*/
#mobile-nav { 
	display: none;
}
nav {
	clear: both;
	width: 100%;
	height: 36px;
	background: beige;
}
  
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
  
nav a {
    display: block;
    padding: 5px 8px;
}
  
nav li {
    float: left;
    background-color: beige;
    margin-right: 1px;
    position: relative;
	padding-left: 10px;
	font-size: 20px;
	text-align: left;
}
 
nav li li{
    width: 160px;
    margin-top: 1px;
	padding-left: 10px;
	font-size: 18px;
}

nav ul ul  {
    position: absolute;
    visibility: hidden;
}
  
nav ul ul ul{
    position: absolute;
    left: 100%;
    top: -2px;
    border: solid 1px transparent;
}  
 
nav li:hover > ul {
    visibility: visible;
}
  
.right-arrow {
    float: right;
}

.first-menu-item a, .sub-menu a { 
	padding-left: 0;
}

@media only screen and (max-width : 980px) {
	body { width:90%; }
	#main { width: 100%; margin: 0; }
	#sidebar { width: 100%; margin: 0 auto; }
	article { width: 100%; margin: 0 auto; }
	nav { display: none; }
	#mobile-nav { display: block; clear:both; }
	#mobile-nav select { height: 36px;background: beige;width: 100%;color: green;color: rgb(140, 189, 66);font-size: 18px;border: none }
}