/*  
Theme Name: Stripy WordPress
Theme URI: http://www.ilcomuneinforma.it
Description: Three column WordPress theme
Version: 1.0
Author: Ilcomuneinforma.it
Author URI: http://www.ilcomuneinforma.it
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background: url(img/background.png) top repeat-x #000000;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #222e33;
}

#wrap {
	width: 918px;
	margin: 0 auto;
}
 
#header {
	height:132px;
	background:url(img/header-bg.png);
	padding: 15px;
	}
	
#description {
	float:left;
	margin: 55px 0 0 0;
	}
	
h1 {
	font-size:45px;
	font-weight: normal;
	}
	
h1 a {
	color:#35adc2;
	text-decoration: none;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	font-size: 13px;
	color:#444;
	letter-spacing: 1px;
	}
	
#topblock {
	float: right;
	font-size: 12px;
	color: #444;
}

#topblock img {
	border: 2px solid #cdddde;
}

#searchform {
	margin: 0 0 45px 0;
	text-align: right;
}

#s {
	width: 174px;
	height: 20px;
	background: url(img/search-bg.png);
	border: none;
	color: #444;
	font-size: 12px;
	padding: 6px 4px 0 4px;
	font-style: italic;
	vertical-align: middle;
}

#searchsubmit {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 73px;
	height: 20px;
	background: url(img/search-button.png);
	border: none;
	color: #fff;
	font-size: 12px;
	color: #f5f5f5;
	margin: 0 0 0 5px;
	vertical-align: middle;
}
	
#content {
	background: url(img/content-bg.png) repeat-y;
}

#content-top {
	height: 19px;
	background: url(img/content-top.png) top no-repeat;
}

.cleaner {
	clear: both;
	height:0;
	line-height:0;
  	font-size:0; 
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	height: 50px;
	background: url(img/pagelist-bg.png) repeat-x;
	font-size: 16px;
}

#pagelist ul li {
	float: left;
	display: block;
	height: 46px;
	background: url(img/pagelist-button-r.png) top right no-repeat;
	white-space: nowrap;
	list-style-type: none;
	margin: 2px 0 0 15px;
	display: inline;
}
	
#pagelist ul li a {
	color: #fff;
	float: left;
	display: block;
	background: url(img/pagelist-button-l.png) top left no-repeat;
	text-decoration: none;
	height: 34px;
	padding: 12px 15px 0 15px;
	}
	
#pagelist ul li a:hover {
	color: #000;
	}
	
#pagelist ul li.current_page_item a {
	font-weight: bold;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width: 400px;
	float: right;
	color: #000000;
	font-size: 12px;
	line-height:1.4;
}

#side li, #side ul {
	list-style-type:none;
	}

#sideleft {
	float: left;
	width: 160px;
}

#sideright {
	float: right;
	width: 217px;
	margin: 0 5px 0 0;
}
	
#sideright h2 {
	display: block;
	width: 217px;
	height: 33px;
	padding: 9px 0 0 0;
	background: url(img/sideright-headline.png);
	font-size: 16px;
	color: #cdddde;
	text-align: center;
	margin: 0;
}

#sideright ul li {
	border-bottom: 3px solid #cdddde;
	margin: 0 0 15px 0;
	padding: 0;
}

#sideright ul li ul li {
	border: none;
	margin: 0;
	padding: 0;
}

#sideleft h2 {
	font-size: 16px;
	color: #0E5064;
	font-weight: bold;
	margin: 5px 0 7px 0;
}

#sideleft ul li {
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
}

#sideleft ul li ul li {
	border: none;
}

#sideleft a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	border: none;
	}
	
#sideleft a:hover {
	text-decoration:underline;
	background-color: #DEF3FA;
	}

#side ul li ul li {
	margin: 0;
	padding: 0;
}

#side ul li ul.children li {
	margin: 0;
	padding: 0;
	}
	
#side ul li ul.children li a {
	padding-left: 20px;
	}
	
#sideright a {
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	border-left: 1px solid #DEF3FA;
	border-right: 1px solid #DEF3FA;
	}
	
#sideright a:hover {
	text-decoration:underline;
	background-color: #DEF3FA;
	}
	
#side li#tag_cloud a {
	display: inline;
	padding: 0;
}

#side li#recent-comments a {
	display: inline;
	padding: 0;
}

#side li#recent-comments ul {
	padding: 0 5px;
}

#side li#calendar table {
	padding: 0 10px;
	text-align: center;
}

#side li#calendar table th {
	padding: 0 5px;
	border: 1px solid #68A2F5;
}

#rss-feed {
	height: 71px;
	background: url(img/rss.png) left no-repeat;
}

#rss-feed a {
	margin: 0 0 0 60px;
}

#rss-feed a:hover {
	background: none;
}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width: 473px;
	float: left;
	font-size: 13px;
	color: #02303f;
	text-align: justify;
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	}
	
.post-date {
	width: 72px;
	height: 83px;
	background-image: url(img/post-date.png);
	text-align:center;
	float:left;
	margin-right:20px;
}

.post-month {
	font-size:14px;
	color:#fff;
	padding: 5px 0 0 0;
}

.post-day {
	font-size:26px;
	font-weight:normal;
	color:#000;
	padding: 10px 0 0 0;
	color: #02303f;
}
	
p {
	padding:5px 0;
	}
	
h2 {
	color: #07527C;
	font-weight: normal;
	margin: 0 0 17px 0;
	font-size:19px;
	}

.post h2 {
	color: #034759;
	font-size: 19px;
	font-weight: normal;
	background: url(img/headline-bg.png) bottom repeat-x;
	margin: 0 0 0 92px;
	padding: 0 0 6px 4px;
	}
	
.post h2 a {
	color: #034759;
	text-decoration: none;
	}
	
.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 {
	border-left: 5px solid #0673B1;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 10px;
	color: #444;
}
	
.pub {
	font-size:10px;
	color:#333;
	margin: 2px 0 0 100px;
	}
	
.pub a {
	font-weight:bold;
	color:#333;
	text-decoration: none;
}

.pub a:hover {
	text-decoration: underline;
}
	
.comm {
	background: url(img/comments.png);
	width: 131px;
	height: 25px;
	font-size:14px;
	color:#fcfcfc;
	float: right;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0 0 30px 0;
	}
	
.comm a {
	color:#fcfcfc;
	text-decoration: none;
	}
	
.comm a:hover {
	text-decoration: underline;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h3,h4,h5,h6 {
	color:#444;
	text-align:left;
	}
	
h3 {
  	margin-top:5px;
	font-size:15px;
	}
	
a {
	text-decoration:underline;
	color: #02303f;
	}
	
a:hover {
	text-decoration:none;
	}
/* headlines and links */

