/*
Theme Name: neocarto
Author: WordPress team (adapted by Manuela)
Description: 2011 child theme for WordPress
Author URI: neocartography.icaci.org
Template: twentyeleven
*/
 
@import url(../twentyeleven/style.css);

body {
    background-image: url("images/bg_top.gif");
    background-repeat: repeat-x;
    background-color: #F4F2EC;
}

#page {
	margin: 0 auto;
	max-width: 1000px;
}

#branding {
	border-top:0px;
}

#site-title {
	padding:1.4em 0 0;
	margin-right:50px;
}

#site-title a {
	color: #111;
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
}

#site-description {
	margin: 0 50px 1.8em 0;
}

#access {
	background: #222; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#047, #035);
	background: -o-linear-gradient(#047, #035);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#047), to(#035)); /* older webkit syntax */
	background: -webkit-linear-gradient(#047, #035);
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
	clear: both;
	display: block;
	float: left;
	margin: 0 auto 6px;
	width: 100%;
}

#access a {
	color: #eee;
	display: block;
	line-height: 2.5em;
	padding: 0 1.2125em;
	text-decoration: none;
}

.entry-title {
	clear: both;
	color: #222;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3em;
	padding-bottom: .3em;
	padding-top: 15px;
}

/* Large featured post */
section.feature-image.large {
	border: none;
	max-height: 160px;
	padding: 0;
	width: 100%;
}

.featured-posts section.featured-post {
	background: #fff;
	height: 160px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 30px;
	width: auto;
}

/* Site Generator Line */
#site-generator {
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
	padding: 1em 0.5em;
	text-align: center;
}

.single #author-info {
   background: #f9f9f9;
   border-top: 1px solid #ddd;
   border-bottom: 1px solid #ddd;
   margin: 2.2em 0% 0 0%;
   padding: 20px 35.4%;
}

/* Additions by Manu */
#branding #logo {
	position: absolute;
	top: 1.5em;
	right: 5.5%;
	text-align: right;
}

.eventtable td.first {
	font-size:12px;
	width:120px;
	padding-left:10px;
}

.eventtable tr:hover {
	background-color:#efefef;
}

/* Additions by Felix */
#access ul ul {top: 2.5em;}

