/*
Theme Name: Emerald Stretch
Theme URI: http://myasnick.com/jewel_stretch
Description: <a href="http://myasnick.com/jewel_stretch">Emerald Stretch</a> - an advanced WordPress theme designed by <a href="http://myasnick.com">MyasNick</a>.
Version: 1.5
Author: MyasNick
Author URI: http://myasnick.com
*/

html, body {
  height: 100%;
}

body {
  margin: 0;
  background: #fff;
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  /*color: #484848;*/
  color: #000000;
}

#wrapper{
  min-width: 900px;
  position: relative;
  min-height: 100%;
}

p {
  margin: 0px 0px 10px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
  margin-bottom: 10px;
  color: #688848;
}

a {
  border: 0px;
  color: #115588;
  text-decoration: none;
}

a:hover {
  color: #4477bb;
  text-decoration: underline;
}

img {
  border: 0px;
}

hr {
	 color: #FFF;
	 height: 0px;
	 border: 1px dotted #ccc;
	 margin-top: 3px;
	 margin-bottom: 3px;
}

code {
	font: 12px Monaco, "Lucida Console", "Courier New", "Courier", monospace;
	padding: 15px;
	border: #cde9a7 1px solid;
	background: #e9ffcb;
	display: block;
}

#header {
  color: #FFFFCC;
  position: relative;
  clear: both;
  height: 100px;
  /*border-top: 15px #688848 solid;*/
  /*background: #7AA055;*/
  border-top: 10px #72954f solid;
  background: #7AA055 url(img/header_back.gif) left repeat-x;
}

#header h1 {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  letter-spacing: -1px;
  font-size: 250%;
  padding: 12px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 90%;
}

#header h2 {
  font-family: "Trebuchet MS", "Myriad Pro", Verdana, Tahoma, Arial, Helvetica;
  font-size: 160%;
  padding: 1px 0px 0px 0px;
  margin: 0px;
}

#header a, #header a:hover, #header a:active, #header a:visited {
  color: #FFFFCC;
  text-decoration: none;
}

#header-title {
  text-align: right;
  height: 65px;
  border: 0px;
}

#header-navi {
  border: 0px;
  height: 35px;
  font-size: 130%;
  padding: 0px 0px 0px 0px;
  margin: 0px 1px 0px 0px;
  vertical-align: middle;
}

#header ul {
  margin: 0;
  padding: 0;
  float: right;
}

#header-navi ul li {
  line-height: 35px;
  text-align: center;
  float: left;
	list-style: none;
}

#header-navi li a {
  padding: 0px 13px 0 13px;
  /*background-color: #84AD5B;*/
}

#header-navi li a:hover {
	background: #FFF;
  color: #688848;
}

#header-navi a, #header-navi a:active, #header-navi a:visited {
  color: #cde9a7;
  text-decoration: none;
  display: block;
}

#content-wrapper {
  margin-bottom: 1em;
  float: right;
  width: 78%;
  display: inline;
}

#content {
  padding-top: 8px;
  width: 73%;
  float: left;
  font-size: 120%;
  line-height: 150%;
  display: inline;
}

#content h1 {
  font-size: 190%;
  line-height: 115%;
}

#content h2 {
  font-size: 160%;
  line-height: 120%;
}

#content h3 {
  font-size: 130%;
  line-height: 120%;
  font-weight: bold;
}

#content blockquote {
  background-color: #e9ffcb;
  border-left: 4px solid #cde9a7;
  margin: 0 0 5px 20px;
  padding: 8px 15px 2px 15px;
}

#content h1 a:hover, #content a:hover h1,
#content h2 a:hover, #content a:hover h2,
#content h3 a:hover, #content a:hover h3 {
  border-bottom: 1px dotted;
  text-decoration: none;
}

#content .pagetitle {
	margin-bottom: 20px;
	border-bottom: 1px dotted #688848;
}

#content ul, #content ol {
  padding: 0 0 0 30px;

}

#content ul {
  list-style: square;
}

#content ul li, #content ol li {
  margin: 3px 0 3px 0;
  padding: 0;
}

#sidebar-left {
  list-style: none;
  padding-top: 18px;
  float: left;
  width: 18%;
  margin-left: 1%;
  line-height: 125%;
  font-size: 110%;
  display: inline;
}

#sidebar-right {
  list-style: none;
  padding-top: 18px;
  float: right;
  width: 22%;
  margin-right: 1%;
  font-size: 110%;
  line-height: 125%;
  display: inline;
}

#sidebar-left h2, #sidebar-right h2 {
  font-size: 120%;
  /*font-weight: normal;*/
  /* Just comment lines below to get normal headers */
  /*line-height: 130%; */
  font-weight: normal;
  color: #cde9a7;
  background-color: #7aa055;
  border-top: 4px solid #72954f;
  border-bottom: 4px solid #84ad5b;
  padding: 1px 0 1px 10px;

  /*height: 25px;
  line-height: 25px;
  padding: 0px 0 0px 10px;
  background: #7AA055 url(img/h2_back.gif) top left repeat-x;
  border: 1px solid #cde9a7;*/
}

#sidebar-left h2 a, #sidebar-right h2 a{
  color: #cde9a7;
  text-decoration: none;
}

#sidebar-left ul, #sidebar-right ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

#sidebar-left ul li, #sidebar-right ul li {
  margin: 0 0 25px 0;
}

#sidebar-left ul ul, #sidebar-right ul ul {
  padding: 0 0 0 10px;
}

#sidebar-left ul ul li, #sidebar-right ul ul li {
  margin: 0 0 7px 0;
}

#postmeta {
	font-size: 80%;
	margin-bottom: 30px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #688848;
	color: #999;
	clear: both;
}

#postmeta img {
  vertical-align: middle;
  margin: 0 4px 0 0;
}

.postnav {
	width: 86%;
	float: left;
	list-style: none;
	line-height: 100%;
	margin-top: -10px;
	margin-bottom: 20px;
	padding: 0;
}

.postnav li.left {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.postnav li.right {
	display: block;
	float: right;
	padding: 0;
	margin: 0;
}

#footer {
  position: relative;
  margin: -25px 0 0;
  clear: both;
  height: 17px;
  line-height: 17px;
  color: #FFFFCC;
  padding: 0 1.5% 0 1.5%;
  font-size: 110%;
  border-top: 4px solid #72954f;
  border-bottom: 4px solid #84ad5b;
  background: #7AA055;
  /*background: #7AA055 url(img/h2_back.gif) top left repeat-x;*/
}

#footer a {
  /*color: #daf6b3;*/
  color: #cde9a7;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  margin: 0;
  padding: 0 1% 0 1%;
}

#footer-left {
	float: left;
	text-align: left;
}

#footer-right {
	float: right;
	text-align: right;
}

.hasFloat:after {
  content: "";
  display: block;
  clear: both;
}

#searchform input {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#84ad5b;
  margin: 0 0 3px 0;
  padding: 2px 4px 2px 4px;
  border:#688848 1px solid;
  color:#e9ffcb;
}

#searchform input:hover {
  cursor:pointer;
  background-color:#688848;
  border:#567635 1px solid;
  color:#fff;
}

#searchform #s {
  font-family:Tahoma, Arial, Helvetica, sans-serif;
  font-size:12px;
  margin: 0 0 3px 0;
  background-color:#e9ffcb;
  padding: 3px 4px 3px 4px;
  border:#688848 1px solid;
  color:#222;
}

#searchform #s:hover {
  background-color:#e9ffcb;
  color:#222;
}

img#wpstats {
  width: 0px;
  height: 0px;
  padding: 0px;
  border: none;
  overflow: hidden;
}
