/*
Theme Name: The Game Girl
Theme URI: http://filipekiss.com.br/
Description: Theme designed for the Game Girl blog.
Version: 1.0
Author: Filipe Kiss
Author URI: http://www.filipekiss.com.br
*/
body
{
	background: #FFF2E5;
}

#left.aside #flashBox
{
	width: 280px;
}
#left.aside #flashBox div
{
	margin-left: 46px;
	width: 209px;
	border-right: 3px solid #131313;
}

#right.aside div.section
{
	margin: 10px 0;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
}

#right.aside #twitter, #right.aside #groove
{
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#right.aside #busca
{
	text-align: right;
	line-height: 5px;
}

#right.aside #busca input.text
{
	width: 260px;
	border: 2px solid #B1B1B1;
}

#right.aside #busca input.submit
{
	border: 0;
	padding: 5px;
	background: #84002C;
	color: #FFF;
}

#right.aside #rss
{
	text-align: center;
}

#right.aside #rss img
{
	border: 0;
}

#page.section
{
	background: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#page.section .entry.section
{
	padding: 20px;
}

#right.aside div ul
{
	list-style: none;
}

.wp-pagenavi a
{
	color: #3F1521 !important;
	border-color: #3F1521 !important;
}

.wp-pagenavi a:hover, .wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend
{
	color: #8F5063 !important;
	border-color: #8F5063 !important;
}


/** Estilos de Formatação Geral **/

body
{
	font-family: Tahoma;
	font-size: 14px;
	color: #484848;
}

a
{
	color: #8C153B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.navigation
{
	text-align: center;
	padding: 10px;
}

/* Posts */

.entry h3 a
{
	font-size: 180%;
	border-bottom: 3px dotted #8C153B;
	color: #8C153B;
}

.entry h3 a:hover
{
	border-bottom-style: solid;
	text-decoration: none;
}