/*   
Theme Name: Miro
Theme URI: www.codecomplex.net
Description: Custom theme for codecomplex.net
Author: Miroslav Zadravec
Author URI: www.codecomplex.net
Version: 0.1
*/

BODY
{
    background: #EAEAEA url('images/body-spot.png');    
    margin:0px auto;
    font-family: Verdana,Tahoma,Helvetica,Arial,sans-serif;    
    text-align:center;
}

#header
{
    text-align:center;
    font-size:20;
    font-weight:bold;
    margin:20px auto;
}
#header-image{
    height:64px;
    background:url('images/logo-full.png') no-repeat center center;
}
#main{
    width: 900px;
    margin:  0px auto;
    text-align:left;
}

#sidebar
{
    width: 280px;
    float:left;
    padding-left:20px
}

#footer
{
    clear:left;
    font-size:80%;  
}

#content
{
    margin:auto;
    width: 600px;
    float:left;
}

#content P
{
    margin: 8px 0px 12px 8px;
        
}
#content H2
{
    margin:0px;
    margin-bottom:2px;
    font-size:150%;
}
#content H3
{
    font-size:100%;
    margin: 12px 0px 8px 0px;
}

#sidebar UL{
    padding:2px;
    margin: 0px;    
}
#sidebar UL LI{
    list-style:none;
}
#sidebar UL LI UL{
    font-size:90%;
}
#sidebar UL LI UL LI{
    
}
#sidebar H2{
    margin:4px 0px 0px 0px;    
    font-size:100%;    
}
.rssdiv
{    
    background:url('images/rss.png') no-repeat;
    width:24px;height:24px;
    display:block;
}

A
{
    text-decoration:none;
    color: #2244EE;
}
.post-meta{
    font-size:80%;    
}
.post-meta-date{
    float:right;
}
.prevpage{
    float:left;}
.nextpage{
    float:right;}
.post-separator{
    border:0;
    height:1px;
    background-color:#AAAAAA;
}
#respond TEXTAREA{
    width:100%;
    }
#commentform P{
    margin:0px;
    }
#commentform INPUT[type="text"], textarea {    
	border:1px solid gray;
    width:50%;
    background-color:#FFFFFA;
}
#commentform INPUT[type="submit"] {
	border:1px solid gray;
}

.commentlist{
    list-style:none;
    padding:0px;
}
.commentlist LI{
    border:solid 1px #AAAAAA;
    margin-bottom:4px;
}
.commentlist .children{
    list-style:none;    
    padding:0px 4px;
}
.commentlist .comment-meta{
    font-size:80%;
    border-bottom:solid 1px #AAAAAA;
}

.wp_syntax{
    border: solid 1px #AAAAAA;
    background-color:#CCCCCC;
    overflow: auto;
    white-space: nowrap;
    width:600px;
    margin: 8px 0px 8px 8px;
}