/*
Theme Name: Simples Ideias 2010 - Helvetica
Theme URI: http://simplesideias.com.br/
Description: Simple design
Version: 1.0
Author: Nando Vieira
Author URI: http://simplesideias.com.br/
*/

@import 'highlight.css';

/*======================================================
/*  THEMES
/*=====================================================*/
body {
    background: #E7E7E7 url(images/bg.png) fixed;
    font-family: "lucida grande", verdana, sans-serif;
	font-size: 14px;
    color: #333;
}

h1 {
    background: #343434;
    display: inline-block;
    padding: 3px 5px;
    text-transform: uppercase;
}

h1 a {
    color: #fff;
}

h2 a,
#article p.date,
#not-found h2 {
    color: #343434;
    font-size: 72px;
    letter-spacing: -4px;
    line-height: .95;
    text-transform: uppercase;
    text-shadow: 1px 1px #fff;
    word-spacing: 0px;
}

#not-found h2 {
    font-size: 60px;
    margin-top: 15px;
}

#not-found ul {
    margin: 15px 0;
}

h1 a,
h1 a:hover,
h2 a,
h2 a:hover {
    text-decoration: none;
}

h1:hover {
    background: #900;
}

h2 a:hover {
    color: #900;
}

#article p.date {
    color: #900;
    font-family: helvetica;
    font-weight: bold;
    letter-spacing: -1px;
}

h2 {
    margin-right: 15px;
}

h3 {
    font-size: 35px;
    margin-top: 25px;
}

h4 {
    margin-top: 15px;
    font-size: 25px;
}

object {
    margin: 0 auto;
}

pre {
    font-size: 12px;
    max-height: 500px;
    overflow: auto;
}

/*#article .content pre code {
    color: #fff;
}
*/
#article .align-right {
    float: right;
    line-height: 0;
    margin: 0 0 0 15px;
}

img {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
}

img.bbic {
    background: transparent;
    border: none;
    padding: 0;
}

/*======================================================
/*  ALL CSS BUT THEMES
/*=====================================================*/
* {
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "helvetica", arial, sans-serif;
}

h1 {
	font-size: 18px;
}

a {
    color: #900;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#page {
    margin: 0 auto;
	padding: 60px;
	position: relative;
	width: 800px;
}

#article p,
#article ul,
#article ol,
#article pre {
    line-height: 1.6;
    margin-top: 15px;
}

#article p code,
#article li code,
#article dl code,
#article table code,
#article code a,
kbd {
    color: #060;
}

#article code a {
    text-decoration: underline;
}

#heading {
    overflow: hidden;
}

#heading * {
    display: inline;
}

#article p.date {
    margin-top: 0px;
}

#article {
	padding: 10px 0 30px 0;
}

#footer {
    border-top: 1px solid #ccc;
    font-size: 11px;
    margin-top: 20px;
    overflow: auto;
    padding: 10px 10px;
    position: relative;
}

#footer ul {
    list-style: none;
}

#footer li {
    float: left;
    margin-right: 10px;
}

#footer li:after {
    content: "|";
    margin-left: 5px;
}

#footer li:last-child:after,
#footer li:nth-child(3):after {
    content: "";
}

#footer img {
    float: left;
    margin-right: 5px;
    padding: 0;
    width: 60px;
}

#feed {
    display: block;
    height: 26px;
    float: left;
    overflow: hidden;
    position: absolute;
    text-indent: -9999px;
    top: 45px;
    width: 88px;
}

#twitter {
    position: absolute;
    left: 230px;
    top: 35px;
}

#front #twitter {
    top: 70px;
    left: 580px;
}

#twitter a {
    background: url(images/bird.png);
    display: block;
    height: 55px;
    overflow: hidden;
    text-indent: -9999px;
    width: 107px;
}

#feed {
    background: url(http://feeds.feedburner.com/~fc/simplesideias?bg=777777&amp;fg=FFFFFF&amp;anim=0);
    left: 83px;
}

video {
    margin: 0 auto;
}

table {
	border-collapse: collapse;
	margin: 20px 0;
}

table thead th {
    background: #555;
	border: 2px solid #777;
	border-width: 2px 0;
	color: #fff;
}

table tbody td,
table tbody th {
	border-bottom: 1px solid #777;
	text-align: left;
}

table tbody th {
	background: #e9e9e9;
}

table td,
table th {
	padding: 5px 10px;
}

dl {
    margin: 15px 0;
}

dd ~ dt {
    margin-top: 20px;
}

.comments {
	background: url(images/comment_left.gif) no-repeat left center;
	padding-left: 15px;
}

