/*  
Theme Name: Sahara Light
Theme URI: http://www.bloggdesign.se
Description: Stylish simple nature Wordpress theme.
Author: Bloggdesign.se
Author URI: http://www.bloggdesign.se
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color: #a4a4a4;
	font-family: Arial, Helvetica, sans-serif;
}

#wrap {
	width: 702px;
	margin: 0 auto;
}
 
#header {
	height:173px;
	background:url(img/header.jpg);
	}
	
#description {
	padding-left: 40px;
	}
	
h1 {
	font-size:24px;
	font-weight:bold;
	}
	
h1 a {
	color:#0088cd;
	font-weight:bold;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
#desc {
	font-size: 14px;
	color:#414141;
	padding-top: 7px;
	}
	
#content {
	background: url(img/content.png) repeat-y;
}

.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	text-align: right;
	height: 55px;
}

#pagelist ul {
	padding: 15px 25px 0 0;
}
	
#pagelist ul li {
	display: inline;
	padding: 0 12px 0 12px;
}
	
#pagelist ul li a {
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	}
	
#pagelist ul li a:hover {
	color:#0087cc;
	text-decoration: none;
	}
	
#pagelist ul li.current_page_item a {
	color:#0087cc;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	width: 101px;
	padding: 18px 25px 0 22px;
	float: right;
	color: #000000;
	font-size: 12px;
	line-height:1.4;
	margin-bottom: 10px;
}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-weight: bold;
	color: #414141;
	font-size: 16px;
	padding: 20px 0;
	margin-bottom: 0;
}

#side ul li {
}

#side ul li ul li{
	margin:0;
}
	
#side ul li ul.children li {
	margin-left:20px;
	}
	
#side a {
	color:#01cec3;
	font-size:14px;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
	
#s {
	width: 100%;
	border: 1px solid #d2d2d2;
	height: 16px;
	font-size: 12px;
	color: #444;
}

#searchsubmit {
	color: #01cec3;
	font-size: 14px;
	background: none;
	border: none;
	cursor: pointer;
}
/* sidebar */

/* text */
#text {
	width: 488px;
	padding: 25px 32px 0 32px;
	float:left;
	font-size:12px;
	color: #414141;
	text-align:justify;
	}

p {
	padding:5px 0;
	}
	
h2 {
	color:#444;
	font-size:20px;
	margin-bottom:10px;
	}

.post h2 {
	color:#01cec3;
	font-size:18px;
	font-weight:bold;
	margin-bottom: 0;
	}
	
.post h2 a {
	color:#01cec3;
	}
	
.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 {
	margin-top:5px;
	background:url(img/quote.png) left top no-repeat;
	padding:5px 5px 5px 45px;
	}
	
blockquote blockquote {
	background:none;
	}
		
.post {
	margin-bottom:40px;
	}
	
.pub {
	font-size:10px;
	padding: 7px 0 15px 0;
	}
	
.comm {
	margin-top:10px;
	}

.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#444;
	text-align:left;
	}
	
h3 {
  	margin-top:5px;
	font-size:14px;
	}
	
a {
	text-decoration:none;
	color:#00cec3;;
	}
	
a:hover {
	text-decoration:underline;
	}
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
	}
	
.commentmetadata {
	padding:5px;
	background-color:#e9e9e9;
	color:#444;
	}
	
.commentmetadata a {
	color:#444;
	}
	
.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:#e9e9e9 1px solid;
	background-color:#fff;
	padding:5px;
	color:#444;
	}
	
#author, #email, #url {
	border:#e9e9e9 1px solid;
	background-color:#fff;
	padding:2px;
	margin:1px 0;
	color:#444;
	}
/* comments */

/* footer */
#box {
	color:#414141;
	font-size:9px;
	height:17px;
	text-align:center;
	background:url(img/box.png) no-repeat;
	padding: 3px 0 0 0;
	}
	
#box a {
	color:#0088cd;
	}
/* footer */		

/* other */	
#nav {
	height:20px;
	font-size:12px;
	padding-bottom: 5px;
	}

.floatleft {
	float:left;
	margin-right:10px;
	}
	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
/* other */	
