/*

Theme Name: Tina Fey Rules
Theme URI: http://coisasgeek.com.br /
Description: There's no leaving here, ask, I'm an ear.
Version: 2.0
Author: Enrique Trevelin
Author URI: http://coisasgeek.com.br /
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Reseta todos os estilos padr?o */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
margin:0;
padding:0;
}

/*    TIPOGRAFIA
=========================*/

html, body {
    font-family: verdana, arial;
    font-size: 75%;
	}

/* DEFINE O TAMANHO DO 1em */
html>body {
	font-size: 15px;
}

p{
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.25em;
  margin-bottom: 1.5em;
}

small {
    font-size: 0.9em;
    line-height: 1.2em;
    color: #555555;
	}

h1, h2, h3 {
	font-weight: 700;
	}

h1 {
	font-size: 2em;
	}

h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

/*     CORES DOS LINKS
=========================*/

a {
    color: #003399;
	text-decoration: none;
  }

a img {
	border: none;
	}

a:visited{
   	color: #003399;
	font-style: italic;
    }

a:hover{
	color: #000099;
   	text-decoration: none;
	}

h2 a, h3 a, h2 a:visited, h3 a:visited, h2 a:hover, h3 a:hover {
	color: black;
	text-decoration: none;
	font-style: normal;
	}

#sidebar a, a:hover, a:visited{
    color: #555555;
}


/*   ESTRUTURA DA P�GINA
=========================*/

html, body {
    background: url(http://coisasgeek.com.br/img/bg2.gif) repeat-x;
	}

#page {
    width: 960px;
    margin: auto;
    background: url(http://coisasgeek.com.br/img/logo.png) no-repeat;
	}

#baseline{
    clear: both;
    background: white;
    width: 960px;
    height: 10px;
    }

#content {
    float: left;
    width: 624px;
    margin-top: 300px;
	}

#sidebar {
    width: 336px;
	}

#footer {
    border: none;
    background: black;
    width: 100%;
    height: 100px;
	}


/*                         CONTE�DO  (dentro do div #content)
===========================================================*/


.post {
    background: url(http://coisasgeek.com.br/img/avatar.gif) no-repeat;
    padding-bottom: 1.5em;
    padding-right: 35px;
	}

.title{
    margin-left: 60px;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    text-shadow: none;
    text-decoration: none;
    letter-spacing: -0.05em;
    word-spacing: 0em;
    line-height: 1em;
    padding-bottom: 7px;
    text-align: left;
    }

.titlesearch{
    margin-left: 60px;
    font-size: 22px;
    line-height: 0.8em;
    padding-bottom: 7px;
    }

.pagetitle{
    text-align: center;
    font-size: 24px;
    line-height: 0.8em;
    padding-bottom: 50px;
    }

.date{
    margin-left: 60px;
    }

.texto{
    margin-top: 1.5em;
    text-align: justify;
    }

.postmetadata{
	text-align: right;
    color: #777;
	}

.post ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.post li {
	margin: 1.5em 0 1.5em 10px;
        line-height: 1.25em;
	}

.post ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
.post ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.post ol li {
	margin: 1.5em 0 1.5em 10px;
    line-height: 1.25em;
	}

.titulorelated{
    margin: 30px 0 10px 0;
    font-size: 1.3em;
    font-weight: bold;
}


.related{
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}

.related li{
	margin: 0.4em 0 0.4em 0;
        line-height: 1.25em;
}

.related li:before {
  	list-style-type: none;
	list-style-image: none;
	content: "\00BB \0020";
}

.navigation{

}


/*                         SIDEBAR   (dentro do div #sidebar)
===========================================================*/

#sidebar {
    font: 1em;
    color: black;
    float: left;
	}

#sidecontainer{
    margin-left: 50px;
    margin-right: 25px;
}

.sideimage{
    padding-bottom: 15px;
}
.sidetext{
    text-align: justify;
}

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 180px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	color: #777;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
    text-align: justify;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}
ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*             FOOTER
================== */


#footer p {
        color: white;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}



/*                      COMENT�RIOS
=================================*/

.commentlist {        /*  Lista de exibi��o dos coment�rios */
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	font: 1em;
   	margin: 15px 0 3px 15px;
	padding: 2px 2px 2px;
	list-style: none;
   	border-top: 1px solid #EEEEEE;
	}

.commentlist li .avatar {
  	float: left;
	background: #fff;
    margin: 0 10px 0 0;
	}

.commentlist cite, .commentlist cite a {     /*  Nome do Comentarista */
	font-weight: bold;
	font-style: normal;
	font-size: 1.3em;
	}

.commentmetadata {
    font-weight: normal;
    margin: 0;
    display: block;
    font-size: 0.7em;
    line-height: 3em;
    color: #999999;
	}

.commentlist p {
        font: 0.9em;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 60px;
	}

.commentlist .children {
    margin-left: 42px;
   	/* border: 1px solid red; */
}

.commentlist .alt {
	}

.commentlist .reply {
margin-left: 60px;
font-style: italic;
}

.commentlist .bypostauthor {

}


.commentlist .odd {

}


.commentlist .even {

}

.nocomments {
	color: #777;
	text-align: center;
	margin: 0;
	padding: 0;
	}

#commentform p {
	margin: 5px 0;
	}

#commentform input, #commentform textarea {
	font: 0.9em;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}



/*                 IMAGENS
========================*/

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* Captions */

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}



/*     TAGS VARIADAS
=========================*/

.clear {
	clear: both;
}

blockquote{
    text-indent: -0.8em;
    font-size: 12px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
    cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

cite {
	text-decoration: none;
	}

select {
	width: 130px;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}


/*   Tags de Alinhamento
=========================*/

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.center {
	text-align: center;
}


