/*
Theme Name: Tecnocracia 2010
Theme URI: http://tecnocracia.com.br/
Description: Tema novo, tudo novo.
Version: 1.0
Author: Manoel Netto
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
	vertical-align: baseline; background: transparent;
}
body {
	background:url('images/bg-body.jpg') top repeat-x #DDE6ED;
	line-height:20px;
}
body, input, textarea {
	font-family:Geneva, Tahoma, Helvetica, sans-serif;
	font-size:14px; color:#333333;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes:inherit;
	background-color:#F5F5F5;
	padding:10px 20px; margin-bottom:10px;
	border-top:2px solid #DDDDDD;
	border-bottom:2px solid #DDDDDD;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset {
	border:1px solid #EEEEEE; padding:10px; margin:15px 0 0 0;
}
legend {
	font-size:12px; border:1px solid #EEEEEE; color:#666666; padding:3px 5px; font-weight:normal;
}
fieldset label {
	display:block; width:90px; float:left; clear:left;
}
fieldset .button {
	float:right;
}
a { color:#003366; }
a:hover { text-decoration:underline; }
.smalltext {
	font-size:11px;
}

/* Define Structure */
#global {
	width:100%; display:block; overflow:auto;
	margin:0; padding:0;
	min-height:600px;
}
#content {
	display:block; width:960px; overflow:auto;
	margin:8px auto; padding:10px 7px 15px 10px;
	background:url('images/bg-sidebar.gif') right repeat-y #FFFFFF;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -khtml-border-radius:8px; 
}
#header {
	width:980px; height:158px;
	margin:0 auto; padding:0;
	display:block;
	line-height:1;
	position:relative;
}
#logo {
	display:block;
	float:left;
	width:235px; height:55px;
	margin:28px 4px 24px 4px; padding:0;
	background:url('images/logo-top.png') center center no-repeat;
	text-indent:-9000px;
	overflow:hidden;
}
#banner-top {
	display:block;
	position:absolute;
	top:31px; right:0px;
}
#main {
	width:695px;
	margin-right:15px;
	float:left;
	overflow:hidden;
}
#sidebar {
	width:250px;
	float:left;
	overflow:hidden;
}
.clear {
	clear:both;
	border:0; margin:0; padding:0;
	height:1px;
}

/* Define Menus */
#mn-media {
	display:block;
	height:15px; margin:0;
	clear:both;
	padding-top:5px;
}
#mn-media, #mn-media a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#mn-media li {
	display:block;
	float:left;
	margin-left:8px;
}
#menu-mn-media a:hover {
	text-decoration:underline;
}
#menu-contato {
	float:right;
	border-right:1px solid #BBB;
	font-size:16px;
	font-weight:bold;
	margin-top:-5px;
}
#menu-contato li {
	border-left:1px solid #BBB;
	height:21px;
	margin:0;
	padding:2px 15px;
	display:block;
	vertical-align:middle;
}
#menu-conteudo {
	display:block;
	width:978px; height:24px;
	overflow:hidden;
	clear:both;
	margin:0 0 2px 0; padding:0;
	position:relative; top:4px;
	text-align:center;
	border-left:1px solid #DDE6ED;
	border-right:1px solid #DDE6ED;
	font-size:14px!important;
	font-weight:bold;
}
#menu-conteudo ul {
	/*background-color:#00CC00; debug*/
	display:block;
	width:auto;
	overflow:hidden;
	margin:0 auto; padding:0;
}
#menu-conteudo ul li {
	display:block;
	float:left;
	border-right:1px solid #DDE6ED;
	padding:5px 16px;
	text-shadow:1px 1px 0 #DDE6ED;
}
#menu-conteudo a {
	color:#555555;
	text-decoration:none;
}
#menu-conteudo a.on {
	color:#000000;
}

