/*  
Theme Name: Greenback
Theme URI: 
Description: Greenback theme created by Orion Technology Solutions. Thanks to AOE Media, GmbH for Big City, which provided the skeleton used.
Version: 0.5
Author: Orion Technology Solutions
Author URI: http://www.oriontechnologysolutions.com
Tags: two-columns, flexible-width, green, white, right-sidebar

For support requests please contact: help@oriontechnologysolutions.com or use http://www.oriontechnologysolutions.com and leave a comment on the page for the Money theme.

/* Reset needed styles
*******************************/
html,body,div,span,form,h1,h2,h3,h4,p,blockquote{margin:0;padding:0;border:0;outline: 0;}
:focus {outline: 0;}
body {line-height: 1;}
html {height: 100%;margin-bottom: 1px;}

/* Typography
*******************************/
body {
    font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font:normal 1em/1 Georgia, "Times New Roman", Times, serif;
}
pre,
var,
code { 
    font-family:"Courier New", Courier, monospace; 
}
h3,
#sidebar,
.postdata,
.entry-content {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Header elements
*******************************/
h1 {
    font-size:2.91em;
}
h2 {
    font-size:2.36em;
    padding-bottom:5px;
    color:#269926;
}
h3 {
    font-size:1.55em;
    color:#269926;
}

/* Text elements
*******************************/
ul,ol,p,dl {
    line-height:1.8;
}
ul,ol         {margin: 0 0 1em .8em;}
ul            {list-style-type:disc;}
ol            {list-style-type:decimal;}
p,dl	      {padding: 0 0 1em 0; text-align: left;}
strong        {font-weight: bold; }
em            {font-style: italic; }
ins           {text-decoration:none;}
del           {text-decoration:line-through;}
img           {border:0;outline:0;}
blockquote {
    border-left: 2px solid #19c619;
	margin:0 0 0 1.6em;
	padding: 0 0 0 1.6em;
}
a:link,
a:visited,
a:hover,
a:active{
    color:#008500;
    text-decoration:underline;
}

/* Wordpress styles
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin:0 1em 1em 0;
}
.alignright {
   float: right;
   margin:0 0 1em 1em;
}
.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   padding-top: 4px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 1em;
   line-height:1.4;
   padding: 0 4px 4px;
   margin: 0;
}

/* Layout
*******************************/
body {
    color: #363636;
}
#root{
/*
    background:url(images/header.png) 100% 28px no-repeat;
*/
    margin:0 auto;
}

/* Header
*******************************/
#header {
    height:98px;
    margin-bottom:0px;
    color:#fff;
    padding:40px 0 0 15%;
    background: #007000;
/*
    background: #007000 url(images/header.png) 100% 28px no-repeat;
*/
    border 1px solid red;
}
#header a {
    color:#fff;
    text-decoration:none;
}
#header h2 {
    line-height:1.3;
    font-size:1.1em;
    color:#fff;
    font-weight:bold;
}

/* Navigation
*******************************/
#nav {
    height: 35px;
    padding:2px 0 0 15%;
    background: #f0fff0;
    margin:0;
    font-family: "Georgia", "Times New Roman", Times, Serif;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    list-style:none;
    vertical-align:middle;
    border-bottom: 1px solid #008500;
}
#nav .page_item {
    float:left;
    margin: 0;
    padding: 0;
}
#nav .page_item ul .page_item {
    background:#269926;
    float: left;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
}

#nav .page_item ul {
    left: -999em;
    position: absolute;
    width: 250px;
    list-style:none;
    margin: 0;
    padding: 0;
    border:1px solid #19c619;
}
#nav .page_item .current_page_item a {
    padding:6px 5px 0px 5px;
    height:34px;
}
#nav .page_item .current_page_item a:hover {
    padding:6px 5px 0px 8px;
    height:34px;
}
#nav .page_item .page_item a {
    background: #269926;
    padding:6px 5px 0px 5px;
    margin-right:0px;
    color:white;
    border:0px;
}
#nav .page_item .page_item a:hover {
    padding:6px 5px 0px 5px;
    border:0px;
    height:34px;
    color: #269926;
    background: #f0fff0;
    font-weight:bold;
}

#nav a:hover,
#nav .current_page_item a, 
#nav > .current_page_parent > a {
    padding:0px 17px 0px 4px;
    background:white;
    border-left:1px solid #269926;
    border-right:1px solid #269926;
    border-top:1px solid #269926;
    height:34px;
}
#nav > .current_page_item > a {
    border-bottom:1px solid white;
}
#nav a {
    font-weight:bold;
    display:block;
    padding:1px 5px 0px 5px;
    padding-right:18px;
    height:34px;
    text-decoration:none;
    font-size:.8em;
}
#nav .page_item:hover ul {
    display: block;
    left: auto;
    z-index: 999;
}

#main {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
}
/*
    border-bottom:3px solid #19c619;
#nav{
    overflow:hidden;
    width:800px;
    margin:0;
    padding:0;
}
#nav li{
    float:left;
}
#nav li ul {
    display:none;
}
#nav li:hover ul a{
    display:block;
    clear;both;
}
#nav li:hover ul {
    display:block;
    list-style:none;
    position:absolute;
    right:auto;
    left:auto;
}
#nav li:hover ul li {
    clear:both;
    display:block;
}
#nav a:hover,
#nav .current_page_item a{
   border-color:#fff;
}
*/

