/*
Theme Name: Nerd Pride
Theme URI: http://popnoid.com
Description: Nerd Pride theme.
Version: 1.0
Author: Mariana Curci
*/
body {
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	background: #77c3ff url(http://i25.photobucket.com/albums/c87/viciousvanilla/bg-4.jpg);
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	}

/* Básico */

u {
color: #ffffff;
border-bottom: 1px dotted #97d1ff;}

b {
color: #97d1ff; cursor:default;}

b:hover {
color: #77c3ff; cursor:default;}

strong {
color: #97d1ff; cursor:default;}

strong:hover {
color: #77c3ff; cursor:default;}

i {
color: #97d1ff;}

em {
color: #97d1ff;}

.hr2 { border-top: 2px solid #97d1ff;}

table { background: #97d1ff;
	  font-size: 11px;
	  padding: 5px;
	  color: #000000;}

	
#wrap {
	margin: 20px auto;
    background: #000000;
	padding: 10px;
	width: 600px;
	text-align: justify;
	}

/* Header */
#header {
height:198px;
background:url(http://i25.photobucket.com/albums/c87/viciousvanilla/header1.jpg) no-repeat top center;
width:600px;
}

a, a:link, a:visited, a:active {
		color: #97d1ff;
		text-decoration: none;
		}
		
a:hover { color: #ffffff; }


/*** configuração de caixa de texto e botões de formulário ***/

input, textarea, select {
background-color: #000000;
border: 1px solid #97d1ff;
color: #97d1ff;
font-size: 8pt;
font-family: tahoma;
}

input:focus, textarea:focus, select:focus {
background: #97d1ff; 
border: 1px solid #000000;
color: #000000;
font-size: 8pt;
font-family: tahoma;
}

input:hover, textarea:hover, select:hover{
border: 1px solid #545454;
}

	
/* --------------------------------------TABIFIER-------------------------------------- */	

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #97d1ff;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #97d1ff;
 border-bottom: none;
 background: #000000;
 text-decoration: none;
 font-size: 10px;
}

ul.tabbernav li a:link { color: #97d1ff; }
ul.tabbernav li a:visited { color: #97d1ff; }

ul.tabbernav li a:hover
{
 color: #ffffff;
}

ul.tabbernav li.tabberactive a
{
 background-color: #000000;
 border-bottom: 1px solid #000000;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #ffffff;
  border-bottom: 1px solid #000000;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:0px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

.footer {
	padding-top: 7px;
    background: #000000;
    height: 70px;
	text-align: center;
    font-size: 9px;
	}
