/*
Theme Name: Green Valley
Theme URI: http://wordpress.org/
Description: Green Valley is a beautiful widget-ready green theme with a little froggy on it. This theme is brought to you by <a href="http://www.enquira.com/" title="enQuira">enQuira</a> and <a href="http://www.clinke.com" title="bidding directory">Clinke</a>.
Version: 1.0
Author: Erik Gyepes
Author URI: http://www.depi.sk/

	This theme was designed and built by Erik Gyepes,
	whose blog you will find at http://www.depi.sk

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Rounded Virgin uses Fam Fam Fam Silk Icons:
	http://www.famfamfam.com/lab/icons/silk/
*/


/* USED COLORS
-----------------------------------------------------------
	#fff - white (text);
	#000 - black (backgrounds);
	#fff - white (background)
	#1a5b09 - dark green (hyperlinks)
	#fee614 - yellow (navigation hyperlinks)
	#2573ac - blue (h1 heading)
*/


/* BEGIN STRUCTURE
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #C6D5A2 ;
	margin: 0 auto;
	font-family: 'Arial', Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    color: #638E38;
}

#wrapper {
	margin: 0 auto;
	width: 770px;
}

#header {
   height: 299px;
   width: 772px;
}

#header-image {
  height: 279px;
 padding: 21px 0 0 45px;
 background-image:url(images/header.jpg);
}

#navigation {
	height:37px;
    margin-left:15px;
    margin-top:0;
    width:770px;
}

#content {
	background: url("images/px-ct.png");
	float: left;
	margin-right: 0px;
	margin-bottom: 10px;
	width: 558px;
}

#searchbar {
	float: right;
	background: url("images/sb-search-bg.png") no-repeat;
	margin-bottom: 10px;
	height: 48px;
	width: 200px;
}

#sidebar {
	background: url("images/px-sb.png");
	float: right;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: center;
	width: 200px;
}

#footer {
	background: url("images/px-ft.png");
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	width: 770px;
}
/* END STRUCTURE
----------------------------------------------------------- */


/* BEGIN NAVIGATION
----------------------------------------------------------- */
#navigation ul {
	list-style: none;
}

#navigation ul li {
	background: url("images/tabLeft.png") no-repeat;
	float: left;
	height: 37px;
	margin-right: 1px;
	padding-left: 11px;
}
#navigation a {
	color: #007D69;
	background: url("images/tabRight.png") no-repeat 100% 0;
	display: block;
	float: left;
	height: 31px;
	padding-right: 11px;
	padding-top: 6px;
}

#navigation ul li.current_page_item {
	background: url("images/tabLeft.png") no-repeat 0 100%;
}
#navigation ul li.current_page_item a {
	background: url("images/tabRight.png") no-repeat 100% 100%;
}
/* END NAVIGATION
----------------------------------------------------------- */


/* BEGIN HYPERLINKS
----------------------------------------------------------- */
a {
	color: #007D69;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #025141;
}
a:hover {
	text-decoration: underline;
	color: #ec5824;
}
a:active {
	text-decoration: underline;
	color: #ec5824;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY
----------------------------------------------------------- */
* {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: -0.01em;
     color: #638E38;
}

h1, h1 a {
	font-size: 25px;
}
h2, h2 a {
	font-size: 22px;
	line-height: 1.2;
	color: #007d69;

}
h3, h3 a {
	font-size: 18px;
	color: #007d69;
}
h4, h4 a {
	font-size: 16px;
}

#header h1 a {
	color:#FFFFFF;
    font-size:25px;
    font-style:italic;
    margin-left:65px;
}
#header h2 {
	color:#007D69;
    font-size:18px;
    font-weight:bold;
}

#navigation a {
	font-size: 14px;
        font-weight: bold;
}

#content .post small {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
}

#content .post p {
	margin-top:40px;
    color:#638E38;
}

#sidebar ul li h2 {
	color: #007D69;
	font-size: 17px;
	margin: 1px 0 0 4px;
	text-align: left;
}

#wp-calendar caption {
	color: #025141;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #025141;
	font-weight: bold;
	text-transform: capitalize;
}

#footer .footer-box-content {
     font-style: normal;
	color: #007D69;
}

#footer .footer-box-content a {
	font-style: normal;
	color: #007D69;
}
/* END TYPHOGRAPHY
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li {
	list-style: none;
	text-align: left;
        margin-left: 6px;
        margin-right: 8px;
}

#sidebar ul li ul li a {
	display: block;
	height: 1%;
	padding-left: 0px;
	padding-right:15px;
	text-align: left;
	padding-right: 15px;
	padding-bottom: 2px;
	color:#007D69;
	font-weight: bold;
}

#sidebar ul li ul li a:hover {
    background:#FFFFFF;
	color: #EC5824;
	text-decoration: underline;
}
#sidebar ul li ul li a:visited {
    background:#FFFFFF;
	color: #025141;
	text-decoration:none;
}

#sidebar ul li ul li ul li a {
	padding-left: 30px;
}
#sidebar ul li ul li ul li a:hover {
	background: #CCFF99;
}

#sidebar .textwidget {
	text-align: left;
	padding: 0 15px;
}


#content ul,
#content ol,
ol.commentlist {
	margin: 0 0 0 30px;
	list-style-position: outside;
}
ol.commentlist li {
	margin: 10px 0;
	padding: 5px;
	position: relative;
}

ol.commentlist li ul li,
ol.commentlist li ol li {
	margin: 0;
	padding: 0;
}
/* END LISTS
----------------------------------------------------------- */



/* BEGIN FORMS
----------------------------------------------------------- */
#commentform input {
	width: 200px;
}
#commentform textarea {
	width: 95%;
}

