/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: ailaika
Theme URI: http://www.kwf.com.br/
Description: Tema baseado no template Mighty de James Broad - kulor.com.
Version: 0.1
Author: Marcus Vinicius Paula Coimbra

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#e7e7e7;
    text-align:center;
    margin-bottom:5px;
 	 background-image: url(images/bg_azclaro.jpg);
}
a{
    color:#0086C0;
    text-decoration:none;
}
    a:hover{
        color:#717171;
        text-decoration:none;
    }

/* ----- IDS ----- */

#container{
    width:410px;
    margin:0px auto;
    padding:0;
    background:#fff;
    text-align:left;
}

/* ----- HEADER ----- */

#logo{
    margin:0;
    padding:0;
}

#logo #box{
    float:left;
    clear:none;
    height:40px;
    width:200px;
    margin:0;
    padding:0 0 0 5px;
    background:#394E06;
    color:#0086C0;
    font-family:'Times New Roman';
    font-weight:bold;
    font-size:25px;
    line-height:40px;
}
#logo p{
    float:left;
    clear:none;
    height:40px;
    width:250px;
    margin:0;
    padding:0 0 0 5px;
    color:#394E06;
    font-family:'Georgia';
    font-weight:normal;
    font-size:16px;
    text-indent:2px;
    line-height:43px;
}

.subContainer, #navigation ul{
    width:360px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:30px 0 0 10px;
    height:64px;
    background:#0086C0;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#a7d8f3;
    height:34px;
    list-style:none;
}
    #navigation li{
        float:left;
        clear:none;
        list-style:none;
    }
    #navigation li a{
        color:#fff;
        display:block;
        font-size:12px;
        text-decoration:none;
        font-weight:bold;
        padding:10px 18px;
    }
    #navigation li a:hover{
        color:#fff;
        background:#739B1F;
    }
    #active a{
        background:url('images/nav_bg.gif');
    }

/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}
h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:0;
    font-weight:bold;
    color:#5c9aca;
}
h3{
    font-size:11px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

p{
    color:#043f4a;
    font-size:11px;    
    line-height:25px;
}
#primaryContent ul{
    color:#043f4a;
    font-size:11px;    
    margin:20px 0;
    list-style:none; 
}
#primaryContent li{    
    padding-left:25px;
    margin:8px 0;
    list-style:none;
    background:url('../images/content_bullet.png') left bottom no-repeat;
}
#secondaryContent p{
    
}

/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:120px;              
}
textarea{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:400px; 
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}
form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border:0;
}
img a{
    border:0;
    text-decoration:none;
}
img a:hover{
    border:none;
}

/* ----- CONTENT ----- */

#primaryContent{
    width:410px;
    padding:0px;
    font-size:11px;
    float:left;
    clear:none;
}
    #primaryContent img{
        float:right;
        clear:none;
        margin:10px;
        margin-right:0;
        padding:1px;
        border: 1px solid #E7E7E7;
    }
#secondaryContent{
    width:180px;
    font-size:11px;
    float:right;
    clear:none;
}
#secondaryContent h2{
    padding:11px 15px;
    background:url('images/bg_azclaro.jpg') no-repeat;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}
#secondaryContent h3{
    color:#0086C0;
    margin-top:20px;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    padding-left:15px;
    margin:8px 0;
    background:url('images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
    color:#575757;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#E7E7E7;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

.comments{
    margin:15px 0 25px 0;    
}
    .comments .status{
	color: #0086C0;
	background: #f8f8f8;
	border: 1px solid #ececec;
	padding: 10px;
	margin-bottom: 15px;
}
        .comments .status dd, .comments .status dt{
            display:inline;
        }
    .comments a{
        color:#0086C0;
        font-weight:bold;
        text-decoration:none; 
    }
    .comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    .comments .comment{
        padding:10px 5px;  
		  border-top:3px dotted #bdd7e8;
    }
        .comments .comment dt{
            float:left;
            clear:none;
        }
        .comments .comment dd{
            clear:both;
            color:#5C9ACA;
            line-height:20px;
            font-size:10px;
            margin-bottom:10px;
        }
        .comments .comment .date{
            float:left;
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }
        .comments .comment .pagination{
            clear:none;
            margin-left:5px;
            line-height:12px;
            font-size:11px;
            color:#585858;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:5px;
    padding:10px;
	 height:10px;
    clear:both;
    width:636px;
    text-align:left;
    font-size:10px;
    color:#484848;
    background:#f4f4f4;
}
    #footer ul{
        list-style:none;    
    }
    #footer li{
        list-style:none;
        display:inline;    
    }
    #footer #copyright{
        float:left;
        clear:none;
    }
    #footer #links{
        float:right;
        clear:none;
    }
    #footer a{
        color:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata {
	clear: both;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.commentlist {
	padding: 0;
	text-align: justify;
	}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Verdana, Arial, Sans-Serif;
	}
	
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 

.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
