/*
Theme Name: Zeta Theme
Author: WPCorner.com
Author URI: http://www.wpcorner.com/
*/
#sidebar .box h3,#sidebar .box h2,.bottom,#wrapper,.box,.menu,#header,.banner,.ad468x60,.post{border-radius:5px;-moz-border-radius:5px}
#header,.banner,.ad468x60{border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;} 
.menu{border-top-right-radius:0;-moz-border-radius-topright:0;border-top-left-radius:0;-moz-border-radius-topleft:0;} 
* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 70% Verdana;
	color: #333;
	background: #c6e5f2 url(images/body-bkg.png) center top no-repeat;
	line-height: 1.5em;
	padding: 20px 0
} 
a {
	color: #004B92;
}
a:hover {
	text-decoration: none;
	color: #000;
}
img {
	border: 0;
}

.break,.clr {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 945px;
	margin: 0 auto;
	text-align: left;
	background: #F4F4F4 /*url(images/body-bkg2.png) 0 40px no-repeat*/;
	position: relative;
	border: 1px solid #fff
}
/** END wrapper **/

/** BEGIN header **/
#header {
	
}
	#header .top {
		height: 40px;
		background: #FEFEFE /*url(images/top-poz.gif) -1px top no-repeat*/;
		border-bottom: 1px solid #E8E8E8;
		line-height: 1em
	}
		#header ul {
			list-style-type: none;
			padding: 10px 0 0 10px;
		} 
		#header ul ul {
			display: none
		}
			#header .top ul li {
				float: left;
				font-size: 0.9em;
				border-left: 1px solid #DEDEDE;
				padding: 4px 10px;
			}
				#header .top ul li.f { border-left: 0; }
			#header ul li a {
				display: block;
			}
			#home {
			background: url(images/home.png) left center no-repeat;
			padding: 2px 0 2px 20px
      
      }
			#header .top ul li a:hover {
			}
		#header form {
			float: right;
			width: 229px; height: 25px;
			background: url(images/search.gif) no-repeat 0 0;
			margin: -2px 20px 0;
		}
			#header form input {
				float: left;
				border: 0;
				width: 190px;
				margin: 5px 0 0 5px;
				background-color: transparent;
			}
			#header form button {
				float: right;
				border: 0;
				width: 25px; height: 25px;
				text-indent: -9999px;
				background-color: transparent;
			}
	#header .banner {
		clear: both;
		height: 140px;
		border: 1px solid #E0E0E0;
		background: #ffffff /*url(images/banner-poz.gif) no-repeat 0 0*/;
		margin: 15px 25px 0;
	}
		#site-title {
			float: left;
			padding: 25px 20px 0;
			margin: 0
		}
			#site-title a {
				display: block;
				text-indent: -9999px;
				outline: none;
				background: url(images/logo.gif) no-repeat 0 0;
				width: 336px; height: 86px;
			}
		#header .ad468x60 {
			float: right;
			width: 468px; height: 140px;
			padding: 0px 0px 0 0; 
				/*background: url(images/tenis2.jpg) right top no-repeat;*/
				background: url(http://www.mbl-hokej.cz/wp-content/uploads/jaranen3.jpg) right top no-repeat;
		}
