/*
Theme Name: leafeup
Theme URI: 
Author: Vitor Marinho
Author URI: http:/www.vamm.net/
Description: Tema desenvolvido para o LEA (laboratório de ensino e aprendizagem) na FEUP.
Version: 1.0
License: 
License URI: 
Tags: lea, feup, ensino, laranja, orange, white, simples.
*/


/****************************
reset
****************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/****************************
Body, links, basics
****************************/
html {
	/*font-size: 87.5%;*/
	font-size: 62.5%;	/* ont-size on the body to 62.5%. Because the default browser font-size is 16px, this makes it 10px */
	/*font-size: 100%;*/
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


/****************************
fonts 
****************************/
@font-face {
	font-family: 'eurof55';
	src: url('fonts/eurof55.eot');
	src:	local('eurof55'),
			url('fonts/eurof55.woff') format('woff'),
			url('fonts/eurof55.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/OpenSans-Light.eot');
  src:	local('Open Sans Light'),
		local('OpenSans-Light'),
		url(fonts/OpenSans-Light.woff) format('woff'),
		url('fonts/OpenSans-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/OpenSans-Regular.eot');
  src:	local('Open Sans'),
		local('OpenSans'),
		url(fonts/OpenSans-Regular.woff) format('woff'),
		url('fonts/OpenSans-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/OpenSans-Bold.eot');
  src:	local('Open Sans Bold'),
		local('OpenSans-Bold'),
		url(fonts/OpenSans-Bold.woff) format('woff'),
		url('fonts/OpenSans-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/OpenSans-LightItalic.eot');
  src:	local('Open Sans Light Italic'),
		local('OpenSansLight-Italic'),
		url(fonts/OpenSans-LightItalic.woff) format('woff'),
		url('fonts/OpenSans-LightItalic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/OpenSans-Italic.eot');
  src:	local('Open Sans Italic'),
		local('OpenSans-Italic'),
		url(fonts/OpenSans-Italic.woff) format('woff'),
		url('fonts/OpenSans-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/OpenSans-BoldItalic.eot');
  src:	local('Open Sans Bold Italic'),
		local('OpenSans-BoldItalic'),
		url(fonts/OpenSans-BoldItalic.woff) format('woff'),
		url('fonts/OpenSans-BoldItalic.ttf') format('truetype');
}

body {
	line-height: 200%;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
	font-weight: 300;
	
	/*font-size: 14px;
	font-size: 1rem;*/
	text-rendering: optimizeLegibility;
	/*color: #666666;*/
	color: #555;
}

/*body.custom-font-enabled {
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

ol,
ul {
	margin: 24px 0 24px;
	margin: 0.5rem 0 0.5rem;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
	margin-top: 0;
}
ul {
	list-style: disc outside;
}
ol {
	counter-reset: item;
	list-style: decimal outside;
}
/*ol { counter-reset: item }
ol li { display: block }
ol li:before { content: counters(item, ".") " "; counter-increment: item }*/
li {
	margin: 0 0 0.5rem 7.3%;
	padding: 0 0 0 5%;
}
ul ul li,
ol ol li,
ul ol li,
ol ul li{
	margin: 0 0 0 3%;
	padding: 0 0 0 3%;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

a {
	outline: none;
}

a:focus {
	
}


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
audio:not([controls]) {
	display: none;
}
hr {
	clear: both;
	background-color: #eee;
	border: 0;
	height: 1px;
	margin: 1em 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}

small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}


input,
textarea,
select,
button,
#content article,
.main-navigation li.menu-item,
div.rp_post_title,
div#rp_frame *,
a
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	/*-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;*/
}


/****************************
Clearing floats
****************************/
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */

/*.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
}*/

/* Shared Post Format styling */
/*article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}*/



