/*--------------------------------------------------------
If you had to upload the files from "lenka_img" through
the textpattern admin interface, you have to change these
paths */

/* Background Gradient */
body
{
background: #fff url(../images/lenka_img/gradient.jpg) repeat-x;
}

/* Link-Arrow */
#content p a, .footer-right p a
{
	background: url(../images/lenka_img/link_1_a.gif) no-repeat 2px 50%;
}

/* RSS-Icon */
#rss a
{
background: url(../images/lenka_img/rss.png) 0 0 
}
#rss a:hover
{
background: url(../images/lenka_img/rss.png) 0 16px
}

/*--------------------------------------------------------
--------------------------------------------------------*/

/*   Global reset etc.   */
* {font-size: 100.01%; margin: 0; padding: 0; border: 0}
html {font-size: 62.5%;}
a {text-decoration: none}
body {
	font-size: 1em; 
	line-height: 1em;
	border-top: 3em solid #333
	}

/*   Right Side (Content, Comments, Contact Form)   */
#content p, #content ul, #content ol, .search, input, textarea, label, .footer-right p
{font: 1.1em/1.4em Verdana, Geneva, "Lucida Grande", Lucida, sans-serif;}

#content {width: 38em; float: right; padding: 0 0 2em 0}
#content p {margin: 1em 0}
#content p strong {color: #666; font-weight: normal}
#content p code {font: 1em/1em "Courier New", Courier, mono}
#content abbr, #content acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
#content blockquote {
	padding: 0 0 0 2em; margin: 0 2em 0 0;
	border-left: 1px solid #ccc}
#content ul, #content ol {
	list-style-position: inside;
	margin: .5em 1em
	}
	#content ul {list-style-type: circle}
	#content ol {list-style-type: upper-roman}
#content h3 {
	font: 1.4em/1em Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	padding: 2.5em 0 0 0;
	color: #666
	}
#content h4 {
	font: 1.4em/1em Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	padding: 1.5em 0 0 0;
	color: #666
	}	
	#content h3 a, a:visited {color: #666}
	#content h3 a:hover, a:active {color: #111}
#content p a, .footer-right p a {
	color: #69c;
	padding: 0 0 0 12px;
	border-bottom: 1px dotted #fff
	}
	#content p a:hover, .footer-right p a:hover {color: #369; border-bottom: 1px dotted #369}
.article {padding: 0 0 2em 0}
.single-article {padding: 2.5em 0 0 0}
.comment {padding: 1em 0 0 0}
#content p.info {font: 1.1em/1.1em Arial, Helvetica, Geneva, sans-serif; color: #999; padding: 0 0 .5em 0}

/*   Container And Head  */
#container {margin: 0 auto; width: 62em}
#head {padding: 12em 0 0 0}
#head h1, h2 {
	font: 2em/1.2em Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	padding: .7em 0
}
#head h1 a, a:hover, a:active, a:visited {color: #333}
.tagline {color: #999; width: 38em; float: right}


/*   Left Side (Title, RSS, Menu, Sidebar)   */
#sidebar
{width: 19em; text-align: right; float: left; padding: 0 0 5em 0}

.sitename
{width: 19em; text-align: right; float: left}
#rss a {
width: 16px; height: 16px;
display: table;
margin: 0 0 1em 0;
float: right
}

#menu {padding: 0 0 2em 0; clear: both}
.section_list ul {}
.section_list li {
list-style-type: none;
font: 1.6em/1.4em Arial, Helvetica, Geneva, sans-serif;
padding: .3em 0
}
	.section_list a {color: #ccc}
	.section_list a:visited {color: #ccc}
	.section_list a:hover {color: #999}
	.section_list a:active {color: #666}
#menu a.active {color: #333}
#listst {}
#lists strong {
font: 1.1em/1.4em Arial, Helvetica, Geneva, sans-serif;
color: #666;
display: block;
font-weight: normal;
padding: 2.5em 0 .5em 0
}
#lists ul {}
#lists li {
list-style-type: none;
font: 1.1em/1.1em Arial, Helvetica, Geneva, sans-serif
}
	#lists li a, #lists li a:visited {
	color: #999;
	padding: .3em 0;
	display: block
	}
	#lists li a:hover {color: #666; background-color: #f9f9f9}
	#lists li a:active {color: #333}

/*   The footer   */
#footer {
	background-color: #fff;
	padding: 2em 0 13em 0;
	clear: both;
	background: #f6f6f6;
	border-top: 1px solid #ddd;
	}

#footer-wrap {
	margin: 0 auto; width: 62em
	}

.footer-left {
	width: 19em; float: left; text-align: right
	}

.footer-right {
	width: 38em; float: right
	}

.older-newer {
	font: 1.6em/1.4em Arial, Helvetica, Geneva, sans-serif;
}
	.older-newer a {color: #ccc}
	.older-newer a:visited {color: #ccc}
	.older-newer a:hover {color: #999}
	.older-newer a:active {color: #666}

/*   Input Fields, Form Fields   */
.search,
input,
textarea {
width: 66%;
background-color: #f6f6f6;
border-top: 2px solid #999; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc;
padding: .2em 0
}
	input:focus,
	textarea:focus {
	color: #666;
	background-color: #fff;
	border-top: 2px solid #888
	}
.zemSubmit, .button {
width: 23%;
border: 2px outset #999;
background-color: #f6f6f6
}
label {
margin: 1em 0 .2em 0;
display: block
}
#txpCommentInputForm {padding: 2em 0 0 0}
