



h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 10px 0;
  }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
  }

h2.ranktitle{
  padding: 0;
  font-size: 10pt;
  font-weight : bold;
  color: #ffffff;
}
h2.title{
  padding: 5px;
  font-size: 10pt;
  font-weight : bold;
  border-bottom:1px solid #333333;
  margin-bottom : 10px;
  background-color: #aaa;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;


}

hr {
  color : #999;
  border :1px dotted
  }


pre {
  height: auto; 
  overflow-x:scroll;
  }

fieldset {
  margin: 0;
  padding: 0; 
  border: 0;
  }

dd {
  padding-left: 15px;
  }



a {
  color: #000000;
  text-decoration: none;
  
  }
  a img {
border-width:0;
}

a:hover {
  text-decoration: underline;
  }
  
  
a.acessPromo:visited {text-decoration:none;color:#000000;}
a.acessPromo:active {text-decoration:none;color:#000000;}
a.acessPromo:link {text-decoration:none;color:#000000}
a.acessPromo:hover {text-decoration:none;color:#000000} 

.acesse{
background-image: url(http://www.ocacadordelivros.com.br/images/acesse.png);
cursor:pointer; 
height: 78px;
background-position: center center; 
width: 600px; 
background-repeat: no-repeat;
}

.acessePreco{
position: relative; 
top: 19px; 
vertical-align: middle; 
left: 190px; 
width: 400px; 
height: 40px; 
text-align: left; 
background-position: right center; 
background-repeat: no-repeat;
}



blockquote {
  background: #070707;
  border: 1px solid #060606;
  padding: 5px 15px;
  margin: 10px 10px 5px 15px;
  font-style: italic;
  color: #ffff;
  }

code {
  color: #3366cc;
  font-style: italic;
  }

strong {
  font-size: 110%;
  }

body {
  text-align: center;
  margin: 0;
  padding: 0 0 15px 0;
  font-family: Helvetica,Arial,sans-serif;
/*  font-family: trebuchet ms, arial, helvetica, sans-serif;  */
  background: #181818;color: #999;
/*  background: #000 url(http://www.ocacadordelivros.com.br/images/bgbody.jpg) top center no-repeat; */

  }

/* Backgrounds */
#backgroundTop {background: url(http://www.ocacadordelivros.com.br/images/backgrounds/main-bg2.png) 50% 0 repeat-x; z-index : -5;}
#backgroundMiddle {background: url(http://www.ocacadordelivros.com.br/images/backgrounds/main-bg.jpg) 50% 0 no-repeat; z-index : -5;}
#backgroundDown {background: url(http://www.ocacadordelivros.com.br/images/backgrounds/main-bg-bottom.jpg) 50% 100% no-repeat; z-index : -5;}


/* Header and wrapper */
#wrapper {
  margin: 0 auto;
  width: 960px;
  text-align: left;
  padding: 0;
  }

#header {
  padding: 0 15px 0 5px;
  margin: 0;
  height: 80px;
  }

#topleft {
  background: url(http://www.ocacadordelivros.com.br/images/body/topbar-l.png)  100% 100% no-repeat;
  height: 30px;
  width: 5px;
  float: right;
  color: #fff;
}
 
#header #topright {
  text-align: right;
  text-shadow: 1px 1px 1px #000;
  
  float: right;
  background: url(http://www.ocacadordelivros.com.br/images/body/topbar-r.png) 100% 0 no-repeat;
  padding: 0 15px 0 0;
  height: 30px;
  margin: 3px 0 0 0;

}
#header #topright ul {
  list-style: none;
  padding: 0;
  position: relative;
  top: 5px;
  left: 5px;
  margin: 0;
  }

#header #topright li a {
  color: #fff;
  font-size: 8pt;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  }

#header #topright li a:hover {
  color: #aaaaaa;
  text-decoration: none;
  }

#header #topright li {
  display: inline;
  }


#header h1 {
  padding: 0;
  margin: 0;
  }
