/*
Theme Name: Global Support Informatica
Theme URI: http://www.globalsupport.com.br
Description: .
Author: Paulo Pastoriza
Author URI: http://www.globalsupport.com.br

/*---------------------------------------------------------------Body------------------------------------------------------------*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #FFF;
	color: #333333;
}

h1 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 28px;
	padding: 15px 0 10px 15px;
}

h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	padding: 15px 0 15px 0;
}

h4 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	padding: 0 0 0 15px;
}

a:link {
	text-decoration: none;
	color:#CC6600;
}

a:hover {
	text-decoration: underline;
	color: #CC6633;
}

a:visited {
	text-decoration: none;
	color:#CC6633;
}	

#barra {
	width: 136px;
	height: 725px;
	margin: 40px 0px 0px 0px; 
	background: #fff url(images/barra.jpg) no-repeat;
}

/*---------------------------------------------------------------Header------------------------------------------------------------*/

#header {
	margin: 0px auto;
	width: 1004px;
	height: 232px;
	background: #fff url(images/header-bg.jpg) no-repeat;
	
}

/*---------------------------------------------------------------Page------------------------------------------------------------*/

#page {
	margin: 10px auto 10px auto;
	width: 1004px;
	text-align: left;
	border: none;
	background: #fff;
}

/*---------------------------------------------------------------Left Sidebar------------------------------------------------------------*/

.leftbar {
	float: left;
	width: 190px;
	margin: 20px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-right: 1px solid #CCC;
}

.leftbar ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.leftbar ul li {
	padding: 10px 0 10px 5px;
}

.leftbar ul li h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #3584C2;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.leftbar ul ul li {
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}
.leftbar a:link, a:visited {
	text-decoration: none;
	color:#BF7F2A;
}

.leftbar a:hover {
	text-decoration: underline;
	color: #BF7F2A;
}

/*---------------------------------------------------------------POST------------------------------------------------------------*/

#container {
	float: left;
	width: 600px;
	padding: 0 0 0 0;
}

.post {
	padding: 20px 20px 8px 30px;
}

/* inicio --------- titulo do post */
.post-title {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 22px;
	padding: 10px 0 0 0;
}

.post-title a:link {
	text-decoration: none;
	color:#BF7F2A;
}

.post-title a:hover {
	text-decoration: underline;
	color: #BF7F2A;
}

.post-title a:visited {
	text-decoration: none;
	color:#BF7F2A;
}
/* fim --------- titulo do post */

/* inicio --------- link leia mais */
.post-read-more {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	line-height: 22px;
}

.post-read-more a:link {
	text-decoration: none;
	color:#BF7F2A;
}

.post-read-more a:hover {
	text-decoration: underline;
	color: #BF7F2A;
}

.post-read-more a:visited {
	text-decoration: none;
	color:#3D3E5C;
}
/* fim --------- link leia mais */

/* inicio --------- metadata do post */
.post-metadata {
	font-size: 11px;
	color: #B24D26;
	border-top: 1px solid #CCC;
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-family: Verdana, Tahoma, Arial, Helvetica;
}

.post-metadata a:link {
	text-decoration: none;
	color:#BF7F2A;
}

.post-metadata a:hover {
	text-decoration: underline;
	color: #BF7F2A;
}

.post-metadata a:visited {
	text-decoration: none;
	color:#3D3E5C;
}
/* fim --------- titulo do post */

/* inicio --------- data do post */
.post-date {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;	
	color: #999999;
	padding: 5px 0 20px 0;
}
/* fim --------- data do post */

.post-content p { 
	margin: 0 0 15px 0; 
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav {
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

h2.archive_head { 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px solid #CCC; 
	background: none; 
}

/*---------------------------------------------------------------?????------------------------------------------------------------*/

blockquote { 
    font-style: italic; 
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 90%;
	color: #00FF00; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB; 
}

/*---------------------------------------------------------------Right Sidebar------------------------------------------------------------*/

.sidebar {
	float: right;
	width: 190px;
	margin: 20px auto 5px auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-left: 1px solid #ccc;
}

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 5px;
}

.sidebar ul li h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #3584C2;
	padding: 5px 5px 5px 20px;
	margin: 0 10px 10px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

.sidebar ul ul li {
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 24px;
	list-style: circle;
	font-size: 12px;
}

.sidebar .syndication .rss {
	width: 179px;
	height: 33px;
	position: relative;
}

.sidebar .syndication .rss span {
	background: url(images/sub_rss.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .syndication .rss .sub {
	list-style: none;
}

.sidebar a:link, a:visited {
	text-decoration: none;
	color:#495233;
}

.sidebar a:hover {
	text-decoration: underline;
	color: #FF6600;
}

/* inicio --------- calendario da sidebar */
/**    CALENDÁRIO   **/
table#wp-calendar {
	width: 100%;
}

#wp-calendar {
	color: #495233;
}

/* Link para próximo mês */
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	color: #C9A6AC;
}

/* Link para mês anterior */
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	color: #C9A6AC;
}

/*  Links do Calendário */
#wp-calendar a {
	display: block;
	text-decoration: underline;
	color: #495233;
}
#wp-calendar a:hover {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
}

/* Meses */
#wp-calendar caption {
	text-align: center;
	text-transform:uppercase;
	color: #495233;
}

/*  DIAS */
#wp-calendar td {
	text-align: center;
	background-color: #fff;
	color: #495233;
}

/* fim --------- calendario da sidebar */

/*---------------------------------------------------------------COMMENT FORM------------------------------------------------------------*/

#comment-form {
	width: 600px;
	margin: 50px 0 0;
	border: 1px solid #CCC;
	padding: 5px 5px 15px 15px;
	background: #EEE;
}

.comments-template ol {
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li {
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 16px;
	color: #048DB4;
	padding: 10px 0 10px 0;
}

.comment_time {
	font-size: 10px;
	color: #BF7F2A;
}

.commentmetadata {
	font-size: 12px;
	color: #BF7F2A;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments {
	padding: 0;
}

.comments-template input {
	border: 1px solid #048DB4;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
}

.comments-template textarea {
	border: 1px solid #048DB4;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size:11px;
}

/*---------------------------------------------------------------FOOTER------------------------------------------------------------*/

#footer {
	clear: both;
	float: left;
	width: 980px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #3584C2;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-bottom: none;
}

#footer a:link {
	text-decoration: none;
	color: #555;
}

#footer a:hover {
	text-decoration: underline;
	color: #333;
}

#footer a:visited{
	text-decoration: none;
	color: #900;
}