/*  
Theme Name: Fastway2-pt
Theme URI: http://www.antbag.com
Description: Fastway theme, Traduzido para o português pelo portaw.
Version: 2.0
Author: Antbag
Author URI: http://www.antbag.com/

*/

/* The icons are courtesy of the Silk Icon set - http://www.famfamfam.com/lab/icons/silk/ */

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
	background: #FFF url(images/bg.png) repeat-x;
	color: #333;
}

#wrapper{
	margin: 0px auto 0px auto;
	width: 970px;
	text-align: left;
	border: none;
}

/*-----------------------------------------------------------------------------------General Headings----------*/

h1{
	font-family: Georgia, Helvetica, Arial, Sans-serif;
	font-size: 38px;
	font-weight: normal;
	padding: 10px 0 5px 0;
}

h2{
	padding: 0;
	margin: 0;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 10px 0;
}

/*-----------------------------------------------------------------------------------General Elements-----------*/

a:link, a:visited{
	text-decoration: none;
	color:#BB0000;
}

a:hover{
	text-decoration: none;
	color: #333;
}

blockquote { font-style: italic; 
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 90%;
	color: #333; 
	margin: 1.5em 20px 1.5em 20px; 
	padding: 4px 4px 4px 10px;
	background: #EEE;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB; 
}

.code {
  font-family: Courier, Monospace;
  color: #0066FF;
  width: 435px;
  border: 3px solid #ddd;
  background: #f2f2f2;
  margin: 5px auto;
  padding: 10px;
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: square; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

/*--------------------------------------------------------------------------------------Images-------*/

.entry img {
  max-width: 445px;
}

/* ----------------------- Imagens ------------------- */

/* Alinhamentos */
.entry .alignleft { float: left; }
.entry .alignright { float: right; }
.entry .aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

/* Images */
.entry img { margin: 0; padding: 0;}
.entry img.alignleft { float: left; margin-right: 12px; margin-top: 5px; }
.entry img.alignright { display: block; float: right; margin-left: 12px; margin-top: 5px; }
.entry img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }


/*-------------------------------------------------------------------------------------------HEADER----*/

#header{
	width: 948px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	background: url(images/header.png) no-repeat;
	clear: both;
}

#header a{
	text-decoration: none;
	color: #fff;
}

#header a:hover{
	text-decoration: none;
	color: #ddd;
}

/*---------------------------------------------------------------------------------------NAVIGATION BAR----*/

#top-menu{
	clear: both;
	float: left;
	width: 100%;
	font-family: Georgia, Sans-Serif;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}

#top-menu a{
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	padding: 4px 20px 2px 20px;
}

#top-menu a:hover{
	text-decoration: none;
	background: #DDDDDD;
	color: #000;
}

#top-menu ul{
	margin: 0 auto;
	width: 850px;
	padding: 2px 0;
}

#top-menu ul li{
	display: inline;
	font-size: 11px;
	font-weight: normal;
}

/*--------------------------------------------------------------------------------------------POST----*/

#container{
	float: left;
	width: 560px;
	padding: 0;
	margin-top: 30px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

.post{
	padding: 0 20px 40px 20px;
}

.post h2{
	font-weight: normal;
	font-size: 21px;
	padding: 0;
	margin-top: 0px;
        color:#BB0000;
        margin-bottom:10px;
}

.intro {
  font-size: 16px; 
  color: #999; 
  padding: 0; 
  margin: 10px 0; 
}

.entry{
	line-height: 22px;
}

.entry a {
  text-decoration: underline;
}

.postinfo{
	font-size: 11px;
	color: #aaa;
	padding: 2px 0 20px 0;
	border-top: 1px dotted #CCC;
}

.postinfo a{
	color: #aaa;
}

.postdate{ color: #aaa; }

.postmetadata{
    clear:both;
}

p.postmetadata{
	font-size: 75%;
	color: #BFB8A1;	
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata span{
  padding-left: 18px;
  background: url(images/comment.png) no-repeat; 
}

p.postmetadata_links{
    border-top: 1px dotted #CCC;
    color:#BFB8A1;
    font-size:75%;
    margin:20px 0 0;
    padding:10px 0 0;
}

/* "postnav" is the link at the bottom of the page which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important;
	letter-spacing: normal !important; 
	margin: 0 20px 1.8em 20px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC;
	text-align: center; 
	background: none; 
}

.sitemap {
  width: 460px;
  padding: 0 20px;
  margin: 0;
}

.sitemap h2 {
  padding-bottom: 4px;
  border-bottom: 1px dotted #CCC;
}

/* ------ eJornal inscrições ------------------- */

.entry #shiftthis-subscribe .widgettitle {
    display:none;
    list-style:none;
}
.entry li#shiftthis-subscribe {
    list-style:none;
}

.entry li#shiftthis-subscribe input {
    width:280px;
}

.entry #stnl_submit{
    max-width: 80px;
}

/*--------------------------------------------------------------------------------------SIDEBAR STYLES----*/

