/*
Theme Name: wp_yoghourt
Theme URI: http://web-kreation.com/wp_yoghourt/
Description: A 2 columns layout.
Version: 2.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/index.php/blog/
Tags: fixed width, widget ready, 2 columns, left sidebar, mootools, gravatars, brown, red

Date: Aug 17, 2008

    Copyright 2005-2008 Web-kreation. Some rights reserved. Leave footer statement intact please.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
html, body {border: 0; margin: 0; padding: 0;}

body {
  background-color:#f6f6f6;
  font: arial, helvetica, sans-serif;
  line-height: 140%;
}
/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#FFFFFF;
}

h1 {
  width: 610px;
  height:28px;
  background:url(images/h1.gif) no-repeat;
  margin:15px 0px 20px 0px;
  padding:4px 0px 0px 10px;
  line-height: 140%;
}

h1 a {
color: #fff; 
text-decoration: none;
}

h1 a:hover {
  color: #6C574F;
  text-decoration: none;
  border: none;
}

h1 span {
	color: black;
	font-size: 14px;
	padding-left: 10px;
}

h2 {
  width: 610px;
  height:28px;
  background:url(images/h1.gif) no-repeat;
  margin:15px 0px 0px 0px;
  padding:4px 0px 0px 10px;
  line-height: 140%;
}

h3 {
  padding: 7px 0 ;
  font: 1.1em arial, helvetica, sans-serif;
  font-weight: bold;
  color: #6C574F;
}

p {margin: 0; padding: 0 0 18px 0;}

p.notfound{padding: 15px 0 100px;}

ul, ol {margin: 0; padding: 0 0 20px 40px;}

ul {list-style: none;}

blockquote {
  font-family: Times, "Times New Roman", serif;
  font-style: italic;
}

code {
  display: block;
  width: 80%;
  background-color: #F5F4F3;
  border: #E2DBD8 1px solid;
  color: #666666;
  padding: 3px 5px;
  margin: 10px 0;
}

pre {
  padding: 1em;
  border: 1px dashed #2f6fab;
  color: black;
  background-color: #f9f9f9;
  line-height: 1.1em;
}

small {font-size: 0.85em;}

img {border: none;}

sup {
  position: relative;
  bottom: 0.3em;
  vertical-align: baseline;
}

sub {
  position: relative;
  bottom: -0.2em;
  vertical-align: baseline;
}

acronym, abbr {
  cursor: help;
  letter-spacing: 1px;
  border-bottom: 1px dashed;
}

hr {
  display: block;
  clear: both;
  border-top: 1px dotted #E7E1DE;
  border-bottom: 1px dotted white;
  margin: 5px 20px 0;
}

#info{
  display: block;
  float: left;
  width: 610px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:justify;
  color:#333;
  line-height:normal;
  }
  
  #info h1{
list-style:none;
position:relative;
float:left;
  }

/***** MURAL *****/
#mural{
background:url(images/mural.jpg) no-repeat top;
margin:10px 0px 0px 0px;
width:270px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-align:left;
position:relative;
float:left;
}

#mural b{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
padding-bottom:10px;
margin:0px 0px 0px 10px;
}

#mural p{
width:250px;
border-bottom:1px dashed #999999;
float:left;
margin:0px 10px 0px 0px;
padding:0px 10px 0px 10px;
}

#mural a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
display:block;
background:none;
text-decoration:none;
}

#mural a:hover{
background:none;
color:#E02522;
}

/***** MENUS *****/

#menu_all{
width:270px;
height:200px;
position:relative;
}
#menu_lateral{
width:130px;
height:200px;
position:relative;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color:#636363;
position:relative;
float:left;
}

.margem_menu{
margin-left:10px;
}
.margem_img{
margin-top:9px;
}
#menu_lateral ul{
margin:0px;
padding:0px;
}
#menu_lateral li{
width:130px;
text-decoration:none;
list-style:none;
margin:0px;
padding:0px;
font-weight:bold;
border-bottom:1px dashed #e6e6e6;
}
#menu_lateral li a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#636363;
font-weight:bold;
text-decoration:none;
padding:1px 0px 1px 15px;
display:block;
}
#menu_lateral li a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:bold;
text-decoration:none;
background:#E02522;
}
/***** REVISTAS APCD - IMAGENS *****/
#revistas_apcd{
position:relative;
float:left;
width:610px;
height:auto;
margin:0px;
}

