/*
Theme Name: Geekeria.tv Main Theme
Theme URI: http://geekeria.tv
Description: Tema oficial do Geekeria.TV
Version: 0.1
Author: Bruno Paiva
Author URI: http;//brunopaiva.art.br
*/

/* --------------------------------------- reset CSS by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #D1D1D1;
	background: white url("images/main_bg.gif") repeat 100% 100%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link, a:visited, a:active, a:focus{text-decoration: none; color: #00C4C4;}
a:hover{color: white;}
/* ---------------------------------------------------------------- */
#top {
	background: url("images/logo.png") no-repeat;
	min-height: 160px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
#top a{
	width: 315px;
	height: 70px;
}
#top h1{
	font-size: 60px;
	height: 89px;
	width: 315px;
}
#top span{
	visibility: hidden;
}
#content{
	font-family: Helvetica, sans-serif;
	width: 780px;
	margin: 0 auto;
	background: url("images/cparty.png") no-repeat 100% 20px;
	min-height: 500px;
}
#main{
	float: left;
}
#sidebar{
	width: 198px;
	border: 1px dotted #00C4C4;
	float: right;
}
#sidebar img{
	padding: 18px;
}
#info{
	border: 1px dotted #00C4C4;
	padding: 10px;
	margin: 10px 0;
}
#info span{
	font-size: 24px;
	color: #2D2D2D;
	padding: 0 10px 0;
	font-weight: bold;
}
#footer{
	background: url("images/footer.png") no-repeat;
	height: 100px;
	clear: both;
}
#footer p{
	padding: 30px 0 0 30px;
}
.menu{
	font-weight: bold;
	font-size: 22px;
	padding-top: 20px;
}
ul.menu{
	display: block;
}
ul.menu li{
	float: left;
	padding: 0 20px 0 0;
}