/*  
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-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	}


/* CHANGE BANNER */

#header {
	height:294px;
	background:url(img/header.jpg);
	}
	
#header-2 {
	height:294px;
	background:url(img/header-2.jpg);
	}
	
#header-3 {
	height:294px;
	background:url(img/header-3.jpg);
	}
	
#header-4 {
	height:294px;
	background:url(img/header-4.jpg);
	}
	
#header-5 {
	height:294px;
	background:url(img/header-5.jpg);
	}
	
#header-6 {
	height:294px;
	background:url(img/header-6.jpg);
	}
	
#header-7 {
	height:294px;
	background:url(img/header-7.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 {
	padding:275px 30px 0 35px;
	font-size:12px;
	}
	
#page-list {
	float:left;
	}
	
#pagelist ul li {
	display:inline;
	padding:0 40px 0 0;
	}
	
#pagelist ul li a {
	color:#FFFFFF;
	}
	
#pagelist ul li a:hover {
	text-decoration:none;
	color:#f5a947;
	}
	
#pagelist ul li.current_page_item a {
	color:#cd6601;
	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-logo-young {
	background:#cc6600;
	padding-top:20px;
	margin-top:0px;
	text-align: center;
}

#left-image {
	text-align: center;
}



#custom-menu li h2 {
	border-top:#FFF solid 1px;
	font-weight: normal;
	color:#ffffff;
	background:#000;
	font-size:11px;
	margin:0px;
	padding:10px 0px 10px 5px;	
}

#custom-menu2 ul li {
padding-left:30;
}


#custom-menu2 li h2 {
	border-top:#FFF solid 1px;
	font-weight: normal;
	color:#ffffff;
	background:#000;
	font-size:11px;
	margin:0px;
	padding:8px 0 5px 10px;	
}

#custom-menu2 ul li {
	padding-left:10px;
	padding-top:5px;
}







#side {
	width:203px;
	float:left;
	color:#ffffff;
	font-size:14px;
	background: #669900;
	height:auto !important;
	}
	
#side ul menu-left {
	padding:0px;
	}

#side ul {
	list-style-type:none;
	padding:0px;
	padding-top:0px;
	margin:0px;
	}
	

.cat-item li{
	list-style-type:cirlce;
	padding:0px;
	margin:0px;
	}	
	
#side li {
	list-style-type:none;
	padding:0px;
	margin:0px;
	}	
	
#side h2 {
	font-weight:bold;
	color:#ffffff;
	font-size:14px;
	margin:0px;
	padding:8px 0 5px 10px;
	}
	
#side ul li ul li {
	margin-left:10px;
	padding-top:10px;
	}
	
#side a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:700px;
	float:right;
	font-size:13px;
	color:#000;
	text-align:justify;
	margin:15px 25px 0 0;
	}

#text-young {
	width:700px;
	float:right;
	font-size:13px;
	color:#000;
	text-align:justify;
	margin:0px 25px 0 0;
	}
	
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:#cc6600;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.post ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
.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 {
	color:#ffffff;
	font-size:12px;
	padding:10px 30px 0 65px;
	height:22px;
	}
	
#footer a {
	color:#ffb957;
	}
	
#footer-left {
	float:left;
	}
	
#footer-right {
	float:right;
	text-align:right;
	}
	
#footer-right a {
	color:#FFF;
}
/* 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 */	
