/*  
Theme Name: WPortal
Theme URI: http://www.cadudecastroalves.com/blog
Description: Tema voltado para portais.
Version: 1.0
Author: Cadu de Castro Alves
Author URI: http://www.cadudecastroalves.com/
*/
body {
	font: normal 0.8em Arial, Tahoma, sans-serif;
	background: #006481 url(images/layout/bg-body.png);
	margin: 20px 0;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
}
code, kbd, samp {
	font-size: 1.2em;
}
a {
	font-weight: bold;
	color: #ff00c9;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
blockquote {
	font-size: 0.9em;
	margin: 5px;
	padding: 5px 10px;
	background: #eff7f9;
	border-top: 1px solid #dbeff5;
	border-bottom: 1px solid #dbeff5;
	color: #009cc8;
	line-height: 1.5em;
}
blockquote blockquote {
	font-size: 1.1em;
	margin: 5px;
	padding: 5px 10px;
	background: #e1eff3;
	border-top: 1px solid #cde7ef;
	border-bottom: 1px solid #cde7ef;
	color: #009cc8;
	line-height: 1.5em;
}
b, strong {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
.separator {
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 1px;
	margin: 15px 0 10px;
}

/**
 * GLOBAL STYLES
 */

#global {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	background: #ddd;
	border: 5px solid #fff;
}
#header {
	background: #333;
	height: 120px;
	position: relative;
	width: 940px;
}
#top-navigation {
	left: 200px;
	position: absolute;
	top: 80px;
	width: 740px;
	background: url(images/layout/bg-top-nav.png) repeat-x 0 0;
	font-weight: bold;
}
#top-search {
	background: url(images/layout/bg-search.png) repeat-x 0 0;
	left: 0;
	height: 40px;
	position: absolute;
	top: 80px;
	width: 200px;
}
#page {
	width: 940px;
	margin: 10px;
	position: relative;
}

/**
 * HEADER
 */
#header h1 a {
	overflow: hidden;
	display: block;
	height: 80px;
	width: 200px;
	text-indent: -300px;
	background: #fff url(images/layout/logo.jpg) 50% 50% no-repeat;
}
#header h2 {
	color: #00c5fd;
	font: normal 125% "Georgia", "Times New Roman", Times, serif;
	letter-spacing: 0.07em;
	position: absolute;
	left: 220px;
	top: 34px;
	width: 270px;
}
#header a,
#header a:hover {
	color: #fff;
	text-decoration: none;
}

/**
 * TOP NAVIGATION
 */
#top-navigation ul,
#top-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-navigation ul,
#top-navigation li,
#top-navigation a {
	float: left;
	list-style: none;
	background: url(images/layout/bg-top-nav.png) repeat-x 0 0;
}
#top-navigation a {
	color: #fff;
	font: bold 0.9em Tahoma, Helvetica, Arial, sans-serif;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-transform: uppercase;
}
#top-navigation a:hover {
	text-decoration: underline;
}
#top-navigation a.feed {
	background: url(images/layout/icon-feed.png) right 50% no-repeat;
	padding: 0 25px 0 10px;
}

/**
 * TOP SEARCH
 */
#top-search input {
	background: transparent url(images/layout/bg-search-field.png) no-repeat 0 0;
	border: none;
	color: #000;
	font-size: 1em;
	height: 30px;
	line-height: 30px;
	margin: 5px 0 0 10px;
	width: 140px;
	padding: 7px 15px 0 25px;
	*padding: 0px 15px 0 25px;
}
* html #top-search input { /* pequena margem para o IE */
	margin-top: 10px;
}
#top-search button {
	border: none;
	background: transparent url(images/layout/bt-search.png) no-repeat 0 0;
	cursor: pointer;
	overflow: hidden;
	text-indent: 50px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
}

/**
 * CONTENT
 */
#content {
	float: left;
	position: relative;
	width: 440px;
	margin: 0px;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
#content h3#content-title,
#content h3#respond {
	height: 30px;
	line-height: 30px;
	padding: 1px 0 0 10px;
	margin-bottom: 10px;
	background: #fff url(images/layout/bg-content-title.png) no-repeat;
	color: #353535;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-size: 110%;
	font-weight: bold;
}
#content h3#content-title .dark,
#content h3#respond .dark {
	color: #ff00c9;
}

/**
 * POSTS
 */
