
* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #424242;
	background-color: #f4f4f4;
	padding: 20px 0;
}
a {
	text-decoration: none;
	color: #588cb8;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

li{
list-style: none;
}
/** BEGIN wrapper **/
#wrapper {
	width: 967px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background: url(../img/headtile.gif) repeat-x 0 0;
	margin-bottom: 10px;
}
	#header .buffer { 
		background: url(../img/headleft.gif) no-repeat 0 0;
	}
	#header .buffer .buffer { 
		height: 169px; 
		background: url(../img/headright.gif) no-repeat top right;
		padding-top: 5px;
	} 
	#header ul {
		list-style-type: none
	}
		#header ul li {
			float:right;
			font-size: 0.8em;
		}
		#header ul li a {
			display: block;
			color: #727272;
			text-transform: uppercase;
			padding: 5px 10px;
		}
		#header ul li a:hover {
			color: #4DB200;
			text-decoration: none;
		}
	#header h1 {
		clear: both;
		float: left;
		padding: 16px 0 20px 18px;
	}
		#header h1 a {
			display: block;
			width: 360px; height: 74px;
			background: url(../img/logo.png) no-repeat 0 0;
			text-indent: -9999px;
			outline: none;
		}
		#header h1.barometer a{
			background: url(../img/barologo.jpg) no-repeat 0 0;
		}
	#header .ad {
		float: right;
		padding: 25px 20px 0 0;
	}
	#header ol {
		clear: both;
		list-style-type: none
	}
	/* hack for ie */
	*#header ol{
		margin-top:-10px;
	}
		#header ol li {
			float: left;
			font-size: 0.9em;
			text-transform: uppercase;
			padding-left: 1px;
			background: url(../img/divider.gif) no-repeat 0 0;
		}
			#header ol li.f {
				padding-left: 0;
				background: none;
			}
		#header ol li a {
			color: #727272;
			display: block;
			padding: 9px 10px 10px;
		}
		#header ol li a:hover {
			color: #4DB200;
			text-decoration: none;
		}
	#header form {
		float: right;
		width: 301px; height: 22px;
		/*background: url(../img/search.gif) no-repeat 0 0;*/
		margin: 5px 10px 0 0;
	}
		#header form input {
			border: 0;
			font-size: 0.9em;
			font-family: Verdana;
			float: left;
			width: 138px;
			background-color: transparent;
			margin: 4px 10px 0 2px;
		}
		#header form button {
			border: 0;
			text-indent: -9999px;
			width: 61px; height: 22px;
			float: left;
			background-color: transparent;
		}

		/* tag line in header  */

		.tagline{
		float:left;
		margin-left:22px;
		font-style: italic;
		color:#79b003;
		}
		/* vertical drop down menu*/
		#nav{
		margin-left:12px;
		}
		
		/*
		#nav li a{
		display:block;
		padding:0px 5px;
		border:none;
		color:#444;
		text-decoration:none;
		background:transparent;
		}
		*/
		#nav li ul{
			margin-top:16px;
		}
		#nav li ul li {
		display:block;
		padding:0px 5px;
		height:30px;
		color:#000;
		text-decoration:none;
		background: #fff;
		border-bottom: 1px dashed #666;
		}
		
		#nav li ul li a {
			text-decoration: none;
		}
		
		#nav li{
		float:left;
		position:relative;
		}
		
		#nav ul {
		position:absolute;
		display:none;
		top:1.5em;
		}
		
		#nav li ul a{
		width:11em;
		height:auto;
		float:left;
		}
		
		#nav ul ul{
		top:auto;
		}	
		
		#nav li ul ul {
		left:8em;
		margin:0px 0 0 10px;
		}
		
		#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
		display:none;
		}
		#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
		display:block;
		}
		img.alignmiddle{
			float:right;

}
/** END header **/

