/* @override http://localhost:8888/abraco/wp-content/themes/Abraco/style.css */

/* @override http://localhost:8888/abraco/wp-content/themes/Abraco/style.css */

/*--------------------------------*/
/*---------- Reset Start ---------*/
/*--------------------------------*/

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------*/
/*---------- Reset Ends ----------*/
/*--------------------------------*/


/*--------------------------------*/
/*------------- Body -------------*/
/*--------------------------------*/

p{
	padding-bottom:30px;
}

.widecolumn .entry p {
	font-size: 1.05em;
	}
	
.entry input{
	margin-bottom:40px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}
	
.widecolumn .entry p strong{
	text-decoration:underline;
	color:#ff9;
}

.entry p a{
	color: #3399FF;
}

.entry h4{
	color:#fff;
	text-decoration:underline;
	padding-bottom:5px;
}

body{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	/*background:url(images/default/white_bg.png) repeat-x #fff;*/
	background:#fff;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Tahoma,Verdana,sans-serif;
}

/*--------------------------------*/
/*--------- Default Links --------*/
/*--------------------------------*/

a{
	color: #3399FF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/*--------------------------------*/
/*-- Default h1, h2, h3, h4, h5 --*/
/*--------------------------------*/

h1{
	color:#333;
	font-size:1.9em;
}

h2{
	color:#333;
	font-size:1.7em;
}

h3{
	color:#333;
	font-size:1.5em;
}

h4{
	color:#333;
	font-size:1.3em;
}

h5{
	color:#333;
	font-size:1.1em;
}



/*--------------------------------*/
/*------------ Header ------------*/
/*--------------------------------*/

#header{
	width:980px;
	height:140px;
	padding-left:20px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#logotipo{
	width:300px;
	height:125px;
	float:left;
	background:url(images/default/logo_bg.png) no-repeat top left #fff;
	padding-left:10px;
	padding-top:11px;
}

#jogo{
	width:310px;
	height:61px;
	float: right;
	clear: right;	
}

#mail_number{
	float: right;
	height: 50px;
	background:url(images/default/linha.png) no-repeat;
	width: 350px;
	margin-right: 5px;
	margin-left: 20px;
}

#contactos{
	float: right;
	width: 100px;
	text-align: left;
	margin-top: 15px;
}

#contactos a{
	color: #000;
	font-size: 0.8em;
	text-transform: uppercase;
}

#contactos a:hover{
	text-decoration:none;
	border-color:#999;
	color:#999;
}

#top_right{
	width:540px;
	float:right;
	padding-right:5px;
	margin-top: 0px;
}

/*--------------------------------*/
/*--------- Change Colors --------*/
/*--------------------------------*/

#changeColors{
	float:right;
	width:130px;
	padding-top:10px;
	padding-left:100px;
	padding-right:6px;	
}

#changeColors li{
	border:1px #333 solid;
	width:15px;
	height:15px;
	margin-left:7px;
	float:right;
	cursor:pointer;
	cursor:hand;
	-moz-opacity:.40;
}

#changeColors li:hover{
	-moz-opacity:.99;
}

#changeColors .yellow{
	background:#c3b921;
}

#changeColors .white{
	background:#fff;
}

#changeColors .pink{
	background:#fb06fe;
}

#changeColors .green{
	background:#2ccc46;
}

#changeColors .blue{
	background:#1f6dc5;
}

/*--------------------------------*/
/*--------- Container ------------*/
/*--------------------------------*/

#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

/*--------------------------------*/
/*----------- Content ------------*/
/*--------------------------------*/

#content{
	width:960px;
	min-height:400px;
	padding-left:30px;
	padding-right:10px;
}

/*--------------------------------*/
/*---------- Left Bar ------------*/
/*--------------------------------*/

#leftBar{
	width:180px;
	float:left;
	min-height:500px;
	margin-top:-6px;
}

/*--------------------------------*/
/*------- Menu @ Left Bar --------*/
/*--------------------------------*/
#mmenu{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:6px;
	width:174px;
	height:210px;
	_padding-bottom:60px;
}
#leftBar ul{
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
	width:174px;
}