/****************************
Form fields, general styles first
****************************/
button,
input,
textarea {
	border: 1px solid #DDDDDD;
	border-radius: 7px;
	font-family: inherit;
	padding: 6px;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/****************************
FReset non-text input types
****************************/
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/****************************
Buttons
****************************/
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	font-size: 100%;
	line-height: 120%;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 7px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
	border: 1px solid #ccc;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
/*.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}*/

/* Responsive images */
img ,
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%  !important;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/****************************
Make sure videos and embeds fit their containers
****************************/
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft,
.alignright,
.aligncenter {
	margin: 10px 15px;
	margin: 1rem 1.5rem;
}
.alignleft {
	float: left;
	margin-left: 0;
}
.alignright {
	float: right;
	margin-right: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 7px;
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding-top: 4px;
	border: 1px solid #f5f5f5;
	background-color: #fdfdfd;
	border-radius: 7px;
	text-align: center;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2em;
	color: #333;
	text-align: center !important;
	margin: 0.5em 0 !important;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/*.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}*/



/****************************
Cabeçalho
****************************/
.site-header {
	border-left: 7px solid #CCCCCC;
	height: 83px;
	position: relative;
	/*background-image: url(images/header-background.png);
	background-position: top left;
	background-repeat: no-repeat;*/
	padding: 0;
}
.site-header  .site-title {
	background-image: url(images/lea-feup-logo-250-4.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 179px auto;
	width: 250px;
	height: 125px;
	position: absolute;
	top: 25px;
	left: -7px;
	text-indent: -1000px;
	overflow: hidden;
}
.site-header  .site-description {
	display: none;
}
div.separador {
	clear: both;
	border-top: 7px solid #CCCCCC;
	border-right: 7px solid #CCCCCC;
	border-radius: 0 20px 0 ;
	min-height:  30px;
	height: 30px;
	max-height:  30px;
}
/****************************
Paginação
****************************/
.site-content .navigation {
	clear: both;
	overflow: hidden;
	margin: 24px 0 0;
	margin: 2.4rem 0 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
}

.site-content .navigation .assistive-text {
	display: none;
}
.site-content .navigation ul {
	padding: 5px 0;
	margin: 0;
}
.site-content .navigation li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0;
	padding: 0;
}
.site-content .navigation .current,
.site-content .navigation li a
{
	margin: 1px !important;
	padding: 0.1em 0.5em !important;
	border-radius: 3px;
	text-decoration: none;
	display: inline;
	min-width: 1.5em;
	min-height: 1.5em;
	display: inline-block;
	zoom: 1;
	*display: inline;
	border: 1px solid #ddd !important;
	font-size: 12px;
	font-size: 1.2rem;
	background-color: #fff;
}
.site-content .navigation li a {
	color: #999 !important;
	box-shadow: 0px 0px 1px #eee;
}
.site-content .navigation .current {
	color: #ddd;
	border: 1px solid #eee !important;
	box-shadow: 0px 0px 1px #f5f5f5 inset;
}
.site-content .navigation a.prev {

}
.site-content .navigation a.next {

}
.site-content .navigation li a:hover {
	color: #FF8500 !important;
	border-color: #FF8500 !important;
	background-color: #FAFAFA !important;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Assistive text */
/*.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000;
}*/

/* Page structure */
.site {
	padding: 0 10px;
	background-color: #fff;
	margin: 0 auto;
	/*max-width: 960px;
	max-width: 96rem;*/
	max-width: 820px;
	max-width: 82rem;
	min-width: 750px;
	min-width: 75rem;
	/*overflow: hidden;*/
}
.site-content {
	margin: 0;
}
/*
.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}*/


/****************************
Menu Navegação
****************************/
.main-navigation {
	text-align: center;
	height: 83px;
	max-height: 83px;
	overflow: hidden;
	padding-left: 182px;
	
	font-size: 10px;
	font-size: 1rem;
	font-weight: 400;
	font-family: "Open Sans", Verdana, Geneva, sans-serif;
}

.main-navigation .menu-toggle {
	display: none;
}
.main-navigation div.nav-menu ul,
.main-navigation ul.nav-menu {
	display: inline-block !important;
	zoom: 1;
	*display: inline;
	text-align: left;
	width: 100%;
	margin: 0;
	border-right: 1px dashed #E6E7E8;
	border-left: 1px dashed #E6E7E8;
}
.main-navigation div.nav-menu ul > li > a,
.main-navigation div.nav-menu ul > li,
.main-navigation ul.nav-menu > li > a,
.main-navigation ul.nav-menu > li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-decoration: none;
	padding: 0;
	margin: 0;
	border: none;
}
.main-navigation div.nav-menu ul > li,
.main-navigation ul.nav-menu > li {
	float: left;
	margin: 0;
	position: relative;
	border-right: 1px dashed #E6E7E8;
	border-left: 1px dashed #E6E7E8;
	height: 83px;
	width: 92px;
}

.main-navigation .nav-menu li:first-child {
	
}
.main-navigation .nav-menu li a {
	background-color: #fff;
	color: #3D3D3D;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 120px;
	text-align: center;
	padding: 0;
	margin: 0;
	border: none;
}
.main-navigation .nav-menu li a:focus,
.main-navigation .nav-menu li a:active
{
	box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset;
	opacity: 0.3;
}
.main-navigation .nav-menu li.current-menu-item a{
	opacity: 0.5;
}
.main-navigation .nav-menu li a:hover {
	background-color: #ff5505;
	color: #fff;
	
}
.main-navigation .nav-menu li.page_item a,
.main-navigation .nav-menu li.menu-item a {
	background-image: url(images/item-slide-24.png);
	background-position: center 13px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #3D3D3D;
}
.main-navigation .nav-menu li.page_item a:hover,
.main-navigation .nav-menu li.menu-item a:hover {
	background-image: url(images/item-slide-24.png), url(images/item-menu.jpg);
	background-position: center 13px, center 0;
	background-repeat: no-repeat, no-repeat;
	background-color: #ff5505;
	color: #fff;
}
.main-navigation .nav-menu li a[href$="/~lea/"],
.main-navigation .nav-menu li.menu-item-home a,
.main-navigation .nav-menu li a[title="Início"]{
	background-image: url(images/item-home-24.png) !important;
}
.main-navigation .nav-menu li a[href$="/~lea/"]:hover,
.main-navigation .nav-menu li.menu-item-home a:hover,
.main-navigation .nav-menu li a[title="Início"]:hover {
	background-image: url(images/item-home-24.png), url(images/item-menu.jpg) !important;
}
.main-navigation .nav-menu li a[href$="/missao/"],
.main-navigation .nav-menu li a[title="Missão"] {
	background-image: url(images/item-mission-24.png)  !important;
}
.main-navigation .nav-menu li a[href$="/missao/"]:hover,
.main-navigation .nav-menu li a[title="Missão"]:hover {
	background-image: url(images/item-mission-24.png), url(images/item-menu.jpg) !important;
}
.main-navigation .nav-menu li a[href$="/atividades/"],
.main-navigation .nav-menu li a[title="Atividades"] {
	background-image: url(images/item-atividades-24.png)  !important;
}
.main-navigation .nav-menu li a[href$="/atividades/"]:hover,
.main-navigation .nav-menu li a[title="Atividades"]:hover {
	background-image: url(images/item-atividades-24.png), url(images/item-menu.jpg) !important;
}
.main-navigation .nav-menu li a[href$="/arquivo/"],
.main-navigation .nav-menu li a[title="Arquivo"] {
	background-image: url(images/item-arquivo-24.png)  !important;
}
.main-navigation .nav-menu li a[href$="/arquivo/"]:hover,
.main-navigation .nav-menu li a[title="Arquivo"]:hover {
	background-image: url(images/item-arquivo-24.png), url(images/item-menu.jpg) !important;
}
.main-navigation .nav-menu li a[href$="/pessoas/"],
.main-navigation .nav-menu li a[title="Pessoas"] {
	background-image: url(images/item-pessoas-24.png)  !important;
}
.main-navigation .nav-menu li a[href$="/pessoas/"]:hover,
.main-navigation .nav-menu li a[title="Pessoas"]:hover {
	background-image: url(images/item-pessoas-24.png), url(images/item-menu.jpg) !important;
}
.main-navigation .nav-menu li a[href$="/contactos/"],
.main-navigation .nav-menu li a[title="Contactos"] {
	background-image: url(images/item-contact-24.png)  !important;
}
.main-navigation .nav-menu li a[href$="/contactos/"]:hover,
.main-navigation .nav-menu li a[title="Contactos"]:hover {
	background-image: url(images/item-contact-24.png), url(images/item-menu.jpg) !important;
}



/****************************
Rodapé
****************************/
footer.rodape {
	clear: both;
	border-top: 7px solid #CCCCCC;
	border-right: 7px solid #CCCCCC;
	border-radius: 0 20px 10px 0;
	clear: both;
	font-size: 9px;
	font-size: 0.9rem;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0 5px;
	padding: 1.5rem 0 0.5rem;
	color: #ADADAD;
	background-color: #fff;
	position: relative;
}
footer.rodape:before {
	content: url(images/canto-curvo.png);
	position: absolute;
	top: -45px;
	left: 0;
	margin: 0;
	padding: 0;
}
footer.rodape div.site-info {
	background-image: url(images/feup-logo-163.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 100px auto;
	padding: 0 33% 0;
	max-width: 100%;
	color: inherit;
	min-height: 61px;
}
footer.rodape div.site-info p {
	padding: 0;
	margin: 0;
	line-height: 140%;
}
footer.rodape a {
	color: inherit;
	text-decoration: none;
}
footer.rodape a:hover {

}
/****************************
Conteúdo Princiapl
****************************/
.entry-meta {
	clear: both;
}

#content {
	margin: 35px 0 105px;
	font-size: 14px;
	font-size: 1.4rem;
}
#content .entry-header {
	margin-bottom: 45px;
}
#content.content-diff .aside,
#content.content-diff .entry-header {
	margin: 0;
}
/*
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}*/
#content .aside .entry-title,
#content .entry-header h2,
#content .entry-header .entry-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	text-align: left;
	padding: 0;
}
#content .aside .entry-title a,
#content .entry-header h2 a,
#content .entry-header .entry-title a {
	text-decoration: none;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 20x;
	padding-top: 2rem;
}
#primary div.rp_post_content a,
#content a{
	padding: 1px;
	border: 1px dotted #fff;
	/*border-bottom: 1px dotted #eee;*/
	border-bottom: 1px dotted #999;
	text-decoration: none;
	color: inherit;
}
#content.content-diff article.format-aside,
#content.content-diff article.format-status,
#content.content-diff article.format-image,
#content.content-diff article.format-quote,
#content.content-diff article.format-link,
#content.content-diff article.format-standard {
	position: relative;
	text-indent: 0;
	background-image: url(images/item-seta-dir-24.png);
	background-position: -32px center;
	background-repeat: no-repeat;
}
#content.content-diff article .aside .entry-title a,
#content.content-diff article .entry-header h2 a,
#content.content-diff article .entry-header .entry-title a {
	height:  100px;
	border: none;
	position: absolute;
	top: 0;
	color: #000;
}
#primary div.rp_post_content a:hover,
#content a:hover {
	color: #FF8500;
	border: 1px dotted #FF8500;
}
#content.content-diff article:hover  {
	background-color: #fafafa;
	background-position: 0 center;
	background-repeat: no-repeat;
}
#content.content-diff article.format-aside:hover,
#content.content-diff article.format-status:hover,
#content.content-diff article.format-image:hover,
#content.content-diff article.format-quote:hover,
#content.content-diff article.format-link:hover,
#content.content-diff article.format-standard:hover {
	text-indent: 48px;
}


