/*  

Theme Name: Geo-Lab

Version: 0.5

Author: Valerio Bellone

Author URL: http://www.valeriobellone.com/

*/



* { margin: 0; padding: 0; outline: none; }



a:link, a:visited, a:active { color: #be3232; }

a:hover { color: #134077; }



body { background: #FFFFFF url(img/body-bg.gif) repeat-x; font-family: Verdana, Arial, Helvetica, san-serif; font-size: 12px; color: #666;  }



#wrapper { width: 800px; margin: 0 auto; }

#menuuu {
	padding:2px 0 0 0;
	}

.menu {width:800px; height:32px; font-size:11px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:800px; w\idth:801px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:133px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:133px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#fff; width:133px; height:30px; border-width:0 0 0 0; background:#7e7e7e; padding-left:2px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:160px; w\idth:161px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#b2d1e0 bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#c9ba65 bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:149px;}

/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#b2d1e0; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:151px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#2599cf;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#2599cf;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


.menu ul ul .current_page_item a {
  color: #ffffff;
  background: #2599cf;
}

.menu .current_page_item a {
  color: #ffffff;
  font-weight: bold;
  background: #2599cf;
}

.menu ul .current_page_item ul a {
  color: #000000;
  font-weight: normal;
  background: #b2d1e0;
}

.menu ul .current_page_item ul a:hover {
  background: #2599cf;
}

.menu .current_page_item a:hover {
  background: #2599cf;
}

#header { width: 800px; height: 138px; }

a.logo { width: 150px; height: 75px; float: left; background: url(img/logo.png); margin-top: 33px; }

a.logo span { display: none; }



.search { float: right; margin-top: 55px; background: url(img/search-bg.png) no-repeat; width: 246px; padding: 6px 30px 8px 10px;  border: none; }

.search .search-text { background: url(img/vuoto.gif) no-repeat; width: 118px; margin: 0 0 0 35px; padding: 0 50px 8px 52px;  border: none; }



#subheader { no-repeat; width: 800px; height: 163px; float: left; position: relative; }

#subheader p { font-size: 10px; margin: 55px 0 0 10px; width: 460px; }



.search-alert {display: none; background: url(img/search-alert-arrow.png) no-repeat; padding: 20px 15px 10px 15px; float: left; margin: 2px 0 0 83px; position: absolute; font-size: 10px; cursor: pointer; color: #000; }



#content { width: 560px; float: left; }



.post { width: 560px; margin-bottom: 50px; }

.post h2 a { color: #24446b; font-weight: normal; text-decoration: none; font-size: 24px; }

.post span.post-info { color: #CCCCCC; font-size: 10px; padding-bottom: 10px; width: 560px; float: left; }

.post p { line-height: 22px; margin-bottom: 10px; }

.post div.cats { border-top: 1px solid #ececec; padding-top: 10px; }



#sidebar { width: 185px; float: right; }

#sidebar ul { list-style-type: none; }

#sidebar ul li { padding-bottom: 5px; border-bottom: 1px solid #ececec; margin-bottom: 15px; }

#sidebar ul li ul li { margin: 0; border: none; padding: 0; }

#sidebar ul li ul li /* a */ { padding: 5px 0px 5px 20px; display: block; width: 165px; background: url(img/sidebar-bullet.gif) no-repeat 0px 7px; }

#sidebar ul li h2 { font-size: 18px; color: #474747; padding-bottom: 9px; font-weight: normal; }



.navigation .previous {float:left;}

.navigation .next {float:right;}



#footer { clear: both; width: 100%; float: left; background: #e4e4e4; padding: 20px 0; margin-top: 20px; }

#footer .inner { width: 800px; margin: 0 auto; }



.comments { float: left; padding: 0; }



.comments input[type=text], textarea { width: 350px; }



textarea { width: 450px; }



.comments fieldset { padding: 20px; border: 1px solid #CCC; margin: 10px 0 20px 0; }



.comments p { padding: 0 0 10px 0; }



.comments h2 { padding: 0 0 15px 0; }



#cdisplay { list-style-type: none; padding: 0; margin: 0; }



	#cdisplay li { padding: 10px;  margin-bottom: 10px; width: 560px; }

	

	#cdisplay li.first {  background: #f9f9f9; border-bottom: #CCC 1px solid; }

	

	#cdisplay li.second {  background: #f6f6f6; border-bottom: #dedede 1px solid; }



.aligncenter,

div.aligncenter {

   display: block;

   margin-left: auto;

   margin-right: auto;

}



.alignleft {

   float: left;

}



.alignright {

   float: right;

}



.wp-caption {

   border: 1px solid #ddd;

   text-align: center;

   background-color: #f3f3f3;

   padding-top: 4px;

   margin: 10px;



   -moz-border-radius: 3px;

   -khtml-border-radius: 3px;

   -webkit-border-radius: 3px;

   border-radius: 3px;

}



.wp-caption img {

   margin: 0;

   padding: 0;

   border: 0 none;

}



.wp-caption p.wp-caption-text {

   font-size: 11px;

   line-height: 17px;

   padding: 0 4px 5px;

   margin: 0;

}



img.avatar {float:right;}
