/*
Theme Name: GM
Theme URI: http://www.perguntascretinas.com.br/
Description: A two column theme. Light and simple with greens and oranges.
Version: 1.3
Author: Cretino
Author URI: http://www.perguntascretinas.com.br
*/

/* Basics and Typography */

body 
{
	margin: 20px 0 20px 0; 	padding: 0;
	font: normal .72em/1.5em 'Trebuchet MS', sans-serif;
	color: #444;
	background: #6D5434;
	text-align: center;	
	height: 100%;	
}

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;
  color: #993333;	
  font-weight:bold;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.2em 0;
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  /* color: #9BBB38; */
  color: #000000;
}
h1, h2 {
  font-size: 1.4em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.2em;
}
a {
  text-decoration: none;
}
a:link {
  color: #993333;
  font-weight:bold;
}
a:visited {
  color: #993333;
  font-weight:bold;  
}
a:hover, a:active {
  color: #993333;
  font-weight:bold;  
}

input, textarea, select {
  border: 1px solid #C1C0B5;
  background-color: #FFFFFF;
  color: #333;
  font-size: 1em;
  font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

blockquote {
  margin: 0 20px;
  padding: 0 20px;
  border-left: 4px solid #E8E7D0;
  font-size: 0.9em;
}
code {
  font-family: monospace;
  color: #666;
}
form, img {
  margin: 0;
  padding: 0;
  border: 0;
}
.small {
  font-size: 0.9em;
  color: #999;
}

/* Layout */

#resizable {
  display: block;

  width:770px;

  border-left:3px solid #ffffff;
  border-right:3px solid #ffffff;
  /*background: url('images/content.jpg') repeat-y;*/

  text-align: left;
}

#wrapper {
  margin: 0 auto;
  width:770px;

  /*border-bottom:4px solid #ffffff;
  border-left:4px solid #ffffff;
  border-right:4px solid #ffffff;*/

  text-align: left;
}
#header {
  width: 770px;
  position: relative;
  height: 176px;
  text-align: left;		
  margin: 0;
  padding: 0;	
  background: #FFFFFF;
}
  /* Header Styles */
  #header h1 {
    margin: 0;
    font-size: 1.8em;
  }
  #header h1 a {
    text-decoration: none;
    color: #80904F;
  }
#headerphoto {
	position: absolute;
	right: 15px ; top: 15px;
	width: 455px;
	height: 156px;
	background: #FFF url('images/headerphoto.jpg') no-repeat;
}
#logo-box {
	position: absolute;
	left: 15px ; top: 15px;
	width: 280px;
	height: 156px;	
	background: #4E3525;
}
#logo-box #logo {
	position: absolute;	
	font: bold 50px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 34px;
}
#logo-box #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFFFCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 88px; left: 60px;
}
  
/* Header Menu */
#menu {	
	clear: both;
	margin: 0; 
	padding: 0 0 10px 0;		
	width: 770px;		
	background: #FFF url('images/wrap-bg.jpg') repeat-y;
	float: left;
}
#menu ul {
	font: bolder 14px 'Trebuchet MS', sans-serif;
	width: 740px;
	color: #FFF;
	background-color: #4E3525;		 	
	margin: 0 15px;
	padding: 0;
	display: inline;
	border-bottom: 6px solid #FFF;
	float: left;	
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	display: block;
	padding: 5px 15px;	
	color: #FFF;	
	text-decoration: none;	
}
#menu li a:hover {
	background: #CC9966;
	color: #FFF;
}
#menu li a.current  {
	background: #993333;
	color: #FFF;
}
/* End Header Menu */

#content {
	clear: both;
	float: left;
	width: 100%;

       background: #FFF url('images/content.jpg') repeat-y;      

	padding: 0;
	margin: 0 auto;

       overflow:hidden;			
}

#texto {
  width:60%;
  
  float: left;
  
  margin-left:25px;
  
  text-align: left;
  font-weight:bold;
  
  display: inline; /* IE double margin bug fix */
/*  overflow:hidden;*/
}


/* sidebar */
#fundo_sidebar {
                display:block;
                float:right;
   
                width:30%;
                height:auto;
                 
                overflow:hidden;
               }

