/*   
Theme Name: Boddhisattva
Theme URI: 
Description: Descrição.
Author: Adriana Scauri
Author URI: http://www.adrianascauri.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body {
	background-color: #f0eae2;
	background-image: url(images/body-bg-repeat.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #666;
}
#wrapper {
	background-image: url(images/wrapper-header-center.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#branding {
	padding:40px 0 220px;
}
#access {
	border-bottom:0;
}
#main {
	background-color: #FFFFFF;
	background-image: url(images/content-bg-repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0 22px;
}
#footer {
	border-top:0;
	margin-top:0;
}
#blog-title a {
	background:url(images/header-spacer.gif) no-repeat top center;
display:block;
text-indent:-9000px;
width: 678px;
height: 67px;
}
#blog-description {
	text-indent: -9999px;
}
/* Layout */
#primary {
border:0;
}
#content {
margin:0 0 0 300px;
overflow:hidden;
width:600px;
}
.hentry {
width:600px;
}
/* Início do Menu */
.sf-menu {
/*	line-height:40px; */
	border-right:1px solid #792200;
}

.sf-menu a, .sf-menu a:visited, .sf-menu ul a {
	background-color: #9c2c00;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #ee8249;
	border-bottom: 1px solid #792200;
	border-left:1px solid #792200;
		/*border-right: 1px solid #b93501;*/

	padding:20px 13px;
}
.sf-menu a:hover, .sf-menu ul a:hover {
	background-color: #ef6900;
	background-image: url(images/menu-bg-active.jpg);
	background-repeat: repeat-x;
	color: #fff;
	border-top: 1px solid #eb9100;
	border-bottom: 1px solid #d45d00;
	border-left: 1px solid #d45d00;
	text-transform: uppercase;

}
.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
	background-color: #ef6900;
	background-image: url(images/menu-bg-active.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #eb9100;
	border-bottom: 1px solid #d45d00;
	border-left: 1px solid #d45d00;
}
.sf-menu  li.sfHover {
	height: 53px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:53px;
}
.sf-menu ul {
    border-right:1px solid #772100;
    border-bottom:1px solid #772100;
}
/* Fim do Menu */

/* Remove Timestamp and author info */
.entry-meta, .entry-utility {
	display:none;
}
/* Typography */
body, input, textarea {
	font-size:14px;
	}
.entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#932900;
}
.entry-title a {
	color:#932900;
}
div.entry-content a {
	color: #FF4B33;
}
div.entry-content a:hover {
	color: #ffae00;
}
.aside h3 {
	font-size:14px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	line-height:22px;
	color: #d9762d;
}