#header h1 a {
  color: #0000;
  font-size: 17pt;
  text-decoration: none;
  }
#header h1 a:hover {
  color: #eee;
  text-decoration: none;
  }
#header span {
  padding: 0;
  color: #111;
  font-size: 11pt;
  }


/* Menu */

#catnav {
  margin: 20px 0 0 0;
  padding: 0;
font-weight: bold;
  background: url(http://www.ocacadordelivros.com.br/images/body/menu-overlay.png) 50% 0 no-repeat;
  /* clear: both;*/
  height: 44px;


text-shadow: 1px 1px 1px #000;
  width: 960px;
  }

#nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
	
#nav ul {
  margin: 0;
  
  padding: 0;
  }

#nav li {
  float: left;
  margin: 0;
  padding: 0;
  }

#nav a {
  display: block;
  line-height: 44px;
  margin: 0;
  padding: 0 20px 0 15px;
  font-size: 10pt;
  color: #fff;
  letter-spacing: -1px;
  }

#nav li a:hover {
  color: #6598b8;
  text-decoration: none;
  display: block;
  }

#nav li ul {
  list-style: none;
  position: absolute;

  width: 150px;
  left: -999em;
  }

#nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  }
	
#nav li li {
  float: left;
  margin: 0;
  padding: 0;
  width: 150px;
  }
	
#nav li li a {
  width: 150px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-top: 1px solid #131f27;
  background: #040404;
  margin: 0;
  padding: 5px 20px 5px 15px;
  }
	
#nav li li a:hover {
  border-top: 1px solid #131f27;
  background: #000;
  padding: 5px 20px 5px 15px;
  }

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  position: static;
  }

#toprss {
  float: right;
  margin: 10px 15px 0 0;
  display: inline;
  width: 65px;
  line-height: 41px;
  }




#contentwrapper {
  float:left;
  width: 560px;
  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper2 {
  float:left;
  width: 900px;  margin: 0 0 15px 0;
  padding: 0;
  }
#contentwrapper .pageTitle, #contentwrapper2 .pageTitle {
  margin: 15px 0 10px 0;
  font-size: 14pt;
  letter-spacing: -1px;
  color: #fff;
  font-weight: normal;
  background: url(http://www.ocacadordelivros.com.br/images/bg-trans.png) repeat;
  padding: 5px;
  }
.topPost {
  margin: 0;
  padding: 0;
  font-size: 9pt;
  }
.topPost h2.topTitle a {
  font-size: 12pt;
  font-family :  georgia;
  font-weight: normal;
  color: #741f1e;

  }
.topPost h2.topTitle a:hover {
  text-decoration: none;
  color: #3e1110;
  }
.topPost p.topMeta {
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 9pt;
  color: #666666;  
  }
.topPost p.topMeta a {
  text-decoration: underline;
  color: #212121;
  }
.topPost p.topMeta a:hover {
  color: #ccc;
  }
.topPost div.topContent {
  font-size: 9pt;
  color: #efefef;
  margin: 8px 0;
  }
.topPost div.topContent a {
  text-decoration: underline;
  color: #fff;
  }
.topPost div.topContent a:hover {
  text-decoration: underline;
  color: #ff9933;
  }

.topPost div.topContent ul, .topPost div.topContent ol {
  padding: 0 0 0 30px;
  }
.topPost div.topContent ul li, .topPost div.topContent ol li {
  color: #eee;
  }
