/*   
Theme Name: Samsara
Theme URI: samsara.blog.br
Description: left-column fixed
Author: emer77
Author URI: http://kasamata.com.br/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');
/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');
/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');
/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* LAYOUT ----------------------------*/
body {
    min-width:940px;
   background: #3a294b url(img/samsara-fundo.jpg) no-repeat fixed top center;    
}
#header {
   width: 234px;
   float: left;
   position: fixed;
   margin-top: -6px;
}
#branding {
    margin:0;
    padding:0;    
}
#access {
    position:relative;
    overflow:hidden;
}
#main {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    clear:both;
    padding: 45px 0 22px 0;    
}
#container {
    width:940px;
    float:right;
    margin: 0 0 0 -310px;
}
#content {
   background: url(img/fundo-transp.png);
   width:660px;
   padding: 0px;
   overflow:hidden;
   margin: 0 0 0 280px;
}
.hentry 
{
    width:580px;
    padding:0 40px;    
}
.main-aside {
    width:234px;
    float:left;
    position:relative;
}
#primary {
/*    border:1px solid #ccc; */
    float:left;
    padding:0;
    margin: 78px 0 0 0;
    position: fixed;    
}
.main-aside ul {
   padding: 0;
   margin: 0;
}
#rodape {
   background: url(img/fundo-transp2.png);
   margin: 2px 0 0 280px;
   padding: 40px 0 40px 40px;
   width: 620px;
} 
#footer {    
   margin:0 auto;
   position: relative;
}
#siteinfo {
    clear:both;
    padding:0 0 44px 0px;
    margin-left: -140px;
    text-align: center; 
}
/* =Global Elements --------------------------- */
body, input, textarea {
    font: 15px Trebuchet MS, Arial;
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
   margin: 0 20px;
   padding: 10px 10px 10px 20px;
   background: url(img/quotes.png) no-repeat left top;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
    margin-bottom:22px;
}
em {
   font-style:italic;
}
   blockquote em {
      font-style:italic;      
   }
a:link {
    color: #66355C;
}
a:visited {
    color: #593953;
}
a:active,
a:hover {
    color: #FFD595;
}
/* =Header -------------------------------------------------------------- */
#header {
    z-index:2;
}
#blog-title span {
   display:none;
}
#blog-description {
    color:#BDC28C;
    font-size:13px;
    line-height: 13px;
    font-style:italic;
    letter-spacing: 2px;
    padding: 5px 0 25px 5px;
   border-bottom: 1px solid black;    
}
h1#blog-description {
    clear: none;
}
/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */
ul.xoxo li { /* cada widget da barra */
   margin: 0 ;
   border-bottom: 1px solid black;
   border-top: 1px solid #67666A;   
   padding: 25px 0;
}
ul.xoxo ul li { /* lista de links */
   margin: 0 0 0px 0;
   border-bottom: none;
   border-top: none;
}
li#text-6 { /* tira a borda inferior do último widget da barra */
   border-bottom: none;
}
.aside p{
   margin: 0 0 0 0 ;
}
.aside {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #FF4B33;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #FF4B33;
}
.aside {
    color: #CBC9CF;
}
.aside a {
    color: #FFD595;
}
.aside a:active,
.aside a:hover {
    color: #ffffff;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
    text-decoration:none;
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
/*    Main Asides */
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
}
/*    Content Asides */
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
/* widgets da barra -------------------------------*/
/* receber por email -----------*/
li#text-3 {
  padding-top: 20px; 
}
.aside input.seuemail { 
   margin: 5px 0 0 0;
   padding: 0 0 0 40px;
   color: #67666A;
   width: 190px;
   height: 22px;
   background: #ffffff url(img/seuemail.jpg) no-repeat bottom left;
   border-top: 1px gray solid;
   border-left: 1px gray solid;
}
.aside input.quero { /* botao de form */
   margin: 10px 0 0 0; 
   font-size: 13px;
   letter-spacing: 2px;   
}
/* botao ------------ */
.botao {
   text-align: center;   
   background: url(img/botao2.png) no-repeat;
   height: 25px;
   margin: 0 ;
   padding: 7px 0 0 0;
}
.botao a {
   text-decoration: none;
   color: #66355C;
   font-size: 16px;
   letter-spacing: 1px;
}
.botao a:hover {
   color: red;
}
/* pesquisar */
#pesquisar input {
   width: 200px;
   height: 22px;
   background: #f7f7f7 url(img/lupa.png) no-repeat bottom left;
   padding: 0 0 0 30px;
   color: #67666A;
   border-top: 1px gray solid;
   border-left: 1px gray solid;   
}
/* links */
.aside ul.links {
   list-style: none;
   margin: 0;
   font-size: 15px;
   letter-spacing: 2px;
}

.aside ul.links li {
   padding: 0 0 10px 0;
}
/* =Content -------------------------------------------------------------- */
#main {
}
.page-title {
   color: #3a294b;
   font-size:16px;
   line-height:18px;
   padding: 20px 40px;
   letter-spacing: 2px;
   border-bottom: 2px solid #3a294b;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #FF4B33;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    color: #3a294b;   
    font-family: Trebuchet MS, Arial;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:40px 0 0px 0;
    letter-spacing: 2px;
}
.entry-title a {
    color: #3a294b;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #FFD595;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #FF4B33;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:22px 0 0 0;
}

.entry-content img {
   border: 1px solid #ccc;
   margin: 0;
}

