/*  
Theme Name: Metropolitana Blogs
Theme URI: http://www.metropolitana.edu.br
Description: Tema de duas colunas para os blogs da metropolitana
Version: 1.00
Author: Valber Marcel Bueno, Luis Tarcio
Author URI: http://www.metropolitana.edu.br
*/

/* Basics and Typography */

BODY 
{
  margin: 0;
  padding: 0;
  background: #888888 url(images/bg.jpg);
  background-attachment: fixed;
  
  font-size: 78%;
  font-family: "Tahoma", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  color: #999999;
  text-align: center;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.2em 0;
}
ol, ul {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.2em 0 1.2em 2em;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.2em 0 0 0;
  color: #555555; 
}
h1, h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
a {
  text-decoration: none;
}
a:link {
  color: #888;
}
a:visited, a:active {
  color: #333;
}
a:hover {
  color: #000;
}

input, textarea, select {
  border: 1px solid #C1C0B5;
  background: #FAFAF0;
  color: #333;
  font-size: 1em;
}

blockquote {
  margin: 1.2em 20px;
  padding: 0.1em 20px;
  border-top: 1px solid #E8E7D0;
  border-bottom: 1px solid #E8E7D0;
  background: #FAFAF0;
}
small {
  font-size: 0.9em;
}
code {
  font-size: 1.1em;
  font-family: "Courier New", Courier, monospace;
  background: #FAFAF0;
  color: #666;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
}

a img {
  border: 0;
}

/* Layout */

#background
{
  background-image: url('images/bg_top.png'); 
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}

#background1
{

}

#wrapper 
{
  margin: 0 auto;
  width: 750px;
   
  background-color: #111;

  /* ENGENHARIA ALTERNATIVA - NAO USO DE SEMI-TRANSPARENCIA*/   
  background-image: url('images/wrapper.gif'); 
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed; 
}


#wrapper1 
{
  margin: 0 auto;
  width: 724px;
  background-color: #FFF; 
  text-align: left;
  padding-bottom: 8px;
}


#header {
  padding: 0px;
  background-image: url('images/header.jpg');
  height: 215px;
}

#header H1
{
  display: inline;
  float: left;
  display: none;
}

#header H1 A.title
{
  color: black !important;
  text-indent: -5000px;
  overflow: hidden;
}

#header IMG { margin-bottom: 10px }

  /* Header Styles */
  #header h1 {
    margin: 0;
    font-size: 1.8em;
  }
  #header h1 a {
    text-decoration: none;
    color: #FFCC00;
  }   

#header #logo
{

}

#header #buttons
{
  position:relative;
  display:inline;
  width: 100px; 
  float:right;
  text-align: right;
  margin:5px 5px 5px 5px;
}

#content 
{
  float: left;
  padding-left: 10px;
  padding-right: 10px;  
  width: 492px;
  overflow: hidden;
  display: inline; /* IE double margin bug fix */
}

#content TABLE
{
  border: 1px solid #FF8800;
  width: 95%;
  margin: 10px;
  border-collapse: collapse;
}

#content TABLE TH
{
  padding: 2px;
  background-color: #FF9900;
}

#content TABLE TD
{
  padding: 2px;
  border-bottom: 1px solid #CCC;
}

#sidebar {
  float: left;
  margin: 0;
  padding: 0;
  width: 212px;
  font-size: 0.9em;
  overflow: hidden;
  display: inline; /* IE double margin bug fix */
  
  background-image: url(images/bg_sidebar.jpg);
  background-repeat: repeat-x;
  background-position: top left;
  
}

#footer 
{
  clear: both;
  text-align: right;
  border-right: 6px solid #ffcc00;
  padding-right: 6px;
  margin-right: 6px;
}

  /* Footer Styles */
  #footer p 
  {
    margin: 0;
    color: #666666;
    font-size: 0.92em;
    text-align: right;
  }
  
/* Sidebar Styles */

#sidebar #search FORM
{
  padding-left: 10px;
}

#sidebar #search #s
{
  border: 1px solid #fbd268;
  color: #747474;
  font-size: 8pt;
  padding: 0px 2px;
  height: 16px;
  width: 150px;
  
  vertical-align: bottom;
}

#sidebar #search .botao
{
  border: 1px outset;
  background-color: #fbd268;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 8pt;
  padding: 0px 2px;
  background-image: url('images/bg_botao.gif');
  background-repeat: repeat-x;
  background-position: bottom left;

  height: 18px;
}

#sidebar h2 {
  display: inline;
  margin: 1.2em 0 0.6em 0;
  padding-left: 15px;
  background: url(images/bg_h2.gif) no-repeat left center ;
  font-size: 1.3em;
  
  color: #ffcc33;
}
#sidebar h2 a {
  color: #000;
}
#sidebar h2 a:hover {
  color: #E58712;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#sidebar ul li {
}

