/*  
Theme Name: inou blog
Theme URI: http://www.inou.pl/
Description: Szaradka
Version: 1
Author: inou
Author URI: http://www.inou.pl/
*/

*
{
	margin: 0;
	padding: 0;
}

body 
{ 
	font-family:  Verdana, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	line-height: 20px;
	color: #695530;
}

hr
{
	display:none;
}

h2
{
	font: italic bold 20px georgia, "Times New Roman", serif;
	color: #00315f;
}



a
{
	color: #33648f;
	font-weight: bold;
	text-decoration: none;
}

a:link
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}



#header
{
	display: none;
}


.pagetitle
{
	width: 420px;
	position: relative;
	top: 300px;
	left: 250px;
	text-align: center;
	margin-bottom: 40px;
	border-bottom: dotted 1px black;
}


#content 
{
	margin: 0;
	padding: 0;
	width: 700px;
	height: 100%;
	background: url('header.jpg') top right no-repeat;
}

.post 
{
	width: 420px;
	position: relative;
	top: 360px;
	left: 250px;
	text-align: center;
	margin-bottom: 80px;
}


.post h2
{
	position: relative;
	left: -230px;
	width: 650px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: dotted 2px;
	text-align: left;
}

.post h2 a:hover
{
	text-decoration: none;
}

.post small
{
	display: block;
	position: relative;
	top: -100px;
	font: italic bold 24px georgia, "Times New Roman", serif;
	color: #695530;
	background: url('smallhair.jpg')  center bottom no-repeat;
	padding-bottom: 20px;
	
}

.entry 
{
	text-align: left;
	padding-bottom: 0;
	margin-top: -45px;
}

.entry p
{
	margin: 10px 0 10px 0;
}

.entry ul
{
	margin: 0px 20px 10px 20px;
}

.entrytext
{
	text-align: left;
}




#comments, .commentlist, #respond, #commentform
{
	width: 420px;
	position: relative;
	top: 320px;
	left: 250px;
	padding: 10px;
	margin: 5px;
	background: #EEE;
}

#comment
{
	width: 420px;
}

.posted
{
	background: url('bighair.jpg') center bottom no-repeat;
	padding-top: 5px;
	padding-bottom: 90px;
	margin-top: 5px;
	margin-bottom: 30px;
	border-top: dotted #999 1px; 
}

.posted a
{
	margin-left: 200px;	
}






.alignleft
{
	position: absolute;
	top: 0;
	left: 0;
}

.alignright
{
	position: absolute;
	top: 0;
	right: 0;
}







#footer
{
	width: 420px;
	position: relative;
	top: 320px;
	left: 250px;
	bottom: 0;

	text-align: center;
	padding: 5px 0 5px 0;
	border-top: dotted #999 1px;
}







#searchform
{
	width: 100px;
	position: absolute;
	left: -350px;
	top: -400px;
}

#s
{
	width: 100px;
	border: solid #999 2px;
	color: #c06c00;
	background-color: #FFF;
	font-size: 14px;
}

#searchsubmit
{
	position: relative;
	left: 2px;
	display: block;
	width: 100px;

	border: dotted #c06c00 1px;
	font-weight: bold;
	font-size: 11px;
	color: #c06c00;
	background-color: #FFF;
}





#sidebar
{
	position: absolute;
	top: 400px;
	left: 750px;
	font-size: 14px;
	color: #6;
}


#sidebar ul li
{
	display: block;
}


#sidebar h2 
{
	font: italic bold 18px georgia, "Times New Roman", serif;
	color: #c06c00;
	margin-bottom: 10px;
}

#sidebar li ul
{
	padding-bottom: 20px;
	margin-bottom: 25px;
}

#sidebar ul li ul li
{
	display: block;
	background: url('smallflower.jpg') center left no-repeat;
	margin: 0;
	padding: 0;
}

#sidebar li a
{
	display: inline;
	padding-left: 15px;
	color: #666;	
	font-size: 12px;
	font-weight: normal;
}

#sidebar li a:link
{
	text-decoration: none;
	font-weight: normal;
}

#sidebar li a:hover
{
	color: #666;
	text-decoration: underline;
}

