/*  
Theme Name: Makara
Theme URI: http://www.makara.com.br
Description: template do site da Editora Makara
Version: 0.1
Author: Eduardo Fernandes
Author URI: http://www.eduflabs.com 

 */

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

hmtl{
	margin: 0;
	padding: 0;
	border: none;
     }

body{
	font: 14px/21px Georgia, "Times New Roman", Times, serif;
	background: url(images/bgzinho.gif);
}


/*--------------------for your text--------------------*/

p{
	color: #333333;
	margin-bottom: 15px;
}

h1{
	font-size: 24px;
	font-weight: normal;
}

h2{
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	color: #34A9CA;
}

h2 a{
	color: #34A9CA;
	font-weight: normal;
}

h3{
	font-size: 20px;
	padding-top:20px;
	padding-bottom:10px;
	color: #34A9CA;
	font-weight: normal;
}

h4{
	font-size: 18px;
	color: #34A9CA;
	font-weight: normal;
}

blockquote {
	padding-left: 50px;
	background: url(images/quotemark.gif) no-repeat -2px top;
	padding-right: 50px;
	padding-bottom: 20px;
	}

blockquote cite {
	padding-left: 10px;
	background: url(images/quotemark.gif) no-repeat;
	}


li{
	display: inline;
  }
  
li a{ padding: 2px 10px; }
  
li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #DB781A;
	border-top: 1px solid #E07B1D;
	border-right: 1px solid #E07B1D;
	border-bottom: 1px solid #E07B1D;
	border-left: 1px solid #E07B1D;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
  }

/*--------------------for links--------------------*/


a{
	color: #db781a;
	text-decoration: none;
}

a:hover{
	color: #FF6600;
	text-decoration: underline;
}


/*--------------------main--------------------*/
#container{
	margin: 10px auto;
	width: 760px;
	background: #FFFFFF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*--------------------header--------------------*/
#header{
	height: 170px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
    border-bottom: 1px solid #db781a;
}

#header img{
	padding-top: 5px;
	padding-left: 10px;
}

#main{
	margin: 10px auto;
	width: 760px;
}

/*--------------------sidebar--------------------*/
#sidebar{
	float: right;
	padding-right: 10px;
	margin-top: -20px;
}

/*--------------------footer--------------------*/
#footer{
	color: #333333;
	text-align: left;
	margin: auto;
	padding: 20px;
	height: auto;
	border-top: 2px solid #db781a;
}

#footer a{ color: #703D0E; }

#capa{
	text-align: center;
	width: 760px;
}
#posts{
	padding-top: 20px;
	padding-bottom: 30px;
	margin-right: 30px;
	margin-left: 30px;
}

#info{
	margin: 20px 0px 20px 20px;
	float: right;
	border: 1px solid #E4E4E4;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#info p{
	margin-bottom: 5px;
	border-bottom: 1px solid #E4E4E4;
	padding: 10px 10px 0px;
}
table, tbody, tr, td{
	padding-top: 10px;
	padding-bottom: 5px;
}
td{
	background: #FEF7E0;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #DD781A;
}

.detalhes a{
	font: 11px "Lucida Grande", Arial, Helvetica;
	padding: 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	background: #DB781A;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.detalhes a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #34A9CA;
}

.comprar a{
	font: 11px "Lucida Grande", Arial, Helvetica;
	padding: 2px 15px;
	color: #FFFFFF;
	text-decoration: none;
	background: #34A9CA;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.comprar a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #DB781A;
}

.restrita a{
	font: 11px "Lucida Grande", Arial, Helvetica;
	padding: 2px 15px;	
	color: #FFFFFF;
	text-decoration: none;
	background: #DB781A;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.restrita a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #34A9CA;
}
.sadanas{
	font: bold 13px/21px "Lucida Grande", Arial, Helvetica;
	text-align: center;
}