#content.content-diff article .entry-header img {
	/*max-height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;*/
	display: none;
}
#content.content-diff .aside .entry-title a:hover,
#content.content-diff .entry-header .entry-title a:hover {
	color: #FF8500;
}
#content.content-diff article .aside .entry-title a:hover,
#content.content-diff article .entry-header .entry-title a:hover {
	border: none;
}

#content .entry-content p {
	margin: 1em 0;
	text-align: justify;
}

/* Rescreve as cores que sejam dadas */
#content .entry-content * {
	
}
/*
Lista de artigos
a class .content-diff foi introduzida para diferenciar entre a lista de artigos e um artigo único
*/
#content.content-diff .entry-summary,
#content.content-diff .entry-content {
	overflow: hidden;
	text-overflow: ellipsis;
	height: 2em;
	color: #666666;
}
#content.content-diff .entry-summary *,
#content.content-diff .entry-content * {
	width: 100% !important;
	border: none  !important;
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100% !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	/* Bloqueia todas as configurações de estilos */
	font-weight: 300;
	font-style: normal;
	text-decoration: none !important;
	color: inherit !important;
}
#content.content-diff .wp-caption {
	display: none;
}

/* oculta este elementos na descrição em lista */
#content.content-diff .entry-content object,
#content.content-diff .entry-content hr,
#content.content-diff .entry-content form,
#content.content-diff .entry-content embed,
#content.content-diff .entry-content table,
#content.content-diff .entry-content fieldset,
#content.content-diff .entry-content iframe,
#content.content-diff .entry-content audio,
#content.content-diff .entry-content video,
#content.content-diff .entry-content canvas,
#content.content-diff .entry-content img {
	display: none;
}

