/*  
Theme Name: NaVíno.cz
Theme URI: http://www.navino.cz
Description: Vzhled pro www.navino.cz
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%;
	background: url(img/bg.png) left top repeat-y;
	}

#wrap, wrap2 {
	background: url(img/bg-page.png) center top repeat-y;
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	}
	
#wrap2 {
	background: url(img/bg-page.png) center top repeat-y;
	width: 1000px;
	margin: 0 auto;
	}

#wrap3 {
	background: url(img/bg-main.png) center top no-repeat;
	width: 823px;
	margin: 0 auto;
	min-height: 727px;
	height: auto !important;
  	height: 727px;
	padding: 0 91px 0 86px;
	}
 
#header {
	height: 80px;
	}
	
h1 {
	float: left;
	}
	
h1 a span {
	display: none;
	}

h1 a {
	display: block;
	width: 194px;
	height: 44px;
	padding: 21px 252px 15px 17px;
	background: url(img/logo.png) 17px 21px no-repeat;
	}
	
#recommend {
	width: 330px;
	height: 30px;
	background: url(img/recommend.png);
	margin: 23px 10px 0 0;
	float: right;
	padding: 14px 10px 0 10px;
	font-size: 14px;
	text-align: center;
	color: #333;
	display: inline;
	}
	
#recommend a {
	color: #333;
	}

a {
	text-decoration: underline;
	color: #fff;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	margin: 0 0 0 11px;
	width: 557px;
	float: left;
	min-height: 600px;
	height: auto !important;
  	height: 600px;
	display: inline;
	}
	
#ilimg {
	width: 557px;
	height: 174px;
	background: url(img/ilimg.jpg) 8px 8px no-repeat;
	margin: 0 0 0 0;
	}
	
#ilimg-bg {
	background: url(img/ilimgbg.png);
	width: 557px;
	height: 174px;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
/* main structure */

/* sidebar */	
#side {
	width: 251px;
	float: right;
	color: #fff;
	margin: 0 4px 0 0;
	padding: 8px 0 0 0;
	background: url(img/sidebar-top.png) left top no-repeat;
	}
	
#side ul {
	background: url(img/sidebar-bottom.png) left bottom no-repeat;
	padding: 0 0 6px 0;
	}
	
#side ul li ul {
	padding: 0;
	background: none;
	}
	
#side h4 {
	display: none;
	}
	
#side ul li {
	list-style: none;
	}

#side ul li ul li ul.children {
	display: none;
	}
	
#side ul li ul li.current-cat ul.children, #side ul li ul li.current-cat-parent ul.children {
	display: block;
	}
	
#side ul li ul li.cat-item-3 {
	display: none;
	}
	
#side ul li ul li a {
	width: 216px;
	height: 33px;
	display: block;
	background: url(img/side-li.png);
	color: #fff;
	text-decoration: none;
	padding: 13px 8px 0 27px;
	}
	
#side ul li ul li a:hover {
	color: #FF9900;
	}
	
#side ul li ul li.current-cat a {
	background: url(img/side-lih.png);
	color: #003300;
	}
	
#side ul li ul li.current-cat ul li a, #side ul li ul li.current-cat-parent ul li a {
	background: url(img/side-lisub.png) repeat-y;
	height: 20px;
	padding-top: 6px;
	padding-bottom: 5px;
	color: #fff;
	}
	
#side ul li ul li.current-cat ul li a:hover, #side ul li ul li.current-cat-parent ul li a:hover, #side ul li ul li.current-cat-parent ul li.current-cat a {
	background: url(img/side-lisubli.png) repeat-y;
	color: #fff;
	}
/* sidebar */

/* text */
#text {
	line-height: 1.5;
	padding: 15px 20px 5px 20px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p {
	padding: 5px 0;
	}
	
h2 {
	font-size: 22px;
	background: url(img/h2bg.png) left bottom repeat-x;
	color: #FF9900;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 0;
	background: url(img/headline-bg.png) left bottom repeat-x;
	padding: 0 0 5px 0;
	}
	
.post h2 a {
	text-decoration: none;
	}
	
.post h2 {
	color: #fff;
	}

h3 {
	font-weight: bold;
	color: #eee;
	padding: 12px 0 0 0;
	font-size: 18px;
	margin: 0;
	}

h4 {
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	margin: 0;
	}
	
.post {
	margin: 0 0 20px 0;
	}
	
.post ul li {
	list-style: none;
	background: url(img/bullet_white.png) left no-repeat;
	padding: 0 0 0 23px;
	margin: 3px 0 3px 5px;
	}
	
.post ol li {
	margin: 3px 0 3px 28px;
	}

blockquote {
	border-left: 5px solid #ccc;
	margin: 10px 15px;
	color: #eee;
	padding: 0 5px 0 15px;
	}
	
#text .wp-smiley {
	padding: 0;
	background: none;
	}

#text img {
	border: 2px solid #ccc;
	}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}
	
#text img.wp-smiley {
	border: none;
	}
/* text */

/* footer */
#box {
	background: url(img/box.png) left top no-repeat;
	width: 812px;
	height: 31px;
	margin: 15px 0 0 5px;
	font-size: 12px;
	color: #ab8576;
	text-align: center;
	padding: 15px 0 0 0;
	}
	
#box a {
	color: #ab8576;
	}
	
#odkazy {
	font-size: 11px;
	margin: 5px 10px 0 10px;
	padding: 0 0 5px 0;
	color: #fff;
	text-align: center;
	}
/* footer */		

/* other */	
#nav {
	height: 28px;
	font-size: 13px;
	}
	
#nav a {
	color: #666;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	