.topPost span.topComments, .topPost span.topMore, .topPost span.acessePromocao, .topPost span.topTags {
  font-size: 9pt;
  font-style: italic;
  background: url(http://www.ocacadordelivros.com.br/images/bg-trans.png) repeat;
  padding: 8px 10px;
  margin-right: 5px;
  line-height: 27pt;
  color: #fff;
  border: 1px solid #111;
  }
.topPost span.linkpages {
  font-size: 9pt;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px; display:block;
  }
.topPost span.linkpages a:hover {
  color: #ddd;
  }
.topPost span.topComments:hover, .topPost span.topMore:hover, .topPost span.acessePromocao:hover, .topPost span.topTags:hover {
  background: #040404;
  }
.topPost span.topComments a {
  color: #fff;
  background: url(http://www.ocacadordelivros.com.br/images/comments.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topMore a {
  color: #fff;
  background: url(http://www.ocacadordelivros.com.br/images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.acessePromocao a {
  color: #fff;
  background: url(http://www.ocacadordelivros.com.br/images/more.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topTags em {
  background: url(http://www.ocacadordelivros.com.br/images/tags.gif) left no-repeat;
  padding-left: 20px;
  line-height: 27pt;
  vertical-align: middle;
  color: #0a0a0a;
  }
.topPost span.topTags a {
  color: #fff;
  line-height: 27pt;
  vertical-align: middle;
  }
.topPost span.topComments a:hover, .topPost span.topMore a:hover, .topPost span.acessePromocao a:hover, .topPost span.topTags a:hover {
  color: #fff;
  text-decoration: underline;
  }

#nextprevious {
  margin: 10px 0 5px 0;
  }
#nextprevious a {
  color: #eee;
  text-transform: lowercase;
  border: 1px solid #111;
  padding: 5px 8px;
  font-size: 10pt;
  line-height: 1.4em;
  }
#nextprevious a:hover {
  color: #fff;
  }


/* Comments */

#comments {
  margin-bottom: 10px;
  margin-top: 15px;
  /*background: #040404;*/
  width: 530px; /* fixes bug in IE7 where putting focus on the text makes it disappear behind the background. yeah, weird. they call it a dimensional bug. */
  /*border: 1px solid #090909;*/
  padding: 0px 15px 10px 15px;
  color: #000;
  }
#comments h3 {
  font-size: 10pt;
  font-weight: normal;
  color: #000;
  margin: 15px 0;
  padding: 0;
  }
#comments p a {
  color: #6598b8;
  }
#comments p a:hover {
  color: #000;
  }
#comments p {
  padding:0;
  margin: 7px 0;
  }
ul.commentlist, ul.trackback  {
  list-style-type: none;
  margin: 10px 0;
  font-size: 9pt;
  }
.commentlist li, .trackback li {
  margin: 10px 0 15px 0;
  padding: 10px;
  background: #080808;
  border: 1px solid #040404;
  list-style-type: none;
  }
.commentlist li.alt {
  background: #000;
  border: 1px solid #020202;
  border: none;
  margin-top:10px;
  }
.commentlist li.cleared {
  background: transparent;
  border: none;
  }
.commentlist a:hover {
  color: #eee;
  }
.commentlist a.gravatar {
  float: left;
  margin: 0 15px 10px 0;
  width: 60px;
  }
.commentlist .commentbody {
  margin: 0;
  padding: 0;
  }
.commentlist .commentbody p a {
  text-decoration: underline;
  }
.commentlist cite {
  font-size: 10pt;
  font-style: normal;
  color: #ddd;
  }
.commentlist small.commentmetadata a {
  color: #666;
  }
.commentlist p {
  color: #dedede;
  }
#respond {
  clear: both;
  margin-top: 15px;
  }
textarea#comment {
  width: 450px;
  background: #fff;
  color: #111;
  padding: 10px;
  }
#comments #submit {
  margin: 0;
  }
#extrastuff a {color:#222; font-size:0.8em;}
#extrastuff a:hover {color:#6598b8; text-decoration:none;}
#extrastuff #rssleft {float:left; width:250px;}
#extrastuff #trackright {float:right; width:180px; text-align:right;}


/* Welcome section */

#main #welcome {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  background: url(http://www.ocacadordelivros.com.br/images/bg-trans.png) repeat;
  }
#main #welcome h2 {
  font-size: 14pt;
  font-weight: normal;

  color: #fff;
  letter-spacing: -2px;
  margin: 0 10px;
  padding: 10px 0 3px 0;
  }
