/*
Theme Name: Rounded Virgin
Theme URI: http://wordpress.org/
Description: Rounded Virgin is a widget-ready theme with a clean organic look. Designed by <a href="http://www.depi.sk/" title="depi.sk - IT&amp;Life Weblog">depi</a> using <a href="http://www.famfamfam.com/lab/icons/silk/">Fam Fam Fam Silk Icons</a>
Version: 1.01
Author: Erik Gyepes
Author URI: http://www.depi.sk/

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

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

*/


/* USED COLORS
-----------------------------------------------------------
	#fff - white (text);
	#000 - black (backgrounds);
	#821e1e - red (background)
	#f2f3db - light green (blockquote)
	#7f823b - dark green (some headings)

*/


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

body {
	background: #821e1e url("images/bg.png") repeat-x;
}

#wrapper {
	background: #fff;
	margin: 20px auto 10px auto;
	width: 770px;
}

#header span.rounded-corners {
	background: url("images/rounded-corners.png") no-repeat;
	display: block;
	height: 19px;
	width: 770px;
}
#headerimg {
	background: url("images/header.png") no-repeat;
	clear: both;
	margin: 0 auto;
	padding-top: 19px;
	height: 146px;
	width: 754px;
}

#navigation {
	margin-left: 72px;
}

#content {
	float: left;
	padding: 0 10px 0 20px;
	width: 66%;
}

#sidebar {
	float: right;
	padding: 0 20px 0 10px;
	width: 25%;
}

#footer {
	clear: both;
}
#footer span.rounded-corners {
	background: url("images/rounded-corners.png") no-repeat 0 100%;
	display: block;
	height: 19px;
	width: 770px;
}
/* END STRUCTURE
----------------------------------------------------------- */


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

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

#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: #821e1e;
	outline-style: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#navigation a {
	font-size: 15px;
}
#navigation ul li.current_page_item a {
	color: #fff;
}
/* END HYPERLINKS
----------------------------------------------------------- */


/* BEGIN TYPHOGRAPHY
----------------------------------------------------------- */
* {
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
#header h1, #header h2 {
	margin-left: 120px;
}
#header h1 a {
	font-size: 30px;
	font-weight: normal;
}
#header h2 {
	font-size: 20px;
}

#content h2 a {
	font-size: 20px;
	font-weight: normal;
}

h1, h2, h3, h4 {
	font-weight: normal;
}

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

#content .post h2 {
	color: #821e1e;
}

#content .entry h3 {
	color: #7f823b;
	padding: 15px 0 0 0;
}

#content h2.pagetitle {
	text-align: center;
	font-size: 20px;
}

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

#sidebar ul li h2 {
	color: #821e1e;
	font-size: 15px;
	margin: 10px 0 0 0;
	font-weight: bold;
}

#credits {
	color: #fff;
	font-size: 11px;
	font-style: italic;
	padding: 5px 0 10px 0;
	text-align: center;
}
#credits a {
	color: yellow;
	font-size: 11px;
}

#wp-calendar caption {
	color: #821e1e;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
#wp-calendar th {
	color: #7f823b;
	font-weight: bold;
	text-transform: capitalize;
}
/* END TYPHOGRAPHY
----------------------------------------------------------- */


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

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

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

#searchform {
	margin: 10px 0;
}

#searchform #s {
	width: 120px;
}
/* END FORMS
----------------------------------------------------------- */


/* BEGIN IMAGES
----------------------------------------------------------- */
img {
	border: 1px solid #f2f3db;
	padding: 5px;
}

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


/* BEGIN OTHER
----------------------------------------------------------- */
#content .post {
	clear: both;
	position: relative;
	margin-bottom: 20px;
}

#content a.commentslink {
	background: url("images/icons/comment.gif") no-repeat;
	color: #821e1e;
	display: block;
	font-style: italic;
	height: 16px;
	padding-left: 20px;
	position: absolute;
	right: 0px;
	text-align: right;
}
#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: 0px;
	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;
}


#sidebar ul li {
	list-style: none;
}

#sidebar ul li ul li {
	background: url("images/list.png") no-repeat 0 4px;
	margin-left: 10px;
	padding-left: 20px;
}
#sidebar #rssfeed a {
	background: url("images/icons/feed-icon-128x128.gif") no-repeat;
	display: block;
	height: 128px;
	width: 128px;
}

#content .entry {
	margin: 20px 0;
}

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

ol.commentlist li ul li,
ol.commentlist li ol li {
	margin: 0;
	padding: 0;
}

#content blockquote {
	background: #f2f3db;
	border-left: 5px solid #821e1e;
	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;
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	float: left;
}
.right {
	float: right;
}
/* END OTHER
----------------------------------------------------------- */


/* 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;
}
/* END CALENDAR
----------------------------------------------------------- */