/** BEGIN body **/
#body {
	border: 1px solid #DBDBDB;
	margin: 10px 0;
	background: url(../img/wrapper.gif) repeat-y 745px 0;
	background-color: #FFFFFF;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 745px;
	float: left;
}
	#content .buffer {
		padding: 20px 5px;
		min-height:500px;
	}
	
	#content .buffer2 {
		padding: 0px 15px;
	}
	
	#content .post {
		width: 345px; height: 340px;
		float: left;
		padding: 0 10px;
	}
		#content .post h2 {
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
			#content .post h2 a {
				color: #588CB8;
			}
		#content .post .date {
			font-size: 0.8em;
			padding: 8px 5px;
		}
			#content .post .date a {
				color: #4DB200;
			}
		#content .post .thumb {
			width: 329px; height: 150px;
			overflow: hidden;
			margin-left: 7px;
		}
			#content .post .thumb img {
				width: 329px;
			}
		#content .post p {
			padding: 10px;
			line-height: 1.4em;
		}
		#content .post .readmore {
			display: block;
			float: right;
			text-indent: -9999px;
			width: 101px; height: 19px;
			outline: none;
			background: url(../img/readmore.gif) no-repeat 0 0;
		}
	#content .postmain {
		width: 345px; height: 340px;
		float: left;
		padding: 0 10px;
	}
		#content .postmain h2 {
			font-size: 1em;
			padding: 2px 6px;
			border-bottom: 1px solid #EDEDED;
		}
			#content .postmain h2 a {
				color: #588CB8;
			}
		
			#content .postmain .date a {
				color: #4DB200;
			}
		#content .postmain .thumb {
			width: 329px; height: 218px;
			overflow: hidden;
			margin-left: 7px;
		}
			#content .postmain .thumb img {
				width: 329px;
			}
		#content .postmain p {
			padding: 10px;
			line-height: 1.4em;
		}
		
	#content .poster {
		width: 215px; height: 195px;
		float: left;
		padding: 0 10px;
	}
		#content .poster h2 {
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
			#content .poster h2 a {
				color: #588CB8;
			}
		
			#content .poster .date a {
				color: #4DB200;
			}
		#content .poster .thumb {
			width: 122px; height: 102px;
			overflow: hidden;
			margin-left: 7px;
		}
			#content .poster .thumb img {
				width: 121px;
			}
		#content .poster p {
			padding: 5px;
			line-height: 1.4em;
		}
		
	#bottom {
		clear: both;
		padding: 15px 10px 0;
	}
		#bottom .box {
			width: 220px;
			float: left;
			padding: 10px;
		}
			#bottom .box h2 {
				color: #4DB200;
				font-size: 1em;
				padding-bottom: 5px;
				border-bottom: 1px solid #DDDDDD;
			}
			#bottom .box ul {
				list-style-type: none;
				padding-bottom: 10px;
			}
				#bottom .box ul li {
					font-size: 0.8em;
					border-bottom: 1px dotted #ABABAB;
					line-height: 1.4em;
					padding: 6px 0 6px 12px;
					background: url(../img/bullet.gif) no-repeat 0 11px;
				}
				#bottom .box ul li a {
					color: #727272;
				}
				#bottom .box ul li a:hover {
					text-decoration: none;
					color: #588CB8;
				}
			#bottom .box .comments a {
				font-weight: bold;
				color: #588CB8;
			}
	#content h2.title {
		padding: 0 15px 20px;
		font-size: 0.9em;
		text-transform: uppercase;
		font-weight: normal;
	}
	#content .postnav {
		padding: 0 15px;
		font-size: 0.8em;
		text-transform: uppercase;
	}
		#content .postnav a {
			color: #588CB8;
		}
	#content .single {
		padding:  15px;
	}
		#content .single a {
			color: #588CB8;
		}
		#content .single h2 {
			font-size: 1em;
			background-color: #F1F1F1;
			padding: 2px 5px;
			border-bottom: 1px solid #EDEDED;
		}
		#content .single .date {
			font-size: 0.8em;
		}
		#content .single p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
		#content .single ol, #content .single ul {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.4em;
		}
		#content .single blockquote {
			line-height: 1.4em;
			margin-bottom: 10px;
			padding: 10px 10px 5px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 8px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 220px;
	float: right;
}
	#sidebar h2 {
		color: #4DB200;
		font-size: 0.9em;
		text-transform: uppercase;
		padding: 10px 12px;
		background: url(../img/horizontal.gif) no-repeat 8px 22px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 10px 10px;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 2px;
			border-bottom: 1px dotted #ABABAB;
		}
		#sidebar ul li a {
			color: #727272;
		}
		#sidebar ul li a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .tags {
		padding: 0 10px 10px;
	}
		#sidebar .tags a {
			color: #727272;
		}
		#sidebar .tags a:hover {
			color: #588CB8;
			text-decoration: none;
		}
	#sidebar .flickr {
		padding: 0 10px 10px;
	}
		#sidebar .flickr img {
			margin: 2px;
		}
	#sidebar .video {
		padding: 0 10px 10px;
	}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	font-size: 0.8em;
	border: 1px solid #DBDBDB;
	padding: 12px;
	color: #727272;
	background-color: #FFFFFF;
}
	#footer {
	text-align: center;
	}
	#footer a img{
	   margin-right:15px	
	}
	
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 15px;
}
	#comments h2 {
		font-size: 1em;
		background-color: #F1F1F1;
		padding: 2px 5px;
		border-bottom: 1px solid #EDEDED;
	}
	#comments a {
		color: #588CB8;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input {
			margin-right: 5px;
		}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #a0a0a0;
			font-size: 1em;
			font-family: Verdana;
			padding: 2px 6px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #e0e0e0;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}
