/*
Theme Name: USP2015
Theme URI: 
Description: 
Version: 0.7
Author: USPWEBDEV
Author URI: 
Tags: 
License: 
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

/* HEADS UP: Everything that you will normally find here can be found in the library/less/wp.less */

/* padrao geral */
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700);
*{
	font-family: 'Raleway', "Trebuchet MS", Arial, Helvetica, sans-serif
}
body {
	background-color:#f2f1e6;
}

a {
	color: #579f94;
}
.en {
	display: none;
}

.Image-Widget {
	display: none;
}

.alignleft{
	float: left;
	margin-right: 10px;
}

.alignright{
	float: right;
	margin-left: 10px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.tit-canais {
	font-weight:700;
	font-size: 110%;
	text-transform:uppercase;
	background-color:#FFF;
	border: solid #FFF 2px;
	border-right: solid #fff 13px;
}
.zebrado {
	background-image:url(images/zebrado.png);
	border: 0px;
	padding: 0px;
	margin-bottom: 10px;
}
.resumo-home {
	font-size: 90%;
}
.titulo-home {
	font-weight: bold;
}
.editoria-home {
	background-color: #579f94;
	color:#FFF;
	font-size: 80%;
	text-transform: uppercase;
	padding-top:2px;
	padding-bottom: 1px;
	padding-left: 10px;
	width: 120px;
	display:block;
	margin-top: -30px;
	margin-bottom: 15px;
	position:relative;
	z-index: 2;
	border-bottom: 1px solid #2b5c54;
	border-right: 1px solid #2b5c54;
}

.navbar {
	background-image:url(images/bg-headtop.gif);
	background-color: #1094ab;
	border-bottom-color: #0b8297;
	color: #FFF;
	min-height: 50px;
	height: 50px;
}
/* banner1 */
#banner1 {
}

/* destaques */
#destaques {
	margin-bottom: 20px;
}

/* imprensa */
#imprensa {
	min-height: 100px;
	margin-bottom: 20px;
}
#imprensa a{
	color: #579f94;
}

/* noticias */
.not-cor {
	color: #579f94;
}
#noticias {
	min-height: 100px;
	margin-bottom: 20px;
}

/* banner2 */
#banner2 {
}

/* ensino */
#ensino {
	min-height: 100px;
	margin-bottom: 20px;
}
.ensino-cor {
	color: #3d5466;
}
#ensino h4{
	color: #3d5466;;
	font-weight: bold;
	font-size: 96%;
	padding-left: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
#ensino .widget_nav_menu{
	float:left;
	background-color: #ccc;
	min-height: 130px;
	width: 24%;
}
#ensino .widget_nav_menu ul{
	color: #3d5466;
	list-style:square;	
}
#ensino .widget_nav_menu a{
	font-weight: bold;
	font-size: 90%;
}
/* pesquisa */
.pesquisa-cor {
	color: #d1782b;
}
#pesquisa h4{
	color: #d1782b;
	font-weight: bold;
	font-size: 96%;
	padding-left: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
#pesquisa .widget_nav_menu{
	float:left;
	background-color: #ccc;
	min-height: 130px;
	width: 24%;
}
#pesquisa .widget_nav_menu ul{
	color: #d1782b;
	list-style:square;	
}
#pesquisa .widget_nav_menu a{
	font-weight: bold;
	font-size: 90%;
}
/* extensao */
.extensao-cor {
	color: #5c74ba;
}
#extensao h4{
	color: #5c74ba;;
	font-weight: bold;
	font-size: 96%;
	padding-left: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
#extensao .widget_nav_menu{
	float:left;
	background-color: #ccc;
	min-height: 130px;
	width: 22%;
	margin-right: 20px;
}
#extensao .widget_nav_menu ul{
	color: #3d5466;
	list-style:square;	
}
#extensao .widget_nav_menu a{
	font-weight: bold;
	font-size: 90%;
}
/* institucional */
.institucional-cor {
	color: #1094ab;
}
#institucional h4{
	color: #1094ab;
	font-weight: bold;
	font-size: 96%;
	padding-left: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
#institucional .widget_nav_menu{
	float:left;
	background-color: #ccc;
	min-height: 130px;
	width: 100%;
}
#institucional .widget_nav_menu ul{
	color: #1094ab;
	list-style:square;	
}
#institucional .widget_nav_menu a{
	font-weight: bold;
	font-size: 90%;
}
/* rodape */
#footer3 a {
	color: #579f94; 
}
#footer3 h4{
	color: #579f94;
	font-weight: bold;
	font-size: 96%;
	padding-left: 20px;
	margin-bottom: 5px;
	text-transform:uppercase;
}
#footer3 .widget_nav_menu{
	float:left;
	background-color: #ccc;
	min-height: 130px;
	width: 90%;
}
#footer3 .widget_nav_menu ul{
	color: #579f94;
	list-style:square;
}
#footer3 .widget_nav_menu ul li{
	line-height: 20px;
}
#footer3 .widget_nav_menu a{
	font-weight: bold;
	font-size: 90%;
}

.image-tumb {
padding: 8px;
margin-right: 25px;
border: 1px solid #ccc;
}

#main article {
    margin-bottom: 0px;
}

/* page */
#s-wrapper h1, h2, h3, h4, h5, h6 {
	color:#579f94;
	font-weight: bold;
}

#s-wrapper .radio, .checkbox {
    display: inline;
}

.article-sd{
		background: #ccc;
	}

.article-sd h4{ 
		background: #579f94;
		height: 33px;
		color: #fff;
		padding:0 20px;
		text-transform: uppercase;
		vertical-align: middle;
		display:table-cell;
		width: 1%;
		font-size: 90%;
}

