/* - - - - - - - - - - - - - - - - - - - - -
Theme Name: Sabor e Art
Theme URI: http://www.confeitariasaboreart.com.br/
Description: Theme based on Mighty Template by Paulo Freitas
Version: 1.0
Author: Paulo Freitas
- - - - - - - - - - - - - - - - - - - - - */

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

*{
    margin:0;
    padding:0;
    font-family: Arial, Helvetica, sans-serif;
}

body, html{	
	background:#682e00;
	background-image: url(images/background001.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

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

#container{
    width: 800px;
    margin: 0 auto;
    padding: 0;
	
    background:#c7b29a;	
	background-image: url(images/background002.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}

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

#logo{
	width: 296px;
	height: 117px;
	float: left;
}

#logo a{
	width: 296px;
	height: 117px;
	display: block;	
	float: left;
	background-image: url(images/logomarca.png);
	background-repeat: no-repeat;
	background-position: top left;
}

ul#header-option {
	float: right;
	margin: 90px 10px 0 0;
	padding: 0 0 0 25px;
	
	background-image: url(images/icon-rss.png);
	background-repeat: no-repeat;
	background-position: top left;
}

ul#header-option li {
	display: inline;
	color: #c7b299;	
}

ul#header-option li a {
	font-size: 12px;
	font-weight: bold;
	color: #c7b299;
	text-decoration: none;
}

ul#header-option li a:hover { color: #ecdbc8; text-decoration: underline; }

#header{
	width: 800px;
	height: 117px;
    margin: 0 auto;
	
	background-color: transparent;
	background-image: url(images/background003.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}

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

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

p{
	margin: 10px 0;	
	font-size: 12px;
    color:#603913;    
    line-height:15px;
}

p a{
    color:#53300e;
}

form#searchform p { margin: 0; }

#primaryContent ul, #primaryContent ol{
    color:#603913;
    font-size:11px;    
    margin:15px 0;
}
#primaryContent li{    
    padding-left:25px;
    margin: 0 0 0 22px;
    background:url('../images/content_bullet.png') left bottom no-repeat;
}
#secondaryContent p{
    
}

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

input{
    background-color: #d4c1ab;
    color: #603913;
    border: 1px solid #bca994;
    font-size: 11px;
    padding: 3px;
    width:200px;              
}

input#s { 
	width: 183px;
	height: 19px; 
	float: left;
	font-size: 13px;
}

input#search-btn {
	width: 26px;
	height: 23px;
	float: left;
	background-image: url(images/search-btn.jpg);
	background-repeat: no-repeat;
	background-position: left;
	border: 0;
	cursor: pointer;
}

textarea{
    background-color: #d4c1ab;
    color: #603913;
    border: 1px solid #bca994;
    font-size: 11px;
    padding: 3px;
    width:400px;
	margin: 10px 0; 
}
button{
    background-color:#EFEFEF;
    line-height:11px;
    color: #000;
    border: 1px solid #CCC;
    font-size: 11px;
    height:20px;
    margin: 0;
    padding: 0 5px;
}

form#commentform a {
	font-size: 12px;
    color:#603913;    
    line-height:15px;
}

form p{
    padding:2px 0;
}

/* ----- IMAGES ----- */

img{
    border: 3px solid #b3926f;
}
img a{
    border: 3px solid #b3926f;
    text-decoration:none;
}

/* ----- CONTENT ----- */

#primaryContent{
    width:426px;
	margin: 55px 0 0 0;
    padding: 0 55px 20px 55px;
    float:left;
    clear:none;
	border-right: 1px solid #a7917a;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #603913;
}

#primaryContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #603913;
	margin: 0 0 15px 0;
}

#primaryContent h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #603913;
	text-decoration: none;
}

.info-posts {
	width: 426px;
	height: auto;
	display: table;
	padding: 0 0 8px 0;	
    border-bottom: 1px solid #a7917a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #603913;
}

#primaryContent img{
	border: 3px solid #b3926f;
}

#secondaryContent{
    width:228px;
	margin: 40px 0 0 0;
    padding:0 14px 10px 14px;	    
    font-size:11px;
    float:right;
    clear:none; 
}
#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{
    color:#603913;
    margin-top:20px;
}
#secondaryContent ul{
    list-style:none;
}
#secondaryContent li{
    list-style:none;
    margin:2px 0;
    background:url('../images/tiny_bullet.png') left bottom no-repeat;
}
#secondaryContent li a{
    color:#603913;
    text-decoration:none;
}
#secondaryContent li a:hover{
    color:#7c5025;
    text-decoration:underline;
}
#secondaryContent .links li{
    padding-left:0px;
    margin:8px 0;
    background:none;
}

/* ----- COMMENTS ----- */

.comments{
    margin:15px 0 25px 0;		
    border-bottom: 5px solid #a7917a;
}
    .comments .status{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
        color:#603913;
        margin-bottom:15px;    
    }
        .comments .status dd, .comments .status dt{
            display:inline;
        }
    .comments a{		
		font-size: 12px;
        color:#603913;
        text-decoration:none; 
    }
    .comments a:hover{
        color:#603913;
        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;
        }

/* ----- FOOTER ----- */

#footer{
    margin:0 auto;
    margin-bottom:10px;
    height:10px;
    padding:18px 20px;
    clear:both;
    width:760px;
    text-align:left;
    font-size:10px;
    color:#8f7b63;
	
    background:#f4f4f4;
	background-image: url(images/background004.jpg);
	background-repeat: repeat-x;
	background-position: top;	
	border-top: 7px solid #331800;
}
    #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:#c7b299;
        text-decoration:none;
    }
    #footer a:hover{
        color:#FFF;
        text-decoration:underline;
    }

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

.clear{
    clear:both;
}

