/*  
Theme Name: StudioPress_Orange
Theme URI: http://www.dailyblogtips.com/studiopress-wordpress-theme-released/
Description: A clean, Adsense-ready WP theme.
Author: Daily Blog Tips
Author URI: http://www.dailyblogtips.com/
Version: 1.0
*/




/* Reset Defaults Starts */

* {
  margin: 0;
  padding: 0;
  }



h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #127086;
  text-decoration: none;

  }

a:hover {
  color: #73A533; 
  }

blockquote,.obs{
  margin: 5px 15px;
  padding: 5px 5px;
  background: #fdfad6;/*cor padrao E9E9E9*/
  border: 1px solid #ccc;
  }
/*========================================minhas regras*/
.obs{
        border: 1px solid #e6db55;
        
       }

#main .related_post {border:solid 1px #ccc;list-style-image: url("images/marcador-lista.png");}

.pullquote{float:left;width:40%;border:solid #346d96;border-width:4px 0;margin:0 10px;padding:5px;position:relative;clear:both;}
h4{margin:0 0 5px 0;}
/*========================================minhas regras*/
code {
  color: #3366CC;
  }

a img {
  border: none;
  }

abbr, acronym
{
border-bottom: .1em dotted;
cursor: help;
}


/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: arial, Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #d9e6f7 url(images/bgbody.jpg) repeat-x top left;/*cor padrao do tema D9E6F6*/
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

#header {
  margin: 0;
  padding: 0 0 0 0; 
  }

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: right;
  color: #fff;
  }

#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 7px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  padding: 0 0 15px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  text-shadow:3px 3px 3px #003044;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #FB9D3A;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #89C7D4;
  text-shadow:3px 3px 3px #003044;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

/* Menu */

#nav li {
	float: left;
	list-style-type: none;
	margin: 0 -4px 20px 4px;
	padding: 0px;
	}
#nav ul li:hover, #nav ul li.hover, #nav ul li.current_page {
	}
#nav ul li:hover a, #nav ul li.hover a, #nav ul li.current_page a {
	text-decoration: none;
	}
#nav ul li.current_page a:hover {
	text-decoration: none;
	}
#nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 0px;
	margin: 0px 0px 0px 15px;
	text-transform:uppercase;
	}
#nav ul li a:hover {
	text-decoration: none;
	}
	
	
#nav li {
	/*background: url(images/nav_red.png) top left no-repeat;*/
	}
#nav ul li:hover, #nav ul li.hover, #nav ul li.current_page {
	background: url(images/nav-active_red.png) top left no-repeat; color: #ff4e2c ;
	}
#nav ul li:hover a, #nav ul li.hover a, #nav ul li.current_page a {
	color: #fff;	
	background: url(images/nav-active_red.png) top right no-repeat;
	}
#nav ul li a {
	color: #fff;
	/*background: url(images/nav_red.png) top right no-repeat;*/
	}
#nav ul li a:hover {
	color: #fff ;
	background: url(images/nav-active_red.png) top right no-repeat;
	}

/* Menu */

/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff;
  }

#contentwrapper {
  float: left;
  width: 550px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #D47414;
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 10px 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

#content h3 {
  font-size: 14pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 16pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #B3D75D;
  /*background:#f0f0f0;*/
border-bottom:solid 1px #a7d7df;
  }

h2.postTitle a {
  font-size: 24pt;
  font-weight: bold;
  text-decoration: none;
  color: #02658F;
  letter-spacing: -1px;
  padding-left:7px;
  }

h2.postTitle a:hover {
  color: #73A533;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta a {
  text-decoration: none;
  }

.postContent img {
  margin: 10px;
  border:solid 1px #ccc;
  text-align:center;
  
  }

#content p, .postContent p {
  padding: 10px 10px;
  font-size: 10pt;
  color: #111;
  line-height:20px;

  }


.postContent ul, ol {
  padding: 0 0 0 35px;

  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #384042;
  color: #000;
  margin-top:5px;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee;
  padding: 2px 4px;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;


  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 10px -25px;
  background: #E9E9E9;
  width: 510px;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #FFFFFF;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  }


/* Sidebar top welcome box */









.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebars {
  width: 355px;
  background: #363636;
  }

.sidebars h2 {
  padding: 0px 0 2px 0;
  font-size: 11pt;
  color: #fff;

  letter-spacing: -1px;

  }

.sidebars p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #DE9952;
  }

#welcome a:hover {
  color:#fff;
  }

#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 80px;
  background: url(images/carlos-eduardo-kadu.jpg) left top no-repeat;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;

  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
padding: 4px 7px 8px 7px;
  /*padding: 4px 7px;*/
  font-size: 11pt;
  color: #fff;/*096993*/
  letter-spacing: 1px;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  /*border-bottom:solid 2px #CCC;*/
  }

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

.sidebarsB li {
  margin-bottom: 20px;
  list-style: none !important;
  font-size: 9pt;
  font-weight: bold;
  }

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 3px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.gif) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebarsB a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebarsB a:hover {
  color: #127086;
  text-decoration: underline;
  }

.sidebarsB p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #89C7D4;
  }

#footer a:hover {
  color: #FB9D3A;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }
/*==================================== estilos da paginação ===================================*/
/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Gray red Pagination*/
div.pagination {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	padding:2px;
	background-color:#c1c1c1;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	background-color:#c1c1c1;
	text-decoration: none; /* no underline */
	color: #000;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#99ffff;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		font-weight: bold;
		background-color: #fff;
		color: #303030;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		background-color:#c1c1c1;
		color: #797979;
	}
/*==================================== estilos da paginação ===================================*/
/*=============================pagina contato=========================*/

#formulario		{
				clear:both;
				margin:30px 0 0 20px ;
				float:left;
				text-align:left;
				width:450px;
				color:#3399ff;

				}



#formulario legend{padding:0 5px;}
#formulario fieldset{padding:0 0.5em;border:solid 1px #356F99;}
#formulario label{display:block;margin-top:10px;}
#formulario input, textarea{border:solid 1px #CCC;border-left:solid 5px #CCC; width:300px;height:30px;padding-left:3px;font-size:22px;}
textarea{height:100px;}
#formulario input#enviar{width:75px;margin:10px 0 10px 0;border:solid 1px #000000;}
#formulario input:focus {
	background:#F5FFDC;
}
#formulario option{background:#F5FFDC;}
/*=============================fim pagina contato=========================*/
/*========================================minhas regras*/

h3,h4{
color: #02658F;
}
img {border:none;}

abbr{cursor:help;}
.sidebarsB img {border:solid 2px #127096;width:20%;height:20%;margin:0 4px;}
.sidebarsB a:hover img {border:solid 2px #fff;}

table td{border:solid 1px #999;padding:2px 3px;}
th{background:#0F6C95;color:#FFF;border:none;}
table{border-collapse:collapse;width:530px;}
.more-link{background:#FFFF99;display:block;height:30px;width:130px;border:solid 1px #e6db55;padding:7px 0 0 5px;margin-top:7px;}

/*========================================minhas regras*/
.akpc_report{color:red;}

/*================================================================================================*/
