@charset "UTF-8";
/* CSS Document */


/* TIPOGRAFIA -------------------------------------------------- */


* { 
  margin: 0; 
  padding: 0;
}


body {

	font-family: Lucida Sans, Arial, Helvetica, sans-serif;

}


h1{
	margin-bottom: 20px;
	color: #f1f1f1;
	font-size: 16px;
}


h2{
	font-size:14px;
	padding-bottom:10px;
	color: #383726;
}


.txt {
	font-size:11px;
	font-weight:normal;
	color: #383726;
}



.center {
	text-align: center;
}


.black {
	color:#000;
}

.bold {
	font-weight:bold;
}


.post {
	line-height:16px;
}


.post p {
	padding-bottom:10px;
}


.post a:link, .post a:visited, .post a:hover, .post a:visited:hover {
	font-weight:bold;
}


.link {
	font-size:11px;
	font-weight:bold;
}


.small {
	font-size:10px;
}


.normal {
	font-size:11px;
}
	
	
	.link a:link, .small a:link, h2 a:link, .txt a:link, .footer a:link, .header a:link {
		color:#383726;
		text-decoration:none;
	}
	
	.link a:visited, .small a:visited, h2 a:visited, .txt a:visited, .header a:visited {
		color:#383726;
		text-decoration:none;
	}
				
	.link a:hover, .small a:hover, h2 a:hover, .txt a:hover, .footer a:hover, .header a:hover {
		color:#383726;
		text-decoration:none;
	}


.twitter-link {

	font-size: 11px;
		
}


.twitter-link a:link {

	color:#674319;
	text-decoration:none;
		
}
	
.twitter-link a:visited {

	color:#674319;
	text-decoration:none;
		
}
				
.twitter-link a:hover {

	color:#2f2214;
	text-decoration:none;
	
}



#twitter_update_list {

	font-size: 11px;
	color: #FFF;
	list-style: none;

}