#sidebar ul ul {
  margin: 1.2em 0;
}

#sidebar ul ul li {
  padding: 0 0 0 10px;
}

#sidebar ul ul li a {
  display: block;
  margin: 0 0 0 -10px;
  padding: 0.1em 10px;
  width: 190px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 170px;
} 

html>body #sidebar ul ul li a {
  width: 170px;
}
#sidebar ul ul li a:hover 
{

}

/* Nested lists? */
#sidebar ul ul ul {
  margin: 0;
}

#sidebar ul ul ul li {
  margin: 0 0 0 -10px;
  padding: 0 0 0 25px;
}

#sidebar ul ul ul li a {
  margin: 0 0 0 -25px;
  padding: 0.1em 10px 0.1em 25px;
  width: 190px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 155px;
} 
html>body #sidebar ul ul ul li a {
  width: 155px;
}
/* Calendar */
#wp-calendar {
  margin: 0 0 1.2em 0;
  width: 190px;
  border: 1px solid #E8E7D0;
  background: #FAFAF0;
  line-height: 1.2em;
  text-align: center;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 188px;
} 
html>body #wp-calendar {
  width: 188px;
}
#wp-calendar caption {
  margin: 1.2em 0 0 0;
  padding: 0.4em 0;
  background: #9BBB38;  
  color: #FFF;
  font-weight: bold;
}
#wp-calendar td {
  border: 0;
  border-collapse: collapse;
  background: #FFF;
}
#wp-calendar td a {
  display: block;
  width: 100%;
}
#wp-calendar td.pad {
  background: transparent;
}
#wp-calendar td#next, #wp-calendar td#prev {
  padding: 0.1em 2px;
  background: transparent;
}
#wp-calendar td#next a, #wp-calendar td#prev a {
  display: inline;
}
#wp-calendar td#next {
  text-align: right;
}
#wp-calendar td#prev {
  text-align: left;
}

/* Blog */

.post 
{
  border: 1px solid #FFFFFF;
  
  text-align: justify;
}

.posttitle 
{
  width: 100%;
  /* background-color: #fff06f;  */
  
  /* Width and overflow to clear '.posttitle a' */
}

.posttitle a 
{
  padding: 2px 0px;
}

.posttitle a:link, .posttitle a:visited 
{
  color: #ffcc33;  
}
.posttitle a:hover, .posttitle a:active {
  color: #ff6600;
}

.postmeta {
  margin-top: 0;
  padding-top: 0.1em;
  font-size: 0.7em;
  color: #676767;
}
.postentry {
}
.permalink {
  margin: 0 1.8em 0 0;
  padding: 0 0 0 14px;
  background: url(images/permalink.gif) no-repeat center left;
}
.commentslink {
  padding: 0 0 0 17px;
  background: url(images/commentslink.gif) no-repeat center left;
}

.postnav {
  width: 100%;
  padding: 1.2em 0;
  overflow: auto;
}
.prev {
  float: left;
}
.next {
  float: right;
}

/* Comments */

#commentlist {
  margin: 1.2em 0;
  padding: 0;
  border-bottom: 1px solid #E8E7D0;
  list-style-type: none;
}
#commentlist li {
  border-top: 1px solid #E8E7D0;
  padding: 0.1em 20px;
  background-color: #FFF;
}
.alt {
  background-color: #FAFAF0 !important;
}
.commenttitle {
  margin-bottom: 0;
  font-size: 1.1em;
}
.commentmeta {
  margin-top: 0;
  font-size: 0.9em;
  color: #999;
}
#comment {
  width: 98%;
}

/* Widgets and Etc */

.widget_calendar h2 {
  display: none !important;
}
.widget_search div {
  margin: 1.2em 0;
}
#sidebar #s {
  margin-bottom: 2px;
  width: 180px;
}

/* Image Borders */

div.image {
  margin: 1.2em 0;
}

div.imagecenter {
  margin: 1.2em 0;
  text-align: center;
}
div.imagecenter img {
  margin: 0 auto;
}

div.imageleft, img.imageleft {
  float: left;
  margin: 0 15px 0.2em 0;
  padding: 0;
}
 
div.imageright, img.imageright {
  float: right;
  margin: 0 0 0.2em 15px;
  padding: 0;
}

div.image img, img.image,
div.imagecenter img,
div.imageleft img, img.imageleft,
div.imageright img, img.imageright {
  padding: 5px;
  border: 1px solid #C1C0B5;
  background: #FFF;
}
