/*  
Theme Name: OmalovankyOnline.cz
Theme URI: http://www.omalovankyonline.cz
Description: Vzhled pro www.omalovankyonline.cz
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}

body {
	background: url(img/bgtop.jpg) center top no-repeat #202e38;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	}
	
#wrap {
	background: url(img/bgbottom.jpg) center bottom no-repeat;
	width: 100%;
	}

#header {
	height: 174px;
	}
	
h1 a span {
	display: none;
	}

h1 a {
	display: block;
	height: 194px;
	width: 779px;
	margin: 0 auto 0 auto;
	}
	
a {
	text-decoration: underline;
	color: #777;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0 0 200px 0;
	background: url(img/content.jpg) left bottom no-repeat #ffffcb;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
	
.topbox {
	background-color: #f5c316;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	color: #000;
	}
/* main structure */

/* sidebar */	
#side {
	width: 279px;
	float: right;
	margin: 4px 0 0 0;
	background: url(img/side.jpg) left top repeat-y;
	color: #000;
	font-size: 13px;
	}
	
#side ul {
	background: url(img/side-top.jpg) left top no-repeat;
	padding: 100px 0 0 0;
	}
	
#side ul li ul {
	background: none;
	padding: 0;
	}
	
#side ul li {
	list-style: none;
	}
	
#side ul li ul li {
	width: 100%
	}
	
#side ul li ul li a {
	display: block;
	background: url(img/side-li.jpg) left center no-repeat;
	padding: 0 0 0 40px;
	margin: 4px 0 4px 3px;
	font-weight: bold;
	text-decoration: none;
	}
	
#side ul li ul li a:hover {
	text-decoration: underline;
	}
	
#side h4 {
	font-size: 16px;
	margin: 20px 0 10px 10px;
	color: #000;
	}

#side-bottom {
	height: 99px;
	background: url(img/side-bottom.jpg);
	}
	
#side ul li.widget_categories h4 {
	display: none;
	}
	
#side ul li div {
	line-height: 1.5;
	padding: 0 20px 0 10px;	
	}
/* sidebar */

/* text */
#text {
	width: 500px;
	float: left;
	color: #000;
	line-height: 1.5;
	padding: 10px 0 0 0;
	font-size: 13px;
	}
	
.boxtext {
	margin: 0 0 0 10px;
	height: 70px;
	}
	
p {
	padding: 5px 15px;
	}
	
h2 {
	width: 382px;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 15px;
	background: url(img/headline.png);
	font-size: 15px;
	color: #000;
	font-weight: bold;
	}
	
h3 {
	width: 382px;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 14px;
	background: url(img/headline.png);
	font-size: 15px;
	color: #444;
	font-weight: bold;
	}
	
.post ul li {
	padding: 0 0 0 23px;
	margin: 3px 0 3px 5px;
	}
	
.post ol li {
	margin: 3px 0 3px 28px;
	}
	
#text .wp-smiley {
	padding: 0;
	background: none;
	}

#text img {
	background-color: #fff;
	padding: 6px;
	border: 1px solid #babec1;
	}
	
#text img.alignleft {
	float: left;
	margin: 5px 20px 5px 0;
	}
	
#text img.alignright {
	float: right;
	margin: 5px 0 5px 20px;
	}
	
.ngg-galleryoverview {
	margin: 0 0 0 15px;
	}
/* text */

/* footer */
#box {
	width: 779px;
	line-height: 22px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #555;
	font-size: 11px;
	height: 227px;
	}
	
#box a {
	color: #666;
	}
	
#links a {
	color: #fff;
	}
/* footer */	