#main #welcome p {
  font-size: 9pt;
  color: #eee;  
  margin: 0 10px;
  padding: 6px 0;
  }
#main #welcome a {
  text-decoration: underline;
  color: #ff9933;
  }
#main #welcome a:hover {
  color: #6598b8;
  }
#main #welcome form {
  margin: -5px 0 0 0;
  background: transparent; /* required for IE */
  }
#main #welcome #feedbox {
  border: 1px solid #ccc;
  padding: 2px 1px;
  width: 180px;
  }
.submitbutton {
  margin: -5px 0 0 5px;
  background: #010101;
  color: #fff;
  font-size: 8pt;
  padding: 3px 6px;
  vertical-align: middle;
  border: 1px solid #111;
  }
.submitbutton:hover {
  cursor: pointer;
  background: #050505;
  }







/* Misc */

.highlight {
  color: #222;
  font-weight: bold;
  }

.sidBar{
  background : #212121;
}

.cleared {
  margin: 0;
  padding: 0;
  clear: both;
  }

.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
.aligncenter,
div.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

img.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
  }
img.alignright {
  float: right;
  margin: 5px 0 5px 10px;
  }
img.aligncenter {
  margin: 10px auto;
  text-align: center;
  display: block;
  }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;

  padding-top: 4px;

  /* optional rounded corners for browsers that support it */

  z-index : 5;
  -moz-border-radius: 3px;

  -khtml-border-radius: 3px;

  -webkit-border-radius: 3px;
  border-radius: 3px;
  }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
  }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
  color: #111;
  }

  #outer-wrapper {
/*background:#FFFFFF none repeat scroll 0 0;*/
font-family:arial;
font-size:100%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
/*margin: 180px auto auto auto;*/
text-align:left;

}
#main-wrapper {
float:left;
overflow:hidden;
margin-top:15px;
/*padding-left:20px;*/
/*padding-top:20px;*/
width:640px;
/*padding-right:15px;*/
/*border-right: dashed 1px #cccccc;*/
}
#sidebar-wrapper {
float:right;
margin-right:10px;
overflow:hidden;

