/* - - - - - - - - - - - - - - - - - - - - -

Theme Name: Dqueiroz
Theme URI: http://www.pblog.com.br/
Description: Theme criado para dqueiroz www.dqueiroz.com.br por JC Nascimento mailto: juliocsnascimento@gmail.com
Version: 1.0
Author: Julio Nascimento

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
    margin:0;
    padding:0;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, html{
    margin:0;
    padding:0;
    background:#ddd;
    text-align:center;
    margin-bottom:10px;
}
a{
    color:#666;
    text-decoration:none;
}
a:hover{
    color:#999;
    text-decoration:none;
}

/* ----- IDS ----- */

#container{
    width:780px;
    margin:10px auto;
    padding:0;
    background:#fff;
    text-align:left;
}

/* ----- HEADER ----- */

#logo{
    margin:0;
    padding:0;
}

#logo #box{
    float:left;
    clear:none;
    height:75px;
    width:210px;
    margin:0;
    padding:0 0 0 5px;
    color:#87B220;
    font-family:'Times New Roman';
font-weight:bold;
font-size:25px;
line-height:40px;
background-image: url("images/logo_dqueiroz.gif");
    background-repeat: no-repeat;
}
#logo p{
    clear:both;
    margin:0;
    padding:0 0 0 5px;
    color:#999;
    font-family:'Verdana';
    font-weight:bold;
    font-size:12px;
    text-indent:2px;
    line-height:43px;
}

.subContainer, #navigation ul{
    width:780px;
    margin:0 auto;    
}
#header{
    text-align:left;
    margin:0;
    padding:17px 0 0 10px;
    height:110px;
    background-image: url("images/bg.gif");
}

#banner{
    margin:0;
    padding:0;
    padding-bottom:5px;
    background:#e7e7e7;
}

/* ----- NAVIGATION ----- */

#navigation{
    margin:0;
    padding:0;
    background:url('images/nav_bg.gif');
    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:#666;
    }
    #active a{
        background:url('images/nav_bg_over.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:#718e3e;
}
h3{
    font-size:14px;
    font-weight:bold;
    color:#666;
    margin:5px 0;
    
}

/* ----- PARAGRAPHS ----- */

p{
    color:#043f4a;
    font-size:13px;    
    line-height:25px;
}
#primaryContent ul{
    font-size:13px;    
    list-style:none; 
}
#primaryContent div.thePost{    
    float: left;
    width: 500px;
    background-color: #fff;
    border: solid 1px #aaa;
    margin-bottom: 20px;
    padding: 10px 20px 20px 20px;
}

#primaryContent div.thePost p a{
	color: #008DCF;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-decoration: none;	
}
#primaryContent div.thePost p a:hover{
	color: #008DCF;
	padding-bottom: 10px;
	margin-bottom: 20px;
    font-weight: bold;
    text-decoration: underline;	
}
#primaryContent div.thePost p.title a{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

#primaryContent div.thePost p.page_title a{
	color: #666;
	font-size: 20px;
	font-weight: bold;
}


/* ----- FORMS ----- */

input{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #aaa;
    font-size: 11px;
    padding: 3px;
    width:200px;              
}
textarea{
    background-color: #FFF;
    color: #999999;
    border: 1px solid #aaa;
    font-size: 11px;
    padding: 3px;
    width:400px; 
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #aaa;
    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:550px;
    padding:15px 0px;
    font-size:13px;
    float:left;
    clear:none; 
}

#primaryContent img{
    clear:none;
    margin:7px;
    margin-right:0;
    padding:1px;
    border: 0px solid #E7E7E7;
}

#primaryContent .comment img{
	margin: 0px;
	float: left;
	text-align:center;
	vertical-align: text-top;
	clear: none;
	border: none;
    margin-right: 5px;
    padding:1px;
}

#secondaryContent{
    width:255px;
    padding:10px 14px;
    font-size:11px;
    float:left;
    clear:none;
    text-align: left;
}
#secondaryContent h2{
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    color:#666;
    margin-bottom:0;
    line-height:21px;
    font-size:16px;
    font-weight:bold;
}
#secondaryContent h3{
    color:#999;
    margin-top:20px;
}



#secondaryContent ul{
    list-style:none;
}

div.aboutme{
    color: #043F4A;
    font-size: 13px;
    line-height: 25px;
}

#secondaryContent li{
    list-style:none;
    margin:8px 0;
    background-color:#fff;
    padding: 10px;
    padding-top: 0px;
    border: solid 1px #aaa;    
}
#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:#546d17;
    background:#f8f8f8;
    border:2px solid #ececec;
    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; 
}
.comment{
    padding:7px 0px;
    border-top:1px solid #999; 
    margin-bottom: 8px;
}
.comments .comment dt{
    float:left;
    clear:none;
}
.comments .comment dd{
    clear:both;
    color:#656565;
    line-height:10px;
    font-size:10px;
    margin-bottom:5px;
}
.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;
    float: left;
}


/* ----- 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:#606060;
        text-decoration:none;
    }
    #footer a:hover{
        color:#ccc;
        text-decoration:underline;
    }

/* ----- CLASSES ----- */

.clear{
    clear:both;
}

p.title a{
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

p.page_title a{
	color: #666;
	font-size: 20px;
	font-weight: bold;
}

#calendar_wrap {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:5px 0;
}
#wp-calendar {
	empty-cells: show;
	margin: 0;
	width: 100%;
	border: none;
	background: transparent;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	color: #008DCF !important;
}
#wp-calendar caption {
	text-align: center;
}
#wp-calendar td {
	letter-spacing: -1px;
	text-align: center;
	padding: 10px 0;
}
#wp-calendar th {
	font-style: normal;
	color: #666;
	text-transform: capitalize;
	text-align: center;
}

#wp-calendar caption {
	padding: 15px 0px;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	
}
#wp-calendar tfoot {
}

li.widget_calendar .widgettitle {
	display: none;
}

#secondaryContent li.widget ul li{
	border: none;
}

#secondaryContent li.widget ul li a{
	color: #008DCF
}


#comments {
	margin: 0 0 15px 0;
	padding: 0;
	}

#respond {
	margin: 30px 0 0 0;
	padding: 0;
	}

#commentform input {
	background: #F5F5F5 !important;
	color: #555555;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px !important;
	margin: 5px 5px 0 10px !important;
	border: 1px solid #E6E6E6 !important;
	}
	
#commentform textarea {
	font-size: 12px;
	}
	
#comment {
	background: #F5F5F5 !important;
	width: 95%;
	color: #555555;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 7px 0;
	border: 1px solid #E6E6E6;
	}
	
#commentform #submit {
	background: #666666 !important;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: 1px solid #666666 !important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#commentform #submit:hover {
	background: #333333 !important;
	border: 1px solid #333333;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
	border: 1px solid #E6E6E6;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	min-width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0 5px 0;
	}
	
dd {
	margin: 5px 0 0 0;
	padding: 0;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	margin: 0;
	padding: 0;
	}
	
.commentlist ol {
	margin: 0 0 15px 0;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}

.commentlist li.pingback {
	margin: 0;
	padding: 0 5px 0 10px;
	}

.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	padding: 0;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: #666666;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 3px 5px;
	border: 1px solid #666666;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: #333333;
	text-decoration: none;
	border: 1px solid #333333;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0;
	display: block;
	}

.subnavigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #F5F5F5;
	margin: 0;
	padding: 0;
	}
	
.thread-even {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	}
	
.depth-1 {
	border: 1px solid #FFFFFF;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #E6E6E6;
	margin: 0;
	padding: 0;
	}

