/**************** Blog Styles ****************/

.blog-body {

}

.blog-sidebar-separator {
	padding: 0 10px;
}

#blog-title {
        padding-top: 10px;
        font-size:15px;
        line-height: 20px;
        font-weight: normal;
        font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;
}

#blog-title a {
        text-decoration:none;
}

#blog-title a:hover {
        border:none;
        color:#68f;
}

#blog-date {
	float: left;
        padding-left: 0px;
        font-size: 13px;
}

#blog-content {
        text-align: justify;
	clear: both;
	margin-bottom: 15px;
}

#blog-content ul {
        padding: 25px;
}

#blog-separator {
	clear: both;
        border-bottom: 1px solid #ddd;
        padding-top: 2px;
        margin-top: 0px;
        font-size: 2px;
        height: 2px;
}

#blog-author {
        background: #fbfbfb;
        border-bottom: 1px solid #f9f9f9;
        padding: 0px 5px 2px 5px;
        margin: 0px 0 2px 0;
        float: right;
}

#blog-comments {
        float: right;
	margin: 0 0 0 0;
	font-size: 13px;
} 

#blog-post-title {
	border: 1px solid #ccc; 
	width: 100%;
	display: block;
        padding: 4px 0;
        font-size:15px;
        font-weight: normal;
        font-family: 'Lucida Grande',  'Lucida Sans Unicode', Verdana, Sans-Serif;

}

.blog-sidebar {
        width: 215px;
}

.column-blog {
	float: right; 
	width: 200px; 
	margin: 0; 
	padding: 0;
}

/**************** Contact Form Style  ****************/

#cartao {
	line-height: 16px;
}
cartao_textarea {
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
	padding: 2px;
	border: 1px solid #abadb3;
	font-size: 13px;
	background: #FFF;
	color: #000;
	line-height: 1.2em;
	height: 140px;
	width: 300px;	
}
#cartao .formfield {
	margin: 5px 0px;
}
#cartao label.field {
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
	font-size: 13px;
	display: block;
	font-weight: bold;
	padding-bottom: 2px;

}
.cartao_label {
	font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
	width: 100%;
	background: #FFF;
	border: solid 1px #abadb3; 
	/** //#abadb3 **/
	display: block;
	color: #000;
	font-size: 14px;
	padding:  1px 1px 1px 1px;
	
}

.modalBackground
{
    background-color:#e6e6e6;
    filter:alpha(opacity=60);
    opacity:0.60;
}