/*  
Theme Name: Bones Brasil
Theme URI: http://bonesbrasil.com
Description: Sandbox child theme based on Oriole
Version: 0.1
Author: Pauline Ramos
Author URI: http://techgurl.ca
Template: sandbox
*/

/*@import url("../sandbox/style.css");*/


/* Reset styles */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
ul,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}

/* End of yahoo stylesheet content */

/* Layout grid */
body {
    margin: 0;
    padding: 0;
    border-bottom: 6px solid #C87B00;
}
#wrapper {
    width: 800px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
#header {
    height: 126px;
    width: 496px;
    float: left;
    clear: left;
    display: inline; /* work around IE bug */
}
#container {
    width: 514px;
    float: left;
    clear: left;
    display: inline; /* work around IE bug */
}
#access, #primary, #secondary {
    width: 250px;
    float: right;
    clear: right;
    display: inline; /* work around IE bug */
}
#access {
    height: 108px;
    padding: 9px;
}
#primary {
    padding: 18px 9px 0 9px;
}
#secondary {
    padding: 0 9px;
}
#footer {
    height: 18px;
    clear: both;
    padding: 9px;
    margin-top: 3em;
}

/* Typesetting */
body {
    font-family: "Lucicia Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
    font-size: 75%;
    line-height: 1.5em;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0 0 1.5em 0;
}
h1, h2 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 1em;
}
h3 {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}
h4 {
    font-size: 1.1666em;
    line-height: 1.2857em;
    margin-bottom: 1.2857em;
}
h5 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    font-weight: bold;
}
h6 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    text-decoration: underline;
}
pre, code {
    font-family: monospace;
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 1.2em;
}

/* global styles */
body {
    background: #fff url(images/body_bg.png) top left repeat-x;
    color: #444;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
pre {
    padding: .75em;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    color: #666666;
}
code {
    color: #666666;
}
cite {
    font-style: italic;
    float: right;
    display: block;
}
abbr {
    border-bottom: dotted 1px #999;
}
del {
    color: #999;
}
ins {
    text-decoration: none;
    border-bottom: dotted 1px #999;
}
blockquote {
    padding: .75em .75em 0 47px;
    margin-bottom: 1.5em;
    background: url(images/open_quote.gif) 2px 0 no-repeat;
}
dl {
    margin-bottom: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 3em;
    font-style: italic;
    margin-bottom: .75em;
}

.caps {
    text-transform: uppercase;
}
#container {
    background-color: #fff;
    padding: 18px 9px;
}
#primary, #secondary {
    background-color: #fff;
}
a, a:link { color: #C87B00 !important; }
a:hover { color: #666666; }

/* Header, footer, and nav */
#header {
    color: #fff;
    padding: 0 18px;
    letter-spacing: .08em;
}
#header h1 {
    color: #fff;
    font-size: 3em;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 1em;
    letter-spacing: .08em;
}
#header a {
    color: #fff;
    text-decoration: none;
}
#header a:hover {
    color: #666666;
}
#blog-title span a {
	display:block;
	height: 38px;
	width:400px;
	background: url(images/logo.png) no-repeat left center;
	text-indent: -1999px;
	overflow: hidden;
}
#blog-description {
    color: #CCCCCC;
}
#footer {
	height: 30px;
    text-align: center;
    color: #777;
}
#footer a:hover {
    color: #999;
}
#nav-above, #nav-below {
    margin-bottom: 1.5em;
    clear: both;
}
.nav-next, .nav-previous {
    margin-bottom: 1.5em;
    display: inline;
}
.nav-next a, .nav-previous a {
    padding: 2px 4px;
}
.nav-next {
	float: right;
}
.nav-next a {
    background: #fff url(images/next.png) top right no-repeat;
    padding-right: 24px;
}
.nav-previous {
	float: left;
}
.nav-previous a {
    background: #fff url(images/prev.png) top left no-repeat;
    padding-left: 24px;
}
#nav-above .meta-nav,
#nav-below .meta-nav {
    display: none;
}

/* right column */
.sidebar {
    font-size: .91666em;
    line-height: 1.63636em;
}
.sidebar h3 {
    margin-bottom: 0;
}
.sidebar .xoxo li {
    margin-bottom: 1.63636em;
}
.sidebar .xoxo li li { 
    margin-bottom: 0;
    margin-left: 1.63636em;
}
.skip-link {
    display: none;
}

#access {
    font-size: .91666em;
    line-height: 1.63636;
    background-color: #C87B00;
}
#access a {
    color: #fff;
}
#access a:hover {
    color: #444;
}
#menu .page_item ul {
    display: none;
}

/* Generic post base styles */
.post {
    margin-bottom: 3em;
    overflow: hidden;
    border-bottom: 1px solid #aaa;
    clear: both;
}
.post .entry-title {
    margin-bottom: 0;
    color: #C87B00;
    border-left: solid 9px #C87B00;
    padding-left: 9px;
}
.post .entry-title a {
    color: #C87B00;
    text-decoration: none;
}
.post .entry-title a:hover {
    text-decoration: underline;
}

