/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2
	LAST MODIFIED:    June-05-2007
 *******************************************/
@import url("basic.css");	/* Import basic styles */
@import url("blog_base.css");	/* Default styles for the blog navigation */
@import url("item_base.css");	/* Default styles for the post CONTENT */
@import url("comments.css");	/* Default styles for the post CONTENT */

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* {
	margin: 0;
	padding: 0;
}
/*o wrap é TUDO */
#wrap {
	padding: 0px;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #700e09;
	background-image: url(img/bg.png);
	background-repeat: repeat-x;
	margin: 0;
}

/* links */
a { background: inherit; color: #700e09; text-decoration: none; }
a:hover {
	background: inherit;
	color: #D00;
	text-decoration: none;
}

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #700e09; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; color: #FFF; }
h4 { color: #FFF; }
#content h2 {
	color:#FFF;
}
p {
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
}

h1, h2, h3 {
	margin: 5px 15px;
}
ul, ol {
	margin: 1px 10px;
	padding: 0 15px;
}

/* images */
.bText img {
	border: 1px solid #333;
}

/* bSmallHead controls Comments and Categories links appearance */
.bSmallHead a,a:visited {
	color: #700e09;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 12px;
	outline: none;
}
.bSmallHead a:hover {
	color: #D00;
}
.bSmallHead a:active {
	color: #D00;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
	font-size: 12px;
	outline: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

div.codeblock {
  margin: 1ex 2ex 1ex 3ex;
  padding: 10px;
  text-align: left;
  overflow: auto;
  white-space: pre;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;
	background-position: 8px 10px;
}

/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2;
	background-color: #FAFAFA;
}
input {
	padding: 1px;
	color:#FFFFFF;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #700e09;
}
textarea {
	width:360px;
	padding:2px;
	border:1px solid #eee;
	display:block;
	color:#000000;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
input.button {
	margin: 0;
	color: #FFFFFF;
	font-family: Arial, Sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-color: #700e09;
	padding: 2px;
	border: thin solid #FFF;
}
/* search form */
form.search {
	background-color: transparent;
	border: none;
	padding: 0;
}
form.search p { margin:0; padding: 0; }
form.search input.SearchField {
	width: 140px;
	color: #FFFFFF;
	height: 20px;
	padding: 2px;
	margin-bottom: 5px;
	vertical-align: top;
	border: thin solid #FFF;
	margin-bottom: 10px;
}
form.search input.SearchButton {
	width: 60px;
	height: 10px;
	border: thin solid #FFF;
	vertical-align: baseline;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 4px;
}
form.search input.submit {
	border: thin solid #FFF;
	margin-top: 10px;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
}

/* header (não esquecer do headerphoto também, quem controla a logo */
#header {
	text-align: center;
	height: 210px;
	border-top: 1px solid #000; /* IE7 vertical placement */
}
#header-content {
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header-content .widget_core_coll_title h1 a {
	font: bold 40px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0; padding: 0;
	text-decoration: none;

}

#header-content .widget_core_coll_tagline {
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0px 0 0 18px;
	margin-top: 0;
	padding: 0;
	color: #ddd;
}

/* header menu */
div.PageTop {
	float: right;
}

div.top_menu ul {
	position: absolute;
	right: 0px;
	bottom: 6px;
}

#header-content ul {
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px;
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #65944A;
	color: #FFF;
}
#header-content li a.selected  {
	background: #65944A;
	color: #FFF;
}

/* header photo (Não esquecer de .header também )*/
.headerphoto {
	width: 760px;
	height: 193px;
	background: url('img/logo.png') no-repeat center;
}

/* content */
#content-wrap {
	margin: auto;
	clear: both;
	float: none;
	width: 760px;
}
#content {
	text-align:left;
	padding: 0;
	margin: 0 auto;
}

