/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
body{background-image:url(images/pozadi1.jpg);
  background-attachment:fixed;
  background-color:#333;
  background-position:center -200px;
  background-repeat:no-repeat;
  }
.submenu{float:left;width:150px;height:400px;background:#eee;}
#sidebar{width:280px;float:right;}
#sidebar .widget {width:280px;}
.category h2.title,.single h2.title{margin-bottom:5px;padding-bottom:0;}
p.meta{margin-top:0;padding-top:0;font-size:11px;;}

.page .post{/*margin-left:180px; width:455px; */}
/* #steps{display:none;} */
#header{	background: transparent url(images/header2.png) repeat-x top left !important;margin-top:20px;}
#footer{margin-bottom:200px;}

h3{clear:right;}

#steps p {margin-top:15px;color:white;}
#steps p a {color:white;font-weight:bold;}

#pagenav li.current_page_item a{text-decoration:underline !important;font-size:17px;}


.kinofilm{height:80px;margin:0 auto;width:980px;background:transparent url(http://www.farmarudolec.cz/wp-content/uploads/2010/04/kravky.jpg) no-repeat;}











/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 4px 10px 10px 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", 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 */

