/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: Mighty
Theme URI: http://www.juliobitencourt.com/
Description: Theme based on Mighty Template by James Broad - kulor.com.
Version: 1.0
Author: Julio Bitencourt

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#ffffff;
    text-align:center;
    margin-bottom:10px;
}
a{
    color:#87B220;
    text-decoration:none;
}
a:hover{
	color:#87B220;
	text-decoration:underline;
}

/* ----- IDS ----- */

#container{
    width:1000px;
    margin:10px 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:#87B220;
    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:1000px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:30px 0 0 10px;
    height:90px;
    background:#87b220;
}
#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:#7fa71f;
    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{
    color:#ffffff;
	font-size: 14px;
	height:50px;
	margin: 0 auto;
	width: 1000px;	
}
h2{
    font-family:'Georgia';
    font-size:25px;
    letter-spacing:-1px;
    margin-top:15px;
    margin-bottom:0;
    font-weight:bold;
    color:#718e3e;
}
h3{
    font-size:16px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

p{
	color:#043F4A;
	font-size:11px;
	line-height:15px;
	margin:15px 0 20px;
}
#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 ----- */
#s {
    background:transparent url(images/search_16x16.gif) no-repeat scroll 5px 6px;
    border:3px solid #87B220;
    color:#999999;
    font-size:15px;
    height:21px;
    overflow:hidden;
    padding:3px 0 3px 25px;
    width:270px;
}
input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #CCC;
    font-size: 11px;
    padding: 3px;
    width:200px;              
}
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:560px;
    padding:20px;
    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{
    clear:none;
    float:right;
    font-size:11px;
    padding:10px 15px;
    width:300px;
}
#secondaryContent #link-rss a {
    background:transparent url(images/free-icons-round-up-7.jpg) no-repeat scroll -5px 50%;
    display:block;
    float:left;
    height:50px;
    overflow:hidden;
    text-indent:-999999px;
    width:50px;
}
#secondaryContent #link-twitter a {
    background:transparent url(images/icon_twitter.jpg) no-repeat scroll 10px 14px;
    display:block;
    float:left;
    height:50px;
    overflow:hidden;
    text-indent:-999999px;
    width:50px;
}
#secondaryContent #link-delicious a {
    background:transparent url(images/free-icons-round-up-7.jpg) no-repeat scroll -111px -315px;
    display:block;
    float:left;
    height:50px;
    overflow:hidden;
    text-indent:-999999px;
    width:50px;
}
#secondaryContent #link-blogblogs a {
    float:left;
}
#secondaryContent h2{
    padding:11px 15px;
    background:url('images/intro_bg.gif') no-repeat;
    color:#fff;
    margin-bottom:0;
    line-height:21px;
    font-size:13px;
    font-weight:normal;
}
#secondaryContent h3{
    background-color:#87B220;
    color:#FFFFFF;
    margin-top:20px;
    padding:5px;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    background:transparent url(images/content_bullet.png) no-repeat scroll 3px 7px;
    border-bottom:1px dotted;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:5px 0 5px 20px;
}
#secondaryContent li a{
    color:#575757;
    font-weight:bold;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#575757;
    font-weight:bold;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

.comments{
    margin:30px 0 25px 0;    
}
    .comments .status{
        color:#546d17;
        background:#f8f8f8;
        border:2px solid #DDDDDD;
        padding:10px;
        margin-bottom:15px;    
    }
        .comments .status dd, .comments .status dt{
            display:inline;
        }
    .comments a{
        color:#546d17;
        font-weight:bold;
        text-decoration:none; 
    }
    .comments a:hover{
        color:#666;
        text-decoration:underline; 
    }
    .comments .comment{
        padding:10px 5px;
        border-top:3px solid #7fa71f;  
    }
        .comments .comment dt{
            float:left;
            clear:none;
        }
        .comments .comment dd{
            clear:both;
            color:#656565;
            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;
        }
.intro ul li {
    border:2px solid #A8D800;
    padding:10px;
    color:#666666;
}

/* ----- FOOTER ----- */

#footer{
    background:#666666 none repeat scroll 0 0;
    clear:both;
    color:#E3E3E3;
    font-size:10px;
    height:30px;
    margin:0 auto 10px;
    padding:18px 20px;
    text-align:center;
    width:1000px;
}
#footer a{
    color:#e3e3e3;
}
#footer ul{
	list-style:none;    
}
#footer li{
	list-style:none;   
}

/* ----- CLASSES ----- */

.clear{
    clear:both;
}