.sidebar{
	float: left;
	width: 195px;
	margin: 20px 0 20px 10px;
	display: inline;
	overflow: hidden;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar img {
    border:none;
}


.sidebar ul li{
	padding: 10px 5px 7px 5px;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	padding: 4px 2px 2px 2px;
	margin: 0 0 5px 0;
	background: #F5F5F5;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.sidebar ul ul li{
	padding: 4px 0;
	margin: 0;
	line-height: 16px;
	list-style: none;
	font-size: 12px;
}

.sidebar ul ul li.search{
	list-style: none;
}

.sidebar ul ul li .feed{ 
  padding-left: 20px; 
  background: url(images/feed.png) no-repeat; 
}

.sidebar .sub{
	list-style: none;
	margin-left: 0;
}

.sidebar a{
	text-decoration: none;
	color:#BB0000;
	display: block;
}

.sidebar a:hover{
	text-decoration: underline;
	color: #222;
}


table#wp-calendar{
	width: 100%;
}

.ie6 #rss{
    clear:both;
    padding-top:50px;
    margin-top: -40px;
}

.ie7 #rss{
    padding-top:80px;
    margin-top:-90px;
}

/*-----------------------------------------------------------------------------------Left Sidebar-------*/

.leftbar{
	float: left;
	width: 195px;
	margin: 6px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
}
.leftbar h5 {
    font-size:11px;
}

.leftbar ul{
	list-style: none;
	margin: 0;
	padding: 0 10px 0 0;
}

.leftbar ul li{
	padding: 10px 5px 7px 5px;
}

.leftbar ul li h2{
	font-family: Georgia, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	padding: 4px 2px 2px 2px;
	margin: 0 0 5px 0;
	background: #F5F5F5;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.leftbar ul ul li{
	padding: 4px 0;
	margin: 0;
	line-height: 16px;
	list-style: none;
	font-size: 12px;
}

.leftbar a{
	text-decoration: none;
	color:#BB0000;
	display: block;
}

.widget_tag_cloud a{
    display: inline;
}

.leftbar a:hover{
	text-decoration: underline;
	color: #222;
}
.leftbar p {
    font-size:10px;
}

/*-------------------------------------------------------------------------------------Search Form-----*/

#search_form {
    display: inline;
}

#search_form .search_input { 	
	width: 130px;
	padding: 2px;  
}

.ie6 #search_form .search_input{
	width: 100px;
	padding: 2px;
}

.ie7 #search_form .search_input{
        width: 110px;
	padding: 2px;
}
	
#search_form .search_input:focus { 
	background: #fff; 
	border-color: #777; 
	border-right-color: #ccc; 
	border-bottom-color: #ccc; 
}

#search_form #searchsubmit{
    float:right;
}

.ie6 #searchsubmit, .ie7 #searchsubmit{
    position: relative;
    top: -25px;
}

input, textarea, select {
    background-color:#FAFAF0;
    border:1px solid #C1C0B5;
    color:#555555;
    font-family:Arial,sans-serif;
    font-size:11px;
    padding: 1px;
}

/*-------------------------------------------------------------------------------------COMMENT FORM----*/

#comment-form{
  width: 465px; 
  margin: 20px 0; 
  padding: 5px 0 15px 0; 
  border: none; 
  background: #FFF; 
  color: #222; 
  font-family: Helvetica, Arial, Sans-serif; 
  font-size: 13px; 
}

.comments-template ol{ 
  margin: 0; 
  list-style: none; 
  padding: 0; 
  border-bottom: none; 
}

.comments-template ol li{ 
  line-height: 18px; 
  margin: 10px 0; 
  padding: 10px; 
}

.comments-template .entry{ 
  padding-bottom: 15px; 
  border-bottom: 1px dotted #ccc;
}

.comments-template h3{ 
  font-family: Helvetica, Arial, Sans-serif; 
  margin: 15px 0 25px 0; 
  text-transform: uppercase; 
  font-size: 14px; 
  font-weight: bold;
  color: #CC0000; 
  padding: 5px; 
}

h3.comments{ 
  margin: 55px 0 25px 0;
  background: #f2f2f2;
}

.commentmetadata{ 
  font-size: 12px; 
  color: #555; 
  padding: 20px 0; 
}

.commentmetadata strong { 
  font-size: 16px; 
}

.comments-template p.nocomments{ 
  padding: 0; 
}

.comments-template input{ 
  border: 1px solid #ccc; 
  background: #eee; 
  padding: 5px; 
  color: #000; 
}

.submit input{ 
  border: 2px solid #ddd; 
  background: #AA0000; 
  cursor: pointer; 
  padding: 5px; 
  color: #FFF; 
}

.comments-template textarea{ 
  font-family: Arial, Hevletica, Georgia, Sans-seriff; 
  font-size: 12px; 
  color: #000; 
  margin: 15px 5px 15px 0; 
  background: #eee; 
  border: 1px solid #ccc; 
  width: 460px; 
}

/*-----------------------------------------------------------------------------------------FOOTER-------*/

#footer{
	clear: none;
	float: left;
	width: 885px;
	margin: 0;
	padding: 10px 0 5px 0;
	line-height: 18px;
	font-size: 80%;
	text-align: center;
	color: #999999;
	background: #FFFFFF;
	border-top: 1px dotted #CCC;
	border-bottom: none;
}

#footer a{
  color: #777777;
  text-decoration: none;
}
  
#footer a:hover{
  color: #BB0000;
  text-decoration: underline;
}