/** END header **/
.menu {
  background: #004B92;
  margin: 0 26px 15px;
  padding: 0 0 8px;
  border: 0px solid #fff;
  border-top: 0
} 
#header .menu ul  {
		padding: 7px 0 0px 7px;
		margin: 0;
		background: none;
		border: 0 !important
}        
#header .menu ul li {
		float: left;
		padding: 0px;
		margin: 0
}
.menu a {
  color: #fff; 
  border-right: 1px solid #1265b3;
  padding: 6px 12px;
  font-weight: bold ;
				text-decoration: none;
} 
.menu a:hover {
  background: #1265b3;
}
/** BEGIN content **/
#content {
	clear: both;
	width: 610px;
	float: left;
	padding: 0 0 20px 25px;
}
	#content .featured {
		background-color: #ffffff;
		border: 1px solid #E0E0E0;
		margin-bottom: 15px;
		padding: 20px;
	}
		#content .featured h2 {
			font-size: 0.9em;
			text-transform: uppercase;
			color: #ffffff;
			background-color: #0B0C0D;
			padding: 10px;
			float: left;
		}
		#content .featured .container {
			clear: both;
			padding: 20px 6px 10px;
			border-top: 3px solid #0B0C0D;
		}
		#content .featured .container .buffer {
			width: 520px; height: 380px;
			overflow: hidden;
		}
		#content .featured .container .item {
			width: 520px; height: 380px;
			overflow: hidden;
			position: relative;
		}
			#content .featured .container .item img {
				width: 520px;
			}
			#content .featured .container .item .text {
				position: absolute;
				left: 0; bottom: 0;
				padding: 15px;
				background: url(images/shade.png) repeat 0 0;
				color: #ffffff;
			}
				#content .featured .container .item .text h3 {
					margin-bottom: 5px;
					font-size: 1.5em;
				}
				#content .featured .container .item .text h3 a {
					color: #ffffff;
					text-decoration: none;
				}
				#content .featured .container .item .text p {
					
				}
	#content .post {
		clear: both;
		background-color: #ffffff;
		border: 1px solid #E0E0E0;
		margin-bottom: 15px;
		padding: 15px 15px 5px;
	}
	.post #podkat {
    margin: 1em 0 2em !important;
    padding: 10px 15px !important;
    background: #F4F4F4
  }   
	.post #podkat ul {
    margin: 0em !important;
    padding: 0 0 0em !important;
    list-style-type: none;
  }         
	.post #podkat li {
    float: left; 
    margin: 0px !important;
    padding: 0  !important;
    list-style-type: none !important;
  }         
	.post #podkat li a {
    display: block;
    float: left;  
    margin: 3px 5px 3px 0px;
    padding: 3px 5px;
    background:#26226F;
    color: #fff;
    font-weight: bold
  }
		#content .post .thumb {
			float: left;
			margin: 0 10px 10px 0;
			padding: 5px;
			border: 1px solid #E0E0E0;
		}
			#content .post .thumb img {
				
			}
		#content .post h2 {
			font-size: 1.2em;
			padding-bottom: 5px;
			margin-bottom: 5px;
		}
			#content .post h2 a {
			}
		#content .post .author a {
			float: left;
			padding: 2px 8px;
			display: block;
			color: #ffffff;
			background-color: #77A8E8;
			text-transform: uppercase;
			text-decoration: none;
			font-size: 0.8em;
			margin: 0 5px 10px 0;
		}
		.date  {
		   background: url(images/calendar.png) left center no-repeat;
       padding: 2px 0px 2px 20px ;
       font-size: 80%;
       color: #999;
       display: block;
       margin-bottom: 0px;
       border-top: 1px solid #F4F4F4;
       border-left: 0 ;
       border-right: 0
		}   
		.date2  {           
       border-bottom: 1px solid #F4F4F4;
       margin-bottom: 10px
		}
		#content .post p {
			margin-bottom: 10px;
			
		}   
		#content .post ul {
			margin: 5px 10px;
			
		}  
		#content .post ul li {
			margin: 5px 10px;
			
		}
		.fb {margin-top: 15px; padding-top: 15px;border-top: 1px solid #F4F4F4}
			#content .post .comments {
				background: url(images/balloon-left.png) left center no-repeat;
				padding: 0px 0px 2px 20px;
				float: right
			}
			#content .post .details a {
			}
	#content .postnav {
		clear: both;
		padding: 20px 0;
		font-size: 0.9em;
		font-weight: bold;
	}
		#content .postnav a {
			text-decoration: none;
			color: #333333;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 265px;
	float: right;
	padding: 0 25px 20px 0;
}
	#sidebar .box {
		clear: both;
		background-color: #ffffff;
		border: 1px solid #E0E0E0;
		margin-bottom: 10px;
		padding: 10px ;
	}  
	#sidebar #upcoming-events, #sidebar #todays-events {
		background: #f1f0fe;
		border: 1px solid #d1cdfb;
	} 
		#sidebar .box h3,#sidebar .box h2 {
			font-size: 1.2em;
			background: #F4F4F4;
			padding: 7px 10px;
			margin-bottom: 0px;
		}  
		#sidebar #upcoming-events h3, #sidebar #todays-events h3 {
			background: #d1cdfb url(images/cal-poz.png) 7px center no-repeat;
			padding-left: 40px
		}  
		
		#sidebar .box ul, #sidebar .box ul li {
			list-style-type: none;
			margin: 0; padding: 0
		}
			#sidebar .box  li  {
				clear: both;
				border-bottom: 1px dotted #DDDDDD;
				padding: 7px 10px !important;
			}   
			#sidebar .box  li li  {
				clear: both;
				border: 0 !important;
				padding: 0px !important;
			}
			#sidebar .box  p {
				padding-top: 5px;
			}
			.textwidget {
        padding: 7px 10px
      
      }
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #D6D6D6;
}
	#footer .top {
		height: 243px;
		padding-left: 50px;
	}
		#footer .box {
			width: 200px; height: 200px;
			overflow: hidden;
			float: left;
			margin: 0 5px;
		}
			#footer .box h2 {
				text-transform: uppercase;
				font-size: 1em;
				color: #666666;
				padding: 15px;
			}
			#footer .box ul {
				list-style-type: none;
				padding: 10px 15px;
			}
				#footer .box ul li {
					padding: 5px 0 5px 12px;
					background: url(images/bullet.gif) no-repeat 0 12px;
				}
				#footer .box ul li a {
					text-decoration: none;
					color: #666666;
				}
				#footer .box ul li a:hover {
					color: #99B934;
				}
	.bottom {
		clear: both;
		background:#26226f !important;
		color: #9995e5;
		font-size: 0.9em;
	}
		.bottom .l {
			float: left;
			padding: 12px;
		}
		 .bottom .r {
			float: right;
			padding: 12px;
		}
		.bottom a {
			color: #9995e5;
		}
		 .bottom a:hover {
			text-decoration: underline;
		}
