*{
	margin:0;
	padding:0;
}

body{
	font:  76%/120% Helvetica, verdana, arial, sans-serif;
	color:#393332;
	background:#1f2b1f;
}

a{
	text-decoration:none;
	outline:none;
	color:#369;
}

a:hover{
	color:#8dc63f;
}

a img{
	border:none;
}


p{
	margin-bottom:0.51em;
}

ul{
	margin:0 0 1em 10px;
}

li{
	padding-left:10px;
}

#container{
	position:relative;
	width:900px;
	margin:0 auto;
	background:#fff url(images/body_bg.gif) repeat-y top center;
}

#header{
	height:120px;
	line-height:60px;
	background:#343 url(images/header_bg.gif) repeat-y top center;
}

#header h1 {
	padding-top:30px;
	margin-left:30px;
	width:200px;
	height:60px;
	background:url(images/logo.gif) no-repeat bottom;
}

#header h1 a{
	display:block;
	text-indent:-5000px;
}




#navigation{
	height:45px;
	line-height:30px;
	background:#8dc63f url(images/nav_bg.gif) repeat-x bottom;
	margin:0 20px 0 21px ;
	border-left: 1px solid #a5d45c;
	border-right: 1px solid #a5d45c;
	border-top: 1px solid #69af20;
}

#navigation ul{
	margin-left:20px;
}

#navigation li{
	padding:0;
	text-align:right;
	list-style-type:none;
	display:block;
	float:left;
	line-height:45px;
	font-size:16px;
}


#navigation li a{
	display:block;
	float:left;
	padding:0 20px;	
	color:#363;
}

#navigation li a:hover{
	color:#fff;
	background:#69af20;
}


#navigation li.current a{
	color:#333;
	background:#fff;
}


/*
	Secondary navigation
*/

#secondary_navigation{
	position:absolute;
	top:90px;
	right:21px;
	height:24px;
	line-height:24px;
}

#secondary_navigation li{
	padding:0;
	list-style-type:none;
	display:block;
	float:left;
	line-height:24px;
	font-size:12px;
}


#secondary_navigation li a{
	display:block;
	float:left;
	padding:0 10px;	
	color:#69af20;
	border-bottom:6px solid #343;
}

#secondary_navigation li a:hover{
	color:#ff6;
	border-bottom:6px solid #121;	
}


#secondary_navigation li.current a{
	color:#fff;
	border-bottom:6px solid #69af20;
}


/*
	Content
*/

#content{
	float:left;
	width:670px;	
}

#sidebar{
	margin-left:670px;	
	margin-right:20px;
	
}

#sidebar .module{
	padding:20px;
}

#welcome{
	line-height:150%;
	color:#464;
}

#welcome .excerpt{
	font-size:125%;
	color:#030;
}



/*
	lists
*/



.list_title{
	margin-left:21px;
	padding-left:24px;	
	font-size:140%;
	font-weight:normal;
	background:#b9de78;
	height:30px;
	line-height:30px;
	margin-top:10px;	
}

.list_title a{
	color:#a60;
}

.list_title a:hover{
	color:#a30;
}



.big_list li {
	display:block;
	font-size:180%;	
	padding:0;
}

.big_list a{
	padding:8px 15px;
	display:block;
	color:#900;
	line-height:160%;	
	border-bottom:1px solid #efb;	
}

.big_list a:hover{
	color:#573;
	background:#b9de78;
	border:1px solid #ac6;
	border-bottom:1px solid #8a4;
}

/*
	project
*/

.project{
	padding:15px 0;
}

.project .image{
	margin-left:31px;
	padding:15px 0;
}

.project .image img{
	padding:10px;
	background:#d6ed95;
	border:1px solid #d5e574;
}

.project h2{
	font-size:250%;
	margin:10px 0 15px 21px;
	padding:0 15px 0 60px;
	color:#900;
}

.project h2 a{
	color:inherit;
}

.project h2 a:hover{
	color:#8dc63f;
}


.project .info{
	height:30px;
	line-height:30px;
	padding:0;
}

.project .info ul{
	padding:0;
	margin:0;
}

.project .info li{
	padding:0;
	display:block;
	float:left;
}

.project .info li.country{
	padding-left:21px;	
	color:#fff;
	background:#343 url(images/header_bg.gif) repeat-y top left;	
}