.entry-content h1,
.entry-content h2 {
   color: #3a294b;
    font-weight:bold;    
    padding:25px 0 10px 0;
}
.entry-content h1 {
    font-size: 24px;
    letter-spacing: 2px;
}    
.entry-content h2 {
    font-size:19px;
}        
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:28px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content ul
{
    list-style: square inside;
    margin: 0;
}
.entry-content ol
{
    margin: 0 0 0 20px;
}
.entry-content ul li,
.entry-content ol li 
{
    margin-bottom: 8px;
}

.entry-content embed {
    margin:0 0 22px 0;
}
/* pages ---------------- */
.page {
   margin-bottom: 40px;
}
.page h2 {
   clear: none;
}
.page-col {
   width: 270px;
   float: left;
}
.page-col1 {
   margin-right: 40px;
}
.page-col2 {
}
/* entry-utility -----------------------*/
#fb-like {
   padding: 22px 0 0 0;
}
.entry-utility {
    color: #67666A;
    font-size:13px;
    line-height:24px;
    margin: 30px 0 30px 0;
    letter-spacing: 3px;
    border-top: 1px dotted #807F83;
    border-bottom: 1px dotted #807F83;
    padding: 10px 0;
    clear:both;    
}
.entry-utility a {
    color: #67666A;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #FFD595;
}
.meta-prep-entry-date {
   display:none;
}
.entry-date abbr {
   border:none;
}
/*------------------------------------------*/
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #FF4B33;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}
.gallery {
    padding:0 0 22px 0;
}
.wp-caption p.wp-caption-text {
    padding: 0;   
}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
    text-align:right;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}
/* exceções -------------- */
.noresults,
.error404
 {
   padding: 0 40px 40px;
}

/* =Attachments -------------------------------------------------------------- */
.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}
/* =Navigation -------------------------------------------------------------- */
.navigation {
    color: #2B1E36;
    font-size:14px;
    line-height:18px;
    padding:20px 40px;
    overflow:hidden;
    letter-spacing: 1px;
    background: url(img/fundo-transp3.png);
    clear: both;
    text-transform: uppercase;
}
.navigation a {
    color: #66355C;
    font-style:italic;
    text-decoration:none;
}
.navigation a:active,
.navigation a:hover {
    color: #FFD595;
}
.navigation .meta-nav {
    font-size: 20px;
}
.nav-previous {
	float: right;
	width:50%;
	text-align:right;	
}
.nav-next {
	float: left;
	width:50%;
	text-align:left;
}
#nav-below {
   border-top: solid 2px #3a294b;
}
#nav-above {
    display:none;
}
.paged #nav-above {
   display:block;
   padding:20px 40px;
   border-bottom: solid 2px #3a294b;
}
/* =Comments -------------------------------------------------------------- */
#comments {
    padding: 20px 40px;
    border-top: 2px solid #3a294b;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
   color: #3a294b;
    font-family: Trebuchet MS, Arial;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background: #e0dfdf;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background: #e9e8e8;
}
#comments-list li.bypostauthor {
    background: #d3d7af;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
    color: #3a294b;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #FF4B33;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #FF4B33;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #FF4B33;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-9000px;
}
#respond {
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#comment-notes {
   display:none;
}
#respond .required {
    color:#FF4B33;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags  {
   display:none;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
/* rodape ---------------- */
#rodape {
   overflow: hidden;
}
.rodape_widget {
   width: 270px;
   float: left;
   margin: 0 40px 40px 0;
}
.widget-title {
   color: #2B1E36;
   text-transform: uppercase;
   letter-spacing: 3px;
   font-size: 18px;
   border-top: 1px dotted #2B1E36;
   border-bottom: 1px dotted #2B1E36;
   padding: 10px 0 10px 0;
   margin: 0 0 15px 0;   
}
.rodape-col1 h3 {
   background: url(img/twitter.png) no-repeat left;
   padding-left: 40px;
}
.rodape-col2 h3 {
   background: url(img/comment.png) no-repeat left;
   padding-left: 40px;
}
.rodape-col2 ul {
   list-style: none;
   margin: 0;
   color: #424143;
   font-size: 13px;
   letter-spacing: 1px;
}
.rodape-col2 a {
   text-decoration: none;
}

.rodape-col2 ul li {
   margin: 0 0 10px 0 ;
}
.rodape-col3 h3 {
   background: url(img/tag.png) no-repeat left;
   padding-left: 45px;
}
.rodape-col0, 
.rodape-col3 
{
   width: 580px;
   clear: both;
   margin: 0;
}
.rodape-col3 a {
   text-decoration: none;
}
.twtr-doc h3,   /* conflito twitter */
.twtr-doc h4
{
   clear: none !important;
}   
/* =Footer -------------------------------------------------------------- */
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    letter-spacing: 2px;    
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #FF4B33;
}
/* =PageNavi -------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#FF4B33 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}
/* contato ---------------------------------------*/
.wpcf7-form p {
   margin: 0 0 10px 0;
   font-size: 12px;
   letter-spacing: 2px;
}
.your-name input,
.your-email input,
.your-subject input
{
   width: 400px !important;
   height: 22px !important;   
   border: #E5DCCC solid 1px;
   font-size: 18px;
}
.wpcf7-form input {
   width: 200px;
}
.wpcf7-form textarea {
   width: 580px;
   height: 120px;
   border: #E5DCCC solid 1px;
   font-size: 18px;
   margin: 0 0 15px 0;         
}
/* textos relacionados */
.textos_rel {
   padding: 0 40px;
   overflow: hidden;
}
.leia_tambem {
   width: 260px;
   height: 100px;
   float: left;
   color: #67666A;
   letter-spacing: 4px;
   margin-right: 10px;
   text-transform: uppercase;
}
.textos_rel ol {
   list-style-position: inside;
   color: #67666A;
   letter-spacing: 1px;
}
.textos_rel abbr {
   display: none;
}