/** END wordpress 2.7 comments **/

/* customization of box graph */

#graph{
	padding-left:30px;
	max-width:650px;
}

#tools{
	padding-left:50px;
	max-width:650px;
}


/* customization of boxes sources */
#sources{
	padding-top:20px;
	padding-left:45px;
	max-width:650px;
}
  
#box_header{
	margin: 0 3em 0em 0;
	border: 1px solid #aaa;
	padding: 0.5em 1em;
	background-color: #3d6089;
	text-align:center;
	color:#f1f1f1;
}
#box_header a{
	text-decoration:none;
	color:#f1f1f1;
	font-weight: 600; 
 }
 
#box_header a:hover{
	text-decoration:none;
	color:#dbdbdb;
	font-weight: 600; 
 }
 
#box_content{
	margin: 0 3em 1em 0;
	border: 1px solid #aaa;
	border-top: 0px;
	padding:0.5em;
 }

#box_content a{
	text-decoration: none;
	color: #3d6089;
	
 }
#box_content a:hover{
	text-decoration: none;
	color: #005896
  }

#box_content ul {
	border: none;
	line-height: 1.2em;
	padding-left: 0.5em;
	margin: 0;
	list-style: none;
	background: none;
	cursor: default;
}




/* selectors to align geos listings by Eudald*/

input{
   margin-right:5px; 
}
.listings{
 display:inline;	
}


#searchIndi{
	padding:10px;
}


/* indicators treeview */

#indicatorstree li{
	margin-top:6px;
	margin-bottom:6px;
}
#indicatorstree li li li{
	
	margin: 0px;
	padding: 0px;
	margin-top:6px;
	margin-bottom:6px;
	text-indent: -4em;
	margin-left: 4em;
}





#indicatorstree li img{
	margin-right:5px;
}

#indicatorstree li li img{
	margin-right:5px;
	margin-left:15px;
}
#indicatorstree li li a{
	width:400px;
}

#indicatorstree li li li img{
	margin-right:5px;
	margin-left:30px;
}

#indicatorstree li img.help,#indicatorstree li li img.help,#indicatorstree li li li img.help{
	vertical-align: bottom;
	width:18px;
	height:18px;
	margin-left:5px;
}

/* google search */

input.google{

			font-size: 0.9em;
			font-family: Verdana;
			float: left;
			width: 88px;
			background-color: black;
			margin: 4px 10px 0 2px;
}


/*weave */
#searchbox{
	margin-left:15px;
	margin-top:15px;
	margin-bottom:15px;
}


#searchbox td {
	padding-right:10px;
}

.bold{
	font-weight: bold;
}
.timid{
	color:#333;
}

/*google search*/

