/*  
Theme Name: Vidlak!
Theme URI: http://www.vidlak.cz
Description: "Vidlák" - něco z venkova
Version: 1.0
Author: vidlak
Author URI: http://www.vidlak.cz

Please feel free to tweak this theme and make it your own. :)
*/


/* GENERAL ELEMENTS */

body { 
	font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	color: #333333;
	margin: 0;
}

a {
	text-decoration: underline;
	color: #739900;
}

a:hover {
	text-decoration: none;
}

h1 {
	text-transform: uppercase;
	font-size: 18px;
}

h2 {
	text-transform: uppercase; 
	font-size: 15px;
}

h3 {
	text-transform: uppercase; 
	font-size: 13px;
}

/* CONTAINER ELEMENTS */

#container {
	max-width: 800px;
	width:expression(document.body.clientWidth > 800? "800px": "auto" );
	margin: auto;
	padding-left:40px;
	padding-right:40px;
}
	
/* HEADER ELEMENTS */		

#topborder {
	background: #99CC00;
	width: 100%;
	height: 8px;
}

#header {
	height: 175px;
	background-position: right;
	background-repeat: no-repeat;
	background-image: url(img/holinka.jpg);
	line-height: normal;
}

#header div.blogname {
	width: 82%;
	border-bottom: 1px solid #99CC00;
	height: 140px;
	font-size: 72px;
	font-family: "Times New Roman", Times, serif;
}

#header div.blogname a {
  display: block;
  text-decoration: none; 
  padding-top: 27px;
  width: 260px;
}

#header div.blogname p {
  text-align: right;
  font-size: 12px;
  color: #99CC00;
}


#header div.menu {
	margin-right: 18%;
	text-align: right;
	font-weight: bold;
	line-height: 24px;
}

#searchform {
	display: none;
	float:right;
	margin-top: 10px;
}

/* CONTENT ELEMENTS */


#content img {
	border: 0px solid #ababab;
	padding: 0em;
}

#content img.noborder {
	border: 0px solid #ababab;
	padding: 0.55em;
}

				
#content p {
	padding-bottom: 10px;
}

#content ul {
	padding-left: 20px;
}

#content ul li {
	list-style-image: url(img/starbullet.gif);
}

#content li.done {
	text-decoration: line-through;
}

#recent {
	display: none;
}

.post_info {
  text-align: right;
}

#meta {
	font-size:90%;
	border: 1px solid #ababab;
	background-color: #efefef; 
	padding: 40px;
	padding-top: 20px;
}

#edit {
	display: inline;
}

#edit a {
	padding: 2px 10px 2px 10px;	
	border: 1px solid #ababab;
	background-color: #efefef;
}

.alignleft {
	float: left;
	width: 180px;
}

.alignright {
	float: right;
	text-align: right;
	width: 180px;
}

/* ARCHIVE ELEMENTS */


#archive{
	width: 800px;
}

#archive p {
	width:  540px;
}

#archive-menu {
	width: 215px;
	float: right;
	padding: 0 15px 15px;
	border: 1px solid #ababab; 
	background-color: #efefef; 
}

#archive-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 15px;
}

#archive-entries {
	width: 520px;
	float:  left;
}

#archive-entries dt {
	width:326px; 
	float:left;
	margin:0; 
	padding:3px 2px;
	border-bottom:1px solid #E0E0E0; 
}

#archive-entries dd {
	width: 186px; 
	float:right;
	margin:0;
	padding:3px 2px;
	border-bottom:1px solid #E0E0E0;
	text-align:right;
	color: #b2b2b2;
	font-variant: normal;
}

.clear {
	clear: both;
}

/* FOOTER ELEMENTS */

#footer {
	font-size: 10px;
	margin-top: 20px;
	width: 100%;
	border-top: 1px solid #99CC00;
	text-align: right;
}

/* COMMENT ELEMENTS */

#comments{
	padding:  40px;
}


#comments ol  {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#comments li {
	margin-bottom: 20px;
  border: 1px solid silver;
  padding: 3px;
  background-color: #f8f8f8;
}

.comment-author, .comment-date {
	display: inline;
	font-size: 90%;
}

.comment-author {
	font-weight: bold;
}

#comments p {
	margin: 0;
	padding: 0;
}  