/* sidebar */
.widget_core_free_html{
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar {
	float: right;
	width: 180px;
	color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFF;
}
.widget_core_free_html a {
	padding:0px;
	margin:0px;
	color: #FFF;
}
.widget_core_free_html a:hover {
	color: #D00;
}
.widget_core_free_html a:active {
	color: #FFF;
}
.widget_core_free_html a:visited {
	color: #FFF;
}
.sidebox {
	border: 1px solid #5B0D09;
	margin-bottom: 10px;
}

#sidebar img {
  border: none;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	padding: 0;
	background: #700e09;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 5px;
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #FFF;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{
}
#sidebar ul.sidemenu a:hover {
	color: #D00;
}
#sidebar ul.sidemenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

/* main */
#main {
	float: left;
	width: 560px;
    padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#main .bTitle {
	border-bottom: 1px solid #f2f2f2;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #700e09;
	text-decoration: none;
}
#main .bTitle a:visited {
	border-bottom: 1px solid #f2f2f2;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #700e09;
	text-decoration: none;
}
#main ul li {
	list-style-image: url('img/bullet.gif');
}

.post {
	margin: 0px 0px 20px 0px;
	padding: 4px;
	background: #FFF url('img/gradientbg.jpg') repeat-x;
	border: 1px solid #EFEDED;
}
.bordaPost {
	border: 4px double #700e09;
}
.post .post-footer {
	border: 1px solid #f2f2f2;
	padding: 10px;
	margin: 10px;
	font-size: 12px;
}
.post .post-footer img {
  margin: 3px;
}
.post .post-footer .date {
	background: url('img/clock.gif') no-repeat 0 center;
	padding-left: 20px;
	margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('img/comment.gif') no-repeat 0 center;
	margin: 0;
}
.post .post-footer .readmore {
	background: url('img/page.gif') no-repeat 0 center;
	margin: 0;
	padding: 0px;
}

/* footer */
#footer {
	clear: both;
	padding: 0;
	text-align: right;
	font-family: 'Trebuchet MS', Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	margin-left: 130px;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {
	margin: 0 auto;
}
#footer-content a {
	text-decoration: none;
	color: #999;
}
#footer-content a:hover {
	text-decoration: none;
		color: #ccc;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;
}
#footer-content .col2 {
	width: 30%;
	padding: 0 0 30px 0;
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

#sidebar .widget_core_coll_xml_feeds ul.sidemenu li a {
  display: inline;
}
#sidebar .widget_core_coll_xml_feeds a {
  color:#FFF;
}

/*nome do mes*/
.widget_plugin_evo_Calr table.bCalendarTable caption a {
color:#FFFFFF;
}
/* << < > >> */
.widget_plugin_evo_Calr table.bCalendarTable tfoot a {
color:#FFFFFF;
}
/* cor dos dias com posts */
.widget_plugin_evo_Calr .bCalendarLinkPost a {
	color:#FF6600;
}
.widget_plugin_evo_Calr .bCalendarLinkPost a:hover {
	border: 1px solid #FF6600;
}
/* cor dos dias */
.widget_plugin_evo_Calr td.bCalendarCell {
color:#FFFFFF;
}
.widget_plugin_evo_Calr table.bCalendarTable {
  font-size: 85%;
}
.widget_plugin_evo_Calr td.bCalendarCell, td.bCalendarLinkPost, td.bCalendarEmptyCell {
	width: 10px;
}
/* MEUS ESTILOS */

/*navegacao das páginas, embaixo */
.pagePrevNext {
	color: #fff;
	font-size: 14px;
}
.pagePrevNext a {
	color: #fff;
	font-size: 14px;
}
.pagePrevNext a:visited {
	color: #fff;
	font-size: 14px;
}
.current_page {
	color: #999;
}
.impressoes {
	background-color: #CCC;
	border: 1px solid #700e09;
}

/* twitter */
ul#twitter_update_list li a {
	color: #C0C0C0;
}
ul#twitter_update_list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#twitter_update_list li {
	padding: 5px;
	margin: 10px 0 10px 0;
}
.texto {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: normal;
}

.subtexto {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	margin-right: 15px;
	margin-left: 15px;
}

.titulo {
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 14px;
	color: #700e09;
	line-height: normal;
	font-style: normal;
	font-weight: bold;
}

.avatar {
	background-position: center;
	text-align: justify;
	padding: 15px;
}

sup {
	font-size: 10px;
}