#revistas_apcd img{
position:relative;
float:left;
margin:10px 10px 10px 0px;
padding:0px;
border:none;
}


/***** Links *****/

a {
font-weight:bold;
  color: #333;
}

#content a:hover {text-decoration: none; color: #FFF; background:#E02522; font-weight:bold;}

a img {
  border: none;/*remove border for linked images*/
  background:none;
}

/***** Tables *****/

table {border: 0; margin: 0 0 18px 0; padding: 0;}

table tr td {padding: 2px;}
/***** Global Classes *****/

.clear {clear: both;}

.alignleft {display: block; float: left; font-family:Arial, Helvetica, sans-serif; font-size:13px;}

.alignright {display: block; float: right;}

.aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.endOfSection {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/***** Menu superior ****/
#menu_superior{
margin:0px 10px 0px 30px;
width:590px;
height:32px;
background:none;
float:right;
position:relative;
}

#menu_superior p{
position:relative;
float:left;
}

#menu_superior a{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
text-decoration:none;
margin:5px 0px 7px 0px;
padding:0px 40px 0px 30px;
height:23px;
position:relative;
color:#FFF;
float:left;
border-right:2px #FFF solid;
}

#menu_superior a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
position:relative;
color:#333;
float:left;
border-right:2px #FFF solid;
display:block;
}

/***** Main Layout ****/

#container {
background:url(images/bg.gif) repeat-x top;
  width: 100%;
  height: 100%;
}

#wrapper {
  width: 920px;
  text-align: center;/* IE fix to center the page */
  margin: 0 auto;/* center the page in Firefox */
}
/**** Sidebar ****/

#sidebar {
margin:56px 10px 0px 10px;
position:relative;
display: block;
float: left;
width: 270px;
}

#top {
  background:url(images/bg.gif) repeat-x top;
  display: block;
  float: left;
  clear: right;
  width: 680px;
  height: 46px;
  padding-top: 15px;
  color: white;
  text-align: right;
}

#top a {color: white;}

#top a:hover {
  border-bottom: 1px dotted white;
}
/**** Content ****/

#content {
  display: block;
  float: left;
  width: 620px;
  text-align: left;
  margin:0px 0px 0px 0px;
  padding: 0;
}

#content ul li {list-style: url(images/bullet.jpg);}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
  border: 1px solid #D0C5BF;
  padding: 3px;
  background-color: #E7E1DE;
  display: block;
}

#content img.alignleft {
  float: left;
  clear: none;
  margin: 5px 10px 0 0;
}

#content img.alignright {
  float: right;
  margin: 5px 0 0 10px;
}

#content img.aligncenter {
  margin: 10px auto;
  clear: both;
}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
}

#content #intro {
  height: 303px;
  margin:0px;
}

#content #intro h1 {
  margin: 0;
  color: white;
  font-size: 36px;
  border: none;
  padding: 35px 0 0 0;
}

#content #intro h2 {
  margin: 0;
  padding: 0 0 15px 0;
  color: white;
  font-size: 18px;
  font-weight: normal !important;
}

#content #intro p {padding: 0;}
/*links*/

#content #intro a, #introduction a {color: #FFFF99;}

#content #intro a:hover, #introduction a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
}
/* Navigation Next and Previous Post */

#content .navigation {
  display: block;
  clear: both;
  margin: 0 20px;
  margin-top: 10px;
  padding: 3px 10px;
}
/* Navigation Next and Previous Page */

#content .browse{
  display: block;
  clear: both;
  margin: 10px 20px 20px;
  padding: 3px 10px;
  text-align: center;
}
/* Calendar */

#content .calendar {
  Float: left;
  clear: left;
  background: url(images/calendar.jpg) no-repeat left top;
  width: 50px;
  height: 55px;
  margin-top: 20px;
}

#content .calendar .month {
  display: block;
  clear: both;
  text-align: center;
  font-size: 14px;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}

#content .calendar .date {
  display: block;
  clear: left;
  text-align: center;
  font-size: 30px;
  color: #393939;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1px;
}
/* main content */

#content .post {
  display: block;
  float: left;
  width: 610px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:justify;
  color:#333;
  line-height:normal;
}

#content .post h1{
width:610px;
height:28px;
background:url(images/h1_post.jpg) no-repeat;
}

#content .post h1 a{
width:600px;
display:block;
color:#E02522;
}

#content .post h1 a:hover{
text-decoration:underline;
width:600px;
display:block;
color:#E02522;
background:none;
}

/* the links at the bottom of each posts */

