/* 
    Document   : ak-style.css
    Created on : 04.01.2013
    Author     : KOWALEWSKI, Adam
*/

root { 
    display: block;
}

.clear {
    clear: both;
}

body {    
    background: url("../images/bg_main.jpg") no-repeat scroll center top #8B1C07;    
    font-family: Arial,​Helvetica,​sans-serif;
}

#wrapper{
    margin: 0 auto;    
    max-width: 1000px;
    min-width: 1000px;    
}

#header{  
    background: url("/images/bg_head.png") no-repeat;    
    margin-top: 36px; 
    height: 126px;
}

#payload{
    padding: 1px 18px;
    background: url("/images/bg_body.png") repeat-y top ;
}

#payload-wrapper{    
    margin: 0px;
    padding: 25px;
    background: url("/images/bg_payload.png") repeat-x;
    min-height: 550px;
}

#menu{
    background: url("/images/bg_menu.jpg") no-repeat #fff;    
    margin: 0px;
    padding: 10px;
    width: 183px;
    float: left;    
}

#menu h3{
    margin-top: 0px;
    font-size: 14px;
}
#menu ul {
    padding-left: 0px;    
    margin-bottom: 5px;
}
#menu ul li a {
    background: url("/images/arrow_mainlevel.png") no-repeat scroll 3px 9px transparent;
    font-size: 13px;
    padding: 5px 4px 5px 16px;
    display: block;
    border-bottom: 1px solid #eee;
}

#menu ul li a:link{
    text-decoration: none;
    color: #2A2929;
}
#menu ul li a:visited{
    
    color: #2A2929;
}
#menu ul li a:hover{
    text-decoration: none;
    color: #F38201;
}

#content{    
    float: right;
    background: #ffffff;
    width: 665px;
    padding: 10px 20px 30px;
    min-height: 550px;    
    font-size: 16px;
    line-height: 24px;
}

#content h1 {
    color: #E10707;
    font-size: 24px;
}

#content h2 {
    margin-top: 30px;
    font-size: 20px;    
    background: url("/images/dotted.gif") repeat-x scroll left bottom transparent;    
}
#content img{
    margin: 0px auto;
}

#content ul{
    padding-left: 10px;
}
#content ul li {
    background: url("/images/bullet.png") no-repeat scroll 0 0 transparent;
    padding: 0px 24px 15px;        
}
#content a:link, a:visited{
    color: #E10707;
    text-decoration: none;
}

#contentend {
    padding-right: 25px;
    font-size: 10px;
    text-align: right;
}

#footer{
    background: url("/images/bg_footer.png") no-repeat;
    height: 60px;
    margin-bottom: 30px;
}


.logo_ak{
    margin-top: 30px;
    margin-left: 20px;
}

ul {
    list-style: none outside none;
}

ul.menu {
    color: #2A2929;
    font-size: 1.1em;
    font-weight: bold;
}

.articleauthor{
    background: url("/images/icon_author.gif") no-repeat scroll left top transparent;
    padding-left: 18px;
    color: #8A8A8A;
    font-size: 12px;
    margin-bottom: 5px;
}
.articledate{
    background: url("/images/icon_date.gif") no-repeat scroll left top transparent;
    padding-left: 18px;
    color: #8A8A8A;
    font-size: 12px;
}

.code{
    font-family: monospace;
    font-size: 12px;
}

.gallery{
    margin: 10px; 
    float: left;
}

.gallery img {
    width: 130px;    
    padding: 10px;    
}