/*
Theme Name: Manifesto 
Version: 1.0
Author: Vicente Filho
*/


/************************************************
*	Blog										*
************************************************/

#blog
{
	width: 720px;
	min-height: 800px;
	background-image: url('../main/bg_content.jpg');
	background-repeat: repeat-y;    
	padding: 0px;	
}
#blog_main
{
	padding: 0px;	
	margin: 0px;		
}
#blog_leftframe
{
    width: 520px;
    float: left;
    padding: 0px;
}
#blog_rightframe
{
    width: 200px;
	float: right;
	padding: 0px;
}

/************************************************
*	Post										*
************************************************/

#post
{

}
#post p
{
	text-align: left;
	font-family: Lucida Sans Unicode;
    font-size: 11px;
    color: rgb(0,0,0);    
	font-weight: normal;
	padding: 0px;
    margin: 5px 0px 5px 10px;
}
#post h1
{
	text-align: left;
	font-family: Lucida Sans Unicode;
    font-size: 14px;
    color: rgb(218,37,28);        
	font-weight: bold;
	padding: 0px;
    margin: 10px 0px 0px 10px;
}
#post h2
{
	text-align: left;
	font-family: Lucida Sans Unicode;
    font-size: 12px;
    color: rgb(218,37,28);
    padding-top: 10px;
    border-top-style: dotted;
	font-weight: bold;
}
#post h3
{
	text-align: left;
	font-family: Lucida Sans Unicode;
    font-size: 11px;
    color: rgb(0,0,0);    
	font-weight: normal;
	padding: 0px;
    margin: 0px 0px 0px 10px;
}
#post a:link, a:visited, a:active
{
	color: rgb(218,37,28);
}
#post a:hover
{
	color: rgb(0,0,0);
}
#post_footer
{
	background-color: rgb(251,233,233);
	margin: 2px;
}

/************************************************
*	Comments									*
************************************************/

#comment
{

}
#comment h1
{
	text-align: left;
	font-family: Lucida Sans Unicode;
    font-size: 11px;
    color: rgb(0,0,0);  
    text-transformation: uppercase;  
	font-weight: bold;
	padding: 0px;
    margin: 0px 0px 0px 10px;
}
#comment p
{
	margin: 5px 0px 5px 0px;
}
.commentBox {
	position: relative;
	margin: 0 auto;
	width: 90%; 
	background-color: #f5f5f5; 
	text-align: left; 
	border: 1px solid #999; 
	padding: 5px;
}
blockquote, blockquote p 
{
	text-indent: 0px;
	margin-bottom: 7px;
	color: #666;
}
.commentPos {
	font-family: Lucida Sans Unicode;
	font-size: 7pt;
	position: relative;
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
}
a.commentPos 
{
	font-family: Lucida Sans Unicode;
	color: #ff3333;
}
a.commentPos:visited 
{
	color: #ff3333;
}
a.commentPos:hover 
{
	color: #000;
	border: 0px;
}
code 
{
	font-family: Courier New, Verdana;
	text-align:left;
	color:#666;
	font-size: 8pt;
}