.article-sd h4:after {		
    border-color: #579f94 transparent;	    
    border-style: solid;	    
    border-width: 15px 15px 0;	    
    bottom: -15px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
		width: 0;
}

.article-sd ul{
		list-style: none;
		padding-left: 15px;
		padding-bottom: 15px;
		padding-top: 20px;
}
.article-sd ul ul{
	padding: 0;
	padding-left: 15px;
	padding-bottom: 8px;
}

.article-sd li:before {
	content: "• ";    	
	color: #1d5048;
}

.article-sd li a{color: #1d5048;font-size: 90%;}	

.single-title{	
	font-size: 24px;
	background: none repeat scroll 0 0 #fff;
	margin: -60px 0 0;
	padding: 30px 37px 10px;
	position: relative;		
}

.title-default{
	color: #579f94;
    font-weight: bold;
}	

#s-wrapper{
	width: 92%;
	margin: 0 auto;
}

#s-wrapper a{
	color: #579f94;

}

#s-wrapper .meta{
	padding-left: 37px;
}	

#s-wrapper .post_content{
	padding-left: 37px;
	padding-right: 37px;
}

article footer{
	background: #eaeef0;
}

#nav_menu-6 h4{
	background: #9f6c57;

}	

#nav_menu-6 li a{
	color: #452112;
}

#nav_menu-6 li:before {		   	
	color: #452112;
}

#nav_menu-6 h4:after{
	border-color: #9f6c57 transparent;
}

footer h5 {
	color: #000;
	background: #d6d9da;
	font-size: 22px;		
	padding: 18px 30px;
	vertical-align: middle;
}

footer .f-content{
	padding-left: 30px;
	font-size: 14px;
}

#fsb-social-bar .fsb-title{
	display: none !important; 
}

#fsb-social-bar{
/*	border: none !important; */
}	

.article-sd h4 {   
    position: relative;
}

.cor-result {
	color:#009999;
	font-weight: bold;
}
.page-header {
    border-bottom: 1px solid #ccc;
    margin: 0px 0 20px;
    padding-bottom: 9px;
}

/*override p.meta*/
#main p.meta{
	color: #000;
	font-style: normal;

}	

/*override .tags a.label*/
.tags a{

	background: none;		
	font-size: 14px;
	font-weight: normal;
	padding: 0;
}

/* Override */
.tags a:hover{
	color: #000;
	text-decoration: underline;
}

/* override */
.tags a[href]:hover, .tags a[href]:focus{
	background: none;

}

.f-label{
	color: #000;
	font-weight: bold;
}

.post_content{
	font-size: 16px;
}	

#s-wrapper footer{	
	margin:37px;	
	padding-bottom: 20px;
}

.img-wrap {
	height: 90px;
	background: #fff url("images/gray-bg.jpg") repeat;
}

/*Override WP*/
.entry img{
	padding: 0;
}

.wp-caption{
	 background: #dedede;	

}

.wp-caption-text{
	background: #dedede;	
	font-size: 13px;
	color: #000;
	padding: 15px;
	-webkit-padding: 12px;
	margin: 0;
}

.credits {
	font-size: 80%;
	background: #fff;
    text-align: right;
    width: 100%;
}

.feat-img-copy{
	font-size: 80%;
	background: #fff;
	float: right;
	margin: -85px 4% 0 0;		
    position: relative;
    padding: 0 5px;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    color: #000;
}
.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: left;	
}

.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: 2px;
}

.yarpp-related .caption h4{
	margin-bottom: 5px;
   	margin-top: 5px;
   	font-size: 16px;
}

.widget_sp_image img{
	max-width: 100%;
}

blockquote{
	border-left: solid 2px #eee;
	margin-left: 60px;

}

blockquote p{		
	color: #1094ab;    
    font-size: 16px;
    font-style: italic;
    position: relative;
    
}

blockquote p:before { 		
	color: #7a7a7a;
    content: "\201C";
    display: block;
    font-family: Georgia,serif;
    font-size: 80px;
    font-weight: bold;
    left: -20px;
    margin-left: -60px;
    position: absolute;
    top: -20px;
}

.article-sd ul.children { display: none; }
.article-sd li.current-cat ul.children, .article-sd li.current-cat-parent ul.children{display: block;}

#s-wrapper .breadcrumbs {
	font-size: 12px;
	margin: 10px 37px;
}

.media-credit{
	font-size: 0.7em !important;
}

@media screen and (min-width: 250px) and (max-width: 600px) {

	#s-wrapper{		
		width: 100%;		
	}
	.single-title{
		padding: 5px;
		margin: 10px 0 0;
		font-size: 1.5em;

	}
	.feat-img-copy{
		margin: -25px 4% 0 0
	}

	#s-wrapper .post_content, #s-wrapper .meta{
		padding-left: 10px;
	}

	#s-wrapper footer{
		margin: 0;
	}

	blockquote p:before { 		
	    font-size: 40px;
	    left: -10px;
	    margin-left: -50px;	    
	    top: -10px;
	}
	blockquote{	
		margin-left: 40px;
	}

	footer h5{
		padding-left: 10px;
	}

	footer .f-content{
		padding-left: 10px;
	}

}
.wpcf7-submit {
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  background: #1094ab;
  padding: 12px 22px 12px 22px;
  text-decoration: none;
}

.pearl_rss_section_title:before {
	content: "■ ";
}
.pearl_rss_section {
	padding-bottom: 10px;
}
.pearl_creation_date{
	display: block;
}