.trackback {
	background: url(images/turn_right.gif) no-repeat left center;
	padding-left: 15px;
}

.permalink {
	background: url(images/document.gif) no-repeat left center;
	padding-left: 15px;
}

dl.comment p {
    line-height: 1.6;
	padding: 5px 0;
}

#author, #email, #url {
	width: 250px;
}

#respond {
	margin-top: 30px;
}

#comment,
#wpcf_message,
#wpcf_msg {
	height: 150px;
	width: 700px;
}

.more-info {
	font-style: normal;
	font-size: 9px;
	text-transform: uppercase;
}

.no-html {
    font-size: 11px;
	margin-bottom: -10px;
}

/*.comment {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
*/
#commentform p {
	line-height: 130%;
	padding-bottom: 15px;
}

.comment {
    padding: 10px 10px 10px 45px;
	margin-top: 20px;
	position: relative;
}

.comment dt {
	border-bottom: 1px dotted #aaa;
	padding: 0 0 2px 3px;
}

.comment .gravatar {
	background: none;
	border: none;
	height: 32px;
	left: 5px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 32px;
}

.comment .date {
	position: absolute;
	right: 10px;
	top: 5px;
}

.waiting-approve {
	background: #c00;
	color: #ff0;
}

.comment dd {
	padding-top: 5px;
	padding-left: 0;
}

#comments h3 {
	margin-top: 25px;
}

#all-comments dl {
	background: rgba(210,210,210,.3);
	padding: 20px 20px 20px 60px
}

#all-comments dl.author {
	background: #ffd;
}

#all-comments .gravatar {
    left: 15px;
}

#all-comments dl.author a {
	color: #000;
}

#all-comments dd.date {
    font-size: 12px;
    right: 20px;
    top: 17px;
}

#comments input[type=text],
#comments textarea {
    font-size: 14px;
    font-family: "lucida grande", arial, sans-serif;
    padding: 3px 5px;
}

#commentform {
    margin-top: 15px;
}

#index h2 {
    color: #900;
    font-size: 18px;
    margin: 35px 0 10px;
    text-transform: none;
}

#index h2:first-child {
    margin-top: 15px;
}

#index .title {
    color: #333;
    font-weight: bold;
}

#index .link {
    color: #777;
    font-size: 11px;
}

#index ul {
    list-style: none;
    padding: 0;
}

#index li {
    margin-bottom: 15px;
}

#index a:hover {
    text-decoration: none;
}

#front {
    background: #E7E7E7 url(images/bulb.png) no-repeat bottom right fixed;
}

#front.safari {
    background: url(images/bulb.png) no-repeat bottom right fixed, url(images/bg.png) fixed;
}

#front #footer {
    width: 650px;
}

#front h1 {
    background: none;
    padding: 0;
}

#front h1 a {
    color: #333;
    font-size: 70px;
    letter-spacing: -4px;
    line-height: 1;
    text-shadow: 2px 2px #fff;
}

#wpstats {
    background: none;
    border: none;
    padding: 0;
}

#tagline {
    font-family: georgia, times, serif;
    margin: -10px 0 50px;
    width: 700px;
}

.links li {
    font-size: 10px;
    float: left;
    line-height: 20px;
    padding-right: 10px;
}

.links a {
    color: #777;
}

.links li:after {
    content: "|";
    padding-left: 10px;
}

.links li:last-child:after {
    content: "";
}

.links li.listening-to:after {
    content: "";
}

.links {
    background: #f9f9f9;
    border: 1px solid #ccc;
    list-style: none;
    margin: 20px 0 0 0;
    overflow: hidden;
    padding: 5px 15px;
}

.links .listening-to strong {
    display: none;
}

.links .listening-to span:before {
    content: "♪";
    font-size: 13px;
    font-weight: bold;
    margin-right: 6px;
}

.tweetmeme_button {
    position: relative;
    top: 2px;
}

.retweet {
    height: 18px;
    overflow: hidden;
}

.comment a {
    text-decoration: underline;
}

#twitter-message {
    background: url(images/bird.png) no-repeat;
    font-size: 11px;
    font-family: georgia;
    height: 170px;
    position: absolute;
    top: 30px;
    right: 0;
    width: 470px;
}

#twitter-message div {
    padding: 50px 20px;
    width: 300px;
}

span.total-comments {
    font-size: 10px;
    font-family: verdana, sans-serif;
    padding: 2px 3px;
}

#not-found {
    background: url(images/missing.png) no-repeat right;
}

.threaded {
	border-left: #ccc 5px solid;
	padding-left: 10px;
}