/*Theme Name: Wordpress */

/* BODY */
body {
font-size: 11px; 
color: #8c8c8c; 
font-family: arial;
text-align: justify;
margin:5px 0 5px 0;
/*background-color:#E7E5E2;*/
background-image: url('http://localhost/projetos/edconhecimento/wp-content/uploads/2013/01/back.gif');
background-repeat: repeat-x;
}
      
/* IMAGEM DO TOPO */
#header {
background: url('http://localhost/projetos/edconhecimento/wp-content/uploads/2013/01/logo2.gif') no-repeat top left;
width: 1050px;
height: 113px;
}
 
#headertwo {
}

/* LINHA DO LAYOUT */
#page {
width: 1050px;
background-color: transparent;
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

/* FOOTER */
#footer {
background-color: transparent;
background-position: bottom;
width: 1050px;
height: 50px;
clear: both;
}

#footer p {
color: #acacac;
font-size: 11px;
font-family: verdana;
padding:8px 0 8px 0;
margin:0 20px 0 20px;
text-align: left;
border-top:0px solid #fde9f1;
}

/* SIDEBAR */
#sidebar {
width: 245px;
float: left;
}

#sidebar2 {
width: 245px;
float: right;
margin-top: -15px;
}

/*Somente para Safari e Chrome*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    #sidebar2 { margin-top: -13px; }
}

.widget {
background-color: #C5EAFA;
border-right: 1px solid #C8C3BE;
border-bottom: 1px solid #C8C3BE;
padding: 5px;
}

/* Target IE7 only */
html>body .menu {
*margin-left: 0px;
}
/* end */

.widget_text {
font-size: 12px;
font-family: arial;
background-color: #C5EAFA;
border-right: 1px solid #C8C3BE;
border-bottom: 1px solid #C8C3BE;
padding: 5px;
margin-top: 10px;
margin-bottom:10px;
}

/* POSTS E P�GINAS */
#content {
color:#505050;
font-size: 13px;
font-family: arial;
background-color: #F5F6CE;
border-right: 1px solid #C8C3BE;
border-bottom: 1px solid #C8C3BE;
line-height:18px;
text-align:justify;
width: 525px;
padding: 7px;
margin-left: 10px;
margin-right: 10px;
float: left;
}
#content span.data, #content span.categoria{
display: block;
color: #c0c0c0;
font-size:10px;
text-align: left;
font-family : verdana, helvetica, sans-serif;
text-transform: capitalize;
padding: 0 0 0 2px;
}
/* PREV E NEXT */
.anterior{
float:left;
background-color: #f8f8f8;
padding:1px 5px 1px 5px;
margin:0px 1px 0px 1px;
}
.proximo{
float:right;
background-color: #f8f8f8;
padding:1px 5px 1px 5px;
margin:0px 1px 0px 1px;
}


