@charset "utf-8";
/* CSS Document */

.not-cor {
	font-family: 'PT Sans', sans-serif;
	color:#39C;
	font-weight: 700;
	size: 120%
}

.entry-content p{
	width: ;
	margin-left: ;
}

blockquote {
	border-left: solid 1px #eee;
	margin-left: 60px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 2px solid #eee;
}

blockquote p{		
    color: #1094ab;    
    font-size: 16px;
    position: relative;
    
}

blockquote {
    margin: 0 15px;
    font-size: 20px;
    font-style: normal;
    font-family: ;
    font-weight: bold;
}

blockquote p:before { 		
    color: #7a7a7a;
    content: "\201C";
    display: block;
    font-family: Georgia,serif;
    font-size: 80px;
    font-weight: bold;
    font-style: normal;
    line-height: 35px;

}
.wp-caption {
    border: 0px solid #ccc;
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption .wp-caption-text {
    margin: 0px 0;
}
.wp-caption-text {
    background: #dedede;
    text-align: left;
    font-size: 13px;
    color: #000;
    padding: 10px;
    -webkit-padding: 12px;
    margin: 0;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1px;
    margin: border;
    max-width: 100%;
}
table {
    margin: 0 0 0px;
    width: 100%;
    border-collapse: collapse;
}


/*=== Related Posts ===*/

.rel-content{
	border-bottom: solid 5px #579f94;
	padding-bottom: 13px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 28px;
}

.rel-content a{
	color: #579f94
}

.yarpp-related .rel-item{
	float: left;
	margin-top: 18px;		
	margin-left: 1%;
	width: 263px;
}


.yarpp-related div a{
	display: block;
	float: none;	
}

.yarpp-related h3 span{
	background: #fff;
	vertical-align: middle;
}

.yarpp-related{
	margin-bottom: 0 !important;
}

.yarpp-related .thumbnail{
	border:none;
	border-radius: 0;
	margin-bottom: 0;		
}

.yarpp-related a {
    -webkit-transition: all 150ms ease;
    -moz-transition: all 150ms ease;
    -ms-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease; 
}

.yarpp-related a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: underline;
}

.yarpp-related .caption{
	padding: 0px;
}

.yarpp-related .caption h4{
	margin-bottom: 5px;
   	margin-top: 3px;
   	font-size: 16px;
}
ul {
    list-style: none;
}
ul, ol {
    margin: 0 0 15px 20px;
}

.yuzo_related_post .relatedthumb {
	margin: 5px 5px 5px 5px;
	padding: 0px;
	}

.yuzo_related_post .elemento {
	width: 260px;
	}
.yuzo_related_post h3 {
    margin: 0 !important;
    padding: 3px;
    background-color: #f1f1f1;
    font-size: 20px;
    font-weight: bold;
}

h1 {
    font-size: 36px;
    font-family: 'Droid Serif', serif;
}

h3 {
    font-size: 26px;
    font-family: 'Droid Serif', serif;
}

#site-navigation .menu ul li ul li, #top-right-navigation .menu li ul li, #footer-navigation ul li ul li {
    padding: 5px 18px;
    display: block;
    float: none;
    border-bottom: 1px solid #cccccc;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 8px;
}
.single-post .post_content {
    font-size: 17px;
    margin-top: 5px;
}
.logo-ad-wrapper {
    padding: 20px 0 15px;
}

article.hentry a {
    color: #1094ab;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

article.hentry a:visited {
}

article.hentry a:hover, a:focus, a:active {
    color: #ccc;
}
.resumopost p{
    color: #1094ab;    
    font-size: 16px;
    font-style: italic;
    margin-right: 55px;
}    