/*
Theme Name: Ekadanta
Theme URI: http://www.ekadantayoga.com.br/
Description: Theme for Cris by mauwolff
Version: 1.0
Author: Mauricio Wolff
Author URI: http://www.bitbonsai.com/
*/

*{
  padding: 0;
  margin: 0;
}

body{
	font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
	font-size: 76%;
	/*background: #fff url(img/bg_page.jpg) repeat-y;*/
	background: #FF9933;
}

body, td, input, textarea, select {  
  font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
  font-size: 76%; 
  color: #c30;
}

h1#tituloinvisivel{
	text-indent:-9999px;
	display:block;
	float:left;
	height: 0px;
}

img{
	border: 0;
}

hr  {
  color: #e6e6e6;
}
a:link {
  color: #f93;
}
a:hover {
  color: #fc6;
}
a:visited {
  color: #f93;
}
.menu {
  
}
.texto {
  background: url(img/temas/bg_page.jpg) repeat-y scroll;
}

.smalltxt {
  font-size: 80%;
}

.titulo {
  font-size: 120%; 
  font-weight: bold; 
  color: #f93;
}
.copyright {
  font-size: 80%; 
  color: #fff; 
  text-decoration: none;
}
.legenda {
  font-size: 80%; 
  color: #999; 
  text-decoration: none;
}
.bglinha {
  background-color:#f93;
}

#wrapper
{
  margin: 0 auto;
  overflow: hidden;
width: 998px;
background-color:#ECE9D8;
}

#content{
  width: 734px;
  float: left;
  padding: 12px;
  background: #ECE9D8;
}

#content img, #footer img{
	margin: 8px;
}

#sidebar{
	float: right;
	width: 240px;
	background: #c30 url(img/bg_menu.jpg) no-repeat;
	color: #ccc;
        height: 100%;
}

#sidebar a{
	text-decoration: none;
}

#sidebar ul{
	list-style-type: none;
}

#sidebar #sidebarSpacer{
	margin: 9px;
}

#sidebar h2{
	color: #fff;
	margin: 15px 0 0 0;
	font-size: 120%;
	border-bottom: 1px solid #fc0;
}

#header{
	width: 998px;
        text-align: center;
        margin: 0px auto;
        background:  url(img/bg_topo.jpg) no-repeat;
}

#header #header0{
	height: 63px;

}

#header #header1{
	height: 70px;
        text-align: left;
}

#header #header2{
	height: 12px;
        text-align: left;
}
#header .description{
	font-size: 9px;
	color: #fff;
	padding: 0 0 0 12px;
	line-height: 12px;
        text-align: left;
}
#header a, #header a:visited, #header2 a, #header2 a:visited{
	text-decoration: none;
	color: #fff;
}
.pagetitle{
	margin-bottom: 15px;
}



#footer{
	clear: both;
	font-size: 80%; 
	color: #808080; 
	text-decoration: none;
	text-align: center;
width: 998px;
margin:0 auto;
background: #ECE9D8;
}

.invisivel{
	display: none;
}

/* =post */

.post{
	margin: 0 0 30px 0;
	padding: 0;
	clear: both;
	border: 1px solid #c00;
	border-style: solid none none solid;
	*border-style: solid dashed dashed solid;
	border-color: #c00 #fff #fff #c00;
}

.post h1 strong{
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #900;
}
.post h1 strong a, .post h1 strong a:visited{
	text-decoration: none;
	display: block;
	color: #c00;
	text-align: center;
	font-size: 22px;
	margin: 0;
	padding: 0;
}
.post h1 strong a:hover{
	background: #c00;
	color: #fff;
}

.post h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #900;
}
.post h3 a, .post h3 a:visited{
	text-decoration: none;
	display: block;
	color: #c00;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.post h3 a:hover{
	background: #c00;
	color: #fff;
}

.post small.data{
	float: right;
	border: 1px solid #ccc;
	background: #eee;
	padding: 0 3px;
	margin: -35px 0 0 0;
	color: #999;
}
.post p{
	margin: 0 0 5px 0;
}
.post li{
	margin: 0 0 0 36px;
}

.post .entry{
	margin: 0 0 0 12px;
}

.post .postmetadata{
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 0 0 -12px;
	font: 11px/120% tahoma, sans-serif;
	padding: 2px 3px;
	text-align: right;
	border-style: solid solid solid none;
}

.post .postmetadata a{
	color: #f60;
	text-decoration: none;
}

.post .postmetadata:hover{
	background: #fff;
}
.post .paginador{
	clear: both;
	text-align: center;
	font-weight: bold;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	margin: 5px auto;
	padding: 3px 0;
}
#margemlonge{
	padding:0 0 0 20px;
}

#randomQuotes{
	width: 550px;
	height: 70px;
	padding: 0 0 0 0px;
	margin: 0 0 0 164px;
	color: #666666;
	font-size: 90%;
        text-align: center;
}
#randomQuotes a, #randomQuotes a:visited{
	color: #666666;
}
#randomQuotes div.wp_quotes_quote{
}

#randomQuotes div.wp_quotes_author{
	color: #808080;
	font-size: 90%;
}

select.getform{
	width: 100%;
}