/* comments */	
h3.comments, h3#post-comment {
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
	color: #0E3978;
	}
	
.commentmetadata {
	background: url(img/comments-bg.png);
	color:#FFFFFF;
	height: 25px;
	padding: 5px 5px 0 5px;
	}
	
.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;
	}
	
ol.commentlist ul, ol.commentlist ol {
	margin-left:25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border: #1a84ae 2px solid;
	background-color: #9EC2F8;
	padding:5px;
	color:#444;
	width: 459px;
	}
	
#author, #email, #url {
	border: #1a84ae 2px solid;
	background-color: #9EC2F8;
	padding:2px;
	margin:1px 0;
	color:#444;
	}
	
#submit {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 131px;
	height: 30px;
	background: url(img/comments.png);
	border: none;
	color: #fff;
	font-size: 12px;
	color: #f5f5f5;
	margin: 0 0 10px 0;
}
/* comments */

/* footer */
#box {
	color: #A7DCFC;
	font-size:12px;
	height: 27px;
	padding: 8px 0 0 0;
	text-align:center;
	background-color: #1a84ae;
	margin: 0 0 10px 0;
	}
	
#box a {
	color: #fff;
	text-decoration: underline;
	}
	
#box a:hover {
	text-decoration: none;
}
/* footer */		

/* other */	
#nav {
	height: 33px;
	font-size:13px;
	color:#444;
	font-weight: bold;
	}
	
#nav a {
	color: #444;
	background-color: #DDF1FD;
	padding: 5px;
	display: block;
}
	
.floatleft {
	float:left;
	margin-right:10px;
	padding: 3px;
	background-color: #CEEFF9;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	padding: 3px;
	background-color: #CEEFF9;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
