/*
Theme Name: ECM Europe
Theme URI: http://ecmeurope.net/
Description: The default ECM Europe theme based on <a href="http://isotype.org">Isotype</a> theme and on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.1
Author: Lorenzo De Tomasi
Author URI: http://isotype.org/
Tags: black, custom header, fixed width, two columns, widgets

	ECM Europe theme v1.0
	 http://isotype.org/

	This theme was designed and built by Lorenzo De Tomasi,
	whose blog you will find at http://isotype.org/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
p, div.mc-field-group {
 margin: 0 0 .5em 0;
 padding: 0;
}
/* Begin Tables */
table {
 border-collapse: collapse;
 margin-bottom: 1em;
}
table caption {
 color: #003399;
 border-bottom: 2px solid #003399;
 text-align: left;
 font-weight: bold;
}
table thead tr {
 border-bottom: 1px solid #003399;
 color: #003399;
}
table tbody tr {
 border-bottom: 1px solid #003399;
}
table tr th, table tr td {
 padding-right: 1em;
}
table tr th {
 text-align: left;
}
table tr td {
 text-align: left;
}
/* End Tables */
a {
 text-decoration: none;
 color: #003399;
}
a:hover {
 text-decoration: underline;
}
a:visited {
 
}
/* Starts code from: Alex Griffioen, How to make sexy buttons with CSS, http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */
.clear { /* generic container (i.e. div) for floating buttons */
 height: 24px;
 width: 100%;
}
.navigation {
 clear: both;
 text-align: center;
 margin: 0;
}
a.button, a.button:hover {
 position: relative;
 background: transparent url('media/images/bg_button_a.gif') no-repeat scroll top right;
 color: white;
 display: block;
 float: left;
 font: normal 12px arial, sans-serif;
 height: 24px;
 margin-right: 6px;
 padding-right: 18px; /* sliding doors padding */
 text-decoration: none;
}
a.button:hover {
 text-decoration: none;
}
a.button span {
 background: transparent url('media/images/bg_button_span.gif') no-repeat;
 display: block;
 height: 16px;
 padding: 4px 0 4px 18px;
}
a.button:active {
 background-position: bottom right;
 color: #99999;
 outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
 background-position: bottom left;
 padding: 5px 0 3px 18px; /* push text down 1px */
}
/* end code from Alex Griffioen */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
/* End Typography & Colors */
.clear {
	clear: both;
}
/* Begin Images */
a img, img {
 border: none;
}
p img {
 padding: 0;
 max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
img.alignright {
 margin: 1em 0 1em 1.7em;
 display: inline;
}
img.alignleft {
 margin: 1em 1.7em 1em 0;
 display: inline;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
ul {
 padding-left: 1em;
 margin: 0 0 1em 0;
}
ul ul{
 margin-bottom: 0;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* Begin Form Elements */
form {
 margin: 0;
 padding: 0;
 border: 0px none !important;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
 text-align: left;
 margin-left: 160px;
}
form label {
 display: inline-block;
 width: 80px;
 line-height: 1.6em;
 margin-right: .5em;
 text-align: right;
 color: #99999;
}
input {
 font-size: 1em;
}
input[type="text"], input[type="password"], select, textarea {
 border: 1px solid silver;
 background: repeat-x url(media/images/input_text_background.gif);
}
input[type="text"]:hover, input[type="password"]:hover, select:hover, textarea:hover {
 border-color: #91B7D7;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
 border-color: #003399;
}
input[type="text"], input[type="password"], select, textarea, option {
 background-color: white;
}
select {
 width: 130px;
}
#mc-embedded-subscribe {
 margin-top: .5em;
 margin-left: 85px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */
/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: auto;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
/*
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
*/
blockquote {
 border: 0px none;
 margin: 0;
 padding: 0;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
 display: none;
}
/* End Various Tags & Classes*/
/* Mailchimp */
html > body .entry ul.mc-sub-badge01 {
 margin-left: 75px;
}
html > body .entry ul.mc-sub-badge01 li {
 margin: 0;
}
#mc-footer {
 margin-bottom: 1em;
 margin-left: 85px;
}
/* Jobs */
#cforms4form #li-4-7 {
 clear: both;
 height: 7em;
}
#cforms4form #li-4-7 label {
 width: 135px;
 float: none;
}
#cforms4form #li-4-7 label span {
 width: 135px;
}