#content.content-diff .entry-meta {
	display: none;
}

/*

.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}

.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}

*/

#content footer.entry-meta {
	font-size: 10px;
	font-size: 1rem;
	line-height: 100%;
	color: #aaa;
	margin: 40px 0;
	margin: 4rem 0;
}
#content .archive-header .archive-title,
#content .entry-header .entry-title,
#content .entry-header h1,
#content .entry-header h2,
#content .page .entry-header .entry-title {
	text-align: right;
	color: #FF8500;
	font-weight: normal;
	font-size: 33px;
	font-size: 3.3rem;
	font-family: 'eurof55', Verdana, Geneva, sans-serif;
	line-height: 100%;
	margin: 0;
	padding: 0;
}
#content.content-diff .entry-header h1,
#content.content-diff .entry-header h2,
#content.content-diff .entry-title{
	text-align: inherit;
	color: #000;
	font-weight: inherit;
	font-size: 24px;
	font-size: 2.4rem;
	font-family: 'eurof55', Verdana, Geneva, sans-serif;
}
#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5,
#content .entry-content h6 {
	margin: 24px 0;
	margin: 2.4rem 0;
	color: #000;
	font-family: 'eurof55', Verdana, Geneva, sans-serif;
}
#content .entry-content h1 {
	font-size: 24px;
	font-size: 2.4rem;
}
#content .entry-content h2 {
	font-size: 21px;
	font-size: 2.1rem;
}
#content .entry-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
}
#content .entry-content h4 {
	font-size: 16px;
	font-size: 1.6rem;
}
#content .entry-content h5{
	font-size: 15px;
	font-size: 1.5rem;
}
#content .entry-content h6 {
	font-size: 14px;
	font-size: 1.4rem;
}
#content .archive-header {
	padding-bottom: 22px;
	padding-bottom: 2.2rem;
	border-bottom: 1px solid #ededed;
}
#content.content-diff article {
	border-bottom: 1px solid #eeeeee;
	padding: 45px 0 20px;
	padding: 4.5rem 0 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
