/*  
Theme Name: Simple Red
Theme URI: http://hellowiki.com/
Description: A clean and simple red theme
Version: 1.01
Author: Fen
Author URI: http://hellowiki.com/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fafafa;
	color:#505050;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size:62.5%;
	text-align:center;
	margin:0;
}
#content{
	background:#fafafa;
	border-bottom:none;
	float:left;
	padding:10px;
	width:664px;
	font-size:1em;
}
#footer{	
	color:#888;
	font-size:1em;
	margin:15px;
	padding:3px;
	text-align: center;
}
#header{
	margin:0;
	padding: 10px 0 10px 0;
	background: url(./images/header.gif) repeat-x;
	background-position: bottom;
	height:85px;
}

#header div.topper {
text-align: left;
width: 950px;
margin: 0 auto;
}


#header a {
color: #fff;
}

#header a:hover {
text-decoration: underline;
}

#sidebar{
	color:#ddd;
	font-size:1.1em;
	float:left;
	margin:0 0 0 8px;
	padding:0 0 0 15px;
	width:230px;
	line-height: 1.7;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:950px;
}
/* Begin Images */
img {
	border:0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding:2px;
	margin: 0 0 0 7px;
	display: inline;
	}

img.alignleft {
	padding:2px;
	margin: 0 7px 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
code {
	font-size: 12px;
}
/* End Images */

/*************************************
 +Hn
 *************************************/
#sidebar h2{
	color:#303030;
	background: #eee;
	margin:15px 15px 10px 0;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	font-family: Tahoma, sans-serif;
}
#header h1{
	display:block;
	font-size:6em;
	margin:0 0 0 25px;
	padding: 0;
}
#header h1 a{
	color:#fff;
}
#header h1 a:hover{
	color:#ddd;
	text-decoration: none;
}

#header h2 {
	padding: 0;
	margin: 0 0 0 25px;
	color: #eee;
	font-family: Tahoma, sans-serif;
	letter-spacing: 0;
}

h2.big {
font-size: 2em;
}

h1, h2 {
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing: -1px;
}
h2{
font-size:1.5em;
padding-right:5px;
}

h3{
font-size:1.2em;
font-family: Georgia, sans-serif !important;
font-weight: normal !important;
border-bottom: 1px solid #ddd;
padding: 0 0 5px 0;
}

#header h1{
font-weight:normal;
}
.entrytitle h2, .entrytitle h3{
font-weight:normal;
margin: 0;
}
.entrytitle h2{
color:#C04422;
border-bottom: 5px solid #ddd;
font-size: 2em;
}
.entrytitle h3{
font-weight:normal;
font-family: Tahoma, sans-serif;
letter-spacing: 1px;
}


.entrybody h3 {
font-weight:bold;
font-size: 2em;
margin: 20px 0 0 0;
line-height:1;
}


.entrybody {
line-height:1.7;
}

.entrybody a {
font-weight: bold;
color: #990000;
}

.entrybody a:hover {
text-decoration: underline;
color: #000;
}

.entrybody .img1, 
.entrybody .img2,
.entrybody .img3 {
padding: 10px;
margin: 0 10px 2px 0;
border: 1px solid #eee;
}

.entrybody .img1 {
float: left;
}

.entrybody .img3 {
float: right;
}

.entrybody .center {
text-align: center;
}

/*************************************
 +Lists
 *************************************/
#sidebar h2 {
	padding: 0 0 0 10px;
}

#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 10px;
	color: #000;
}
#sidebar ul li a{
	color:#990000;
	font-weight: bold;
}
#sidebar ul li a:hover{
	color:#000;
	text-decoration: underline;
}

#sidebar ul.najnowsze_wpisy {
	list-style-type: disc;
	padding: 0 0 0 20px;
}


#sidebar ul li {
padding-right: 10px;
}

#sidebar ul li.rss img {
float: left;
margin: 0 5px 0 0;
}

#sidebar ul li.rss {
padding: 5px;
line-height: 1.4;
}

#sidebar p {
margin: 0 0 0 10px;
color: #000;
}

/*************************************
 +Misc
 *************************************/
a{
text-decoration:none;
color:#990000;
}
a:hover{
color:#ab9;
}
#footer a{
color:#ab8;
}
#header {
}
#header p{
	color:#eee;
	margin:0;
}

.navigation{
padding:3px 3px 40px 3px;
margin: 0 0 10px 0;
text-align:center;
font-size: 16px;
font-weight: bold;
}

.adsense{
margin: 0 0 0 15px;
}
/*************************************
 +Entry
 *************************************/
.entry{
	font-size:1.2em;
	margin:5px;
	padding:10px 10px 40px 10px;
}
.entrytitle{
}
.entrytitle a {color:#990000; text-decoration:none;}
.entrymeta{
	color:#666;
	padding:5px 8px;
	text-align: center;
	border-top: 1px solid #ddd;
}
.entrymeta a{
	color:#666;
}
.entry{
	color:#404040;
	font-size:1.2em;
	-moz-border-radius:3px;
}
.entry .entrymeta{
	color:#888;
}
.entry .entrymeta a{
	color:#777;
}
.entry .entrytitle{
	border-bottom:none;
}
.entry .entrytitle a{
	color:#990000;;
	font-size:1.2em;
}
.entry .entrytitle a:hover{
	color:#000000;
}
/*************************************
 +Comments
 *************************************/
h3#comments,
h3#respond {
letter-spacing: 0;
font-size: 2em;
line-height: 1;
}

.commentlist p {
line-height: 1.7;
}

.commentlist cite {
font-weight: bold;
}

.commentlist li {
margin: 0 0 20px 0;
padding: 5px;
}

.commentmetadata{
float: right;
}

.commentlist{
	font-size:1.2em;
}
.commentlist li img.gravatar {
	float: right;
	margin: -5px 0 0;
	}
.commentsblock{
	margin:5px;
	padding:10px;
}
.commentsblock textarea{
	width:480px;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
.even{
	background:#3F464A;
	border:1px solid #43494D;
}
.alt{
	background:#eee;
	border:1px solid #FCFAF4;
}

/*************************************
 +Floater
 *************************************/
#floater {
	width: 266px; height: 191px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(./images/floater.gif) top right no-repeat;
}

/*************************************
 +Search Form
 *************************************/
.search {
	vertical-align:top;
	margin: 30px 0 0 0;
	width:210px;
	height:20px;
}

.form {
	font-size:14px;
	color:#1B1B1B;
	border: 1px solid #909090;
	font-family:Tahoma, arial, verdana, courier;
	width:115px;
	height:16px;
	padding:0;
	margin:0 15px 0 0;
	vertical-align:top;
}

.wp-caption {
margin: 0 auto 15px auto;
border: 1px solid #ddd;
background: #eee;
padding: 5px 0 0 0;
text-align: center;
}

.wp-caption p {
margin: 5px auto;
}

embed {
margin: 15px 0;
}


div.entrytitle h3 {
float: left;
margin: 0 10px 0 0;
}

div.entrytitle div.komcie {
width: 19px;
color: #fff;
float: left;
text-align: center;
font-size: 10px;
height: 16px;
background: url('../../../images/comments.gif') no-repeat;
}

div.entrytitle h2 {
clear: both;
}