/* Content
*******************************/
#content {
    width:590px;
    margin:20px 50px 30px 0;
    float:left;
    clear:both;
}

#content .post {
/*
    padding-bottom:1.5em;
    border:10px solid #f0fff0;
*/
    margin-bottom:1.5em;
    border:10px solid #fff5c9;
}
#content .single {
    border-bottom:0;
}

.entry-title {
    text-align:center;
    border:1px solid #008500;
    border-bottom:none;
}

.entry-title h2 {
    /*border-bottom:1px solid #008500;*/
    font-weight:900;
/*    background: #f0fff0 url('images/header_bg.png');*/
    text-transform: uppercase;
    color:#ff9500;
    text-shadow: black 2px 2px 1px;
}

.entry-footer {
    border-bottom:1px solid #008500;
}

#sidebar ul a:hover {
        text-decoration: underline;
/*
        background: url(images/eye.png) no-repeat 0px 0px;
*/
}

.post > .entry-content, .post > .tags,
.post > .postdata {
    border-left:1px solid #008500;
    border-right:1px solid #008500;
    padding: 0px 5px;
    background: #f0fff0;
}


#content h2 a {
    color:#ff9500;
    text-decoration:none;
}
#content h3 {
    margin-bottom:20px;
    line-height:2.1;
    border-bottom:2px solid #19c619;
}
#content h2 a:hover {
    color:#FF9500;
}
.postdata {
    padding:8px 0;
    padding-bottom:8px;
    color:#747474;
}
.postdata a {
    color:#354a56;
    text-decoration:none;
}
.postdata a:hover {
    text-decoration:underline;
}
.tags {
    line-height:1.2;
    clear:both;
}

/* Sidebar
*******************************/
#sidebar {
    width:248px;
    float:left;
    margin:20px 0 30px 0;
}
#sidebar h3 {
    margin:0 0 10px 0;
    padding:0 0 2px 0;
    border-bottom:2px solid #19c619;
}
#sidebar h3 a {
    text-decoration:none;
}

#sidebar .box {
    margin-bottom:18px;
}
/*
#recentcomments,
#sidebar #calendar_wrap,
#sidebar .box .content,
#sidebar #searchform,
#sidebar .box li a,
#sidebar .box .current-cat li a {
*/
#sidebar .box {
    padding:0 0 12px 10px;
    border-left:2px solid #19c619;
}
#sidebar .box .tags,
#sidebar #calendar_wrap,
#sidebar .box li a,
#sidebar #searchform {
    padding:0 0 0 20px;
}
#sidebar .box .tags {
    line-height:1.6;
}
#sidebar .box li {
    display:inline;/*for IE*/
}
#sidebar .box li a {
    display:block;
}
#sidebar .box li li a {
    padding-left:40px;
}
#sidebar .box li li li a {
    padding-left:60px;
}
#sidebar .box li a:hover,
#sidebar .box .current-cat li a:hover {
    border-color:#7E929E;
    text-decoration:none;
}
#sidebar .box .current-cat a,
#sidebar .box .current-cat a:hover {
    border-color:#269926;
    text-decoration:none;
}
#sidebar ul {
    margin:0;
    padding:0;
    list-style:none;
}

/*rss button*/
#header .rss {
    height:59px;
    margin-bottom:2px;
    position:absolute;
    right:15px;
}
#header .rss a {
    float:right;
    width:77px;
    height:59px;
    background:url(images/rss-icon.png) 0 0 no-repeat;
/*
    background:url(images/rss_icon_big.png) 0 0 no-repeat;
*/
    text-indent:-9999px;
}

/*recent comments widget*/
#sidebar #recentcomments {
    padding-left:20px;
}
#sidebar  #recentcomments li.recentcomments {
    display:block;
}
#recentcomments li.recentcomments a {
    display:inline;
    border:0;
}

/* Search Form
*******************************/
#searchform input {
    vertical-align:middle;
    border:1px solid #ccc;
    font-size:1em;
    color:#269926;
}
#searchform input#search-submit {
    background:#f0fff0;
    border:1px solid #19c619;
    width:30px;
}

/* Comments
*******************************/
#commentform {
    margin-top:12px;
}
#commentform input.text,
#commentform textarea {
    border:1px solid #7E929E;
    border-right-color:#E8E8E8;
    border-bottom-color:#E8E8E8;
    padding:2px;
}
#commentform input.text {
    width:200px;
}
#commentform textarea {
    width:400px;
}
#commentform input.submit {
    border:1px solid #7E929E;
    background:#E8E8E8;
    color:#269926;
}
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-left: 2px solid #19c619;
}
.comment .details img {
    vertical-align:middle;
}

/* Footer
*******************************/
#footer {
    clear:both;
    padding:20px 0;
    height:auto;
    background:#f0fff0;
    border-top:1px solid #19c619;
}
#footer p {
    width:900px;
    margin:0 auto;
    padding:0;
}
#footer a:hover {
    text-decoration:none;
}

#footer img {
    vertical-align:middle;
    margin-right:10px;
}