#content .post .links {
  display: block;
  clear: both;
  background-color: #FAFAFA;
  border-top: #E2DBD8 1px dotted;
  border-bottom: #E2DBD8 1px dotted;
  color: #333;
  padding: 3px 10px;
  font-size: 12px;
  height:20px;
}

#content .post .links a {
  text-decoration: none;
  background:none;
  color: #333;
  display:block;
  height:17px;
  padding:3px 0px 0px 10px;
}

#content .post .links a:hover {
color:#E02522;
text-decoration:underline;
}

#content .post .links .comment {
  background: url(images/comment.jpg) no-repeat left center;
  padding-left: 20px;
}

#content .post .links .feed {
  background: url(images/feed.jpg) no-repeat left center;
  padding-left: 20px;
}

#content .post .links .cat {
  background: url(images/categories.jpg) no-repeat left center;
  padding-left: 20px;
}

#content .post .links .tags {
  background: url(images/tags.jpg) no-repeat left center;
  padding-left: 20px;
}
/* Comments Template */

#comments-template{
  display: block;
  clear: both;
  margin: 0px 25px;
}

#comments-template p{line-height: 24px;}

#comments-template p.nocomments{padding: 0 15px;}

#comments-template h2, #comments-template h3{
  display: block;
  clear: both;
  margin-top: 35px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  font-family:Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight:bold;
  border-bottom: 1px dotted #333;
}

h3 #comments, h3 #respond{padding: 0 0 0 15px;}

h3 #respond{padding: 30px 0 0 15px;}

#comments-template #commentlist {
  display: block;
  clear: both;
  border: 1px solid #E2DBD8;
  margin: 15px 0;
  padding: 0;
}

#comments-template #commentlist img, #comments-template #commentlist a img {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

#comments-template #commentlist .commentmetadata {
  float: left;
  position:relative;
  width: 560px;
  padding: 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#comments-template #commentlist .avatar {
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-right: 7px;
}

#comments-template #commentlist .commenttext {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  float: left;
  width: 545px;
  margin-left:10px;
}
/* alternate comments */

#comments-template #commentlist.alt {
  display: block;
  clear: both;
  border: 1px solid #E2DBD8;
  margin: 15px 0;
  padding: 0;
}

#comments-template #commentlist.alt .commentmetadata {
  float: left;
  position:relative;
  width: 560px;
  padding: 5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
}

#comments-template #commentlist.alt .commenttext {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#333;
  float: left;
  width: 545px;
  margin-left:10px;
}
/* End Comments Template */
/* wp-calendar */

#wp-calendar {
  empty-cells: show;
  font-size: 14px;
  margin: 0;
  width: 100%;
  color: #302723;
}

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
}

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
}

#wp-calendar a {
  display: block;
  text-decoration: none;
  color: #FFFF99;
}

#wp-calendar a:hover {
  background: #433732;
  color: #FFFF99;
  border-bottom: none;
}

#wp-calendar caption {
  font-size: 14px;
  text-align: center;
  margin-left: 15px;
}

#wp-calendar td {
  color: black;
  background: transparent;
  font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  letter-spacing: normal;
  padding: 2px 0;
  text-align: center;
}

#wp-calendar td.pad:hover {background: #433732;}

#wp-calendar td:hover, #wp-calendar #today {
  background: #433732;
  border: none;
  color: #FFFF99;
  border: none;
}

#wp-calendar th {
  font-style: normal;
  text-transform: capitalize;
}
/***** Footer *****/

#footer {
display: block;
float: left;
margin:15px 0px 10px 10px;
width: 890px;
height: 88px;
background:url(images/footer.gif) no-repeat left top;
}

/**** Form Layout ****/

form {margin: 0; padding: 0; display: inline;}

input, textarea, select {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  background-color: #FFF;
  border: 1px solid #999;
  padding: 0 0 0 2px;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #EAEAEA;
}

label {cursor: pointer;}

.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

input.button {
  background:#333333;
  color:#FFF;
  padding: 0 7px;
  height: 23px;
  border: 1px solid #404040;
  cursor: pointer;
}

input.button:hover{
  background:#666666;
  color:#FFF;
  height: 23px;
  border: 1px solid #404040;
  cursor: pointer;
}
/*Search input*/

input.search {
  background: transparent url(images/search.jpg) no-repeat;
  border: none;
  width: 220px;
  height: 25px;
  padding-left: 35px;
  padding-top: 5px;
  color: white;
}