.post-head h1 {
	font: normal 1.5em Tahoma, sans-serif;
	font-weight: bold;
	margin: 5px 0 5px 0;
	color: #00c5fd;
	text-transform: uppercase;
}
.post-head h1 a {
	color: #00c5fd;
}
.post-head h1 a:hover {
	text-decoration: underline;
}
.post-author {
	color: #000;
}
.post p {
	margin: 5px 0;
	line-height: 1.5em;
}
.post img {
	background: #fff;
	margin: 5px 10px 5px 0;
}
a#respond {
	display: none;
}
.categories a {
	color: #ff00c9;
	font-weight: bold;
}
.categories a:hover {
	text-decoration: underline;
}
.post-content {
	clear: both;
}
.post-content ul {
	list-style-type: disc;
	margin-left: 20px;
}
.post-content ol {
	list-style-type: decimal;
	margin-left: 30px;
}
.post-meta {
	display: block;
	text-align: right;
	height: 30px;
	line-height: 30px;
	padding: 2px 10px 0 0;
	margin: 10px 0;
	background: url(images/layout/bg-post-meta.gif) 50% 50% repeat-y;
	color: #353535;
}
.post-meta a {
	font-weight: normal;
	color: #000;
}
.post-meta a:hover {
	text-decoration: underline;
}
.post-meta a img {
	border: 0;
}
.post-meta .date,
.post-meta .comments,
.post-meta .leave-comments,
.post-meta .tags {
	padding-left: 25px;
}
.post-meta .date {
	background: url(images/layout/icon-date.png) no-repeat 3px center;
}
.post-meta .leave-comments {
	background: url(images/layout/icon-leave-comment.png) no-repeat 3px center;
}
.post-meta .comments {
	background: url(images/layout/icon-comments.png) no-repeat 3px center;
}
.post-meta .tags {
	background: url(images/layout/icon-tags.png) no-repeat 5px center;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-weight: bold;
	padding-bottom: 5px;
	margin: 5px 0;
	text-transform: uppercase;
}
.post-content h1 {
	font-size: 2em;
}
.post-content h2 {
	font-size: 1.8em;
}
.post-content h3 {
	font-size: 1.6em;
}
.post-content h4 {
	font-size: 1.4em;
}
.post-content h5 {
	font-size: 1.2em;
}
.post-content h6 {
	font-size: 1em;
}

/**
 * BREADCRUMB
 */
#breadcrumb {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dotted #ccc;
}

/**
 * COMMENT FORM
 */
#comment-form h2 {
	font-size: 1.5em;
	padding: 0 0 0 25px;
	background: url(images/layout/icon-comments.png) 5px 50% no-repeat;
}
#comment-form label {
	display: block;
	float: left;
	width: 100px;
	padding: 12px 5px 2px 0;
	text-align: right;
}
#comment-form input.text {
	background: #fff url() left 50% no-repeat;
	border: 0;
	padding: 7px 5px 7px 25px;
	margin: 5px 0;
	width: 170px;
}
#comment-form input.user {
	background-image: url(images/layout/bg-user-input.gif);
}
#comment-form input.passwd {
	background-image: url(images/layout/bg-passwd-input.gif);
}
#comment-form input.website {
	background-image: url(images/layout/bg-website-input.gif);
}
#comment-form .message {
	width: 300px;
	height: 200px;
	background: #fff url(images/layout/bg-textarea.gif) left top no-repeat;
	padding: 5px;
	margin: 5px 0 5px 105px;
	*margin-left: 0;
}
#comment-form textarea {
	border: 0;
	width: 290px;
	height: 190px;
}
#comment-form input.button {
	border: 0;
	background: #eee url(images/layout/bt-form.png) no-repeat;
	width: 90px;
	height: 30px;
	margin: 0 35px 5px 0;
	font-weight: bold;
	float: right;
	text-transform: uppercase;
}
#comment-form .info {
	line-height: 1.5em;
	font-size: 0.8em;
	margin: 0 0 0 105px;
	padding: 0;
}
ol.commentlist {
	list-style: none;
	font: bold 1em;
	margin: 10px 0;
	border-top: 1px solid #dbeff5;
}
ol.commentlist li {
	padding: 10px;
	color: #009cc8;
	border-bottom: 1px solid #dbeff5;
}
ol.commentlist li.alt {
	background: #eff7f9;
	border-bottom: 1px solid #dbeff5;
	color: #009cc8;
}
.comment-author {
	color: #01779a;
}
.comment-author cite {
	font-weight: bold;
	text-transform: capitalize;
}
.comment-content {
	margin: 5px 0 0 0;
}

/**
 * SIDEBAR
 */
#sidebar {
	float: left;
	position: relative;
}

/**
 * LEFT SIDEBAR
 */
