/*
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);
	#cce04d - light green (background)
	#1a5b09 - dark green (hyperlinks)
	#fee614 - yellow (navigation hyperlinks)
	#2573ac - blue (h1 heading)
*/


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

body {
	background: #cce04d url("images/header.jpg") repeat-x;
	margin: 0 auto;
}

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

#header {
	padding: 20px 0 0 50px;
}

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

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

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

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

#footer {
	background: url("images/px-ct.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: #fee614;
	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: #1a5b09;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY
----------------------------------------------------------- */
* {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

h1, h1 a {
	font-size: 22px;
}
h2, h2 a {
	font-size: 20px;
}
h3, h3 a {
	font-size: 18px;
}
h4, h4 a {
	font-size: 16px;
}

#header h1 a {
	color: #2573ac;
	font-size: 32px;
}
#header h2 {
	font-size: 18px;
	font-weight: normal;
}

#navigation a {
	font-size: 15px;
}

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

#content .post p {
	margin-top: 10px;
}

#sidebar ul li h2 {
	color: #1a5b09;
	font-size: 15px;
	margin: 5px 0 0 15px;
	text-align: left;
}

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

#footer .footer-box-content,
#footer .footer-box-content a {
	font-style: italic;
}
/* END TYPHOGRAPHY
----------------------------------------------------------- */


/* BEGIN LISTS
----------------------------------------------------------- */
#sidebar ul li {
	list-style: none;
}

#sidebar ul li ul li a {
	display: block;
	height: 1%;
	padding-left: 20px;
	text-align: left;
	padding-right: 15px;
}

#sidebar ul li ul li a:hover {
	background: #b0c941;
}

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

#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 #cce04d;
	padding: 5px;
	margin: 5px;
}

#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: 465px;
}

#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: 20px;
	font-style: italic;
	height: 41px;
	padding-top: 2px;
	position: absolute;
	top: 5px;
	right: 0;
	text-align: center;
	width: 57px;
}
#content .post small {
	background: url("images/icons/time.gif") no-repeat;
	display: block;
	font-style: italic;
	height: 16px;
	padding-left: 20px;
	text-align: right;
}

#content .post span.editlink {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 65px;
	text-align: right;
}
#content .post span.editlink-single {
	background: url("images/icons/pencil.gif") no-repeat;
	display: block;
	height: 16px;
	padding-left: 20px;
	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 #cce04d;
	margin: 15px 30px 0 10px;
	padding-left: 10px;
}
#content .commentlist blockquote {
	background: #fff;
}

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


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

.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;
}
.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: #f3fbc2;
}
.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;
}
.footer-box-top div {
   background: url("images/content-box-tl.png") no-repeat top left;
}
.footer-box-top {
   background: url("images/content-box-tr.png") no-repeat top right;
}
.footer-box-bottom div {
   background: url("images/content-box-bl.png") no-repeat bottom left;
}
.footer-box-bottom {
   background: url("images/content-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
----------------------------------------------------------- */