/** END footer **/

/** BEGIN bookmarks **/
#bookmarks {
	width: 24px; height: 210px;
	background: url(images/bookmarks.gif) no-repeat 0 0;
	position: absolute;
	top: 40px; right: -24px;
	padding-top: 7px;
}
	#bookmarks a {
		display: block;
		width: 16px; height: 18px;
		text-indent: -9999px;
		outline: none;
		margin: 4px;
	}
	#bookmarks {
		
	}
/** END bookmarks **/ 

/** BEGIN miscellaneous **/
#content .single {
	padding: 30px 0 0 0;
	margin-bottom: 60px;
	color: #333333;
}
	#content .single p {
		
		margin-bottom: 10px;
	}
	#content .single ul, #content .single ol {
		list-style-position: inside;
		margin-bottom: 10px;
	}
	#content .single li {
		
		padding: 2px 0;
	}
	#content .single blockquote {
		padding: 10px 10px 5px;
		margin-bottom: 10px;
		background-color: #eeeeee;
		border-width: 1px 0;
		border-style: solid;
		border-color: #dddddd;
	}
	#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
		font-size: 1.2em;
		margin-bottom: 5px;
	}
#comments {
	color: #333333;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.2em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #bbbbbb;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 240px;
			border: 1px solid #bbbbbb;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #bbbbbb;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h1.title {
	font-size: 1.6em !important;
	margin-bottom: 15px;
	background: #fff; border: 1px solid #E0E0E0;
	padding: 7px 10px
}  
.post h1 {
	font-size: 1.6em !important;
	margin-bottom: 15px;
	padding: 7px 0px
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}

/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #aaaaaa;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 0 40px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #bbbbbb;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

/** WP Page Numbers **/

#wp_page_numbers {
	float: right;
	background-color: transparent;
	width: auto;
}
	#wp_page_numbers ul {
		border: 0;
	}
	#wp_page_numbers li {
		margin: 4px;
	}
	#wp_page_numbers ul li.page_info {
		background-color: #8d8d8d !important;
		color: #ffffff;
		padding: 10px;
		border: 0;
		font-size: 12px;
		font-family: Verdana;
		font-style: italic;
	}
	#wp_page_numbers li a {
		background-color: #8d8d8d !important;
		color: #ffffff;
		padding: 10px;
		border: 0 !important;
		font-size: 12px;
		font-family: Verdana;
		font-style: italic;
	}
	#wp_page_numbers ul li.active_page a {
		background-color: #636363 !important;
	}
	iframe {
		border: 0
	}