/* 
	project: internet sharing template
   	author: luka cvrk (www.solucija.com) 
								*/
   
body { padding: 0; margin: 0; font: 0.7em Tahoma, Arial, sans-serif; line-height: 1.6em; background: url(images/back.jpg) left top; color: #454545; }

/* links */
a { color: #a821ad; background: inherit; font-size:1.2em; }
a:hover { }	

/* headings */
h1 { font: bold 2.5em "Arial", Sans-Serif; margin: 0; letter-spacing: -1px;  text-align:center; }
h2 { font: bold 2em Arial, Sans-Serif; margin: 0; padding: 0; text-align:center; margin-bottom:15px;}
h2 a { color: #dc57e0; background: #fff; text-decoration: none; }
h2 a:hover { }
.title { color: #808080; background: #fff; }
h1 a{ color:#9d519b; text-decoration:none; }
h1 a:hover { }

h2.categorias{ font-size:1.5em; text-align:left; text-indent:5px; margin:0; }
h3{ text-align:center; color:#8C8C8C; font-size:10pt; }

/* lists and form elements */
ul { margin: 0; padding : 0; list-style : none; }
form { margin: 0; }
input.search { width: 279px; border: none; background: #fff; padding: 6px 10px; color: #1E67A8; font-weight: bold; }
input.button { padding: 3px; }

/* content holder */
#content { margin: 0px auto; margin-bottom:5px;width: 960px; background-color:#fff}

/* header */
#header { height: 80px; background-image: url(images/top.jpg); }
#logo { padding: 15px 0 0 8px; }
#logo p { margin: 0; padding: 0 0 0 10px; color: #808080; background: #fff; }
#top_info { float: right; margin: 20px 5px 0 0; text-align: right; }
#links_topo { text-align:center; margin-top:7px; }

/* search form */
#search { 
	float: left;
	clear: both;
	color: #000;
	padding: 14px 0 20px 5px;
	width: 500px;
	margin: 5px 0 0 0;
}
	#search p { padding: 0; margin: 0; }



/* right side */
.right { float: right; width: 790px; margin: 0 0 10px 0; border-left:2pt solid #EEEEEE; padding:0 0 0 10px;}
	.left_articles {
		margin: 0 20px 15px 10px;
		padding: 10px 0 0 0;
		text-align: center;
		border-bottom: 1px dotted #ccc;
		background: #fff;
		/*min-height:150px;*/
	}
	
	.left_conteudo{
		padding: 10px 0 0 0;
		margin: 0 20px 15px 10px;
		/*text-align: center;*/
		/*background: #cff;*/
		clear:both;
	}
	
	.calendar p { padding: 0; margin: 0; }
	.description { padding: 0 0 2px 0; margin: 0 10px 5px 0; border-bottom: 1px dotted #ccc; }
	.thumbnail { float: left; margin: 0 18px 8px 0; border: 1px solid #dedede; }


/* bottom thirds */
.thirds { float: left; width: 200px; background: #eee; margin: 0 25px 25px 25px; color: #5d5d5d; }
	.smallboxtop { height: 14px; background: #fff url(images/smallboxtop.gif) no-repeat; color: #000; }
	.smallbox { background: #fde9fa; color: #444; padding: 5px 10px 10px 10px; border:1pt #fde9fa solid; height:180px; }
	.smallbox p { padding: 0; margin: 0; }

	
/* left side */
#left {
	float: left;
	width: 150px;
	margin: 0 0 10px 0;
	background-color:#FEFEFE;
}

.boxtop { height: 19px; background: #fff url(images/boxtop.gif) no-repeat; color: #000; }
.box { color: #5b5b5b; padding: 0 10px 0px 0px; margin: 0 0 10px 0;}
.box p { padding: 0; margin: 0;}
.image { float: left; margin: 0 9px 3px 0; }


/* misc */
.buttons { text-align: right; padding: 4px 3px 0 0;}
.left_articles .buttons { float: right; height: 20px; }

/* footer  */
.footer { clear: both; text-align: center; line-height: 1.8em; padding: 10px 0 10px 0; border-top: 1px solid #ccc; }

/* list */
.box ul{
	margin:5px 0 10px 0;
	padding:0;
}

.box ul li{
	background:url(images/lista.jpg) repeat-x bottom;
}

.box ul li a{
	width:130px;
	display:block;
	text-decoration:none;
	/*height:15px;*/
	padding:2px 0 2px 10px;
	margin:0 0 0 10px;
}

.box ul li a:hover{
	text-decoration:none;
	/*background-color:#EFEFEF;*/
}

.left_conteudo ul li{
	font-size:1.0em;
	margin:10px 0 10px 0;
}

#boxInvite{
	background-color:#ffffff;
	border:0.5pt #4e81ea solid;
	width:270px;
	float:right;
	position:absolute;
	text-align:center;
}

#boxInvite.branco{
	border:none;
}

.boxInputText{
  float:left;
  width:150px;
  margin:2px 0;
}

.inputText{
  border:2px solid #4E81EA;
}

.inputTextarea{
  font: Verdana, Arial;
}

#formRecomendacao{
	display:none;	
}

.error{
	color:red;
	font-weight:bold;
	text-decoration:underline;
}

.success{
	color:#23ba2e;
	font-weight:bold;
	text-decoration:none;
}

h3.cat-title{
	clear:both;
	padding-top:20px;
	border-top:1pt dotted #888;
}

#game{
	width:450px; 
	height:400px;
	float:left;
	padding-left:25px;
}

div.input-rec{
	width:120px; 
	text-align:right; 
	float:left;
}

div.input-rec sup{
	color:#f00;s
}

h2.cat-link a{
	margin-top:5px;
	font-size:0.9em;
	text-decoration:underline;
}