/* Post */
.post {
	margin-bottom:30px;
}
.post ul, .post ol {
	margin:10px 0px 10px 10px;
	padding-left:15px;
}
.post li {
	padding-left:10px;
	margin:10px 0px;
}
.post ul { list-style-type:circle; }
.post ol { list-style-type:decimal; }
.post p, .comment li p  {
	margin-bottom:10px;
	line-height:1.5;
}
.post p strong, .post p b {
	color:#000000;
}
.post h2 { margin:20px 0; font-size:18px; color:#000; }
.post h3 { margin:20px 0; font-size:16px; color:#000; }
.post h4 { margin:20px 0; font-size:14px; color:#000; font-weight:bold; }

.post .more-link {
	display:block; font-size:14px; font-weight:bold; margin:15px 0;
	background:url("images/bg-button.jpg") repeat-x scroll center center transparent;
	border:0; color:#333333; font-weight:bold; text-decoration:none; text-align:center;
	padding:3px 10px; width:200px;
	text-shadow:1px 1px 0 #FFF;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; 
}

.post_title { 
	border-bottom:1px solid #DDDDDD;
	font-family:Georgia, 'MS Serif', 'New York', serif;
	font-size:26px !important;
	margin:0 !important;
	padding:10px 0;
}
.post_title a {
	text-decoration:none;
	color:#003366;
}
.post_title a:hover {
	text-decoration:underline;
}
.post_top_info {
	display:block;
	height:20px;
	margin:5px 0;
	font-size:12px;
	color:#999999;
}
.post_top_info a {
	color:#999999;
}
.post_date {
	background:url('images/ico-calendar.png') center left no-repeat;
	padding-left:20px;
	margin-right:25px;
}
.post_comments {
	background:url('images/ico-balloon.png') center left no-repeat;
	padding-left:20px;
}
.post_content { clear:both; padding-top:10px; }
.post_info {
	display:block;
	padding:10px 5px;
	clear:both;
	font-size:12px;
}
.post_info .post_tags {
	padding:5px; text-align:center;
	display:block; margin-top:5px;
	border:1px solid #EEE;
	-moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; 
}
.post_top_info .post_share { float:right; }
.post_info .post_addexternal {
	display:block; clear:both; overflow:auto;
}
.post_info .post_addexternal .share {
	display:block; float:left; width:90px;
	font-weight:bold;
	line-height:1.2;
	padding:3px 5px 5px 40px;
}
.post_addexternal .share span {
	display: block; 
	font-size: 10px; font-weight: normal; color:#666;
}
.share-ueba {
	background:url("images/share-ueba.png") no-repeat scroll left top transparent;
}
.share-twitter {
	background:url("images/share-twitter.png") no-repeat scroll left top transparent;
}
.share-facebook {
	background:url("images/share-facebook.png") no-repeat scroll left top transparent;
}
.share-orkut {
	background:url("images/share-orkut.png") no-repeat scroll left top transparent;
}
.share-linkedin {
	background:url("images/share-linkedin.png") no-repeat scroll left top transparent;
}

.post_info a {
	text-decoration:none;
	color:#003366;
}

.post_info a:hover {
	text-decoration:underline;
}

.post_navigation {
	clear:both;
	display:block;
	text-align:center;
	margin:20px;
}

.alignleft { float:left; margin-right:10px; }
.alignright { float:right; margin-left:10px; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.thdrpy {
	text-align:right;
}
.fake-button a, .thdrpy a {
	padding:5px 10px; margin:5px;
	border:0; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; 
	background:url('images/bg-button.jpg') center center repeat-x;
	text-decoration:none; color:#333; text-shadow:1px 1px 0 #FFF;
}

.post ul {
	margin:10px 25px;
	list-style:circle;
}

.download { 
	margin:20px 0; 
	padding-left:55px; 
	background:url('/img/icn_download.png') center left no-repeat; 
	text-align:left; 
	height:30px;
	margin:20px 0;
	padding:20px 0 0 55px;
	border:1px dotted #EEEEEE; 
}

/* ----- Comments ----- */
#comments {
	text-align:center;
	background-color:#EEE;
	color:#003366;
	padding:10px 0;
	margin:0; border:0;
	display:block;
}
#comments .commenttitle {
	font-weight:bold;
	font-size:16px;
	margin:0; border:0;
}
.commentlist {
}
h4.backlinks {
	background:url('images/ico-backlinks.png') left center no-repeat transparent;
	padding:3px 3px 3px 30px;
	margin:20px 10px 0 0;
}
#pinglist {
	margin:15px 15px 20px 25px;
}
.commentlist li.comment {
	list-style-type:none;
	padding:20px 10px;
}
.commentlist li.pingback {
	list-style-type:decimal;
}
.commentlist li.odd {
	background-color:#FCFCFC;
}
.commentlist li.author {
	background-color:#EBF1F5;
}
.commentlist .avatar {
	float:left;
	margin-right:10px;
}
.commentlist .commentauthor {
	font-size:14px;
}
.commentlist .commentmeta {
	font-size:10px;
	color:#666666;
	margin:0px;
	padding:0px;
	clear:right;
}
.commentlist li.child {
	padding-left:45px;
	background:url('images/arrow-reply.gif') 0 0 no-repeat transparent;
}
.commentlist li.depth-1 {
	border-bottom:1px dotted #999999;
}
.commentlist li.depth-2, .commentlist li.depth-3, .commentlist li.depth-4, .commentlist li.depth-5 {
	padding:20px 0 0 40px;
	background:url('images/arrow-reply.gif') 0 10px no-repeat transparent;
}
.commentlist p {
	padding-top:5px;
	clear:both;
}
.comment-body {
	margin-top:20px;
	overflow:auto;
}
.comment-reply a {
	font-size:14px; font-weight:bold; margin:0;
	background:url("images/bg-button.jpg") repeat-x center transparent;
	border:0; color:#333; font-weight:bold; text-decoration:none; text-align:center;
	padding:3px 10px; text-shadow:1px 1px 0 #FFF;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; 
	float:right; clear:right;
}
#comment {
	width:100%;
}
#respond .smalltext {
	margin-bottom:10px;
	text-align:justify;
}
#commentform input, #commentform textarea {
	font-size:14px;
	padding:3px; margin-bottom:5px;
	border:2px solid #CCCCCC;
	width:450px;
}
#commentform textarea {
	width:98%;
}
input.button {
	background:url("images/bg-button.jpg") repeat-x scroll center center transparent;
	border:0; color:#333333; font-weight:bold;
	margin:5px; padding:3px 10px; width:auto;
	text-shadow:1px 1px 0 #FFF;
}
#submitcomment {
	width:200px!important; border:0;
	border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; 
}
.subscribe-to-comments input {
	float:left;
	clear:left;
}
.subscribe-to-comments label, .subscribe-to-comments p {
	float:left;
	clear:none;
	width:260px;
}