#leftBar ul li{
	padding:5px;
	padding-left:3px;
	margin-top:3px;
	margin-left:-2px;
	border-bottom:1px #888 solid;
}

#leftBar ul li a{
	color:#000;
	text-decoration:none;
}

#leftBar ul li a:hover{
	text-decoration:none;
	color:#777;
}

/*--------------------------------*/
/*------ Galeria @ Left Bar ------*/
/*--------------------------------*/

#galeria{
	margin-top:18px;
	text-align:center;
	height:233px;
	overflow:hidden;
}

#galeria h3{
	color:#333;
	font-size:0.8em;
	width:174px;
	padding-bottom:4px;
}

#galeria .fot_middle{
	width:174px;
}

/*--------------------------------*/
/*------- Apois @ Left Bar -------*/
/*--------------------------------*/

#apoios{
	width:180px;
	text-align:center;
	padding-top:20px;
	height:120px;
	overflow:hidden;
}

#apoios h3{
	color:#333;
	font-size:0.8em;
	padding-bottom:8px;
}

#apoios img{
	border:0;
}

/*--------------------------------*/
/*--------- Main Content ---------*/
/*--------------------------------*/

#main{
	width:772px;
	background:#000;
	float:right;
	border-spacing:5px;
	border-collapse:separate;
	height:340px;
}

#main tr td{
	vertical-align:top;
	width:50%;
	padding:8px;
}

#main tr .txt{
	line-height:1.4em;
	font-weight:normal;
	font-size:0.7em;
	color:#fff;
}

#main tr .txt p{
	padding-bottom:30px;
}

#gal_box{
	width:160px;
	height:213px;
	background:#333;
	margin-left:auto;
	margin-right:auto;
	margin-top:6px;
}

#page_content{
	width:732px;
	background:#000;
	float:right;
	border-spacing:5px;
	border-collapse:separate;
	padding:20px;
	color:#d1d1d1;
	font-size:0.8em;
	line-height:1.4em;
}

#page_content h2{
	color:#fff;
	padding-bottom:15px;
}

ol#commentlist{
	font-size:0.9em;
	color:#bbbbff;
}

ol#commentlist li{
	color:#d1d1d1;
	border-bottom:1px #eee dashed;
	margin-bottom:10px;
	padding-bottom:10px;
}

ol#commentlist li cite a{
	text-decoration:underline;
	color:#bbbbff;
}

ol#commentlist li cite a:hover;{
	text-decoration:none;
}

ol#commentlist li .commentmetadata a{
	text-decoration:underline;
	color:#bbbbff;
}

ol#commentlist li .commentmetadata a:hover{
	text-decoration:none;
}

#commentform{
	font-size:0.9em;
}

#commentform a{
	color:#bbbbff;
	text-decoration:underline;
}

#commentform a:hover{
	text-decoration:none;
}

#comments{
	color:#fff;
	padding-top:15px;
	padding-bottom:15px;
}

#respond{
	color:#333;
	background:#fff;
	padding:8px;
	margin-top:10px;
	margin-bottom:10px;
}

/*--------------------------------*/
/*--------- Single Post ----------*/
/*--------------------------------*/

.post{
	color:#fff;
	font-size:0.9em;
	margin-bottom:20px;
	border-bottom: 1px solid #FFF;
}

.post small{
	color: #3399FF;
	font-size:0.9em;
}

.post h2 a{
	text-decoration:underline;
	color: #FFFFFF;
}

.post h2{
	line-height:1.4em;
}

.post h2 a:hover{
	text-decoration:none;
}

.entry{
	padding-top:20px;
}

/*--------------------------------*/
/*--------- News Table -----------*/
/*--------------------------------*/

#bottom_table{
	border-spacing:6px;
	border-collapse:separate;
}

#bottom_table tr td{
	background:#000;
	padding:4px;
	vertical-align:top;
}

#bottom_table tr td div.btcontainer{
	width:230px;
	font-size:0.8em;
	color:#fff;
	vertical-align:top;
	font-size:0.7em;
	text-align:left;
	line-height:1.3em;
	
}
#bottom_table tr td div.btcontainer img{
	float:left;
	padding:0px 10px 0px 0px;
}
#bottom_table_content{
	float:left;
	padding:8px;
	width:105px;
}
#bottom_table_content .not{
	padding:6px;
	float:left;
	width:115px;
}
#bottom_table_content span{
	float:left;
	padding:8px;
}

