/*  
Theme Name: Theme 0001
Theme URI: www.marked.com.br
Description: Theme blue 3 Sidebars
Version: 1.0
Author: Rhuan
Author URI: http://www.marked.com.br
*/

body {
margin:0 auto;
width:1000px;
font: 75%/170% verdana, trebuchet ms;
background: #001623 url(images/bg.gif) repeat-x;
}

a {
color:#666666;
}

#menuheader {
color:#fefefe;
padding-top:15px;
padding-left:20px;
padding-right:20px;
}

#menuheader a {
color: #fefefe;
text-decoration:none;
}

#menuheader a:hover {
color: #2BB1D9;
}

#menuheader ul {
list-style:none;
margin:0px;
padding: 0px;
}

#menuheader li {
float:left;
background:url(images/arrowdown.png) no-repeat;
background-position:left;
padding-left:25px;
padding-right:20px;
}

#menuheader li:hover {
background:url(images/arrowdown2.png) no-repeat;
background-position:left;
padding-left:25px;
padding-right:20px;
}

#menuheader li:hover a {
color: #2BB1D9;
}

#buscar{
margin:215px 17px 0 430px;
}

#tt_pesquisa {
border:none;
font-family:verdana; 
font-size:11px;
border:1px solid transparent;
background:transparent;
padding-top:7px;
width:200px;
height:15px;
}

#submit {
height:25px;
width:45px;
padding-left:10px;
padding-top:2px;
padding-bottom:5px;
}

#header {
background:url(images/header.jpg) no-repeat;
height:280px;
}

#navtx {
background:#f0f0f0 url(images/nav.gif) repeat-x;
height:25px;
padding-left:20px;
font-size:10px;
border-bottom:1px solid #CCCCCC;
padding-top:5px;
}

#navtx a{
color: #333333;
text-decoration:none;
font-family:Verdana;
font-size:10px;
}

#navtx a:hover {
text-decoration:underline;
}

/* content */
#content {
padding: 25px 25px 15px 25px;
padding: 0;
width: 100%;
background: top center #FFFFFF url(images/bgcenter.gif) no-repeat;
clear: both;
overflow: hidden;
}

#all {
margin : 0 auto;
width:980px;
}

#corpo {
padding-top: 25px;
margin: 0 auto;
text-align: justify;
font-family: trebuchet ms;
width: 980px;
}

blockquote{
background: url(images/blockquote.gif) no-repeat left top;
color: #777;
font-style: italic;
padding: 1px 5px 5px 36px;
}

/* sidebars */


#sidebarleft {
float: left;
width: 220px;
}

#sidebarleft ul {
list-style:none;
padding:0 10px 0 0px;
margin:0px;
}

#sidebarleft  li {
background: url(images/seta.png) no-repeat;
padding-left:15px;
padding-bottom:2px;
}

#sidebarleft li:hover {
background:url(images/seta2.png) no-repeat;
}

#sidebarleft a {
text-decoration:none;
}

#sidebarleft a:hover {
color: #006699;
}


#sidebarleft li ul li {
background: url(images/seta2.png) no-repeat;
}

#sidebarleft li ul li:hover {
background: url(images/seta.png) no-repeat;
}


#sidebarmeio {
float: left;
width: 540px;
}

#conteudo {
padding: 0px 10px 0 10px;
}

#sidebarright {
float: left;
width:220px;
}

#sidebarright ul {
list-style:none;
padding:0 10px 0 0px;
margin:0px;
}

#sidebarright  li {
background: url(images/seta.png) no-repeat;
padding-left:15px;
}

#sidebarright li:hover {
background: url(images/seta2.png) no-repeat;
}

#sidebarright a {
text-decoration:none;
}

#sidebarright a:hover {
color:#000000;
}


#sidebarright li ul li {
background: url(images/seta2.png) no-repeat;
}

#sidebarright li ul li:hover {
background: url(images/seta.png) no-repeat;
}

/* meio */
#cimameio {
height:25px;
background: url(images/cima.gif) no-repeat;
}

#baixomeio {
height:25px;
background:url(images/baixo.gif) no-repeat;
}

.post {
padding:0 0px 0 0px;
background:url(images/meio.gif) repeat-y;
}

.title {
padding-top:17px;
padding-left:20px;
padding-right:20px;
background:url(images/title.gif) no-repeat;
height:60px;
}

h2 {
padding:0px;
font-size:17px;
margin:0px;
}

h2 a {
color: #fefefe;
text-decoration:none;
}

h2 a:hover { 
color:#cccccc;
}

.entry {
padding: 0 30px 0 30px;
clear: both;
overflow:hidden;
}

.entry ul {
list-style:none;
margin:0px;
padding:0 0 10px 0;
overflow:hidden;
}

.entry li {
background:url(images/seta.png) no-repeat;
padding-left:15px;
}

.entry li a {
text-decoration:none;
}

#subnick {
color:#CCCCCC;
margin:0px;
}

#subnick a{
color:#FFFFFF;
text-decoration:none;
}

#subnick a:hover {
text-decoration:underline;
}

#comentario {
margin:0px;
background:url(images/respond.gif) no-repeat;
padding-left:25px;
overflow:hidden;
}

#edit a {
color:#999999;
text-decoration:none;
}

#footer {
background:#333333 url(images/footer.gif) repeat-x;
height:210px;
color:#FFFFFF;
text-align:right;
padding-right:25px;
padding-top:40px;
padding-left:25px;
font-size:10px;
}

#footer a {
color:#0099CC;
text-decoration:none;
}


.alignleft{
float:left;
margin: 2px 10px 5px 0px;
}
.alignright{
float:right;
margin: 2px 0px 5px 10px;
}
.clear {
clear:both;
}