﻿/*
Theme Name: Convewich
Theme URI: http://herbetferreira.com/
Description: Integração do Wordpress com Pubwich
Version: 1.0
Author: Herbet Ferreira
Author URI: http://herbetferreira.com/
*/

html {
  font-size: 62.5%;
}

body {
  font-family: "Droid Sans", Arial, Verdana, sans-serif;
  font-size: 115%;
  line-height: 1.4;
  color: #000;
  background: url("images/bg-body.gif") repeat top center;
  position: relative;
  padding: 0 40px;
}

p,ul,ol,table { margin-bottom: 1em; }
ul { margin-left: 0px; }
a { text-decoration: underline; cursor: pointer; color: #666; }
a:focus { outline: 1px dotted; }
a:visited {  }
a:hover, a:focus { text-decoration: none; }
a *, button * { cursor: pointer; }
hr { display: none; }
small { font-size: 90%; }
input, select, button, textarea, option { font-family: Arial, Verdana, sans-serif; font-size: 100%; }
button, label, select, option, input[type=submit] { cursor: pointer; }
.group:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .group {display: inline-block;}
/* Hides from IE-mac \*/ * html .group {height: 1%;} .group {display: block;} /* End hide from IE-mac */
sup { font-size: 80%; line-height: 1; vertical-align: super; }
button::-moz-focus-inner { border: 0; padding: 1px; }
span.amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; font-weight: normal; font-style: italic; font-size: 1.2em; line-height: 0.8; }
header, footer, nav, section, hgroup, article, aside, figure, canvas { display: block; }
time { display: inline; }

/* }}} */

/* @section Layout {{{
 ******************************************************************************/

#wrap {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

header {
  color: #fff;
  text-align: left;
  padding: 30px 0;
  text-shadow: 1px solid #000;
  position: relative;
}

header a {
  text-decoration: none;
  color: #fff;
}

header p {
  margin: 0;
}

header .main {
  float: left;
}

header .main strong {
  margin: 0;
  font-size: 170%;
}

header .main span {
  margin: 0;
  font-size: 120%;
  color: rgba(255,255,255,0.5);
}

