/* CSS Document */
/* Entry 
*************************************************************/
.entry-header, .loop-header {
    position: relative;
}

.entry-title, .loop-title, .entry-categories {
    color: #fff;
    font: 100 40px Lato,Verdana,Geneva,sans-serif;
    margin: 0 0 10px;
    padding: 0;
}

.single .entry-title {
    border-bottom: 1px solid #ecf0f1;
    color: #666666;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
    padding: 35px 0 15px;
}


.entry-meta {
    font: 11px Lato;
}

.entry-content {
    font-size: 14px;
    line-height: 20px;
    padding-top: 20px;
}

.entry-content a{
	text-decoration:underline;
}

.entry-content img {
    height: auto;
    max-width: 100%;
}

.entry-content p {
    margin: 15px 0;
}

.entry-content ul,
.entry-content ol{
	margin: 15px 0;
    padding-left: 20px;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin:35px 0 5px;
}

.entry-content h2{
	font-size:18px;
}

.entry-content h3 {
    font-size: 16px;
}

.entry-content h4, .entry-content h5{
	font-size:15px;
	font-weight: normal;
}

.entry-share {
    display: inline-block;
    width: 445px;
}

.entry-share .twitter-share-button {
    vertical-align: bottom;
}

.comment-title {
    font: 20px Lato,Verdana,Geneva,sans-serif;
    position: relative;
}

.comment-title .line {
    margin: 0 0 0 30px;
    width: 447px;
}

/* Forms
*************************************************************/

.entry-content .ps-form {
    float: left;
    margin: 0 0 35px;
}
.entry-content .ps-form textarea{
	height:140px;
}

.entry-content .ps-form .ps-submit {
    text-transform: uppercase;
    width: 115px;
}

.frmContato .wrap-input{
    width: 310px;
}


.frmContato .wrap-input.txtMsg {
    width: 625px;
}

/* Tabelas
*************************************************************/
.entry-content table,
.widget-content table{
	background:#FFF;
	border:none;
	border-bottom:solid 1px #D9DAC0;
    border-collapse: collapse;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

.entry-content table{
	border:solid 1px #D9DAC0;
}

.entry-content table thead,
.widget-content table thead{
	border-bottom:solid 3px #D9DAC0;
}

.entry-content table th,
.entry-content table td,
.widget-content table th,
.widget-content table td{
    color: #333333;
	font-size:14px;
    padding: 5px 7px;
}

.entry-content table th,
.widget-content table th,
.entry-content table caption,
.widget-content table caption{
	background:#A9AC73;
	color:#FFF;
	font-size:16px;
	text-align:center;
}

.entry-content table caption,
.widget-content table caption{
	border-bottom: 3px solid #D9DAC0;
	font-weight:bold;
	text-align:center;
	padding: 5px 7px;
}

.entry-content table tbody th,
.widget-content table tbody th{
    border-right: 1px solid #D9DAC0;
    text-align: right;
	width:150px;
}

.entry-content table tbody tr:nth-child(odd),
.widget-content table tbody tr:nth-child(odd){
	background-color:#E6EED9;
}

.entry-content table .button,
.widget-content table .button{margin:0;}

.entry-content table tfoot{
	text-align:center;
	font-weight:bold;
}

.attachment-align-left{
    float: left;
    margin:0 10px 10px 0;
}