/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Reto
	Author Site	: http://r3to.ch
	Style Name	: greenpeace.ch blog
	Style URI	:
	Version		: 1
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	padding-top: 0;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #fff url('/webteam/wp-content/themes/k2/styles/greenpeace/header.jpg') no-repeat;
	height: 120px;
	}
#header h1, #header .description {
	color: #444 !important;
	font-family: "Helvetica Neue", Arial, sans-serif;
	padding: 12px 10px 0 220px;
	}
#header h1 a, #header h1 a:link, #header h1 a:hover, #header h1 a:visited, #header h1 a:hover {
	color: #444;
}

#header h1 {
	font-size: 14px;
}
#header .description {
	font-size: 11px;
	margin: 0;
	padding-top: 0 !important;
}

ul.menu li a {
	background-color: #74be1f !important;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}
ul.menu {
	padding-left: 8px;
}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	clear: both;
	}

.entry-content {
	/* The meat and potatoes of every entry */
	text-align: left;
	}
	
.entry-content img { float: left; margin: 0px 5px 5px 0px; }

.secondary {
	/* Contains the sidebar */
	}
	
.addthis_container {
	clear: both;
	margin-bottom: 15px;
}	
	
/* Typografie */
h1, h2, h3, h4 {
	font-family: Georgia, serif;
	letter-spacing: 0;
	clear: both;
}
#primary .entry-title {
	font-size: 2.1em;
	margin-top: 10px;
}
#primary .comments h4 {
	font-size: 1.8em;
}
.comments {
	clear: both;
}
.wp-caption-text {
	font-size: 0.8em;
	color:#777;
}
/*Flickr RSS*/

#flickrrss img {
	margin: 0 5px 5px 0;
}
/*nextgenfixing*/
.ngg-gallery-thumbnail img {
	margin: 4px 5px 4px 0 !important;
	padding: 0 !important;
	border: none !important;
}¨
/* greet */
.wp-greet-form div {
}
.wp-greet-form img {
}