margin-top:15px;
	
}
h2 {
border-bottom:1px solid #CCCCCC;
color:#333333;
font-family:arial;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
text-transform:none;
}
h2.date-header {
margin:1.5em 0 0.5em;
}
.post {
-moz-border-radius: 5px;
 -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  
border:1px solid #EEEEEE;
background : #EBEDE9 none repeat scroll 0 0;
margin:0.5em 0 1.5em;
padding:1.5em;
}
.post h1 {
background:transparent url(http://www.ocacadordelivros.com.br/images/logoSimbolo.png) no-repeat scroll left center;
color:#A81F22;
font-size:18px;
font-family: Georgia;
font-weight:normal;
line-height:1.4em;
margin:0.25em 0 0;
padding:0 0 0px 75px;
}
.post h1 a, .post h1 a:visited, .post h1 strong {
color:#741F1E;
display:block;
font-weight:normal;
text-decoration:none;
}
.post h1 strong, .post h1 a:hover {
color:#333333;
}
.post-body {
font-family:arial;
font-size:14px;
color :#000;
line-height:1.6em;
margin:0 0 0.75em;
}
.post blockquote {
font-family:georgia;
font-style:italic;
margin:1em 20px;
}
.post-footer {
color:#999999;
font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;

font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:0.1em;
font-size : 10px;
margin:0.75em 0;
text-transform:uppercase;
}
.comment-link {
}
.post img {
border:1px solid #CCCCCC;
padding:2px;
}
.post blockquote {
margin:1em 20px;
}
.post blockquote p {
margin:0.75em 0;
}
.comment-author {
}
#comments h4 {
color:#666666;
font-weight:bold;
letter-spacing:0.2em;
line-height:1.4em;
margin:1em 0;
text-transform:none;
}
#comments-block {
line-height:1.6em;
margin:1em 0 1.5em;
}
#comments-block .comment-author {
background:#EEEEEE none repeat scroll 0 0;
border:1px solid #EEEEEE;
font-size:15px;
font-weight:bold;
margin-right:20px;
padding:5px;
}
#comments .blogger-comment-icon, .blogger-comment-icon {
background:#EEEEEE none repeat scroll 0 0;
border-color:#CCCCCC #CCCCCC #EEEEEE;
border-style:solid;
border-width:2px 1px 1px;
line-height:16px;
padding:5px;
}
#comments-block .comment-body {
border-left:1px solid #EEEEEE;
border-right:1px solid #EEEEEE;
margin-left:0;
margin-right:20px;
padding:7px;
}
#comments-block .comment-footer {
border-bottom:1px solid #EEEEEE;
border-left:1px solid #EEEEEE;
border-right:1px solid #EEEEEE;
font-size:11px;
line-height:1.4em;
margin:-0.25em 20px 2em 0;
padding:5px;
text-transform:none;
}
#comments-block .comment-body p {
margin:0 0 0.75em;
}
.deleted-comment {
color:gray;
font-style:italic;
}
#blog-pager-newer-link {
float:left;
}
#blog-pager-older-link {
float:right;
}
#blog-pager {
text-align:center;
}
.feed-links {
clear:both;
line-height:2.5em;
}
.sidebar {
color:#666666;
font-family:arial;

font-size : 12px;
width:300px;
line-height:1.5em;
margin-left:10px;
}
.sidebar ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.sidebar li {
background:transparent url(http://www.ocacadordelivros.com.br/img/left_menu_bullet.gif) no-repeat scroll left center;
line-height:1.5em;
margin:0;
padding:0 0 0.25em 30px;
text-indent:-15px;
}
.sidebar .widget, .main .widget {
margin:0 0 1.5em;


}

.widget-content{
	padding:5px;	
}
.widget-content a {
	color:#000;	
}




.sidebar .widget{
background:#c9c9c8;
border:1px solid #000000;
z-index : 5;


/*behavior:url(css/border-radius.htc);*/

}

.sidebam {
color:#666666;
font-family:arial;
font-size:12px;
line-height:1.5em;
}
.sidebam ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
}
.sidebam li {
background:transparent url(http://www.ocacadordelivros.com.br/img/left_menu_bullet.gif) no-repeat scroll left center;
line-height:1.5em;
margin:0;
padding:0 0 0.25em 30px;
text-indent:-15px;
}
.sidebam .widget, .main .widget {
margin:0 0 1.5em;
padding:5px;
}
.sidebam .widget{
background:#3e3e3e;
}

.main .widget {

}
.main .Blog {
border-bottom-width:0;
padding:20px 20px 15px;
z-index : 5;
-moz-border-radius: 5px;
 -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
/*behavior:url(css/border-radius.htc);*/
}
.profile-img {
border:1px solid #CCCCCC;
float:left;
margin:0 5px 5px 0;
padding:4px;
}
.profile-data {
color:#999999;
font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
font-size:78%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
letter-spacing:0.1em;
line-height:1.6em;
margin:0;
text-transform:uppercase;
}
.profile-datablock {
margin:0.5em 0;
}
.profile-textblock {
line-height:1.6em;
margin:0.5em 0;
}
.profile-link {
font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
font-size:78%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:0.1em;
line-height:normal;
text-transform:uppercase;
}






/* Fundo das postagens */






#twitter-passaro {
width:100px;
height:121px;
position:relative;
left:850px;
}

