/*  
Theme Name: BlueSnoopy
Theme URI: http://www.bluesnoopy.com
Description: Simply Blue customised
Version: 1.0
Author: Daniel Porter
Author URI: http://danielswww.com
*/

/* ************************************************************************************************************************************************************

Obviously feel free to change the info above once you've added your own styling

************************************************************************************************************************************************************ */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */



/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background:url(images/background.png) repeat-x #325976;
	margin:12px 0 0 0;
	font-size: 62.5%;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	}
 
#header {
	margin:0 auto 8px auto;
	width:832px;
	height:168px;
	background:url(images/header.png);
	text-align:center;
	}

#banner {
	margin:0 auto 0 auto;
	width:832px;
	height:151px;
	text-align:center;

}

#banner img{
	padding:0px;
        border:none;
}
	
#header-date {
	font-size:120%;
	font-style:italic;
	padding-right:33px;
	padding-top:9px;
	height:14px;
	text-align:right;
	}
	
#description {
	margin-top:18px;
	height:91px;
	}
	
#description a{
  	text-decoration:none;
	}

#desc {
	margin-top:15px;
	font-size:140%;
	font-style:italic;
	}
	
h1 {
	font-size:300%;
	}
	
h1 a {
	font-weight:bold;
	color:#FFFFFF;
	}
	
#content {
	margin:0 auto;
	width:832px;
	}
	
#footer {
	background:url(images/footer.png) no-repeat;
	width:832px;
	height:75px;
	padding-top:40px;
	margin:0 auto 0 auto;
	text-align:center;
	font-size:120%;
	}

img#wpstats{
        display:none
        }
	

.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	margin-left:10px; 
	}
	
#pagelist ul li {
	list-style-type:none;
	display:block;
	float:left;
	}
	
#pagelist ul li a {
	display:block;
	height:26px;
	float:left;
	font-size:1.3em;
	font-weight:normal;
	padding:10px 8px 0 8px;
        color:black;
	}
	
#pagelist ul li a:hover {
	background:url(images/pagelist-hover.png) repeat-x;
	text-decoration:none;
	}
/* pagelist and search */	

/* sidebar */	
#side {
	padding-top:11px;
	width:234px;
	float:left;
	margin-bottom:10px;
	}
	
#side img {
	padding:0;
	border:none;
	}

#sidebar-top {
	background:url(images/sidebar-top.gif) no-repeat;
	height:32px;
	}
	
#sidebar-bottom {
	background:url(images/sidebar-bottom.gif) no-repeat;
	height:30px;
	}

ul#sidebar {
	background-color:#1f3a4f;
	border-left:1px solid #84c5fd;
	border-right:1px solid #84c5fd;
	font-size:120%;
	padding:0 10px 10px 30px;
	}		
	
#side ul li {
	list-style-type:none;
	}
	
#side #sidebar ul li {
	padding:2px 0;
	}
	
#side #sidebar ul li .children {
	padding:2px 0 2px 15px;
	}
	
#side h2 {
	font-size:1.2em;
	color:#FFFFFF;
	padding:10px 0 10px;
	margin-left:-10px;

	}
	
#sidebar a {

	text-decoration:none;
	font-weight:normal;
	}
	
#sidebar a:hover {
	text-decoration:underline;
	}
	
#searchsubmit {
	border:none;
	color:#FFFFFF;
	background:none;
	font-size:120%;
	font-weight:normal;
	padding-left:5px;
	height:23px;
	vertical-align:middle;
	}
	
#s {
	width:120px;
	height:19px;
	border:1px solid #000000;
	background:url(images/search.png);
	padding:2px;
	}
/* sidebar */

/* text */
#text {
	width:590px;
	float:right;
	text-align:justify;
	font-size:120%;
	}
	
.post {
	margin-bottom:10px;
	width:590px;
	}
	
.post-content {
	background-color:#1f3a4f;
	border-left:1px solid #84c5fd;
	border-right:1px solid #84c5fd;
	padding:0 7px 7px 7px;
	}
	
.post-top {
	height:50px;
	background:url(images/post-top.gif) no-repeat;
	}

.page-top {
	height:50px;
	background:url(images/page-top.gif) no-repeat;
	}
	
.post-bottom {
	height:24px;
	background:url(images/post-bottom.gif) no-repeat;
	padding:6px 30px 0 30px;
	}
	
.post-bottom a {
	font-weight:normal;
	}
	
.post-comments {
	float:left;
	}
	
.post-readmore {
	float:right;
	}

#text h2 {
	color:#FFFFFF;
	font-size:140%;
	margin-bottom:5px;
	margin-top:10px;
	}

.post-left {
	float:left;
	margin-left:45px;
	margin-top:11px;
	}
	
.post-category {
	padding-top:6px;
	font-size:80%;
	}
	
.post-category a {
	font-weight:normal;
	}

#text .post h2 {
	margin-top:5px;
	float:left;
	}
		
.post h2 a {
	font-size:90%;
	}

.post-date {
	float:right;
	margin-top:3px;
	margin-right:84px;
	text-align:center;
	line-height:2;
	}

.post-month {
	font-size:80%;
	}
	
.post-day {
	font-size:120%;
	}
	
p {
	padding:5px 0;
	}
	
#text ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
#text ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
/*	background:url(images/quote.gif) left top no-repeat; */
	padding:5px 5px 5px 40px;
	color:#66CCFF;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	border:1px solid #CCCCCC;
	}
	
.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#66CCFF;
	}
	
h3 {
  	margin-top:5px;
	font-size:115%;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#footer a {
	color:#999999;
	}
	
.pub a {
	text-decoration:none;
	font-weight:normal;
	}
	
.pub a:hover {
	text-decoration:underline;
	}	
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:20px;
	margin-bottom:5px;
	font-size:140%;
	color:#FFFFFF;
	}
	
.commentmetadata {
	background-color:#264762;
	padding:5px;
	width:510px;
	}
	
.obsahk {
	background-color:#2F5677;
	padding:5px;
	width:510px;
	margin-bottom:10px;
	}
	
ol.commentlist {
	list-style:none;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:5px;
	}
	
#author, #email, #url {
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:2px;
	margin:1px 0;
	}
	
.writec {
	margin-left:25px;
	}
/* comments */

/* other */	
.floatright {
	float:right;
	margin-left:10px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}
	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

#calendar a {
	font-weight:bold;
	text-decoration: underline;
	}
  
#calendar a:hover {
	text-decoration:underline;
	}
	

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	font-size:1.2em;
	text-align: center;
	font-weight:bold;
	padding-bottom:2px;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar th {
	padding: 3px 0;
	text-align: center;
	}


/* other */

#body_content {position: absolute;left: -10000px;};
