/*
Theme Name: clourdes
Theme URI: http://docpor.pt/
Author: docpor multimedia
Author URI: http://docpor.pt
Description: Tema Wordpress para o Colégio de Lourdes
Version: 1.4
License: GNU General Public License
License URI: license.txt
Text Domain: clourdes
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 clourdes is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
html,body { height: 100%; margin: 0px; padding: 0px; }

.icon-pdf { /*The background image*/
	background: url(images/pdf_icon.gif) no-repeat left center;
	padding-left: 20px;
	line-height: 16px; /* To center the text vertically with the icon */
}

/* =Reset
-------------------------------------------------------------- */
.entry-header{
    font-size:0.6em;
    color:#324152!important;

}

/* =Global
----------------------------------------------- */
/* Area Reservada Login widget */

#wpra_widget_gravatar {
    text-align: center;
    margin-bottom: 11px;
}
p.login-title {
font: normal 13px "Open Sans";
font-weight: bold;
text-align: center;
color: #FFFFFF;
margin-bottom: 15px;
}

.widget_wpra_widget {
    background: #80A4BD;  padding: 10%;  font: normal 13px "Open Sans";  color: #FFFFFF;  border-radius: 5px;
}

.login-username label{display:none;}
.login-username #user_login {
    margin-top: 4%;  margin-bottom: 4%;  text-align: center;  background-color: #e3e8ec;  color: #315066;  width: 95%;  height: 28px;  border-style: none;
}

.login-password #user_pass {
    margin-top: 4%;  margin-bottom: 4%;  text-align: center;  background-color: #e3e8ec;  color: #315066;  width: 95%;  height: 28px;  border-style: none;
}

.login-password label{display:none;}
#wp-submit {
    margin-top: 4%;  margin-bottom: 4%;  text-align: center;  background-color: #cccccc;  color: #315066;  width: 95%;  height: 28px;  border-style: none;
}



/* Slider Banner */
#banner-fade {
	z-index: -1;
}

/* Search */
#form-search input {
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 15%;
	text-align: center;
	background-color: #e3e8ec;
	color: #315066;
	width: 70%;
	height: 26px;
	border-style: none;
}
#button-search {
	background: url('images/bar-search.png');
	background-size: 100% 100%;
}


/* Logo */
.logo {
	background: url('images/logo.png');
	background-repeat: no-repeat;
	margin: 5px;
}


/* IMG */
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: '';
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}



/* =Menu
----------------------------------------------- */
#nav {
	font-size: 0.8em;
 	max-width:962px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	background: #324252;
	height: 50px;
}
#nav .main-navigation {
	display: block;
	float:left;
	width: 65%;
	height: 50px;
}
.main-navigation ul {
	list-style: none;
	height: 50px;
	padding: 0;
	margin: 0;
	float: left;
}
.main-navigation ul li {
	display: -moz-inline-stack;
	display: inline-block;
	font-size: 1em;
}
.main-navigation ul li a {
	display: -moz-inline-stack;
	display: inline-block;
	height: 50px;
	padding: 0 10px;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	text-decoration: none;
}
.main-navigation ul li:hover > a {
	color: #324152;
	background-color: #80A4BD;
}
.main-navigation ul li.inscricao a {
	color: #fff;
	background-color: #80A4BD;
}
.main-navigation ul li.inscricao a:hover {
	color: #324152;
	background-color: #80A4BD;
}
#nav .search {
	background: #80A4BD;
	font: normal 13px "Open Sans";
	color: #FFFFFF;
	background-color: #899EAB;
	float: left;
	width: 32%;
	height: 50px;
	text-align:center;
}

/* SUB MENUS */
ul.sub-menu {
    font-size:0.95em;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0px !important;
	background: #80A4BD !important;
	display: none;
	position: absolute;
	z-index: 999;
}
.main-navigation li:hover > ul {
	display: block;
}
.main-navigation li:hover ul li {
	display: block !important;
	float: none;
}
ul.sub-menu li {
	background: #80A4BD;
	clear: both;
}
.main-navigation li li {
    background:rgba(128, 164, 189, 0.95);
    min-width:200px;
    display:block;
    float:none;
    position:relative;
}
.main-navigation li li a {
    overflow:hidden;
}
.main-navigation li li ul{
    position:absolute;
    top:0;
    left:100%;
}
ul.sub-menu li a {
	color: #fff;
	display: block !important;
	height: 20px !important;
	line-height: 20px !important;
	padding: 5px 15px 5px 15px !important;
	text-transform: uppercase;
	font-size: 1em;
}
ul.sub-menu li:hover {
	background-color: #CCCCCC !important;
}
ul.sub-menu li a:hover {
	color: #324152;
	background-color: #80A4BD;
}
ul.sub-menu * {
	z-index: 1000;
}
/* FIM SUB MENUS */



/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {

.menu-toggle, .main-navigation.toggled .nav-menu {
	display: block;
}
.main-navigation ul {
	display: none;
}
}
/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
	list-style: none;
}
.widget_text {
	list-style: none;
	text-align: center;
}
.widgetPagTitle {
    padding:6px 5px 6px 15px;
	color: #80A4BD;
	font-size: 1em;
}
/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* RA CSS */
.ra_tab.active{font-size: 1.7em;
-webkit-margin-before: 0.67em;
-webkit-margin-after: 0.67em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
font-weight: bold;}