#sidebar {
	float: right;
	width: 220px;
	margin: 0 8px 10px 0; padding: 0;
	overflow:hidden;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	color: #993333;
       font-size: 8pt;	
}
.sidebox {
	margin-bottom: 10px;	
}

/* sidebar menu */          
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;		
}

#sidebar ul.sidemenu ul {
	list-style:none;
	margin: 0px 0 0 10px;
	padding: 0;		
}

#sidebar ul.sidemenu ul li {
	padding: 0;		
}

#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-top: 1px dashed #D5D5D5;
	text-decoration:none;
}
#sidebar ul.sidemenu li.sidemenubottom {	
	border-top: 1px dashed #D5D5D5;
	margin: 0px 10px;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #993333;
	color: #993333;		
}


/* footer */

#footer {
	clear: both;
	margin: 0; padding: 12px 0 0 0;
	font: normal .92em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	height: 23px;
	background: url('images/footer-bg.jpg') no-repeat left bottom;
	color: #666666;
	text-align: center;
}
#footer p {
	margin: 0; padding: 4px 0 0 0;
}
#footer a {
	text-decoration: none;
	color: #777;	
}
#footer a:hover {
	text-decoration: underline;
	color: #333;
}

  /* Footer Styles */
  #footer p {
    margin: 0;
    padding: 10px 0 20px 0;
    background-color: #E8E8CE;
    border-top: 10px solid #9BBB38;
    font-size: 0.9em;
    text-align: right;
  }
  
/* Sidebar Styles 

#sidebar h2 {
  display: inline;
  margin: 1.2em 0 0.6em 0;
  padding: 0 10px 0 0;
  background: url(images/arrow.gif) no-repeat center right;
  font-size: 1.1em;
}
#sidebar h2 a {
  color: #9BBB38;
}
#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;
  border-top: 1px solid #E8E7D0;
  background-color: #FAFAF0;
}
#sidebar ul ul li {
  padding: 0 0 0 10px;
  border-bottom: 1px solid #E8E7D0;
}
#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 {
  background-color: #FFF;
}*/
/* Nested lists? 
#sidebar ul ul ul {
  margin: 0;
  border: none;
}
#sidebar ul ul ul li {
  margin: 0 0 0 -10px;
  padding: 0 0 0 25px;
  border-bottom: none;
  border-top: 1px solid #E8E7D0;
}
#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 {
}


.posttitle 
{
/*  background-color: #9BBB38; */
  
  margin-bottom: 0;
  width: 100%;
/*  color: #FFF; */

  color: #993333;

  overflow: auto;
  /* Width and overflow to clear '.posttitle a' */
}

.posttitle a 
{
  /* float: left; */

  display: block;
  font-size:15px;	

  padding: 0 2px;

  /* background-image: url(images/posttitle.gif); */
  background-repeat: no-repeat;
  background-position: top right;
}

.posttitle a:link, .posttitle a:visited 
{
  color: #993333;
  font-size:14px;  
  /* color: #FFF; */
}

.posttitle a:hover, .posttitle a:active 
{
  /* url(images/posttitle.gif) no-repeat 100% -91px; */
  font-size:15px;
  color: #6D5434;
}

.postmeta 
{
  margin-top: 0;
  padding-top: 0px;
  background: url(images/postmeta.gif) no-repeat top left;
  font-size: 0.9em;
  color: #999;
}

.postentry 
{
 color:#444444;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:11px;
 /*line-height:24px;*/
 
 width:480px;
}

.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;
}

/* 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: 1px 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_search div {
  margin: 1.2em 0;
}
#sidebar #s {
  margin-bottom: 2px;
  width: 180px;
}

.votio {
border:0px solid #c8c8de;
margin: auto;
/*width: 150px;
padding: 5px;*/
text-align: center;
}

.votio .stars .vote {
cursor: hand;
}

.votio .votes {
font-size: xx-small;
}