#commentform #submit {
	float: right;
	width: auto;
}
#commentform p {
	padding: 5px 0;
}

#content form div {
	text-align: center;
}

#sidebar #sbar-searchform input {
	margin: 2px 0;
}

#searchbar form#sbar-searchform {
	height: 50px;
	margin: 11px 15px 0 15px;
	height: 1%; /* IE :( */
}
#searchbar form#sbar-searchform #sbar-s {
	float: left;
	margin-top: 4px;
	width: 120px;
}
#searchbar form button#sb-searchsubmit,
#searchbar form button#sbar-searchsubmit {
	background: none;
	border: none;
	float: right;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
#content .post img {
	border: 1px solid #638E38;
	padding: 5px;
	margin: 10px;
}

#content .post img.left {
	display: inline;
	float: left;
	margin: 5px 5px 5px 0;
}
#content .post img.right {
	display: inline;
	float: right;
	margin: 5px 0 5px 5px;
}
#content .post img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* END IMAGES
----------------------------------------------------------- */


/* BEGIN OTHER
----------------------------------------------------------- */
#content .post h2 a {
	display: block;
	width: 462px;
	color: #007D69;
	margin-bottom: 10px;
}

#content .post {
	position: relative;
	margin: 0 0 20px 0;
}

#content .entry {
	background: url("images/post-divider.png") no-repeat 0 100%;
	margin: 20px 0 10px 0;
	padding-bottom: 20px;
}

#content a.commentslink {
	background: url("images/comments-bubble.png") no-repeat;
	display: block;
	font-size: 14px;
	font-style: bold;
        color: #ffffff;
	height: 41px;
	padding-top: 7px;
	position: absolute;
	top: 5px;
	right: 0;
	text-align: center;
	width: 57px;
}
#content .post small {
	background: url("images/icons/estrella_sega.png") no-repeat;
	display: block;
	font-style: bold;
        height: 16px;
	padding-left: 20px;
	text-align: right;
        color: #007D69;
}

#content .post span.editlink {
	background: url("images/icons/edit_sheet.gif") no-repeat;
	display: block;
	height: 26px;
	padding-left: 25px;
	position: absolute;
	right: 65px;
	text-align: right;
}
#content .post span.editlink-single {
	background: url("images/icons/edit_sheet.gif") no-repeat;
	display: block;
	height: 26px;
	padding-left: 25px;
	position: absolute;
	right: 0;
	text-align: right;
}
#content .commentlist span.editlink {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	margin: 0 10px 0 0;
	position: absolute;
	right: 0px;
	top: 10px;
	text-align: right;
}


#content blockquote {
	border-left: 5px solid #ffffff;
	margin: 15px 30px 0 10px;
	padding-left: 10px;
}
#content .commentlist blockquote {
	background: #fff;
        background: #7fc1b4;
}

#content .entry blockquote cite {
	margin: 5px 0 0;
	display: block;
}


.navigation {
	display: block;
	padding: 0 0 30px 0;
	text-align: center;
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}

#content .post .wp-smiley {
	border: none;
	vertical-align: middle;
}
/* END OTHER
----------------------------------------------------------- */


/* BEGIN CONTENT ROUNDED BOX
----------------------------------------------------------- */
.content {
   background: #f3fbc2;
   background: #7fc1b4;
}
.content-box-top div {
   background: url("images/content-box-tl.png") no-repeat top left;
}
.content-box-top {
   background: url("images/content-box-tr.png") no-repeat top right;
}
.content-box-bottom div {
   background: url("images/content-box-bl.png") no-repeat bottom left;
}
.content-box-bottom {
   background: url("images/content-box-br.png") no-repeat bottom right;
}

.content-box-top div, .content-box-top,
.content-box-bottom div, .content-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.content-box-content {
	margin: 0 15px 15px 15px;
	height: 1%; /* IE :( */
}
/* END CONTENT ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN SIDEBAR ROUNDED BOX
----------------------------------------------------------- */
.sidebar {
   background: #7FC1B4;
}
.sidebar-box-top div {
   background: url("images/sidebar-box-tl.png") no-repeat top left;
}
.sidebar-box-top {
   background: url("images/sidebar-box-tr.png") no-repeat top right;
}
.sidebar-box-bottom div {
   background: url("images/sidebar-box-bl.png") no-repeat bottom left;
}
.sidebar-box-bottom {
   background: url("images/sidebar-box-br.png") no-repeat bottom right;
}

.sidebar-box-top div, .sidebar-box-top,
.sidebar-box-bottom div, .sidebar-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.sidebar-box-content {
	margin: 0;
}
/* END SIDEBAR ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN FOOTER ROUNDED BOX
----------------------------------------------------------- */
.footer {
   background: #f3fbc2;
   background: #008469;
}
.footer-box-top div {
   background: url("images/footer-box-tl.png") no-repeat top left;
}
.footer-box-top {
   background: url("images/footer-box-tr.png") no-repeat top right;
}
.footer-box-bottom div {
   background: url("images/footer-box-bl.png") no-repeat bottom left;
}
.footer-box-bottom {
   background: url("images/footer-box-br.png") no-repeat bottom right;
}

.footer-box-top div, .footer-box-top,
.footer-box-bottom div, .footer-box-bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.footer-box-content {
	margin: 0 15px 0 15px;
}
/* END FOOTER ROUNDED BOX
----------------------------------------------------------- */


/* BEGIN CALENDAR
----------------------------------------------------------- */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 0;
	width: 150px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}

#main_start {position: absolute;left: -10000px;};
/* END CALENDAR
----------------------------------------------------------- */
