/*
Theme Name:     Fotoklubben
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentyeleven
Version:        0.1.0
*/
@import url("../twentyeleven/style.css");

body {
	padding: 0 0em;
}

body, input, textarea {
	color: #373737;
	font: 17px Garamond, Baskerville, Georgia, "Times New Roman", Times, serif;
	/*font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-weight: 300;
	line-height: 1.625;
}

#page {
margin: 0em auto;
max-width: 1000px;
width: 1000px;
}

#branding hgroup {
	margin: 0 0;
}

#access ul {
	font-size: 16px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
}

#access a {
	color: #eee;
	display: block;
	line-height: 2.2em;
	/*padding: 0 1.2125em;*/
	padding: 0 1.0em;
	text-decoration: none;
	font-size: 16px;
}

#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 2.20em;
	left: 0;
	width: 158px;
	z-index: 99999;
	font-size: 16px;
}

#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
/*	line-height: 1.4em;*/
	line-height: 0.6em;
	padding: 10px 10px;
	width: 138px;
	font-size: 16px;
}

.entry-content h1, .entry-content h2, .comment-content h1, .comment-content h2 {
color: #000;
font-weight: bold;
margin: 0 0 .8125em;
font-size: 18px;
font-weight: bolder;
text-transform: uppercase;
}

.entry-content th,
.entry-content h2,
.comment-content h2
.comment-content th {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
    /*font-weight: bolder;*/
}
.entry-content h3, .comment-content h3 {
font-size: 14px;
letter-spacing: 0.1em;
line-height: 2.6em;
text-transform: uppercase;
}