/* ADICOES POR VMARCEL */
  
  H3.categoria
  {
      margin: 0px;
      padding-top: 0px;
      display: inline;
      float: left;
      font-size: 8px;
  }

    FORM
    {
      padding: 0px;
      margin: 0px;
    }

    UL.menu
    {
      height: 20px;

      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%;
    }

    UL.menu LI.menu
    {
      float: left;

      position: relative;

      display: inline;
    }

    UL.menu LI.menu A
    {
      display: block;
      color:#FFFFFF;
      margin-top: 10px;
      padding-left: 11px;
      padding-right: 10px;

      font-weight: bold;
    }

    UL.menu LI.menu UL.popup A
    {
      font-weight: normal;
      margin-top: -2px;      
      color:#EAA039;
      background-color: #FFFFFF;
      border-top: 1px solid #FFFFFF;
      border-bottom: 1px solid #FFFFFF;
    }

    UL.menu LI.menu UL.popup A:hover
    {
      font-weight: normal;
      
      color:#9CB939;
      /* background-color: #FAFAF0; */
      background-color: #FAFAF0;
      border-top: 1px solid #E8E7D0;
      border-bottom: 1px solid #E8E7D0;
    }

    UL.popup
    {
      border: 1px solid #9cB939;
      border-bottom: 8px;

      position: absolute;

      width: 150px;
      padding: 0px;
      margin: 0px;

   /* background-color: #FAFAF0; */
      background-color: white;
    }

    UL.popup LI
    {
      padding: 2px;
    }


/** EXTRABAR **/

  #spacer
  {
    float: left;
    display: inline;

    width: 125px;
    /* height: 280px; */

    height: 180px;
  }

  .extrabar
  {
    float: left;
    display: inline;
    width: 125px;

    padding: 5px;
    margin-left: 5px;
    margin-top: 5px;

    border: 1px solid #9cB939;
    border-bottom: 8px;

    background-color: white;
  }

  .extrabar h2
  {
    display: inline;
    margin: 1.2em 0 0.6em 0;
    padding: 0 10px 0 0;
    font-size: 10pt;
  }

  .extrabar UL
  {
    font-size: 8pt;

    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;

    border-bottom: 1px solid #E8E7D0;
  }

  .extrabar UL LI
  {
    border-top: 1px solid #E8E7D0;
  }

  .extrabar UL LI A
  {
    display: block;

    padding-left: 10px;
    padding-right: 10px;

    font-weight: bold;
  }

  .extrabar UL LI A
  {
    font-weight: normal;

    background-color: #FAFAF0;
  }

  .extrabar UL LI A:hover
  {
    font-weight: normal;

    background-color: #FFFFFF;
  }


/* ADICOES POR GUGU */


/* main */
#main {
	float: left;
	width: 67%;	
	margin: 0 0 10px 0; padding: 0;	
}
#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px dashed #D5D5D5; 	
}

.post {
	margin: 0; padding: 0;	
}

.post h1 a:hover {
	text-decoration:none;
}

.post .post-footer {
	background-color: #fafafa;
	font-size: 95%;
	border: 1px solid #eee;
	padding: 5px; margin: 0 15px 5px 15px;
	text-align:right;
}
.post .post-footer .date {
	background: url('images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('images/comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('images/page.gif') no-repeat 0 center;
	padding-left: 20px;
}

.post .postmeta {
    margin: 0 0 5px 10px;
	font-size: 90%;
	text-align:right;
	border-top: 1px dashed #D5D5D5; 	
	}
.post .postmeta .date {
	background: url('images/clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post .postmeta .catg {
	background: url('images/page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
h2.pagetitle {
	font-size: 1.6em;
	}	


/* ADICOES POR GLAUCO */

.category 
{
  float:right;
  
  margin-top: -5px;
  color:#7c7c7c;
  font-size:11px;

  line-height:18px;

  overflow: auto;
  /* Width and overflow to clear '.posttitle a' */
}

.category a 
{
  /* float: left; */

  padding: 0 2px;

  /* background-image: url(images/posttitle.gif); */
  background-repeat: no-repeat;
  background-position: top right;
}

.category a:link, .category a:visited 
{
  color:#993333;
}

.category a:hover, .category a:active 
{
  color:#6D5434;
}

