/*
Theme Name: RachaBlog
Theme URI: http://blog.rachacuca.com.br/
Description: Tema criado para o blog do Racha Cuca.
Author: Racha Cuca
Version: 0.7
Tags: 
*/

/* Geral */
    span.title-h3, span.widget-title { color: #0C4498; display: block; font-family: 'Trebuchet MS', sans-serif; font-size: 24px; line-height: 18px; margin-bottom: 9px; }


/* Content */
    
    #content p { margin-bottom: 9px; }


/* Sidebar */

    #sidebar .widget-container { margin-bottom: 18px; }
	#sidebar ul.xoxo li ul { margin: 0; }
    #sidebar ul.xoxo li ul li ul { margin: 0 0 0 15px; }

/* Post */

    #nav-above, #nav-below { overflow: hidden; }
    #nav-below { margin-bottom: 9px; }
    .nav-previous { display: inline; float: left; }
    .nav-next { display: inline; float: right; }

	.navigation { margin-bottom: 9px; }

	.post { font-size: 16px; margin-bottom: 36px; }
	.post:last-child { margin-bottom: 0; }
	
	.post h1, .post h2 { margin-bottom: 9px; } /* estilo de um h3 */
	.post ul { list-style-position: inside; list-style-type:disc; padding-left:10px; }
	.post blockquote { margin: 10px; }

	.post img.aligncenter{ clear: both; margin-bottom: 9px; }
	.post img.alignleft { float: left; margin: 0 9px 9px 0; }
	.post img.alignright { float: right; margin: 0 0 9px 9px; }

	.post .entry-content { overflow: hidden; }
	.post .entry-meta { color: #666; font-size: 10px; margin-bottom: 9px; }
	.post .entry-utility { clear: both; font-size: 14px; margin-top: 9px; }

/* Page */
    .page h1 { margin-bottom: 9px; } /* estilo de um h3 */


/* Comentarios */

	#commentform p label { display: block; }
	ol.commentlist { list-style-type: none; padding: 0; font-size: 16px; }
	ol.commentlist li.comment { margin-bottom: 18px; padding-left: 56px; position: relative; }
	ol.commentlist .avatar { left: 0; position: absolute; top: 0; }
	ol.commentlist .comment-author { margin-bottom: 9px; }
	ol.commentlist .comment-meta { font-size: 10px; line-height: 14px; margin-bottom: 9px; }
	ol.commentlist .comment-meta a { color: #666; }
	ol.commentlist .comment-body p { margin-bottom: 9px; } 
	ol.commentlist .reply { margin-bottom: 18px; }
	.form-submit input#submit { background-color: #FFF; border: 1px solid #6FAAFF; color:#3373CF; font-size:14px; font-weight:bold; padding:5px; }
	.form-submit input#submit:hover { border: 1px solid #0C4498; }
	
	
		
		