#left-sidebar {
	background: #fff;
	position: relative;
	float: left;
	width: 180px;
	margin-left: 10px;
	padding: 10px;
}
#left-sidebar h3 {
	font-size: 100%;
	text-transform: uppercase;
	color: #00c5fd;
	margin-bottom: 5px;
	font-weight: bold;
}
#left-sidebar ul {
	list-style-type: none;
	margin: 0 0 10px 0;
}
#left-sidebar li {
	margin: 0;
	padding: 0;
        font-weight: bold;
}
#left-sidebar li a {
	color: #353535;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
}
#left-sidebar li a:hover {
	text-decoration: underline;
}
#left-sidebar li ul.children {
	margin: 0 0 0 15px;
font-weight: bold;

}
#left-sidebar .artigos-mais-lidos ol, #left-sidebar .artigos-mais-comentados ol {
	margin-bottom: 10px;
}
#left-sidebar .artigos-mais-lidos li, #left-sidebar .artigos-mais-comentados li {	
	margin-left: 20px;
}

/**
 * RIGHT SIDEBAR
 */
#right-sidebar {
	float: left;
	position: relative;
	width: 220px;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
}
#right-sidebar .block {
	width: 100%;
}
#right-sidebar h3 {
	height: 30px;
	line-height: 30px;
	padding: 1px 0 0 10px;
	margin-bottom: 10px;
	background: #fff url(images/layout/bg-column-title.png) no-repeat;
	color: #353535;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-size: 110%;
	font-weight: bold;
}
#right-sidebar h3 .dark {
	color: #ff00c9;
}
#right-sidebar ul,
#right-sidebar ol {
	margin-bottom: 10px;
	padding-left: 30px;
}
#right-sidebar ul {
	list-style-type: disc;
}
#right-sidebar ol {
	list-style-type: decimal;
}
#right-sidebar li a, #right-sidebar a {
	color: #353535;
	height: 20px;
	padding-left: 0px;
	line-height: 20px;
	font-weight: normal;
}
#right-sidebar li a:hover, #right-sidebar a:hover {
	text-decoration: underline;
}

#left-sidebar,
#right-sidebar {
}

/**
 * �LTIMOS COMENT�RIOS / �LTIMAS CITA��ES
 */
#ultimos-comentarios ul, #ultimas-citacoes ul {
	list-style: none;
	padding: 0;
}
#ultimos-comentarios li, #ultimas-citacoes li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#ultimos-comentarios li strong, #ultimas-citacoes li strong {
	color: #00c5fd;
	font-weight: bold;
}
#ultimos-comentarios li a, #ultimas-citacoes li a {
	color: #353535;
}
#ultimos-comentarios li:hover, #ultimas-citacoes li:hover {
	background-color: #e9e9e9;
}
#ultimos-comentarios li a:hover, #ultimas-citacoes li a:hover {
	text-decoration: none;
}

/**
 * �REA DO USU�RIO
 */
#area-usuario form, #area-usuario .user-info {
	padding: 0 10px 10px 10px;
}
#area-usuario input.text {
	width: 170px;
	margin: 5px 0;
	padding: 7px 5px 7px 25px;
	border: 0;
}
#area-usuario input.user {
	background: #fff url(images/layout/bg-user-input.gif) left 50% no-repeat;
}
#area-usuario input.passwd {
	background: #fff url(images/layout/bg-passwd-input.gif) left 50% no-repeat;
}
#area-usuario input.button {
	border: 0;
	background: #eee url(images/layout/bt-form.png) no-repeat;
	width: 90px;
	height: 30px;
	margin: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
}
#area-usuario .links {
	padding: 5px 0 0 0;
}
#area-usuario a {
	font-size: 0.9em;
	font-weight: bold;
}

/**
 * PALAVRAS MAIS PROCURADAS
 */
#palavras-mais-procuradas ul,
#palavras-mais-procuradas li,
#palavras-mais-procuradas a {
}

/**
 * PUBLICIDADE
 */
#publicidade h3 {
	text-align: left;
}
#publicidade {
	text-align: center;
}
#publicidade a img {
	border: 0px;
	text-align: center;
}

/**
 * FOOTER
 */
#footer {
	clear: both;
	background: #353535;
	margin-top: 2em;
	padding: 20px;
	width: 940px;
	color: #fff;
}
#footer p {
	text-align: center;
	line-height: 1.5em;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/**
 * FORMUL�RIO DE CONTATO
 */
.contactform label {
	padding: 5px 0;
	display: block;
	font-weight: bold;
}
.contactform input, .contactform textarea {
	width: 75%;
	border: 1px solid #353535;
	padding: 5px;
}
.contactform input#contactsubmit {
	border: 0;
	background: #eee url(images/layout/bt-form.png) no-repeat;
	width: 90px;
	height: 30px;
	margin: 5px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

/**
 * .categories
 */
#category-page description {
	padding: 10px 0;
	text-align: justify;
}