/*  
Theme Name: Beach Party
Theme URI: http://www.wpmix.com/
Description: Stylish Wordpress template. Ideal for personal or maybe travel blogs.
Author: andrej
Author URI: http://www.wpmix.com/
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	width:950px;
	background:#BCBCBC url(img/back-top.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px auto;
	}


/* CHANGE BANNER */
#top-image {
	height:38px;
	background:url(img/top-image.jpg);
	}
	

#text ul li {
	padding-left:0px;
	list-style-image:url(img/bullet.jpg);
}


#header {
	height:194px;
	background:url(img/header.jpg);
	}
	

	
#description {
	padding-top:100px;
	padding-left:60px;
	}
	
h1 {
	font-size:30px;
	}
	
h1 a {
	color:#ffffff;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	display:none;
	}
	
#content {
	background:url(img/background.jpg) repeat-y center;
	}

.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	height:30px;
	padding:167px 110px 0 35px;
	font-size:11px;
	}
	
#page-list {
	float:right;
	}
	
#pagelist ul li {
	display:inline;
	margin:0px;
	padding:0px;

	}
	
#pagelist ul li a {
	padding:8px 15px 10px 10px;
	border-right: #999 solid 1px;
	color:#fff;
	margin:0px;
	}
	
#pagelist ul li a:hover {
	text-decoration:none;
	padding:8px 15px 10px 10px;
	background:#393939;
	height:30px;
	color:#fff;
	}
	
#pagelist ul li.current_page_item a {
	color:#00ccff;
	font-weight:bold;
	}
	
#searchform {
	float:right;
	text-align:right;
	}
	
#searchsubmit {
	font-size:12px;
	color:#fff;
	font-weight:normal;
	background:none;
	border:none;
	cursor:pointer;
	}
	
#s {
	height:17px;
	width:120px;
	background:url(img/search-bar.png);
	border:none;
	color:#FFFFFF;
	padding:2px 3px 0 3px;
	}
/* pagelist and search */	

/* sidebar */

#left-logo {
	background:#cc6600;
	padding-top:20px;
	margin-top:20px;
	text-align: center;
}


#left-image {
	text-align: center;
}


#custom-menu ul li {
	padding-left:15px;
	padding-top:10px;
}

#side {
	width:203px;
	float:right;
	color:#ffffff;
	font-size:14px;
	height:auto !important;
	margin-right:85px;
	}
	
#side ul menu-left {
	padding:0px;
	}

#side ul {
	list-style-type:none;
	padding:0px;
	margin:0px 0 20px;
	}

#side ul.children {
	list-style-type:none;
	padding:0px;
	margin:0px 0 0px;
	}
	

.cat-item li{
	list-style-type:cirlce;
	padding:0px;
	margin:0px;
	}	
	
#side li {
	list-style-type:none;
	padding:0px;
	margin:0 0 0px;
	}	
	
#side h2 {
	font-weight:bold;
	color:#326e19;
	font-size:14px;
	margin:0px;
	padding:10px 10px 0px 0px;
	}
	
#side ul li ul li {
	color:#326E19;
	margin-left:10px;
	padding-top:10px;
	list-style:disc;
	}
	
#side ul li ul li ul li {
	color:#326E19;
	list-style:circle;
	}
	
#side a {
	color:#393939;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	}
	
#side a:hover {
	text-decoration:underline;
	
	}
	
#side ul li.current_page_item a {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:550px;
	float:left;
	font-size:13px;
	color:#666666;
	text-align:justify;
	margin:15px 0px 0 70px;
	}

	
p {
	padding:5px 0;
	}
	
h2 {
	color:#FFFFFF;
	font-size:20px;
	line-height:normal;
	margin-bottom:10px;
	}

.post h2 {
	color:#CC6600;
	font-size:18px;
	margin-bottom:0;
	}
	
.post h2 a {
	color:#326e19;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:14px;
	}
	
.post ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	background:url(img/quote.png) left top no-repeat;
	padding:5px 5px 5px 45px;
	}
	
blockquote blockquote {
	background:none;
	}
		
.post {
	margin-bottom:40px;
	}
	
.pub {
	font-size:10px;
	color:#000;
	padding-top:5px;
	margin-bottom:15px;
	}
	
.comm {
	font-size:13px;
	color:#f5a947;
	margin-top:10px;
	}
	
.comm a {
	color:#f5a947;
	font-weight:normal;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#000;
	text-align:left;
	}
	
h3 {
  	margin-top:5px;
	font-size:14px;
	}
	
a {
	text-decoration:none;
	color:#000;
	}
	
a:hover {
	text-decoration:underline;
	}
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
	}
	
.commentmetadata {
	padding:5px;
	background-color:#333333;
	color:#FFFFFF;
	}
	
.commentmetadata a {
	color:#FFFFFF;
	}
	
.obsahk {
	padding:5px;
	margin-bottom:15px;
	}
	
.obsahk a {
	font-weight:normal;
	text-decoration:underline;
	}
	
.obsahk a:hover {
	text-decoration:none;
	}
	
ol.commentlist {
	list-style:none;
	margin-left:-25px;
	}
	
ol.commentlist ul, ol.commentlist ol {
	margin-left:25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#F5A947 2px solid;
	background-color:#000000;
	padding:5px;
	color:#FFFFFF;
	}
	
#author, #email, #url {
	border:#F5A947 2px solid;
	background-color:#000000;
	padding:2px;
	margin:1px 0;
	color:#FFFFFF;
	}
/* comments */

/* footer */


#footer-image {
	height:70px;
	background:url(img/footer.jpg);
	}

#footer-image-text {
	padding:20px 20px 0px 0px;
	font-size:11px;
	font-weight:normal;
	color:#CFCFCF;
	}

#footer {
	color:#ffffff;
	font-size:12px;
	}
	
#footer a {
	color:#CFCFCF;
	}
	
#footer-left {
	float:left;
	}
	
#footer-right {
	float:right;
	text-align:right;
	}
	
#footer-right a {
	color:#000;
	padding-right:100px;
}
/* footer */		

/* other */	
#nav {
	height:20px;
	font-size:14px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