.project .info li.category{
	color:#fff;
	background:#8dc63f;	
}

.project .info li.visit{
	color:#900;
	background:#e4f3c5;	
}

.project .info a{
	font-weight:bold;
	font-size:110%;
	color:inherit;
	padding:0 10px;	
	display:block;
	float:left;
}

.project .country a{
	padding-left:60px;	
}

.project .description{
	background:url(images/renglones.gif);
	color:#454;
	font-size:14px;
	line-height:120%;
	margin-left:81px;
	margin-right:100px;
	line-height:20px;
}

.project .description p {
	margin-bottom:20px;
}

.description h1, .description h2, .description h3, .description h4, .description h5{
	font-size:140%;
	margin:0.5em 0;
	color:#520;
}

.grid{
	padding:24px;
	margin-left:21px;
}

.grid .project{
	width:129px;
	float:left;
	padding:10px 10px 10px 0;
	margin-right:10px;
}

.grid .project h2{
	padding:0;
	margin:0;
	font-size:150%;
}

.grid .project .image{
	margin:0;
}

/*
	PAGES
*/

#page{
	margin:0 20px 0 21px;
	padding:20px;
}

#page h2{
	font-size:250%;
	margin:10px 0 15px;
	padding:0;
	color:#900;
}

#page h2 a{
	color:inherit;
}

#page h2 a:hover{
	color:#8dc63f;
}

#page .excerpt{
	font-size:160%;
	color:#020;
	line-height:140%;
}

/* Paging */

.paging{
	margin:10px 0 10px 21px;
	padding-left:10px;
	overflow:auto;
}

.paging div, .paging a.enabled{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 12px;
	float:left;
}

.paging .disabled{
	color:#999;
}



/*
	Ad grid
*/

#grid_ads{
	margin-left:21px;
	height:47px;
	padding-left:12px;
	clear:both;
}

#grid_ads li{
	display:block;
	float:left;
	width:32px;
	height:32px;
	background:#8db641 url(images/ad_grid_bg.gif) no-repeat center;	
	padding:3px;
	margin-top:5px;
	margin-right:5px;
}

#grid_ads a{
	display:block;
	float:left;	
	width:32px;
	height:32px;
	position:relative;
}

#grid_ads a span{
	font-size:11px;
	line-height:12px;
	padding:4px;
	position:absolute;
	display:block;
	bottom:-20%;
	left:20%;
	width:250%;
	color:#a33;
	background:#fe3;
/*	opacity:.8;*/
	z-index:10;
	display:none;
}

#grid_ads a:hover span{
	display:block;
}


/*
	Footer
*/

#footer{
	clear:both;
	background:#343 url(images/header_bg.gif) repeat-y top center;
}

#footer .meta{
	background:#c5e574;
	margin:0 20px 0 21px;
	padding:20px;
	border-top:1px solid #a5c554;
}

#footer .meta h3{
	font-size:140%;
	color:#343;
	margin-bottom:10px;
}

#footer .last_projects{
	overflow:auto;
}

#footer .meta .image{
	float:left;
	margin-right:8px;	
}

#footer .meta a img{
	padding:5px;
 	background:#e4f3d5;
	border:1px solid #8dc63f;	
}

#footer .copyright{
	color:#c5e574;
	padding:20px 41px;
	background:transparent url(images/bottom_bg.gif) no-repeat bottom center;	
}

/*
	Forms
*/

input, textarea{
	display:block;
	background:#ffe;
	border:1px solid #bcb;
	border-top-color:#676;
	border-left-color:#787;
	padding:3px;
	width:300px;
}

textarea{
	width:400px;
	height:250px;
}

label{
	display:block;
	color:#454;
	padding:3px 0;
	margin:5px 0 3px 0;
}

.submit{
	position:relative;
	height:50px;
	margin:10px 0;
}

.submit input{
	width:100px;
	background:#232;
	border:1px solid #121;
	border-top-color:#676;
	border-left-color:#787;
	padding:3px;
	color:#ffe;	
	position:absolute;
	left:310px;
}

#feed{
	padding:10px 0;
}

#feed a{
	display:block;
	height:48px;
	width:188px;
	background:url(images/feed_icon.gif);
	text-indent:-5000px;
}

#micropub a{
	display:block;
	height:48px;
	width:200px;
	background:url(images/micropub_logo.gif);
	text-indent:-5000px;
}