/*Główne*/
body 
{ 
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    font-weight:normal; 
    line-height:1.7; 
    background: #efefef;
    color:#302e2e;
}
.container
{
    width:960px;
    margin-left:auto;
    margin-right:auto;
    height:auto;
}
/*Wpisy*/
.entry 
{ 
    margin-bottom: 30px; 
    line-height:1.7;
}
.entry h1 
{ 
    font-size: 18px; 
    font-weight: normal; 
    margin-bottom: 4px; 
    border-bottom:dotted 2px #302e2e;
    margin-right:65%;
    margin-bottom:25px;
}
.entry h1 a 
{ 
    color: #302e2e; 
    font-style:italic;
    text-decoration: none; 
    font-size:18px;
    font-family:Verdana;
    font-weight:bold;
}
.entry p.entry-date 
{ 
    font-size: 12px; 
    margin-bottom: 8px; 
}
.entry img.entry-thumb 
{ 
    float: left; 
    margin-right: 15px; 
}
.entry p 
{ 
    line-height: 19px; 
    margin-top: 15px; 
}
.entry a.more-link 
{ 
    color: #D40900; 
    text-decoration: none; 
}
.entry a 
{ 
    color: #D40900; 
    text-decoration: none; 
}
/*Wpisy index*/
.entry_home
{ 
    padding:20px;
    margin-bottom: 30px; 
    line-height:1.7;
    border:solid 1px #010101;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.entry_home h1 
{ 
    font-size: 18px; 
    font-weight: normal; 
    margin-bottom: 4px; 
    border-bottom:dotted 2px #302e2e;
    margin-right:35%;
    margin-bottom:25px;
}
.entry_home h1 a 
{ 
    color: #302e2e; 
    font-style:italic;
    text-decoration: none; 
    font-size:18px;
    font-family:Verdana;
    font-weight:bold;
}
.entry_home p.entry-date 
{ 
    font-size: 12px; 
    margin-bottom: 8px; 
}
.entry_home img.entry-thumb 
{ 
    float: left; 
    margin-right: 15px; 
}
.entry_home p 
{ 
    line-height: 19px; 
    margin-top: 15px; 
}
.entry_home a.more-link 
{ 
    color: #D40900; 
    text-decoration: none; 
}
.entry_home a 
{ 
    color: #D40900; 
    text-decoration: none; 
}

/*Sidebar*/
.widget 
{ 
    margin-bottom: 40px; 
}
.widget h2 
{ 
    font-size: 18px; 
    font-weight: normal; 
    margin-bottom: 10px; 
}
.widget p 
{ 
    line-height: 19px; 
    margin-top: 5px; 
}
.widget a 
{ 
    color: #D40900; 
    text-decoration: none; 
}
/*komentarze*/
#respond
{
    margin-top:30px;
    border-top:solid 1px grey;
}
.commentlist
{
    margin-left:0px;
    margin-top:15px;
    list-style-type:none;
}
.children
{
    margin-left:20px;
    list-style-type:square;
}
.fn
{
    font-weight:700 !important;
}
.fn,.says
{
    font-size:12px;
    font-style:normal;
}
.comment-body
{
    margin-top:3px;
    width:70%;
}
.comment-body a
{
    font-size:10px;
    color:grey;
}
.comment-body p
{
    font-size:12px;
    color:black;
}
/*Obrazki*/
img.alignleft 
{ 
    float: left; 
}
img.alignright 
{ 
    float: right; 
}
img.aligncenter 
{ 
    display: block; 
    margin: auto; 
}
/*404*/
.errorh1 
{
    text-align:center;font-size:24px;color:black;
}
.errorp 
{
    text-align:center;font-size:18px;color:black;
}
.errorp a
{
    text-decoration:none;color:blue;
}
/*Pozostałe*/
.clear 
{ 
    clear: both; 
}