/*
Theme Name: Aline Sena /BLOG
Theme URL: http://www.alinesena.com/blog
Description: Tema oficial do blog [alinesena.com].
Version: 1.0
Author: Aline Sena (Design) e Leonardo Baêta (Desenvolvimento)
Author URL: http://alinesena.com/

This theme was designed by Aline sena and built by Leonardo Baêta,
	whose contact you will find at http://alinesena.com/webmaster
*/

body {
	background:url(images/bg-blog.jpg) repeat;
	margin-top:0px;
	padding-top:0px;
}
hr {
	border:#CCCCCC dotted 1px;
}

.tudo {
	width:865px;
	margin-left:auto; 
	margin-right:auto;
}


blockquote {
    margin: 10px 10px;
    padding: 5px 5px 5px 30px;
    font-family: Georgia, "Times New Roman", Times, serif;
    background: url(images/quote.jpg) #fff no-repeat top left;
    color: #666;
    text-align: left;
}


strong {
    background-color:000;
    color: fff;
}

/*-------------------------------*/

.header {
	width:833px;
	height:161px;
}
.header .clips {
	background:url(images/title-clips.jpg) no-repeat;
	width:30px;
	height:77px;
	margin-top:0px;
	margin-left:90px;
}
.header .title img {
	margin-top:34px;
	margin-left:106px;
	border:0px;
}
.header .title a {
	text-decoration:none;
}


/*-------------------------------*/

.content {
	width:666px;
	background:#fff;
	float:left;
}
.content .top {
	width:666px;
	height:15px;
	background:url(images/content-top.jpg) no-repeat;
}
.content .middle {
	margin-left:30px;
	margin-right:30px;
	min-height:400px;
}
.content .middle p img {
        
}
.content .middle h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#FF3333;
	font-size:23px;
	font-weight:normal;
	background:url(images/star-title-post.jpg) no-repeat;
	padding-left:25px;
	margin-top:30px;	
}
.content .middle h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#CCC;
	font-size:9px;
	margin-top:-18px;
	margin-left:27px;
}
.content .middle p {
	font-family: Tahoma;
	color:#333;
	font-size:9pt;
}
.content .middle a {
	color:#ff6666;
	font-size:13px;
	text-decoration:none;
}
.content .middle a:hover {
	text-decoration:underline;
}
.content .middle span.none-comment { 
	color:#999999;
	font-size:10px;
	font-family:Tahoma,Verdana;
}
#comments {
	font-family:Tahoma,Verdana;
	font-size:11px;
	color:#333;
}
#comments a {
	font-size:11px;
}
.content .middle #comments cite.fn{
	font-style:normal;	
}
.content .middle #comments cite.fn a{
	font-weight:bold;
}
.content .middle #comments img { /*gravatar*/
	margin-top:10px;
}
.content .middle #respond-comment {
	margin-top:30px;
}
.content .middle #respond-comment h3 {
	font-size:20px;
	color:#999999;
}
.content .middle #respond-comment form textarea, input {
	border: 1px solid #ccc;
}
.content .middle #respond-comment form textarea{
	width:400px;
}
.content .middle #respond-comment form input.button {
	border: 1px solid #ccc;
	background-color:#FF3333;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	font-family:Tahoma, Tahoma;
}
.content .bottom {
	color:#CCCCCC; 
	text-align:center; 
	height:30px; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;
	width:666px;
	background:url(images/content-bottom.jpg) no-repeat bottom;
}


/*-------------------------------*/

.sidebar {
	width:164px;
	height:300px;
	float:left;
}
.sidebar .rss {
	margin-top:30px;
	width:23px;
	height:31px;
	background:url(images/icon-rss.jpg) no-repeat;
	cursor:pointer;
}
.sidebar .rss a {
	display:none;
}
.sidebar .itens {
	margin-left:-2px;
}
.sidebar .itens ul {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
	color:#FFF;
	font-family:Tahoma, Verdana, Arial;
}
.sidebar .itens ul li {
	font-size:25px;
	font-weight:bold;
	cursor:pointer;
}
.sidebar .itens ul li span {
	padding-right:5px;	
}
.sidebar .itens ul .selected span {
	background:#FF3333 url(images/bg-list-sidebar.jpg) left top no-repeat;
}
.sidebar .itens ul li ul {
	padding-left:25px;
	padding-bottom:15px;
	width:120px;
	color:#ff3333;
	display:none;
}
.sidebar .itens ul .selected ul {
	display:block;
}
.sidebar .itens ul li ul li {
	font-size:10px;
	font-weight:normal;
	list-style:url(images/list_p.gif);
	padding-top:5px;
}
.sidebar .itens ul li ul li a {
	font-size:13px;
	color:#FFF;
	text-decoration:none;	
}
.sidebar .itens ul li ul li a:hover {
	text-decoration:underline;
}


/*-------------------------------*/

.footer {
	width:833px;
	height:33px;
	float:left;
}