/*
Theme Name: Pedro
Theme URI: http://garageim.com/
Description: O layout version 1
Version: 1.0
Author: Garageim
Author URI: http://garageim.com/

	This theme was designed and built by Garageim,
	whose blog you will find at http://garageim.com/

*/
/* Begin Typography & Colors */
html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline;
background: transparent;}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

    hr
    {
     border: none;
     display:none;
    }
    input
    {
    	border:none;
    }

    textarea
    {
    	 width:412px; height:123px; overflow:auto; border:none;
    }
    body
    {
	    background:#0d0d0d url(images/bg.gif) repeat-x;
	    font:11px "Trebuchet MS" Arial, Verdana, Helvetica, sans-serif ;
        color:#fff;
    }

    #page
    {
	    position:relative;
	    border: 1px solid #959596;
	    float:left;
	    width:1000px;
	    background: #000;
	}

    /*Cabeçalho*/
    #header
    {
	 width:772px;
	 background: #000;
    }

    #headerimg
	{
		width: 772px;
		height:199px;
		border:none;
		background:#000 url(images/header.gif) top no-repeat;
    }
    #headerimg h1
	{

		width:199px;
		text-indent: -999px;
		overflow: hidden;
		display:block;
		height: 32px;
		position:absolute;
		top:179px;
		left:25px;
	}

    /*Conteudo*/
    #content
    {
	font-size: 1.2em;
	float:left;
	background: #000;
	padding-top:18px;
	width:726px;
	}

	.narrowcolumn
	{
	float: left;
	padding: 0 0 20px 45px;
	margin: 0 0 0;
	width: 671px;
	background: #000;
	border-right:1px solid #181818;
	}

	.narrowcolumn  p
	{
		font-weight: bold;
		margin:0 15px 25px;
	}

	.post h2 a
	{
	 color:#afa4af;
	}

	.post small{
		color:#afa4af;
	}

	.post .entry
	{
		color:#afa4af;
	}

	.post .postmetadata
	{
		color:#535353;
	}
	.postmetadata a
	{
		color:#b07034;
	}


    h3 a
    {
	    color:#afa4af;
    }

    .widecolumn
	{
	    float: left;
	    padding: 0 0 20px 45px;
	    margin: 0 0 0;
	    width: 671px;
	    background: #000;
	    border-right:1px solid #181818;
	}

    .post
    {
	    font-weight: bold;
		margin:0 15px 25px;
    }
    .post h2
    {
	     color:#afa4af;
	    margin-bottom: 15px;
    }

    h3#comments
    {
	    color:#afa4af;
	    margin-bottom: 25px;
    }

    .commentlist
    {
    	width: 600px;
    	margin:auto;
    }

    .commentlist li
    {
    	margin:25px 0;
    }

    .commentlist li.alt cite a , .commentmetadata a
    {
    	color:#b07034;
    }

    /* Navegação*/
    .navigation
    {
      height:50px;
       color:#afa4af;
    }
     .navigation .alignleft a, .navigation .alignright a
     {
          	color:#b07034;
     }

    .navigation .alignleft, .navigation .alignright
    {
        float:left;
        margin-left:10px;
    }

    #commentform p input,textarea
    {
    	margin:5px 0;
        border: 1px solid #C9C5C3;
    }

    #commentform p input#submit
    {
      border:none;
      padding-left:240px;
    }

    /*Rodape*/
    #footer
    	{
    		width: 771px;
    		clear:both;
    		height:102px;
    		background:#000 url(images/footer.gif) center no-repeat;
    		border-right:1px solid #181818;

    	 }
    #footer p {
    	display:none;
    	}

    /*Side bar*/

    #sidebar
    	{
    	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    	float:left;
    	margin-left:22px;
    	}
     #sidebar #searchform
     {
       padding-bottom: 15px;
     }

   #sidebar #searchform div h2 a
    {
        color: #FFFFFF;
        text-decoration: none;
    }
    #sidebar #searchform div h2 a:hover
    {
        color: #FFFFFF;
        text-decoration: underline;
    }

   #sidebar h2.widgettitle
    {
      text-transform: uppercase;
      font-family: Arial;
      color:#000;
    }


    #searchform input#s
    {
    	margin-bottom: 5px;
        border: 1px solid #C9C5C3;
        float:left;
        margin-right:7px;
    }

    #sidebar ul li.widget h2.widgettitle
    {
    	font-weight:bold;
        font-size:9pt;
    	margin: 11px 0;
    	color:#fff;
    }
    #sidebar ul li.widget
    {
    	color:#535353;
    }
    #sidebar ul li.widget a
    {
    	color:#535353;
        display:block;
        margin-bottom: 15px;
    }

