/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #4F4F4F;	
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}


.error {
	color: #FF7400;
	font-weight: bold;
	font-style: italic;
}


input, textarea, select { border: 1px solid #ccc; font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;background-color: #EAEEFF; color: #0088FF; height: 22px;}
textarea { width: 100%; height: 55px;}
input { text-indent: 2px; }



h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #6AA2FD;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

p {
	margin: 0 0 0.2em 0;
	line-height: 200%;
	padding: 2px 2px 2px;
	text-align: justify;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #6AA2FD;
}


a:hover {
	text-decoration: none;
	color: #FF7400;
}

.link {
	color: #6AA2FD;
}

 .detail {
	color: #6AA2FD;
	text-decoration: none;
}

.link:hover {
	text-decoration: none;
	color: #FF7400;
}

img {
	border: none;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}





.caption {	
  font-size: xx-small;
  margin: 0;
  padding: 2px 2px 0px 2px; 
  
}

div.imgright{
float: right;
margin: 8px 8px 8px 8px;
padding: 2px;

}

div.imgleft{
float: left;
margin: 8px 8px 8px 8px;
padding: 2px;

}





td.nowrap { white-space:nowrap; }


td {
	vertical-align: top;		
}



.left{
	float: left;
	width: 50%;	
}

.right{
	float: right;
	width: 50%;
}




/* Header */

#header {
	
	width: 890px;
	height: 175px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #3B3B3B;
}

#logo h1 {
	width: 385px;
	height: 175px;
	padding: 0px 0px 0px 70px;
	background: url(images/logo.jpg) no-repeat left bottom;
	font-size: 1em;
}

#logo p {
	margin: 0 0 0 -30px;
	padding: 20px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.4em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #3B3B3B;
	font-weight: bold;
}

/* RSS */

#rss {
	padding: 30px 39px 20px 0;
	text-align: right;
}

#rss a {
	padding: 0 0 3px 24px;
	background: url(images/img03.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
}

#rss a:hover {
	text-decoration: underline;
}

#barraloghi {
   float: left;
	width: 240px;
	height: 145px;
	margin: 0 auto;	
}

/* Search */

#search {
	float: right;
	width: 200px;
	height: 78px;
	background: #FFFFFF url(images/img02.gif) no-repeat bottom;
	padding: 70px 0px 10px 0px;	
}

#search #x {
	display: none;
}

#search #s {
	padding: 67px 5px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color: #000;	
}

#search br {
	display: none;
}

/* Menu */

#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background: #6AA2FD url(images/img04.gif);
}

#barraloghi {
   float: left;
	width: 300px;
	height: 150px;
	margin: 0 auto;	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #000000;
}

/* Page */

#page {
	width: 890px;
	margin: 0 auto;
	padding: 30px 0;	
	text-align: justify;
}

/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}

/* Content */

#content {
	float: left;
	width: 590px;
	background-image: url(images/tigre_light.jpg);
}

.post {
	margin-bottom: 50px;
}



.post .title h2 {
	font-size: 2.2em;
}

.title  {
	font-size: 1.2em;
	color: #6AA2FD;
	font-weight: bold;
}

.bold  {
	font-size: 1.0em;
	color: #222222;
}

.data {
	margin: 0;
	line-height: normal;
	color: #8C8C8C;
	font-size: 0.9em;
}

.data a {
	color: #BABABA;
}

.entry {
	padding-top: 30px;
}

.just {
	text-align: justify;
}

.narrow{
	width: 10px;
}

.large{
  white-space: nowrap;
	
}

.links {
	width: 410px;
	height: 29px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: #F3F3F3 url(images/img08.gif) no-repeat;
}

.links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.links a:hover {
	text-decoration: underline;
}

.links .more {
	background: url(images/img09.gif) no-repeat;
}

.links .comments {
	background: url(images/img10.gif) no-repeat;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;	
	
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	background: #F3F3F3 url(images/img06.gif) no-repeat left bottom;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0 11px;
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

#sidebar .title {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #FFB700 url(images/img05.gif);
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Calendar */

#calendar_wrap {
	padding: 15px 20px;
}
.titleCalendar{
	font-size: 1.2em;
	text-align: center;
	color: #6AA2FD;
}

.calendar {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	text-align: center;
	color: #7F7772;
}

.calendar thead {
	background: #DBDBDB;
}

.calendar tbody td {
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
}

.calendar .prev {
	text-align: left;
}

.calendar .next {
	text-align: right;
}

.calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

.calendar .today {
	background: #FFF3A7;
	border: 1px solid #FF7400;
	font-weight: bold;
	color: #FF7400;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}



