/*
THEME NAME: Iberiachange
AUTHOR: <a href="http://www.alva-design.com/">Winy Schalke</a>
*/

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



/* -------------------------------------------------------------- 
   
   ie.css
   
   Contains every hack for Internet Explorer,
   so that our core files stay sweet and nimble.
   
-------------------------------------------------------------- */

/* Make sure the layout is centered in IE5 */
body { text-align: center; }
#container { text-align: left; }

/* Fixes IE margin bugs */
* html .column { overflow-x: hidden; }


/* Elements
-------------------------------------------------------------- */

/* Fixes incorrect styling of legend in IE6. */
* html legend { margin:-18px -8px 16px 0; padding:0; }

/* Fixes incorrect placement of ol numbers in IE6/7. */
ol { margin-left:2em; }

/* Fixes wrong line-height on sup/sub in IE. */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* Fixes IE7 missing wrapping of code elements. */
html>body p code { *white-space: normal; } 

/* IE 6&7 has problems with setting proper <hr> margins. */
hr  { margin: -8px auto 11px; }

/*
-----------------------------------------------
colour palette
-----------------------------------------------
blue:		#3854aa
darkgreen:	#105300 or 00483f
lightgreen:	#9c3 or 6f7f27 or 808000
darkgray:	#b6bfb3
lightgrey:	#e0e3e9

projects:
alarm (orange) #C74D26
ecochange (purple) #C0128A
macis (blue) #3B559F
iberiagap (yellow) #DDA222
bioimpacto (aqua) #34A3AA
----------------------------------------------- */





body{
background:#fff url(http://www.biochange-lab.eu/iberiachange/wordpress/wp-content/themes/iberiachange2/images/bg-column.jpg) repeat-y;
}



html,body {
	height:100%; /* needed for container min-height */
	font-family:verdana,sans-serif;
	color:#666;
}



div#container {


position:relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
background:url(http://www.biochange-lab.eu/iberiachange/wordpress/wp-content/themes/iberiachange2/images/map2.jpg) top left no-repeat;
min-width:900px;}




div#header {
	position:relative;
	height:190px;
	background:#f0e7d9 url(http://www.biochange-lab.eu/iberiachange/wordpress/wp-content/themes/iberiachange2/images/map.jpg) top left no-repeat;}

div#header h1 {
		width:880px;text-align:right;text-indent:450px;font-size:42px; font-weight:normal;
		color:#336451; line-height:66px;margin-bottom:0; padding-top: 10px;
	}
	div#header h1 a, div#header h1 a:visited {	
		color:#336451;
	}

div#flags{position:absolute; left: 820px; top:160px;    

}
div#flags img{margin-right: 10px;    

}

div#blog-description {
letter-spacing:.1em;
height:30px;
line-height:30px;
background:#336451;
color:#fff;
margin-left:150px;
padding-left:20px;}



divdiv#blog-description p{
margin-top:0; margin-bottom:0;}

div#blog-description img{
padding-left:10px;
vertical-align:middle;}
	
/* search
----------------------------------------------- */

form#searchform {
position:absolute; left: 675px; top:80px;    
 width: 225px;}
form#searchform input#s {
       width: 150px;}


div#container2 {
overflow: hidden;
width:100%;
position: relative;
padding:0 0 80px 0; /* bottom padding for footer */

}


div#content {
width:450px;float:left;
}

div#content_c{
padding: 20px 20px 0 0;
}

div#sidebar, div#sidebar_es, div#sidebar_pt {
float: left;
width: 450px;
margin-top:2.4em;

}

div#sidebar_es, div#sidebar_pt {
margin-top:.7em;

}
	
div#sidebar_c {
padding:0 20px 20px 170px;}


div#nav_main ul {
margin:0;
	padding:0;
	list-style-type:none;}



div#nav_main li {
       padding-top:0.3em;
	padding-bottom:0.3em;
}

div#nav_main li a {
	color:#999;
       }
       
div#nav_main ul.es li a, div#nav_main ul.pt li a {
	color:#fff;
       }


div#nav_main li li {
       margin-left: 20px;
       border: 0;
       padding-top:0.3em;
	padding-bottom:0.3em;
       font-weight: normal;
       font-size: 0.9em; }