#bottom_table_content span a{
	color:#eeeeee;
}

#bottom_table_content span a:hover{
	color:#bbb;
	text-decoration:none;
}

#bottom_table_content h4{
	padding:6px;
	float:left;
}
#bottom_table_content h4 a{
	color:#d1d1d1;
}

/*--------------------------------*/
/*------------ Footer ------------*/
/*--------------------------------*/

#footer{
	width:980px;
	text-align:center;
	font-size:0.7em;
	color:#333;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.2em;
	overflow:hidden;
}

#footer hr{
	margin-left:20px;
}
#footer_links{
	float:right;
	width:512px;
}
#footer_links ul{
	list-style:none;
	width:auto;
	text-align:left;

}
#footer_links ul li{
	float:left;
	margin:0 5px;
}


/*#left_quote{
	background:url(images/default/left_quote.png) top left no-repeat;
	overflow:visible;
	clear:both;
	padding-left:45px;
	margin-left:15px;
	margin-right:25px;
}

#quote{	
	background:url(images/default/right_quote.png) bottom right no-repeat;
	padding-right:45px;
	padding-top:30px;
	padding-bottom:30px;
	font-family: Georgia;
	color:#333;
	font-size:1.1em;
}

#need_rules{
	width:535px;
	height:70px;
}*/





/* Scrollbar & content css */						
#content1{
	height: 350px;
	width: 270px;
	float:left;
	overflow:hidden;
}
#content2{
	width:722px;
	overflow:hidden;
	height:165px;
	padding-top:16px;
}
#content3{
	width:700px;
	height:567px;
	overflow:hidden;
	float:left;
}
#content3.shorter{
	width:600px;
}
#content3.post{
	color:#3399FF;
}
#terciary_menu{
	width:690px;
	list-style:none;
}
#terciary_menu.shorter{
	width:590px;
}
#terciary_menu li{
	float:left;
	margin:3px;
	padding:2px 8px;
	border:1px #bbb solid;
	background:#000;
}
#terciary_menu li a{
	color:#ddd;
}
#right_submenu{
	width:90px;
	height:567px;
	overflow:hidden;
	float:right;
	padding:5px;
}
#right_submenu ul{
	margin-left:2px;
}
#right_submenu ul li{
	margin-bottom:8px;
}
#right_submenu ul li a{
	color:#ddd;
	font-size:0.8em;
}
#content2_container{
	margin-top:15px;
	width:722px;
	height:211px;
	float:right;
	padding:0 10px 5px 40px;
	background:url(images/not_bar.png) no-repeat #000;
}
.scrollbar-vert{
	height: 350px;
	width: 20px;
	margin-left:7px;
	float:left;
	background:url(images/scroll_bg.png) top repeat-y #000;
}
.handle-vert{
	height: 42px;
	width: 20px;
	background: url(images/handle.png) no-repeat;
}

.scrollbar-hor{
	background-color: #000;
	height: 20px;
	width: 722px;
	clear:both;
	background:url(images/scroll_bg.png) 0 10px repeat-x #000;
}
.handle-hor{
	height: 20px;
	width: 42px;
	background: url(images/handle-hor.png) no-repeat;
}

#content1 h3 a{
	color:#d1d1d1;
}

.postmetadata a{
	text-decoration:underline;
	color: #3399FF;
}

.scrollbar-vert2{
	height:567px;
	width: 20px;
	margin-left:10px;
	float:left;
	background:url(images/scroll_bg.png) top repeat-y #000;
}



#faq h4{
	clear:both;
	float:none;
	margin-top:10px;
	cursor:pointer;
	cursor:hand;
}
#faq div{
	clear:both;
	float:none;
	padding-bottom:10px;
}

#content hr{
	width:772px;
	margin-left:188px;
}

.subscribeform{
	padding:15px;
	border:1px #ccc dashed;
}

.subscribeform p{
	padding:5px;
}
.subscribeform input{
	margin:0;
}