#content article {
	word-wrap: break-word;
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}
#content article strong {
	color: #000;
	font-weight: bold;
}



/****************************
Pessoas (temp)
****************************/
#content.img-inline .page .entry-content .wp-caption {
	/*display: table-cell;
	float: left;*/
	float: none;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	margin: 2px;
	opacity: 0.3;
	max-width: 65px;
}
#content.img-inline .page .entry-content .wp-caption img {
	/*border: 1px solid #f00;
	max-height: 55px;*/
	max-width: 55px;
	/*position: absolute;
	clip:rect(0px,55px,55px,0px);
	mask:
	clip-path: polygon(0px 25px, 25px 0px);*/
}

#content.img-inline .page .entry-content .wp-caption,
#content.img-inline .page .entry-content .wp-caption .wp-caption-text
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0 0.3s ease;
	transition: all 0.3s ease;
}
/*#content .page .entry-content:hover .wp-caption.alignnone {
	opacity: 0.4;
}*/
#content.img-inline .page .entry-content .wp-caption .wp-caption-text {
	display: none;
	position: absolute;
	top: 65px;
	left: -80px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #dddddd;
	width: 200px;
	max-width: 200px;
	max-height: 100px;
	overflow: auto;
	/*min-height: 100px;*/
	z-index: 2;
	text-align: left;
	padding: 10px;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.75);
}
#content.img-inline .page .entry-content .wp-caption:hover {
	border: 1px solid #ccc;
	opacity: 1;
	/*border: 1px solid #ff8500;*/
}
#content.img-inline .page .entry-content .wp-caption:hover .wp-caption-text {
	display: initial;
	box-shadow: 7px 7px 5px rgba(0,0,0,0.75);
}