/* Sidebar */
#sidebar div {
	margin-bottom:10px;
}
#sidebar .block {
	background-color:#DDE6ED;
	padding:8px;
	border-radius:8px; -moz-border-radius:8px; -webkit-border-radius:8px; -khtml-border-radius:8px; 
}
#sidebar .iconify {
	background:url('images/bg-title-sidebar.jpg') left center no-repeat;
	padding:2px 5px;
	margin-bottom:10px;
	font-size:14px; font-weight:bold; color:#112542;
	line-height:1;
}
#sidebar #search {

}
#books .submarino a {
	display:inline-block;
	margin:2px;
	border:3px solid #FFFFFF;
}
#books .submarino a:hover {
	border:3px solid #0066FF;
}
#sidebar #feeds {
	background:url("images/sidebar_bg_feeds.png") no-repeat scroll 0 0 transparent;
	height:40px; width:170px;
	padding:10px 10px 10px 70px;
}
#feeds .lineone {
	display:block;
	font-size:18px;
	color:#000000;
	text-decoration:none;
}
#feeds .linetwo {
	text-align:center;
	font-size:14px;
}
#feeds .linetwo a {
	color:#993300;
	text-decoration:none;
}
#sidebar .button {
	float:left;
	border-radius:0 5px 5px 0; -moz-border-radius:0 5px 5px 0; -webkit-border-radius:0 5px 5px 0; -khtml-border-radius:0 5px 5px 0;
	border:1px solid #7391AA!important; border-left:0!important;
	margin:0; padding:2px 10px;
}
#sidebar #s {
	display:block; float:left;
	border:1px solid #7391AA;
	margin:0; padding:3px; width:175px;
}

/* ----- Footer ----- */
#footer {
	display:block;
	clear:both;
	height:60px;
	padding:10px;
	text-align:center;
	line-height:1.5;
}

/* ----- Submarino Shopping Posts ----- */

#main #submarino_shp {
	position:relative;
	margin:0; padding:0;
	height:90px; overflow:hidden;
	font-family:"Trebuchet MS";
	font-size:14px; 
	text-decoration:none;
	background-image:none;
	background-color:#FFFFFF;
}

#main #submarino_shp a {
	text-decoration:none;
	display:block;
	width:100%; height:100%
}

#main #submarino_shp img {
	position:absolute;
	top:5px; left:5px;
	float:left;
	width:80px; height:80px;
	margin:0; padding:0; border:0;
}

#main #submarino_shp h3 {
	font-size:16px; line-height:1.2;
	font-weight:bold; color:#0169AE;
	margin:2px 0 2px 90px; padding:0;
	background-image:none;
}

#main #submarino_shp p {
	line-height:1;
	margin-left:90px; padding:0;
	color:#666666;
	clear:right;
}

#main #submarino_shp p.preco {
	line-height:1;
	margin:0 0 0 90px; padding:0;
	color:#FF0000;
}

#main #submarino_rodape {
	display:none; /*
	position:absolute; bottom:0px; left:0;
	margin:0; padding:0; border:0;
	width:100%; height:20px; overflow:hidden;
	background:url('/banners/submarino/mini_logo.gif') no-repeat right #0169AE;
	text-indent:-500px; */
}

/* ----- ADS Float ----- */
.ads_left {
	margin:0; padding:0;
	text-align:left; float:left; width:338px;
}
.ads_right {
	margin:0; padding:0;
	text-align:left; float:right; width:338px;
}


