/*  
Theme Name: Hat Shrapnel Theme
Description: Hat Shrapnel Modified
Version: 
Author: PokerMunch, modified by Hat Shrpnel
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#bdbdbd;
	margin:0;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}
 
#header {
	margin:0 auto;
	width:990px;
	height:279px;
	background:url(img/header.png);
	}
	
#description {
	padding-left:395px;
	padding-top:80px;
	}
	
/*Site Name*/

h1 {
	font-size:35px;
	padding-top:10px;
	}
	
h1 a {
	color:#000000;
	font-weight:normal;
	}
	
h1 a:hover {
	text-decoration:underline;
	}
	
/*Subtitle*/

#desc {
	font-size:16px;
	padding-left:30px;
	}
	
#pagestop {
	margin:35px 80px 0 0;
	float:right;
	width:640px;
	}
	
#pagestop li {
	list-style-type:none;
	display:inline;
	padding:3px 20px 0 20px;
	background:url(img/colon.png) right top no-repeat;
	}
	
#pagestop li a {
	color:#FFFFFF;
	font-size:20px;
	font-weight:normal;
	}
	
#pagestop li a:hover {
	text-decoration:underline;
	}
	
#content {
	margin:0 auto;
	width:990px;
	background:url(img/body.png) repeat-y;
	}
	
	
#footer {	
	width:990px;
	height:45px;
	background:url(img/footer.png) top no-repeat;
	margin:0 auto;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding-top:40px;
	}
	
.cleaner {
	clear:both;
	}
/* main structure */
	
/* sidebar */	
#side {
	width:179px;
	float:left;
	font-size:16px;
	color:#00129c;
	background-color:#eeeeee;
	margin-left:70px;
	}
	
#sidecontent {
	margin:0 10px 15px 30px;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#side h2 {
	font-size:16px;
	color:#000000;
	padding:20px 0;
	}
	
#side a {
	line-height:normal;
	color:#00129c;
	text-decoration:none;
	font-weight:normal;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#side img {
	padding:0;
	border:none;
	}
	
#sidebarbottom {
	height:28px;
	width:179px;
	background:url(img/sidebarbottom.png) no-repeat;
	}
/* sidebar */

/* text */
#text {
	width:655px;
	margin-top:-30px;
	text-align:justify;
	margin-right:70px;
	float:right;
	color:#000000;
	font-size:11px;
	background:url(img/symb.png) right bottom no-repeat;
	min-height:250px;
	}
	
p {
	padding:5px 0;
	}

/*Title of article*/
#text h2 {
	text-indent:0px;
	font-size:25px;
	}
	
.post h2 {
	font-size:16px;
	}
/*color of Title of article*/	
#text h2 a {
	color:#000080;
	font-weight:normal;
	}
	
#text h2 a:hover {
	text-decoration:underline;
	}
	
#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:15px;
	padding:5px 5px 5px 48px;
	color:#333333;
	font-family : cursive;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	border:1px solid #CCCCCC;
	}
	
/*Date font*/
.pub {
	text-indent:0px;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	}

/*Comments font*/
.comm {
	font-size:13px;
	color:#000000;
	margin-top:15px;
	}
	
/*Article font*/
.post {
	font-size:15px;
	margin-bottom:30px;
	text-indent: 20px;
	}

.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#000000;
	}
	
h3 {
  	margin-top:5px;
  	font-size:13px;
	}
	
a {
	text-decoration:none;
	font-weight:bold;
	color:#000f84;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.comm a {
	font-weight:normal;
	color:#000000;
	}
	
#footer a {
	color:#000000;
	font-weight:normal;
	margin:0 5px;
	}
	
.pub a {
	text-decoration:none;
	font-weight:normal;
	}
	
.pub a:hover {
	text-decoration:underline;
	}	
/* headlines and links */

/* comments */	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	font-size:14px;
	}
	
.commentmetadata {
	padding:5px;
	width:550px;
	background-color:#EEEEEE;
	color:#000000;
	}
	
.commentmetadata a {
	color:#000000;
	}
	
.obsahk {
	padding:5px;
	width:550px;
	color:#000000;
	margin-bottom:10px;
	background-color:#FFFFFF;
	}
	
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;
	margin-bottom:10px;
	}
/* comments */

/* other */	
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

#calendar a {
	text-decoration:underline;
	}
  
#calendar a:hover {
	text-decoration:none;
	}
/* other */	