.post .entry-date,
.post .entry-meta {
    font-size: .91666em;
    line-height: 1.63636em;
    color: #666;
}
.post .entry-date {
    margin-bottom: 1.63636em;
    border-left: solid 9px #C87B00;
    padding-left: 9px;
}
.post .entry-date abbr {
    border: none;
}
.post .entry-meta {
    padding-bottom: 1.63636em;
    clear: both;
    margin-top: 1.5em;
}

.post .page-link {
    margin-bottom: 1.63636em;
}
.post .page-link a {
    margin-left: 2px;
}

#content ul, #content ol {
    margin-bottom: 1.5em;
}
#content ul {
    list-style-type: square;
    list-style-position: inside;
}
#content ol {
    list-style-type: decimal;
    list-style-position: inside;
}
#content ul li,
#content ol li {
    margin-left: 2em;
}
#content img {
	border: 2px solid #CCCCCC;
	padding: 3px;
	margin: 0 1em 1em !important;
}
#content img.alignright {
    float: right;
    clear: right;
    margin: 1em;
}
#content img.alignleft {
    float: left;
    clear: left;
    margin: 1em;
}
#content img.center {
    display: block;
    text-align: center;
    clear: both;
    margin: 1em auto;
}
#respond {
    border: solid 3px #C87B00;
}
#respond h3 {
    background-color: #C87B00;
    color: #fff;
    padding: .25em;
}
#respond .formcontainer {
    margin: .75em;
}
#respond .form-submit {
    margin-top: .75em;
}

.entry-content p {
	text-align: justify;
}

/* Asides */
.post.category-asides {
    border-left: solid 9px #444;
    font-size: .91666em;
    line-height: 1.63636em;
    padding-top: 4px;
    padding-left: 9px;
    color: #666;
    border-bottom: none;
    margin-bottom: 3.24em;
}
.post.category-asides .entry-title,
.post.category-asides .entry-title a {
    color: #444;
    padding-left: 0;
    border: none;
}
.post.category-asides .entry-meta,
.post.category-asides .entry-date {
    display: none;
}
.post.category-asides p {
    margin-bottom: 4px;
}

/* Spoilers */
.category-spoilers .entry-content {
	background: #E9E9E9 url(images/warning.png) no-repeat center center;
	min-height: 130px;
}
.category-spoilers .entry-content,
.category-spoilers .entry-content a {
	color: #D7D7D7;
}
.category-spoilers .entry-content img {
	opacity:0.1;
	filter:alpha(opacity=10)
}

.single .category-spoilers .entry-content {
	background: #FFFFFF;
}
.single .category-spoilers .entry-content,
.single .category-spoilers .entry-content a {
	color: #444444;
}
.single .category-spoilers .entry-content img {
	opacity:1;
	filter:alpha(opacity=100)
}


/* Comments */
#comments {
	clear: both;
}
#comments-list h3, #trackbacks-list h3, #pingbacks-list h3 {
    margin-top: 3em;
    color: #fff;
    background-color: #444;
    padding: 2px 9px;
}
#comments ol, #comments ul {
    list-style: none;
}
.comments ol li.comment, .comments ol li.trackback, .comments ol li.pingback {
    margin-left: 0;
    padding-left: 1.5em;
}
.comment-meta {
    font-size: .91666em;
    line-height: 1.63636em;
    color: #888;
}
.comment-author img {
	float: left;
}
.comment-author, .comment-meta {
    margin-left: -36px;
    padding-left: 0;
}
.comment-author {
    _margin-left: -52px;
}
.comment, .pingback, .trackback {
    margin-bottom: 3em;
    padding-left: 3em;
}
.comment p, .pingback p, .trackback p {
    margin-bottom: 1em; 
}
.comment-author {
    font-weight: bold;
}
.comment blockquote {
    background-color: #efefef;
}

/* Search box */
#search {
    position: absolute;
    top: 98px;
}
#search h3 {
    display: none;
}
#search input#s {
    width: 180px;
    vertical-align: top;
}

/* Link Page */
#links-page {
	list-style: none !important;
}

#links-page .linkcat h3 {
	margin-bottom: 0px !important;
}

/* Progress Bar */
.scribometer-body {
	margin-bottom: 1.63636em;
}
.scribometer-body .scribometer-script-title {
	font-size:100%;
	font-weight:bold;
	color: #C87B00;
	margin-bottom: 3px;
}
.scribometer_text {
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
}
.scribometer-draft, .scribometer-progress {
	display: none;
}

/* Login Form */
.sidebar .avatar_container {
	float: left;
	margin-right: 10px;
}
.sidebar .avatar_container img {
	padding: 2px;
	border: 1px solid #CCCCCC;
}

.sidebar .mid,
.sidebar #wp-submit {
	width: 95%;
}

/* Cantinho Squint */
ol.snap_nav {
	display: inline;
	float: left;
	clear: both;
	list-style: none;
}

ol.snap_nav li {
	display: block;
	float: left;
	padding: 0 2px 10px 0;
}

ol.snap_nav li a {
	font-weight: bold
}

ol.snap_nav li.snap_selected a {
	cursor: text;
}

ol.snap_titles {
	clear: both;
	display: block;
	border: 0;
	list-style: none;
}

