/*   
Theme Name: Educ Theme
Theme URI: http://matad.com.br/
Description: Tema para Grupo Educart.
Author: Mario Tadeu
Author URI: http://matad.com.br/
Template: thematic
Version: 1.0
*/

/* Reset padrões do browser */
@import url('../thematic/library/styles/reset.css');

/* Layout */
@import url('library/layouts/2c-r-fixed.css');

/* Estilos básicos para imagens */
@import url('../thematic/library/styles/images.css');

/* Cores padrões do tema */
@import url('library/styles/default.css');

/* Menu */
@import url('library/styles/menu.css');

/* Tipografia padrão */
@import url('library/styles/typography.css');

/* Prepara o tema para plugins */
@import url('../thematic/library/styles/plugins.css');

/* Overriding Thematic's styles for congruity with WP-Admin > Appearance > Header default header text color settings */
body {
	/* background: url(library/images/body_bckg.png) top center no-repeat; */
	background: #00496C;
}

#header {
	background: url(library/images/header_bck.jpg) top center no-repeat;
}

#branding {
	padding: 0;
	height: 130px;
}

#blog-logo {
	float: left;
	width: 30%;
}

#header-aside {
	float:right;
	width: 69%;
	text-align:right;
}

#slider {
	margin: 0 auto;
	width: 960px;
}

/*	
	Main
*/

#main {
	background-color: #fff;
}

div .entry-meta {
	display: none;
}

#google_translate_element {
	padding-top: 70px;
}


.nome-campo {
	width: 90px;
	float:left;
	display: block;
}

/* Área antes do Footer */
#before_footer-area {
	margin: 0 auto 0;
	width: 960px;
	margin: red;
}

#first-above-footer-aside {
	float: left;
}

#second-above-footer-aside {
	float: right; 
}
.above-footer-aside {
	width: 450px;
	padding: 10px;
	text-align:left;
}

.sub-aside h3.widgettitle {
	padding: 5px 0 10px;
	font-style:normal;
	text-transform: uppercase;
	color: #9BF9EB;
}

/* Footer */

.widgettitle {
	font-style: normal;
}

#user_login, #user_pass {
	width: 200px;
}

#footer {
	background-color:#07244B;
	border: none;
	margin: 0 auto;
	width: 960px;
	padding: 0;
}

#footer p,#footer ul, #footer a:link {
	color: #fff;
}

#footer a:hover {
	color: #9BF9EB;
}

#siteinfo {
	text-align: center;
	color: #fff;
	background-color: #00496C;
	margin: 0;
	padding: 8px 0;
	width: 100%;
}

#subsidiary .aside {
    float:left;
    margin:0 20px 0 0;
	width: 30%;
}


#subsidiary #second {
	border-left: 1px solid #9BF9EB;
	border-right: 1px solid #9BF9EB;
	padding: 0 10px 0;
}
/* Sidebar Login */
.widget_wp_sidebarlogin form label,.widget_wp_sidebarlogin form label {
	display: block;
}

.widget_wp_sidebarlogin form .input {
	width: 50%;
}