#content-wrapper {
/*background-color:#ebede9;*/
border-color:#ffffff;
/*padding-top:20px;*/
}
#sidebar-wrapperL {
float:left;
margin-left:10px;
overflow:hidden;
padding-right:13px;
width:160px;
}
#menu {
background:transparent url(http://www.ocacadordelivros.com.br/img/menu_bg.jpg) no-repeat scroll center center;
font-family:georgia;
height:41px;
margin:8px 0 10px 26px;
width:650px;
}
#menu ul {
display:block;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:9px 0 0 10px;
}
#menu ul li {
display:inline;
height:41px;
margin:0;
padding:0;
}
#menu ul li a {
color:#FFFFFF;
display:block;
float:left;
font-size:13px;
height:27px;
line-height:27px;
margin:0 4px;
padding:0 10px;
text-align:center;
text-decoration:none;
}
#menu ul li.selected a {
background:transparent url(http://www.ocacadordelivros.com.br/img/menu_bt_bg.gif) repeat-x scroll center center;
color:#FFFFFF;
display:block;
float:left;
font-size:13px;
height:27px;
line-height:27px;
margin:0 5px;
padding:0 10px;
text-align:center;
text-decoration:none;
}
#menu ul li a:hover {
background:transparent url(http://www.ocacadordelivros.com.br/img/menu_bt_bg.gif) repeat-x scroll center center;
}
.buscaMenu
{
padding-top:11px;
padding-left:155px
}
.galeriaImg-l { width: 620px; float:left;}
.galeriaImg-r {margin: 25px 0 25px 40px; width: 100px; float:left;}

#topo {padding: 5px 0px; background: url(http://www.ocacadordelivros.com.br/images/body/header-main.jpg) 50% 100%; width:960px; min-height:66px;}
#topoLink {padding: 5px 0px; background: url(http://www.ocacadordelivros.com.br/images/body/header-main2.jpg) 50% 100%; width:960px; min-height:66px; text-align:center; margin: 0 auto;}
#topobrilho {background: url(http://www.ocacadordelivros.com.br/images/body/header-overlay.png) 50% 100% no-repeat;}
#logo {height:50px; margin-top:25px; width:300px; padding-left:25px;}
#logoLink {height:50px; margin-top:10px; width:300px; padding-left:25px; float:left;}
#navBack { background: url(http://www.ocacadordelivros.com.br/images/body/menu-overlay.png) 50% 50% no-repeat; } 
#menutopor {background: url(http://www.ocacadordelivros.com.br/images/body/topbar-r.png) 100% 0 no-repeat;} 

.rank { height:95px; width:300px; float:left; background: url(http://www.ocacadordelivros.com.br/images/body/roknewspager-bg.png) 100% 100% no-repeat;}
.rank2 {padding: 22px;  height:95px; width:300px; background: url(http://www.ocacadordelivros.com.br/images/body/roknewspager-bg2.png)  0 0 no-repeat;}
.imgRank { height:55px; width:55px; float:left; border: 3px solid #792323; margin: 0 15px 0 0}
.txtRank { height:55px; width:170px; float:left;}
.descrank { font-size:8pt; color:#b9b9b9;}


.sidebarfundo {background:#212121; }

.tituloPost{float:left; padding-left: 12px; width:330px; }
.tituloPostSimbolo{background: url(http://www.ocacadordelivros.com.br/images/body/book.png) 100% 100% no-repeat; float:left; height:40px; width:40px;}
.subTituloPost{float:left; width:570px; }

.post_infos{
	float:left;
	width:580px;
	height:36px;
	margin:7px 0px 10px 0px;
}
.post_social{
	float:left;
	margin:4px 3px 4px 0px;
	width:27px;
	height:27px;
}
.socialImg{
	border : 0px solid #CCCCCC;
}
a .socialImg{
	border : 0px solid #CCCCCC;
}
.post-labels{
	border : 1px solid #CCCCCC;
	margin : 3px;
	font-weight : bold;
	padding : 0 3px; 
	background-color : #dadcd9;

}

a.post-labels:hover {background-color : #777; text-decoration:none;} 





/* Before footer */

#morefoot {
  background: #000 url(http://www.ocacadordelivros.com.br/images/bggrad.jpg) top left repeat-x;
  border: 1px solid #070707;
  padding: 15px;
  color: #dfdfdf;
  margin: 0 0 10px 0;
  }
#morefoot p {
  margin: 5px 0;
  padding: 5px 0;
  }
#morefoot ul {
  list-style-type: none;
  margin-top: 5px;
  }
#morefoot ul li, #morefoot p {
  font-size: 9pt;
  }
#morefoot a {
  text-decoration: underline;
  color: #ddd;
  }
#morefoot a:hover {
  text-decoration: underline;
  color: #6598b8;
  }
#morefoot h3 {
  font-size: 12pt;
  font-weight: normal;
  color: #dfdfdf;
  letter-spacing: -1px;
  border-bottom: 1px dotted #444;
  margin: 0;
  padding: 0 0 2px 0;
  }
#morefoot #searchbox {
  padding: 1px;
  width: 180px;
  }
#morefoot .col1 {
  float: left;
  width: 340px;
  }
#morefoot .col2 {
  margin: 0 25px;
  }
