/*
Theme Name: Get Involved
Theme URL: http://www.getinvolved.com.br
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URL: http://www.getinvolved.com.br
*/


body{
    margin: 0;
    font-family: Verdana;
    font-size: 11px;
    text-align: center;
    vertical-align: top;
    background: #ffffff;
    color: #565656;
    background-image: url('imgs/pat.gif');
}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
    margin: 0;
    padding: 0;
}

.logo
{
    background-repeat:no-repeat;
    height:58px;
    width:289px;
    /*background-image: url('imgs/top.gif');*/
}

.topo{
	 background-repeat:no-repeat;
    height:15px;
    width:572px;
    background-image: url('imgs/topo.png');
}

h1{
    font-family: Verdana;
    font-size: 9px;
    padding: 0 0 10px 0;
}

a:link, a:visited{
    text-decoration: none;
    color: #e11c79;
}

a:hover{
    text-decoration: underline;
}

#wrapper{
    margin: 0 auto 0 auto;
    width: 998px;
    text-align: left;
}

#header{
    float: left;
    width: 750px;
    padding: 55px 0 38px 0;
}

#container{
    float: left;
    width: 565px;
}

.sidebar{
    float: left;
    width: 240px;
    margin: 10px 0 0 10px;
    display: inline;
}

#footer{
    clear: both;
    float: left;
    width: 750px;
    padding: 10px 0 0 0;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana;
	font-size: 11px;
}

.commentmetadata{
	font-size: 9px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Verdana;
	font-size: 9px;
}

#footer p{
    line-height: 18px;
}

.post{
    padding: 10px 0 10px 0;
}

.post h2{
    font-family: Verdana;
    font-size: 13px;
    
}
.post h3{
    padding: 0;
    font-family: Verdana;
    font-size: 9px;
    font-weight: lighter;
    

}
.post h3 a:link, .post h3 a:visited{
    color: #565656;
    text-decoration: none;
}

.post h3 a:hover{
    color: #e11c79;
    text-decoration: none;
}

.entry{
    line-height: 18px;
    padding: 27px;
    background: #ffffff;
}

p.postmetadata{
    font-size: 9px;
    margin: 10px 0 0 0;
}

.navigation{
    padding: 10px 0 0 0;
    font-size: 9px;
    font-weight: bold;
    line-height: 18px;
}

p{
    padding: 10px 0 0 0;
}

.sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}

.sidebar ul li{
    padding: 10px 0 10px 0;
}

.sidebar ul li h2{
    font-family: Verdana;
    font-size: 11px;
}

.sidebar ul ul li{
    padding: 0;
    line-height: 24px;
}

.cal{
    border: thin solid #e4e4e4;
    background: #ffffff;
    text-align: center;
    font-family: Arial;
    width: 172px;
    height: 149px;
    padding: 0 5px 10px 5px;
}

table#wp-calendar{

    font-family: Arial;
    width: 172px;
    height: 149px;
}