/* level 1 pt and es */
div#nav_main ul.es li li, div#nav_main ul.pt li li {
       margin-left: 0;
    font-size: 1em;
   }
   
   div#nav_main ul.es li li a, div#nav_main ul.pt li li a {
	color:#999;
       }
    
 /* level 2 pt and es */
 div#nav_main ul.es li li li,  div#nav_main ul.pt li li li  {
       margin-left: 20px;
    font-size: 0.9em; }

div#nav_main li.current_page_item a {
       color:#c7714f; font-weight: bold;
       }
       
       div#nav_main ul.es li.current_page_item a,  div#nav_main ul.pt li.current_page_item a {
       color:#c7714f; font-weight: bold;
       }

body.pageid-2 div#nav_main li.home a {
       color:#9c3; font-weight: bold;
       }

div#nav_main ul.es li.current_page_item li a, div#nav_main ul.pt li.current_page_item li a {
       color: #999;
       font-weight: normal;}
       
       div#nav_main li.current_page_item li a {
       color: #999;
       font-weight: normal;}


div#nav_main li a:hover {
	color:#000;
	}

div#nav_main ul ul {
	margin-bottom:0;
	padding-bottom:0;
	}


body.pageid-2 div#nav_sub, body.pageid-37 div#nav_sub,body.pageid-46 div#nav_sub  {display: block;
}

/* messages, only on home pages */
div#nav_sub  {border:1px solid #ccc;padding: 10px;
margin-top:2em;display: none;
}

	


div#nav_sub ul {
margin:0;
	padding:0;
	list-style-type:none;}


div#nav_sub h3 {
border-top:0; padding-top:0; margin-top:0;}

div#nav_sub li {
       padding-top:0.3em;
	padding-bottom:0.3em;
margin-left:0;}

div#nav_sub li a {
	color:#999;
       }

div#nav_main li li {
       margin-left: 20px;
       border: 0;
       padding-top:0.3em;
	padding-bottom:0.3em;
       font-weight: normal;
       font-size: 0.9em; }

div#nav_sub li.current_page_item a {
       color:#c7714f; font-weight: bold;
       }




div#footer {
	position:absolute;
	padding-left:150px;
	bottom:0; /* stick to bottom */
	background:transparent;
	height: 70px; line-height: 70px;
	
}

div#footer div#nav_tools {
	margin-left: 280px; 
	
      }
#footer li {
       display: inline; 
       list-style-type: none; border-right: 1px solid #ccc; 
       padding-left: 0.5em; padding-right: 0.5em;}
#footer li.first {
       padding-left: 0;
}

#footer li.page-item-12 {
       padding-left: 0;
}
#footer li.top {
       padding-right: 0; border-right: 0;

}
#footer li a:hover {
	color:#000;
	}





/* anchors
----------------------------------------------- */
a { 
	color: #6cb26c;
	text-decoration: none;
	}
a:link, a:visited, a:active  { 
	color: #6cb26c;
	text-decoration: none;
	}
a:hover {
	color: #000;
	text-decoration: none;
	}

/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #666; 
  font-family: "lucida grande", arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {font-weight:bold;}

h1 { font-size: 3em; line-height: 1; margin-bottom: 1.5em; }
h2 { font-size: 1.6em; margin-bottom: 0.75em; }
h3 { clear: both;font-size: 1.2em; line-height: 1; margin-bottom: 1em; border-top:1px solid #ccc; padding-top:0.8em; margin-top:1.4em;}
h4 {font-size:1em;
	margin-top:1em;
       margin-bottom: 0;
}





/* Text elements
-------------------------------------------------------------- */

div.entry-content:{display:block;position:relative;}

p           { margin: 0 0 1.2em; }

div#content img       { float: left; margin: 0 20px 10px 0; }





strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 



/* Lists
-------------------------------------------------------------- */
li ul, 
li ol       { margin:0 2.5em;}
ul, ol      { margin: 0 2.5em 1.5em 2.5em; }

ol       { padding-left: 0;}


ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}



/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 0; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



/* clear
----------------------------------------------- */
.clear {clear: both; 
}


/* sitemap
----------------------------------------------- */
.ddsg-wrapper p, .ddsg-wrapper h2 {display:none;}