/*
.site-content .format-aside .post-format a:before {
    content: "";
    margin-right: 2px;
}
.site-content .format-image .post-format a:before {
    content: "";
}
.site-content .format-link .post-format a:before {
    content: "";
    position: relative;
    top: 1px;
}

.site-content .format-quote:before {
    content: '"';
    margin-right: 2px;
	float: left;
}*/


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}




form.searchform {
	margin: 48px 0;
	margin: 4.8rem 0;
}





/* MetaSlider  */
div.metaslider{
    margin: 41px 0 82px 0 !important;
}
.metaslider .caption-wrap {
    background-color: #E5E5E5 !important;
    background-color: rgba(255,255,255,0.9) !important;
    color: #666666 !important;
    opacity: 1 !important;
    
    border-top: 1px solid #3F3F3F;
    border-top: 1px solid rgba(0,0,0,0.25);
    border-bottom: 1px solid #3F3F3F;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    
    font-family: "Open Sans", Verdana, Geneva, sans-serif;
    
}
.metaslider .caption {
    padding: 10px 20px !important;
    
}
.metaslider .caption h1,
.metaslider .caption h2,
.metaslider .caption h3,
.metaslider .caption h4,
.metaslider .caption h5,
.metaslider .caption h6
{
    color: #000;
    font-size: 24px;
    font-family: 'eurof55', Verdana, Geneva, sans-serif;
    line-height: 100% !important;
    padding: 5px 0;
}

.flex-control-paging li a {
    width: 16px !important;
    height: 16px !important;
    background-color: rgba(0, 0, 0, 0.02) !important;
    box-shadow: 0.5px 1px 1px rgba(0, 0, 0, 0.5) inset !important;
}

.flex-control-paging li a.flex-active {
    background-color: #FF8500 !important;
    box-shadow: none !important;
}



/* rotating posts plugin  */

div#rp_frame{
	margin: 41px 0 82px 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	display: block;
}
div#rp_frame > div.rp_post {
	background-image: url(images/fundo-destaque.png);
	background-position: left top;
	background-repeat: repeat;
	min-height: 400px;
	height: 400px;
}
div.rp_post h2{
}
div.rp_post_title {
	position: absolute;
	top: 304px;
	left: 0;
	z-index: 2;
	height: 96px;
	line-height: 400%;
	background-color: #E5E5E5;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #3F3F3F;
	border-top: 1px solid rgba(0,0,0,0.25);
	border-bottom: 1px solid #3F3F3F;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	
	text-align: inherit;
	color: #000;
	font-weight: inherit;
	font-size: 24px;
	font-family: 'eurof55', Verdana, Geneva, sans-serif;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	padding: 0;	/*72px*/
	
	text-indent: 0;
	background-image: url(images/item-seta-dir-24.png);
	background-position: -32px center;
	background-repeat: no-repeat;
}
div.rp_post_title:hover {
	text-indent: 48px;
	background-position: 0 center;
	background-color: #fafafa;
}
div.rp_post_title a {
	height:  100px;
	border: none;
	position: absolute;
	top: 0;
	color: #000;
	
	text-decoration: none;
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
	color: inherit;
	text-decoration: none;
}
div.rp_post_title a:hover {
	color: #FF8500;
	border: none;
}