#morefoot .col2, #morefoot .col3 {
  float: left;
  width: 260px;
  }
#morefoot li {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(http://www.ocacadordelivros.com.br/images/more.gif) left 2px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  }


/* footer*/

  #footer {
clear:both;
letter-spacing:0.1em;
line-height:1.6em;
margin:0 auto;
padding-top:15px;
text-align:center;
  border: 1px solid #070707;
  padding: 15px 15px 10px 15px;
text-transform:uppercase;
width:660px;
}

#footer p {
  font-size: 9pt;
  color: #bbb;
  padding: 0;
  }
#footer a {
  color: #bbb;
  text-decoration: underline;
  }
#footer a:hover {
  color: #fff;
  }
#footerleft {
  float: left;
  width: 500px;
  }
#footerright {
  float: right;
  width: 300px;
  text-align: right;
  }
  

.footer {
clear:both;
background-color:#222222;
border:1px solid #000;
font-family:arial;
font-size:12px;
padding:10px;
color: #666666;
height:225px;
text-align : center;
}
.left_footer {

padding:10px 0 0 10px;
}
.right_footer {
float:right;
padding:10px 10px 0 0;

}

.footer a {
color:#bbb;
padding:0 5px;
text-decoration:none;
}
.fechar a {
color:#fff;
float:left;
margin: 18px 25px;
font-weight:bold;
font-size:19px;
text-decoration: none;
}
.fechar a:hover {
text-decoration: none;
}

.cadastreEmail {
	background-color: #831318;
	padding:1px 10px;
	margin:5px;
	color :#fff;
	font-weight:bold;
}

img.linksSemana  {
	margin-bottom: 20px;
	margin-left : auto;
	margin-right : auto;
	border:0px;
}
ul.linksSemana{
padding:15px;
}

h3.linksSemana  {
	color : #000;
	font-size : 13px;
	font-weight:normal;
	padding : 0px;
}
a.linksSemana  {
	color : #000;
	font-weight:bold;
}

.bordaBox {bbackground: ttransparent; width:32%; float:left; margin :5px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b4, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b, .bordaBox .b4b {display:block; overflow:hidden; font-size:1px;}
.bordaBox .b1, .bordaBox .b2, .bordaBox .b3, .bordaBox .b1b, .bordaBox .b2b, .bordaBox .b3b {height:1px;}
.bordaBox .b2, .bordaBox .b3, .bordaBox .b4 {background:#333; border-left:1px solid #000; border-right:1px solid #000;}
.bordaBox .b1 {margin:0 5px; background:#000;}
.bordaBox .b2 {margin:0 3px; border-width:0 2px;}
.bordaBox .b3 {margin:0 2px;}
.bordaBox .b4 {height:2px; margin:0 1px;}
.bordaBox .conteudo {padding:5px;display:block; background:#333; height:175px; border-left:1px solid #000; border-right:1px solid #000;}
.conteudo h2 {color:#aaa;}
