/*
Theme Name: conecte
Theme URI: http://blog.sbnec.org.br
Description: Tema para o blog coNeCte
Author: Carolina Feher da Silva
Author URI: mailto:carolina@icb.usp.br
Template: thematic
Version: 0.2
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-r-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body, input, textarea {
	font-size: 14px;
}

body.blog #nav-above {
	display: none;
}

#blog-description {
	padding-bottom: 13px;
	margin-left: 174px;
	background: transparent;
}

#blog-title {
	padding-top: 49px;
	margin-left: 174px;
	background: transparent;
}

#blog-title span a {
	display: block;
	text-indent: -10000px;
	background: url('conecte.gif') top left no-repeat;
	width: 155px;
	height: 27px;
	margin: 13px 0 0 0;
	padding: 0 0 14px 0;
}

#header {
	background: #2a3c76;
}

#wrapper {
	border-top: 9px solid #121a33;
}

#footer {
	background: #121a33;
}

#access {
	background: #bfceff;
}

#branding {
	background: #2a3c76 url('logosbnec.gif') no-repeat 0px 10px;
}

#blog-title {
	border-bottom: 1px solid #121a33;
}

#menu, #branding {
	width: 940px;
}

#main, #siteinfo {
	width: 960px;
}

#container {
	width: 65%;
	float: left;
}

#content {
	width: auto;
}

.main-aside {
	float: right;
	position: relative;
	right: 0;
	width: 31.25%;
}

#branding, #menu, #main, #siteinfo {
	max-width: 100%;
}

#siteinfo p {
	margin: 0 10px;
}

.post {
	border: 1px solid #ddd;
	background: #f9f9f9;
	padding: 0 20px;
	margin-bottom: 20px;
}

.post .entry-title {
	padding-top: 20px;
}

.post div.entry-utility {
	padding-bottom: 20px;
}

#comments, #comments li, #comments li.byuser {
	background: transparent;
	color: #000;
	padding: 0;
	border: none;
}

#comments li.byuser {
	font-weight: normal;
}

img.avatar {
	display: none;
}

#comments-list .comment-meta, #comments .fn {
	padding-left: 0;
}

#comments .fn {
	border-bottom: 1px solid #000;
}

#comments-list .comment-meta a, #comments .fn a {
	color: #000;
}

.unapproved {
	font-weight: bold;
}

/* Nova página inicial com duas colunas. */

#home-cols #col1 {
	float: left;
	width: 48%;
}

#home-cols #col2 {
	float: right;
	width: 48%;
}

#home-cols #col3 {
	float: left;
	width: 48%;
	clear: left;
}

#home-cols #col4 {
	float: right;
	width: 48%;
	clear: right;
}

#home-cols h2 {
	font-size: 1.25em;
	color: #000;
	background-color: #ccc;
	border: 1px solid #666;
	padding: 5px;
	margin-bottom: 1em;
}

#home-cols li {
	margin: 1em 0em;
}

#concurso {
        border: 1px solid #fcc;
        padding: 1.5em;
        background-color: #fff0f0;
        margin-bottom: 1em;
}

#concurso form p {
        margin: 1em 0 0 0;
}

.concurso {
        font-weight: bold;
	margin-bottom: 1.5em;
}

.concurso p {
	margin-bottom: 0;
}
