/*
Theme Name: Klocek
Version: 0.1
Description: Theme for Cegielnia
Author: Boni
*/
body {
	margin:0px;
	padding:0px;
	font-family: Times New Roman, sans-serif;
	font-size: 20px;
	text-align:center;
	background: #fdfdfd;
}
a {
	color:#a31;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#a31;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#e64;
	font-weight:bold;
	text-decoration:underline;
}
a span
{
	display:none;
}
a:hover span
{
	display:inline;
	width:260px;
	position:absolute;
	border:1px solid #000000;
	border-radius:8px;
	background:#f4f4ff;
	color:#000000;	
	text-align:left;
	text-decoration:none;
	padding:8px;
	margin-left:-260px;
	margin-top:100px;
	font-weight:normal;
}

#MainBox {
	text-align:left;
	margin:auto;
	min-width:700px;
}
#TextTitle{
	font-size:1.8em;
	font-weight:bold;
}
#Text1 {	
	margin-right:250px;
	padding-right:16px;
  	padding-left:16px;
	padding-top:8px;
	text-align:justify;
	line-height:1.4em;
  	border-right:1px solid #ccc;
}
#Text2 {
	width:224px;
	float:right;
	padding-top:8px;
	padding-left:12px;
	padding-right:12px;
	line-height:1.2em;
	font-weight:normal;
}
#Text3 {
	width:190px;
	float:right;
	padding:8px;
	margin-left:12px; 
	line-height:1.4em;
	font-weight:normal;
}
#Text1 A{
	font-weight:bold;
}	
#Text2 A{
	font-weight:normal;
}	
#Text3 A{
	font-weight:normal;
}	
#TitleBox {
	background:#ccc url(../res/default_banner.jpg) no-repeat bottom center;
  	background-size:100% auto;
	margin-left:8px;
	margin-right:8px;
	height:160px;
	padding:0px;
}
#TitleBox A {
	color:#a31; 
	text-decoration: none;
}
#BlogTitle {
	color: #a31;
	font-family:Arial;
	font-size: 3em;
    text-align:right;
	padding:12px 12px 0px 12px;
    text-shadow: 1px 1px 2px #448;
}
#BlogSubtitle {
	color: #a31;
	font-size:1.6em;
    text-shadow: 1px 1px 2px #448;
	font-style:italic;
  	text-align:right;
	padding:10px 12px 0px 12px;
}
.Text{
	color:#000000;
	/*background-color:#ffffff;*/
	padding:4px;
}
.Text img{
  	border:1px solid #C0C0C0;
}
.Title1{
	font-size:1.8em;
	font-weight:bold;
}
.Polaroid_R{
	float:right;
	margin-left:6px;
	padding:4px;
	border:solid 1px #888;
	width:300px;
	text-align:left;
}
.Polaroid_L{
	float:left;
	margin-right:6px;
	padding:4px;
	border:solid 1px #888;
	width:300px;
	text-align:left;
}
.LastPosts{
}
.LastComms{
}
.LastCommsDate{
	font-size:0.8em;
	font-style:italic;
}
.LastCommsText{
}
.PostTitle{
	font-size:1.8em;
}
.NoteBox{
	padding:4px;
	font-style:italic;
	line-height:1.2em;
}
.Comments{
	padding-left:0px;
}
.CommAnon{
	background:#ffffea;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
	text-align:justify;
}
.CommOwner{
	background:#ffffe0;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
	text-align:justify;
}
.InPostArea{
	background:#ffffea;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
}
.InCommArea{
	background:#ffffea;
	padding:4px 8px 4px 8px;
	border:#4040a0 solid 1px;
	overflow:auto;
}
.CommAuthor{
	color:#000000;
	font-weight:bold;
	font-style:italic;
}
.CommAdd{
	font-weight:bold;
	text-align:right;
}
.CommAdd a{
}
.CommText{
	padding-top:12px;
	padding-bottom:6px;
	font-weight:normal;
line-height:1.2em;
}
.CommMeta{
	font-size:0.8em;
	font-weight:normal;	
}
.NaviUp{
}
.NaviDown{
}
.SearchBox{
	text-align:center;
	line-height:1.6em;
}
.SearchView1{
	width:780px;
}
.SearchView1 a{
}
.SearchView2{
	width:780px;
}
.SearchView2 a{
}