/*  
Theme Name: World of Goo
Theme URI: http://www.worldofgoo.cz
Description: Vzhled pro www.worldofgoo.cz
Version: 1.0
Author: Machi
Author URI: http://www.machi.cz
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #333;
	}
	
#wrap {
	width: 817px;
	margin: 10px auto 0 auto;
	background: url(img/wrapbg.png) left top repeat-y;
	}
	
#wrap2 {
	width: 817px;
	margin: 0 auto;
	background: url(img/wrap2bg.png) left bottom no-repeat;
	padding: 0 0 70px 0;
	}
 
#header {
	width: 800px;
	margin: 0 0 0 1px;
	height: 241px;
	background: url(img/header.jpg) bottom no-repeat;
	border-bottom: 8px solid #6792ab;
	}
	
h1 {
	font-size: 30px;
	color: #333;
	font-weight: normal;
	}
	
h1 a {
	display: block;
	width: 780px;
	height: 228px;
	color: #333;
	text-decoration: none;
	text-align: right;
	padding: 12px 20px 0 0;
	}
	
h1 a:hover {
	text-decoration: none;
	}

a {
	text-decoration: underline;
	color: #336699;
	}

a:hover {
	text-decoration: none;
	}
	
#content {
	margin: 1px 0 0 1px;
	background: url(img/contentbg.png) 573px top repeat-y;
	width: 800px;
	}

.cleaner {
	clear: both;
	height: 0;
	line-height: 0;
  	font-size: 0; 
	}
/* main structure */

/* sidebar */	
#side {
	width: 200px;
	float: right;
	color: #333;
	font-size: 0.750em;
	display: inline;
	padding: 0 0 35px 0;
	}
	
#side ul {
	}
	
#side ul li.widget_pages h4 {
	display: none;
	}
	
#side ul li h4 {
	color: #333;
	margin: 15px 0 5px 0;
	}
	
#side ul li {
	list-style: none;
	}
	
#side ul li ul li {
	margin: 0;
	}

#side ul li.widget_pages ul li a {
	display: block;
	width: 175px;
	height: 26px;
	background: url(img/sidelibg.png) left top repeat-x;
	color: #333;
	text-decoration: none;
	padding: 7px 10px 0 15px;
	}
	
#side ul li.widget_pages ul li a:hover {
	background: url(img/sidelibghover.png) left top repeat-x;
	}
	
#side ul li.widget_pages ul li.current_page_item a {
	background: url(img/sidelibgactive.png) left top repeat-x;
	}
	
#side ul li.widget_sideblog ul li {
	margin: 0 5px 10px 0;
	}
	
#side ul li ul li ul li a {
	
	}
/* sidebar */

/* text */
#text {
	width: 540px;
	float: left;
	color: #444;
	line-height: 1.5;
	padding: 10px 0 0 15px;
	font-size: 0.800em;
	}
	
p {
	padding: 5px 0;
	}
	
h2 {
	font-size: 1.5em;
	background: url(img/h2.png) left no-repeat;
	color: #333;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin: 0 0 2px 0;
	}

h3 {
	font-weight: bold;
	color: #12222e;
	padding: 12px 0 0 0;
	font-size: 1.250em;
	margin: 0;
	}
	
h3 a {
	text-decoration: none;
	color: #12222e;
	}

h4 {
	padding: 10px 0 0 0;
	font-weight: bold;
	color: #567080;
	font-size: 1.125em;
	margin: 0;
	}
	
strong {
	color: #496076;
	}
	
.post ul li {
	list-style: none;
	background: url(img/bullet_blue.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 #567080;
	margin: 10px 15px;
	color: #666;
	padding: 0 5px 0 15px;
	}
	
#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;
	}
	
#text img.noatt {
	padding: 0;
	border: none;
	background: none;
	}
/* text */

/* comments */	
h3.comments {
	color: #444;
	margin: 0 0 15px 0;
	}
	
.commentmetadata {
	color: #666;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 2px 0;
	margin: 0 10px 5px 10px;
	}
	
.commentmetadata a {
	color: #666;
	}
	
.commentcontent {
	padding: 0 10px 5px 10px;
	}
	
ol.commentlist {
	list-style: none;
	}
	
ol.commentlist li {
	margin: 0 0 15px 0;
	background-color: #f7f7f7;
	border-left: 5px solid #567080;
	border-right: 5px solid #567080;
	font-size: 0.875em;
	}
	
ol.commentlist li.alt {
	border-left: 5px solid #c9c9c9;
	border-right: 5px solid #c9c9c9;
	}

ol.commentlist ul li, ol.commentlist ol li {
	margin: 2px 0;
	}
	
ol.commentlist ul, ol.commentlist ol {
	margin: 0 0 0 25px;
	}
	
textarea#comment {
	margin: 1px 0 5px 0;
	border: 5px solid #ecf1f2;
	background-color: #f7f7f7;
	font-size: 1.125em;
	padding: 5px;
	color: #444;
	width: 520px;
	}
	
#author, #email, #url {
	border: 2px solid #c9c9c9;
	background-color: #fff;
	padding: 2px;
	margin: 1px 0;
	color: #444;
	}
	
#submit {
	font-size: 1em;
	color: #444;
	padding: 5px;
	font-weight: bold;
	}
	
small {
	font-size: 0.75em;
	}
/* comments */

/* footer */
#box {
	font-size: 0.675em;
	color: #fff;
	margin: -50px 0 0 0;
	text-align: right;
	padding: 0 120px 0 0;
	}
	
#box a {
	color: #fff;
	}
/* footer */		

/* other */	
#nav {
	height: 28px;
	font-size: 13px;
	}
	
#nav a {
	color: #666;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
