/*  
Theme Name: Mac Nature Leaves
Theme URI: http://www.lynn.cz/leaves.zip
Description: 2-column layout with header and footer with XHTML/CSS (only two pictures), template will expand vertically and horizontally (max-width) to accomodate any amount of content without becoming distorted. Theme can be translate for all languages (tested in English and Czech).
Author: Helena Červinková
Author URI: http://lynn.cz/

	The CSS, XHTML and design is released under Creative Commons License:
	http://creativecommons.org/licenses/by/3.0/

*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d3d3cc;
	color: black;
	text-align: center;
}

#page {
	color: black;
	background: white;
	text-align: left;
	min-width: 780px;
 	max-width: 1200px;
 	margin: 0 auto;
}

#header {
	background: black url('images/leaves.jpg') top;
	font-weight: normal;
	letter-spacing: 0.06em;
	float: left;
	width: 100%;
	color: white;
}
	
#header h1 {
	font-weight: normal;
	text-align: left;
	letter-spacing: -0.06em;
}

#header h1 a {
	color: white;
}

.description {
	padding-left: 20px;
}

.description span {
	background: black;
}

#content {
	font-size: 1.1em; 
	margin:5px 230px 5px 5px;
	color: black;
	background: white;
}

#content .post h2 {
	font-size: 1.4em; 
	margin: 1em 0 0;	
	letter-spacing:1px;
	font-weight:normal;	
}

/*
#content .post ol li {
	font-size: 120%;
}
*/

#content .post ol {
	padding-bottom: 15px;
}

.post {
	margin: 0 10px;
}

.entry span {
	border-bottom: 1px dotted black;
}

#sidebar {
	float: right; 
	padding: 5px;
	margin: 5px;
	width: 200px;
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: black;
	background: white;
}

#sidebar form {
	margin: 0;
}


#footer {
	background: #eee; 
	border: none;
	padding: 5px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
	
	
#footer p {
	color: gray;
}


/* headers */
h1, h2, h3 {
	font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

h1 {
	font-size: 3em;
	text-align: center;
	padding: 20px 20px 10px 20px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
}

h2 {
	font-size: 1.6em;
	margin: 30px 0 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
}

#sidebar h3 {
	text-decoration: underline;
}

#content h3 {
	padding: 10px 10px 0 10px;
}

h3 {
	font-size: 1.3em;	
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.2em;
	}


.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}


 small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #3f4020;
}

code {
	font: 1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a, a:link {
	color: #4a5a25;
	text-decoration: none;
}

a:hover, a:active {
	color: #e58802;
	text-decoration: underline;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


.post hr {
	display: block;
}

 .postmetadata {
	padding: 10px 0;
	margin-bottom: 20px;
	border-top: 1px solid #556525;
	clear: left;
	font-size: 0.95em;
}


.smallattachment {
	text-align: center;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}




/* Begin Images default */
 p img {
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists default

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry ul li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 20px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
/*	padding: 15px 0 0 0; */
	padding: 0;
	}

.entry p {
	padding: 10px 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

#sidebar ul ul#recent li {
	padding-bottom: 3px;
}

	
#sidebar #twitter_update_list li {
	padding-bottom: 7px;
}

	
/* End Entry Lists */



/* Begin Form Elements default */
#searchform {
	margin: 10px auto;
	padding: 5px; 
	text-align: left;
	}

#sidebar #searchform #s {
	padding: 2px;
	margin: 0;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


#commentform {
	width: 80%;
	padding: 10px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments default*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */



/* Begin Calendar - default */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px; 
	}

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

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

#wp-calendar a {
	display: block;
	}

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

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

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



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
/*
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-style: italic;
	}
*/	
blockquote {
	margin: 10px;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 35px;
	}

/* header */

ul#nav {
	margin-left: 20px;
	margin-top: 14px;
	float: left; 
}

html>body ul#nav {
	margin-top: 15px;
}

ul#nav li {
	float: left; 
	list-style-type: none;
	margin-right: 5px;

}

ul#nav li a {
	display: block; 
	float: left; 
	padding: 5px 10px;
	background: #333;
	color:#fff;
	text-decoration: none;
	border: 1px solid black;
}
ul#nav li.current_page_item a {
	background: #fff;
	color: #333;
	border-bottom: 1px solid white;
} 

ul#nav li a:hover, ul#nav li a:active {
	background: #ccc;
	color: #333;
} 


/* IE hacks */
input#text {
	width: 100px;
	padding: 2px;
}
html>body input#text {
	width: 120px;
	padding: 1px;
}

html>body input#searchsubmit {
	padding: 2px 3px;
}
	
/* external links */	
.entry a[href^="http://"],
.entry a[href^="https://"],
.entry a[href^="ftp://"] {
	background: transparent url(images/external.gif) no-repeat 100% 50%;
	padding-right: 15px;
	white-space: nowrap;
}

/* This avoids the icon being shown on internal links.*/
.entry a[href^="http://<?php echo $_SERVER['HTTP_HOST']; ?>"],
.entry a[href^="http://www.<?php echo $_SERVER['HTTP_HOST']; ?>"] {
	background: inherit;
	padding-right: 0px;
}

textarea 
{
	height:20em;
	width:80%;	
}