/* MENU */
.menu {
width: 100%;
padding: 0;
margin-top: 25px;
font-size: 10px;
font-family : Verdana, Arial, sans-serif;
text-align: left;
}
.menu ul{
list-style: none;
margin: 0;
padding: 0;
}
.menu li {
list-style: none;
border-bottom: 0px solid #fdbad6;
margin: 1px;
}
.menu li a {
display: block;
padding: 3px 3px 3px 0px;
text-transform: none;
text-indent: 5px;
line-height :14px;
color: #505050;
background-color: #ECF6FE;
text-decoration: none;
border-bottom: 1px dotted #D9D5D0;
}
.menu li a:hover {
color: #000000;
background-color: #FFFFFF;
border-bottom: 1px dotted #D9D5D0;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li a { height: 1%; }
/* End */

/* LINKS */
a {cursor: hand; text-decoration: none;} 
a:link {cursor: hand; color: #3493C9; text-decoration: none; }
a:visited {cursor: hand; color: #3493C9;text-decoration: none; }
a:active {cursor: hand; color: #3493C9;text-decoration: none; }
a:hover {cursor: hand; color: #000000; text-decoration: underline; }

/* Links home */
a.link1:link {
color:#C50303;
text-decoration:none;
}
a.link1:visited {
color:#C50303;
text-decoration:none;
}
a.link1:hover {
color:#000000;
text-decoration:underline;
}
a.link1:active {
color:#C50303;
text-decoration:underline;
}


/* NEGRITO E IT?LICO */
b{color: #666666;}
i{color: #FFC5D9;}
strong{color: #666666;}



/* TEXTAREA,  INPUTS E FORMUL�RIOS */
input, textarea, select, button {
font-size:11px;
color:#999999;
border: 1px solid #0191c7;
background: #FFFFFF;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#999999;
background: #FFFFFF;
border: 1px solid #0191c7;
}

input#searchsubmit {
background: #FFFFFF url('images/search.gif') left no-repeat;
background-position:2px 3px;
border: 1px solid #000000;
width: 89%;
margin: 5px 0 0 0;
padding: 1px 1px 1px 15px;
}

/* COMENT�RIOS */
.comments{
text-align:justify;
background-color: #f8f8f8 ;
padding: 5px ;
border: 1px solid #e1e1e1;
margin: 0 0 15px 0;
}
.avatar {
float: right;
padding: 5px;
margin:4px;
background-color: #e1e1e1;
}


/* BORDA NAS IMAGENS */
.aligncenter{
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 5px;
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.alignleft{
float: left;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 5px;
margin: 1px 4px 0 0;
}
.alignright{
float: right;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 5px;
margin: 1px 0 0 4px;
}
.center {
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.left {
float: left;
margin: 1px 4px 0 0;
}
.right {
float: right;
margin: 1px 0 0 4px;
}
img {border: 0px;}


/* T�TULO DO PERFIL */
.titulo_menu {
height:8px; 
line-height:8px; 
text-transform:uppercase; 
color:#fff; 
background:#bbb6b1; 
font-weight:bold; 
font-size:11px; 
padding:4px; 
float:left; 
width:auto; 
margin-bottom: 10px;
}


/* SUBTITULOS */

h1 {
font-size:16px;
font-family: arial;
color: #0091DA;
text-transform: none;
font-weight: bold;
margin-top: 0;
}

h2 {
font-size:14px;
font-family: georgia;
color: #505050;
text-transform: none;
font-weight: bold;
font-style: italic;
margin-top: 5px;
}

h3 {
font-size:18px;
font-family: arial;
color: #D10101;
text-transform: none;
font-weight: bold;
border-bottom: 1px solid #E0E0E0;
}

.title_sidebar {
font-size:14px;
font-family: arial;
color: #505050;
text-transform: none;
font-weight: bold;
font-style: italic;
}

/* EDITAR POSTS */
blockquote {
background-color:#fafafa;
border-top: 1px solid #f3f4f4;
border-bottom: 1px solid #f3f4f4;
padding: 5px 5px 5px 5px;
font-size: 11px; 
text-align: justify;
margin-left: 5px;
margin-right: 5px;
margin-top: 10px;
margin-bottom: 10px;}



/* T�TULO DE P�GINAS E POSTS */
.navlink {
display: block;
color: #9f9f9f;
font-family : arial, sans-serif, tahoma;
font-size:17px; 
text-decoration: none;
text-align:left;
text-transform: capitalize;
height: 18px;
line-height:18px;
vertical-align:middle;
padding: 0 0 0 2px;
margin: 0px;
border-bottom: 1px dotted #e1e1e1;
}
.navlink a {cursor: hand; color: #9f9f9f; text-decoration: none; }	
.navlink a:hover {color:#c0c0c0; text-decoration:none;}

/* CALENDARIO */
#wp-calendar {
width: 99%;
border-spacing:1px;
padding-bottom: 3px;
background: transparent;
}
#wp-calendar td a {
letter-spacing:0px;
color: #FFC5D9;
font-weight: bold;
}
#wp-calendar td a:hover {
color: #c0c0c0;
background: none;
}
#wp-calendar td {
text-align:center;
background-color: #fde9f1;
padding: 0px 5px 0px 5px;
letter-spacing: 0px;
font: normal 10px Arial;
color: #aaa;
}
#wp-calendar td.pad { /* Celulas vazias */ background: #f8f8f8; }
#wp-calendar td#today { /* Data Atual */ background: white; }
#wp-calendar thead { /* Dias da semana */ font: bold 10px Arial; background: #FDF8FA;}
#wp-calendar caption { /* M�s */background: #f8f8f8;padding: 0px 0 0px;font: bold 11px Arial;color: #c0c0c0;}


/* LINKS DO FOOTER */

#footlink {
text-align:center;
clear: both;
line-height:18px;
}
#footlink a {padding:0 4px 0 4px; margin:0 1px 0 1px;}
#footlink a:link, #footlink a:visited, #footlink a:active {
color:#9f9f9f;
font-size : 8pt;
background-color: #f8f8f8;
border: 0px;
}
#footlink a:hover {
color:#9f9f9f;
font-size : 8pt;
background-color: #e1e1e1;
border: 0px;
}


/* HR */
hr {
width: 97%;
clear: both;
border-top: 1px dotted #e1e1e1;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
text-align:center;
margin:5px 0 5px 0;
height: 1px;
}

/* breadcrumb */
.breadcrumb1 {
color: #FFFFFF;
font-size: 11px;
font-family: verdana;
width: 1037px;
height: 17px;
background-color: #D10101;
margin-top: 0px;
padding: 5px;
line-height: 18px;
}

/* Paginação */
.pagination {
clear: both;
margin:3px 1px;
text-align:center;
}

.pagination a {
margin:3px 1px;
padding: 3px 6px;
color: #fff;
background-color: #339FC7;
}

.pagination a:hover, .pagination .current {
margin:3px 1px;
padding: 3px 6px;
color: #0191C7;
background-color: #ACD9EA;
}

/* Duas colunas */
.esquerda {
float: left;
width: 49%;
}

.direita {
float: right;
margin-top: -20px;
width: 50%;
}

.clear {
clear: both;
}

.categorias {
display: block;
text-align: left;
font-family: georgia;
font-size: 11px;
color: #9A9A9A;
font-weight:normal;
border-bottom: 1px dashed #D8D4CF;
padding: 3px;
background-color: transparent;
}

.twitter_block {
margin-top: -15px;
background-color: #FFFFFF;
border-right: 1px solid #C8C3BE;
border-bottom: 1px solid #C8C3BE;
padding: 5px;
}

.twitter {
display: block;
text-align: justify;
font-family: georgia;
font-style: italic;
font-size: 12px;
color: #8C8C8C;
font-weight:normal;
border-bottom: 1px dashed #1872A7;
padding: 3px;
background-color: transparent;
line-height: 16px;
}

.search {
margin-top: 20px;
float: right;
}