*+html header .main span { color: #aaa; }
* html header .main span { color: #aaa; }

header strong {
  font-weight: normal;
}

header .feed {
  float: right;
  position: absolute;
  bottom: 30px;
  right: 0;
}

header .feed a {
  background: url("../../../../../images/feed-16x16.png") no-repeat 0 50%;
  padding: 2px 0 2px 21px;
  color: #FDAA34;
}

footer {
  color: #ddd;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 20px 0;
}

*+html footer { color: #bbb; }
* html footer { color: #bbb; }

*+html footer a { color: #eee; }
* html footer a { color: #eee; }

footer p {
  margin: 0;
}

footer p a {
  color: #eee;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

footer p strong {
  font-weight: normal;
}

/* }}} */

/* @section Content {{{
 ******************************************************************************/

#content {
  background: #fff;
  padding: 25px 25px 15px;
  -moz-border-radius: 6px;
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
}

article h1 {
  text-shadow: 0 0 4px rgba(0,0,0,0.3);
}

article h1 a {
  text-decoration: none;
}

body.template-single article h1 {
  font-size: 240%;
  margin: 0 0 0.65em;
}

body.template-single article h1 a {
  margin: 0 0 0.65em;
}

body.template-single article .article-content {
  font-size: 120%;
}

body.template-single article .article-meta {
  font-size: 100%;
  border-top: 1px solid rgba(0,0,0,0.2);
  margin: 20px 0 0 0;
  padding: 10px 0 10px 0;
  line-height: 1.3;
  color: rgba(0,0,0,0.75);
}

body.template-single article .article-meta a {
  text-decoration: none;
}

body.template-single article .article-content h2 {
  font-size: 140%;
  margin: 0 0 0.4em;
}

body.template-single article .article-content h3 {
  font-size: 120%;
  margin: 0 0 0.4em;
}

body.template-single article .article-content h4 {
  font-size: 105%;
  margin: 0 0 0.4em;
}

body.template-home article {
  margin: 0 0 2em;
}

body.template-home article h1 {
  font-size: 160%;
  margin: 0 0 0.2em;
}

body.template-home article h1 a {
  color: #000;
}

body.template-home article .article-excerpt {
  font-size: 110%;
  line-height: 1.5;
}

.article-content .highlight {
  background: #49483e;
  background: #222;
  background: rgba(0,0,0,0.85);
  /*background: -moz-linear-gradient(bottom, #333 10px, #333 1px, #49483e);*/
  text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
  margin: 0 -25px 1em;
  font-size: 10pt;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.article-content .highlight pre {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 10px 25px;
  color: #fff;
}

code {
  font-family: Monaco, Consolas, monospace;
}

h1 code {
  font-size: 95%;
}

.article-content code {
  font-size: 9pt;
}

.article-content p.image-full {
  text-align: center;
}

.article-content img {
/*  max-width: 100%; */
 /* width: 100%; */
}

.article-content p.image-float-right img {
  float: right;
  margin: 0 0 1em 20px;
}

.article-content p.image-float-left img {
  float: left;
  margin: 0 20px 1em 0;
}

.article-content ul {

}

.article-content ul li {
  list-style: disc;
  margin: 0 0 0.2em;
}

p.meta {
  color: #999;
  margin: 0 0 0.2em;
}

h1 span {
  display: block;
  width: 10px;
  height: 10px;
  -moz-border-radius: 5px;
  float: left;
  margin: 7px 6px 0 0;
  -moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

p.meta a {
  color: #999;
  text-decoration: none;
}

.navigation {
	display: block;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 30px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* }}} */

/* @section Comments {{{
 ******************************************************************************/

.dsq-comment-header {
  background: #ddd !important;
}

.comments {
  padding: 10px 0 0;
}

.comments h3 {
  font-size: 140%;
  margin: 0 0 0.7em;
}

.dsq-brlink,
.dsq-options,
.dsq-pagination,
#dsq-global-toolbar {
  display: none !important;
}

/* }}} */

/* @section Pygments {{{
 ******************************************************************************/

.c { color: #7C7C7C; } /* Comment */
.err { color: #f6f3e8; } /* Error */
.g { color: #f6f3e8; } /* Generic */
.k { color: #6699CC; font-weight: bold; } /* Keyword */
.l { color: #f6f3e8; } /* Literal */
.n { color: #f6f3e8; } /* Name */
.o { color: #f6f3e8; } /* Operator */
.x { color: #f6f3e8; } /* Other */
.p { color: #f6f3e8; } /* Punctuation */
.cm { color: #7C7C7C; } /* Comment.Multiline */
.cp { color: #96CBFE; } /* Comment.Preproc */
.c1 { color: #7C7C7C; } /* Comment.Single */
.cs { color: #7C7C7C; } /* Comment.Special */
.gd { color: #f6f3e8; } /* Generic.Deleted */
.ge { color: #f6f3e8; } /* Generic.Emph */
.gr { color: #ffffff; background-color: #ff0000 } /* Generic.Error */
.gh { color: #f6f3e8; font-weight: bold; } /* Generic.Heading */
.gi { color: #f6f3e8; } /* Generic.Inserted */
.go { color: #070707; } /* Generic.Output */
.gp { color: #f6f3e8; } /* Generic.Prompt */
.gs { color: #f6f3e8; } /* Generic.Strong */
.gu { color: #f6f3e8; font-weight: bold; } /* Generic.Subheading */
.gt { color: #ffffff; font-weight: bold; background-color: #FF6C60 } /* Generic.Traceback */
.kc { color: #6699CC; font-weight: bold; } /* Keyword.Constant */
.kd { color: #6699CC; font-weight: bold; } /* Keyword.Declaration */
.kn { color: #6699CC; font-weight: bold; } /* Keyword.Namespace */
.kp { color: #6699CC; font-weight: bold; } /* Keyword.Pseudo */
.kr { color: #6699CC; font-weight: bold; } /* Keyword.Reserved */
.kt { color: #FFFFB6; } /* Keyword.Type */
.ld { color: #f6f3e8; } /* Literal.Date */
.m { color: #FF73FD; } /* Literal.Number */
.s { color: #A8FF60; } /* Literal.String */
.na { color: #FFD2A7; } /* Name.Attribute */
.nb { color: #f6f3e8; } /* Name.Builtin */
.nc { color: #f6f3e8; } /* Name.Class */
.no { color: #99CC99; } /* Name.Constant */
.nd { color: #f6f3e8; } /* Name.Decorator */
.ni { color: #E18964; } /* Name.Entity */
.ne { color: #f6f3e8; } /* Name.Exception */
.nf { color: #FFD2A7; } /* Name.Function */
.nl { color: #f6f3e8; } /* Name.Label */
.nn { color: #f6f3e8; } /* Name.Namespace */
.nx { color: #f6f3e8; } /* Name.Other */
.py { color: #f6f3e8; } /* Name.Property */
.nt { color: #6699CC; } /* Name.Tag */
.nv { color: #C6C5FE; } /* Name.Variable */
.ow { color: #ffffff; } /* Operator.Word */
.w { color: #f6f3e8; } /* Text.Whitespace */
.mf { color: #FF73FD; } /* Literal.Number.Float */
.mh { color: #FF73FD; } /* Literal.Number.Hex */
.mi { color: #FF73FD; } /* Literal.Number.Integer */
.mo { color: #FF73FD; } /* Literal.Number.Oct */
.sb { color: #A8FF60; } /* Literal.String.Backtick */
.sc { color: #A8FF60; } /* Literal.String.Char */
.sd { color: #A8FF60; } /* Literal.String.Doc */
.s2 { color: #A8FF60; } /* Literal.String.Double */
.se { color: #A8FF60; } /* Literal.String.Escape */
.sh { color: #A8FF60; } /* Literal.String.Heredoc */
.si { color: #A8FF60; } /* Literal.String.Interpol */
.sx { color: #A8FF60; } /* Literal.String.Other */
.sr { color: #A8FF60; } /* Literal.String.Regex */
.s1 { color: #A8FF60; } /* Literal.String.Single */
.ss { color: #A8FF60; } /* Literal.String.Symbol */
.bp { color: #f6f3e8; } /* Name.Builtin.Pseudo */
.vc { color: #C6C5FE; } /* Name.Variable.Class */
.vg { color: #C6C5FE; } /* Name.Variable.Global */
.vi { color: #C6C5FE; } /* Name.Variable.Instance */
.il { color: #FF73FD; } /* Literal.Number.Integer.Long */

/* }}} */
