/*  
Theme Name: SuperMarionette
Version: 2.3
Author: DaSilvaMarionette
Theme made by : DaSilvaMarionette
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, textarea {
  color: #000;
  min-width: 100%; 
  font-family: 'Helvetica Neue', Arial, sans-serif;
	
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { }

h2 {
  font-size: 11px;
  font-weight: bold; 
}

h3 {
  font-size: 9px;
}

a, a:active, a:visited { color: #993300; text-decoration: none;}
a:hover { color: #000; }


/**
 * Primary styles
 * 
 */

/*** START OF HEADER ***/
header#header_wrap {
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.8;
  position: fixed;
  background: #fff;
  z-index: 10;
}
#header_content {
  width: 900px;
  margin: 0 auto;
  padding: 10px 0 10px 0;
}
#logo {
  margin: 20px 0 0 20px;
  width: 260px;
  float: left;
}
#logo h1 {
  font-size: 30px;
  font-weight: bold;
}
#search {
  float: right;
  margin: 20px 0 0 0;
  width: 580px;
}
#search input[type="text"] {
  border: none;
  font-size: 36px;
  width: 450px;
  color: #808080;
}
#search form input[type="text"]:focus {
}
#search form input[type="submit"] {
  background: url(images/search_bg.png) no-repeat center right;
  border: none;
  height: 20px;
  width: 20px;
  float: right;
  margin: 10px -20px 0 0;
}
p.sadface {
  font-size: 120pt;
}
p.noresults {
  color: #b3b3b3;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #d0d0d0;
}
/*** END OF HEADER ***/


/*** START OF MAIN CONTENT ***/
#main_content {
  width: 900px;
  margin: 0 auto 40px auto;
}

.post_wrapper {
  width: 580px;
  float: right;
  margin: 90px 0 0 0;
}

.post {
  font-size: 11px;
  position: relative;
  margin: 0px 0px 0px 0px;
}
.post_meta {
  position: absolute;
  margin: 0px 0px 0px 0px;
}

.post_content {
  padding: 50px 0px;
}

.post_comments {
  display: inline-block;
  background: #0000ff;
  padding: 5px 10px;
  margin: 0;
}
.post_comments a {
  color: #fff !important;
  font-size: 12px;
}


.post_titulo a {
  font-size: 10px;
  color: #000;
}
.post_titulo a:hover {
  text-decoration: underline;
}

	
.post_categories a {
  font-size: 10px;
  color: #fff;
}
.post_categories a:hover {
  text-decoration: underline;
}
.post_meta h1 {
  margin: 5px 0 0 0;
}
.post_meta h1 a {
  background: #fff;
  color: #000;
  padding: 5px 15px;
}
.post_meta h1 a:hover {
  background: #0000ff;
  color: #fff;
}
.author_name {
  color: #666;
}

.post_titulo {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 6px 15px 5px 15px;
  margin: 0 0 0 -15px;
 font-size: 10px;
font-weight: bold;
}


.post_categories {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 6px 15px 5px 15px;
  margin: 0 0 0 -3px;
}
.post p {
  margin-bottom: 10px;
}
.fb_like {
  border-bottom: 1px dotted #d0d0d0;
  border-top: 1px dotted #d0d0d0;  
  padding: 5px 0;
  margin: 20px 0;
}
#footer_wrap {
  padding: 20px 0;
}
#navigation {
  width: 200px;
  float: left;
  font-size: 11px;
}
#navigation a {   
  font-size: 11px;
}
#footer_desc {

  float: right;
  font-size: 11px;
}

#page_template .post_meta {
  display: none;
}
.comments-template {
  margin: 0px auto;
  padding: 0px 0 0;
}
.comments-template ol {
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}
.comments-template ol li {
  margin: 0px 0 10px 0;
  line-height: 15px;
  color: #b3b3b3;
  border-bottom: 1px dotted #d0d0d0;
  font-size: 14px;
  padding: 0 0 15px;
}
.comments-template ol li p {
  margin-top: 10px;
}

.commentmetadata {
  font-size: 11px;
  color: #000;
  text-decoration: none;
}
.commentmetadata a {
  color: #0000ff;
}
.comments-template p.nocomments {
 padding: 0;

}

#commentform {
  width: 170px;
  margin-right: 10px;
  float: right;
}
#toggle_comment {
  width: 370px;
  float: left;
}
#commentform input[type="text"] {
  background: #f2f2f2;
  padding: 10px 10px;
  margin: 5px 10px 5px 0;
  width: 160px;
  color: #b3b3b3;
  border: none;
}
#commentform input[type="submit"] {
  font-size: 14px;
  color: #0000ff;
  border: none;
  background: #fff;
  padding: 5px 10px;
  text-align: center;
  margin: 10px 0;
  cursor: pointer;
}
#commentform input[type="submit"]:hover {
  color: #000;
}
#commentform textarea {
  background: #f2f2f2;
  padding: 10px 5px;
  margin: 5px 10px 5px 0;
  color: #b3b3b3;
  border: none;
  width: 140px;
}
.comments-template h1 {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 5px;
}
/*** END OF MAIN CONTENT ***/

/*** START OF CONTACT FORM ***/

#contact-area {
  width: 400px;
  margin-top: 25px;
}
#contact-area textarea:focus, #contact-area input:focus {
  border: 1px solid #888;
}
/*** END OF CONTACT FORM ***/

/*** START OF SIDEBAR ***/
#sidebar {
  float: left;
  width: 300px; 
  margin: 90px 0 0 0;
  padding-top: 10px;
  position: fixed;
}
#sidebar ul {
  list-style: none;
  margin: 0;
}
#sidebar ul li a {
  font-size: 10px;
  color: #4d4d4d;
}
#sidebar ul li a:hover {
  color: #000;
}
#sidebar_left {
  width: 110px;
  text-align: right;
  float: left;
}
#sidebar_right {
  float: right;
  width: 160px;
  margin: 0 15px 0 0;
}
#categories ul, #pages ul {
  margin-top: 1px;
margin-bottom: 10px;
}
#categories li, #pages li {
  text-transform: uppercase;
}
#pages {
  padding-bottom: 20px;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 10px;
}
#about {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d0d0d0;
  margin-bottom: 10px;	
}
#hosting img {
  margin-top: 5px;
}
#hosting a {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}
/*** END OF MAIN CONTENT ***/

/**
 * Non-semantic helper classes: please define your styles before this section.
 */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}