/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: Electra Comunica&ccedil;&atilde;o
Theme URI: http://www.electracom.com.br/blog/
Description: Theme based on Mighty Template by James Broad - kulor.com.
Version: 1.0
Author: Luis Accorsi

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#fff;
    text-align:center;
    margin-bottom:10px;
}
a{
    color:#3366ff;
    text-decoration:none;
}
    a:hover{
        color:#333;
        text-decoration:underline;
    }

/* ----- IDS ----- */

#container{
    width:780px;
    margin:10px auto;
    padding:0;
    background:#fff;
    text-align:left;
}

/* ----- HEADER ----- */

#logo{
	width: 208px; 
	position: absolute; 
	left: 50%; 
	margin-left: -104px;
}

.subContainer, #navigation ul{
    width:780px;
    margin:0 auto;    
}
#header{
	text-align:left;
	margin:0;
	padding:30px 0 0 10px;
	height:108px;
	background-color: #000000;
}
#sombra{
	text-align:center;
	margin:0;
	height:6px;
	background-image:url(images/shadow_top.gif);
}


/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    height:25px;
    list-style:none;
}
    #navigation ul{
	width: 300px; 
	position: relative; 
	left: 50%; 
	margin-left: -150px;
	}
	#navigation li{
	float:left;
	clear:none;
	list-style:none;
    }
	#navigation li img{
	padding-right: 5px;
	}
    #navigation li a{
        color:#000;
        display:block;
        font-size:11px;
        text-decoration:none;
        padding:10px 18px;
    }
    #navigation li a:hover{
        color:#3366ff;
    }

/* ----- HEADINGS ----- */

h1{
    text-indent:-80000px;
    background:url('../images/logo.gif') no-repeat;
    height:35px;
    width:168px;
}
h2{
	font-size:22px;
	margin-top:-7px;
	margin-bottom:-7px;
	font-weight:normal;
	color:#3366ff;
	text-transform: uppercase;
}
h3{
	font-size:11px;
	color:#666666;
	margin:5px 0;
	margin-bottom: 15px;
}
h4{
	font-size:12px;
	color:#666666;
	text-transform: uppercase;
	margin:5px 0;
}

/* ----- PARAGRAPHS ----- */

p{
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:11px;
	line-height:20px;
	margin-top: 10px;
}
#primaryContent ul{
    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: #666;
    border: 1px solid #666;
    font-size: 11px;
    padding: 3px;
    width:160px;              
}
button{
    background-color:#fff;
    line-height:11px;
    color: #333;
    border: 1px solid #666;
    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:500px;
    padding:20px 10px 0px 10px;
    font-size:11px;
    float:left;
    clear:none;
}
    #primaryContent img{
	padding: 10px 10px 10px 0px;
	float:left;
	clear:none;
	margin:0;
    }
#secondaryContent{
    width:150px;
    padding: 0px 14px 20px 40px;
	margin-top:25px;
    font-size:11px;
	float:right;
    clear:none;
	border-left:1px dotted #333;
}
#secondaryContent h2{
	color:#333;
	margin-bottom:0;
	line-height:21px;
	font-size:11px;
	text-transform: none;
}
#secondaryContent h3{
    color:#666;
    padding-top: 15px;
	text-transform:uppercase;
	font-size: 11px;
}
#secondaryContent ul{
    list-style:none;
	margin-top: -10px;
}
#secondaryContent li{
    list-style:none;
    padding-left:20px;
    background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
    color:#3366ff;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#333;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

#comments{
    margin:15px 0;    
}
    #comments #status{
        color:#333;
        background:#f8f8f8;
        padding:10px 0px 30px 0px;
        margin-bottom:35px; 
		border-bottom:1px dotted #333;  
    }
        #comments #status dd, #comments #status dt{
            display:inline;
        }
    #comments a{
        color:#3366ff;
        text-decoration:none; 
    }
    #comments a:hover{
        color:#333;
        text-decoration:underline; 
    }
    #comments .comment{
	padding:10px 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
    }
        #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;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:740px;
    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:#666;
        text-decoration:none;
    }
    #footer a:hover{
        color:#3366ff;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}

