/*
Theme Name: Twenty Eleven-GB
Theme URI: http://wordpress.org/extend/themes/twentyeleven
Author: Mario Hohensee for Geomatikkbedriftene
Description: Childtheme for the twentyeleven theme
Version: 1
Template: twentyeleven
*/
@import url("../twentyeleven/style.css");
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-style: italic;
}
/* =Structure
----------------------------------------------- */

/* One column */
.one-column #page {
	margin: 250px auto;
	max-width: 800px;
}

/* =Global
----------------------------------------------- */
.entry-content,
.entry-summary {
	padding: 0 0 0;
	/*padding: 1.625em 0 0;*/
}
.entry-content table,
.comment-content table {
	border-bottom: 0px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.entry-content td,
.comment-content td {
	border-top: 0px solid #ddd;
	padding: 6px 10px 6px 0;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 0px solid #bbb;
	padding-bottom: 0px;
}

/* =Content
----------------------------------------------- */

#main {
	padding: 0 0 0;
}

/* Images */
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 0em;
}

/* Image borders */
img[class*="align"],
img[class*="wp-image-"] {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 0px solid #ddd;
}

/* =Medlemer
-----------------------------------------------*/
#Medlemer img {
	position: relative;
	bottom: -1em;
	padding: 0;
}
#Medlemer a {
	margin-left: 5em;
}