div.rp_post_time_author,
div.rp_post p.rp_post_metadata {
	display: none;
}
div.rp_post_content {
	margin: 0;
	padding: 10px;
	/*overflow: hidden;
	font-size: 0;*/
	font-size: 14px;
	font-size: 1.4rem;
	position: relative;
}
div.rp_post_content img{
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
}
div.rp_post_content p {
	padding: 0 0 10px 0;
	margin: 0;
	line-height: 200%;
}
div#rp_nav {
	margin: 0;
	padding: 10px 0;
	background-color: #fff;
	z-index: 3;
	position: relative;
	height: 100%;
	display: block;
	border-top: solid 1px #BFBFBF;
}
div#rp_nav a {
	cursor: pointer;
	text-decoration: none;
	border: none;
}
div#rp_nav a:hover {
	border: none;
}
div#rp_nav #rp_nav_arrows {
	/*padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;*/
	display: none;
}
/*
div#rp_nav #rp_nav_arrows a.rp_nav_button:hover {

}
div#rp_nav #rp_nav_arrows a#rp_nav_left span {
	padding: 1.2px 24px;
	padding: 1.2rem 2.4rem;
	background-image: url(images/item-seta-esq-24.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	font-size: 0;
}
div#rp_nav #rp_nav_arrows a#rp_nav_pause span {
	padding: 1.2px 24px;
	padding: 1.2rem 2.4rem;
	background-image: url(images/item-pausa-24.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	font-size: 0;
}
div#rp_nav #rp_nav_arrows img {
	display: none;
}
div#rp_nav #rp_nav_arrows span.rp_nav_arrow_text {
	padding: 0;
}
div#rp_nav #rp_nav_arrows span.rp_nav_arrow_text:hover {
	background-color: #FF8500;
}
div#rp_nav #rp_nav_arrows a#rp_nav_pause img#rp_nav_pause_normal {
}
div#rp_nav #rp_nav_arrows a#rp_nav_pause img#rp_nav_pause_pressed {
}
div#rp_nav #rp_nav_arrows a#rp_nav_pause span#rp_nav_pause_normal {
	opacity: 1;
}
div#rp_nav #rp_nav_arrows a#rp_nav_pause span#rp_nav_pause_pressed {
	opacity: 0.4;
}
div#rp_nav #rp_nav_arrows a#rp_nav_right span {
	padding: 1.2px 24px;
	padding: 1.2rem 2.4rem;
	background-image: url(images/item-seta-dir-24.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	font-size: 0;
}*/
div#rp_nav #rp_nav_thumbnails {
	width: 100%;
	max-width: 100% !important;
	display: block;
	text-align: center;
}
div#rp_nav #rp_nav_thumbnails a.rp_nav_thumbnail {

}
div#rp_nav #rp_nav_thumbnails img {
	margin: 0 5px 0 0;
	border: solid 1px #000;
}
div#rp_nav #rp_nav_thumbnails img.rp_nav_thumbnail_on {
}
div#rp_nav #rp_nav_thumbnails img.rp_nav_thumbnail_off {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div#rp_nav #rp_nav_thumbnails img.rp_nav_thumbnail_off:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_on {
	padding: 1.2px 24px;
	padding: 1.2rem 2.4rem;
	background-image: url(images/item-slide-on-24.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	font-size: 0;
}
div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_on:hover {
}
div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_off {
	padding: 24px 24px;
	padding: 2.4rem 2.4rem;
	background-image: url(images/item-slide-24.png);
	background-position: center center;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	font-size: 0;
}
div#rp_nav #rp_nav_thumbnails span.rp_nav_thumbnail_off:hover {
	background-color: #FAFAFA !important;
	/*background-color: #fafafa;*/
	border-radius: 15px;
}






@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
/*@media only screen and (min-width: 320px) and (max-width: 480px) { */
	.site {
		box-sizing: border-box;
		margin: 0;
		max-width: 100%;
		min-width: 100%;
	}
	.site-header {
		height: 41px;
		max-height: 41px;
	}
	.site-header  .site-title {
		/*background-image: url(images/lea-feup-logo-250-4.png);
		background-position: top left;
		background-repeat: no-repeat;*/
		background-size: 115px auto;
		top: 6px;
	}
	.main-navigation {
		height: 48px;
		max-height: 48px;
		padding-left: 80px;
	}
	.main-navigation div.nav-menu ul,
	.main-navigation ul.nav-menu {
		/*border: 1px solid #f00;*/
		text-align: right;
		right: 0;
		position: relative;
	}
	.main-navigation div.nav-menu ul > li,
	.main-navigation ul.nav-menu > li {
		height: 40px;
		width: 35px;
	}
	.main-navigation .nav-menu li a {
		font-size: 0;
		text-indent: -1000px;
	}
	.main-navigation .nav-menu li.page_item a,
	.main-navigation .nav-menu li.menu-item a {
		background-position: center center;
	}
	.main-navigation .nav-menu li.page_item a:hover,
	.main-navigation .nav-menu li.menu-item a:hover {
		background-position: center center, center 0;
	}

}

@media screen and (min-width: 600px) {
}
@media screen and (min-width: 960px) {
}






