* {
        text-align: inherit;
        color: inherit;
        background: transparent;
        margin: 0;
        padding: 0;
}

a {
	font-family: inherit;
	text-decoration: none;
	color: #009;
}
a:hover {
	font-family: inherit;
	text-decoration: underline;
}

small { font-size: 85%; }
code { font-family: Consolas, "Andale mono", "Courier New", monospace; }
strong { font-family: inherit; font-weight: bold; }
em { font-family: inherit; font-style: italic; }
u, i, b { font-family: inherit; }

body {
	text-align: left;
	color: #333;
	padding: 4em 0;
}

#header {
	margin: 0 0 0 0;
	height: 100%;
	width: 100%;
	float: left;
}
#header-text {
	position: relative;
	width: 100%;
	height: 8em;
	margin-bottom: -8em;
	z-index: 1;
}

#header-text a { text-decoration: none; }
#header-text a:hover { text-decoration: underline; }

#header-text-title {
	/* Flyttad till header.php */
	/* top: 6pc; */
	left: 3pc;
	position: relative;
	font-weight: bold;
	font-size: 215%;
	line-height: 100%;
	z-index: 2;
	text-shadow: 3pt 3pt 2pt black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#header-text-tagline, #header-text-tagline a {
	/* Flyttad till header.php */
	/* top: 6.3pc; */
	left: 3.1pc;
	z-index: 3;
	position: relative;
	color: white;
	line-height: 90%;
	font-size: 0.9em;
	text-shadow: 3pt 3pt 1pt #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#header-text-tagline a { color: white; }

#header-image-container {
	float: left;
	width: 100%;
	padding: 0;
	position: relative;
	top: -1pt;
}

#header-image {
	z-index: -1;
	width: 100%;
	float: left;
	padding: 0;
	vertical-align: top;
}

#footer p {
	text-align: center;
	font-size: 90%;
	margin: 1.5em auto 0;
}

#menu {
	position: relative;
	font-size: 90%;
	height: 1.5em;
	line-height: 1.5em;
	top: -1.5em;
	font-weight: bold;
	padding-left: 1.5em;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	display: inline-block;
	text-align: center;
	vertical-align: bottom;
	font-weight: normal;
	position: relative;
	font-size: 1em;
	padding: 0.25em 0.7em 0.15em;
	top: -1.9em; margin-bottom: -1.9em;
	margin-left: 0.2em;
	-khtml-border-radius-topright: 0.2em;
	-khtml-border-radius-topleft: 0.2em;
	-opera-border-radius-topright: 0.2em;
	-opera-border-radius-topleft: 0.2em;
	-webkit-border-radius-topright: 0.2em;
	-webkit-border-radius-topleft: 0.2em;
	-moz-border-radius-topright: 0.2em;
	-moz-border-radius-topleft: 0.2em;
	border-radius-topright: 0.2em;
	border-radius-topleft: 0.2em;
	text-shadow: 2pt 2pt 1pt #333;
}
#menu ul li a { color: white; }
#menu ul li.selected { background: white; color: black; text-shadow: none; }
#menu ul li.selected a { color: black; }
#menu ul li:hover { color: black !important; text-shadow: none; }
#menu ul li:hover a { color: black; }
#menu ul li a { text-decoration: none; padding: 0; margin: 0; }

#page {
	width: 55em;
	margin: 0 auto;
	background: white;
	border: 1pt solid #cc9;
	box-shadow: 0.6em 0.6em 0.6em #888;
	-moz-box-shadow: 0.6em 0.6em 0.6em #888;
	-webkit-box-shadow: 0.6em 0.6em 0.6em #888;
	-khtml-box-shadow: 0.6em 0.6em 0.6em #888;
	-opera-box-shadow: 0.6em 0.6em 0.6em #888;
}

#content {
	/* width: 38em; */
	width: 71.5%;
}

#sidebar {
	float: right;
	/* width: 15em; */
	width: 27%;
	padding: 0 0 1em 0;
	font-size: 85%;
}
#sidebar ul { list-style-type: none; }
#sidebar ul li { line-height: 1.3em; }
#sidebar input { width: 90%; text-align: left; }

#sidebar img { max-width: 98%; }

h1 { font-size: 150%; font-weight: normal; }
h2 { font-size: 120%; font-weight: normal; }
h3 { font-size: 110%; font-weight: normal; }
h4 { font-size: 100%; font-weight: bold; }
h5 { font-size: 100%; font-weight: normal; font-style: italic; }
h6 { font-size: 100%; font-weight: normal; display: inline; font-style: italic; }

h1, h2, h3, h4, h5 {
	margin-top: 1.2em; margin-bottom: 0.1em;
	letter-spacing: -0.01em;
}

h1.entry-title {
	font-size: 180%;
	margin-top: 0.6em;
	line-height: 100%;
	margin-bottom: 0.15em;
}

.only-entry h1.entry-title a {
	color: #111;
}

h1.entry-title a { text-decoration: none; }
h1.entry-title a:hover { text-decoration: underline; }

.clear, #container {
	clear: both;
	padding: 1em;
}

.entry {
	margin: 0.5em 0.5em 2em;
	padding: 1pt 1em 3.5em;
	line-height: 1.5em;
	font-size: 90%;
}
.multiple-page-entry {
	border-bottom: 1pt solid #ccf;
}
#comments-container {
	margin: 5em 1.5em 2em;
}

.gytSocial { margin-top: 1em; }
.gytSocialFacebook { margin-top: 1em; }
.gytSocialFacebookShareButton { margin-top: -0.15em; }

.first_post {
	background: #f6f6f6;
	color: #111;
	font-size: 100%;
	border: none;
}

.entry-meta {
	font-size: 85%;
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #555;
}

#pagenav { line-height: 100%; font-size: 85%; padding: 1.5em 1.5em; text-align: center; vertical-align: middle; }
#pagenav a { text-decoration: none; border: 1pt solid #006; color: #006; padding: 0.1em 0.45em; }
#pagenav a.current-page { background: black; border: 1pt solid black; color: white; padding: 0.1em 0.45em; }
#pagenav a:hover { text-decoration: none; border: 1pt solid white; color: white; background: #006; }
#pagenav a.current-page:hover { background: white; border: 1pt solid black; color: black; }

.postGytSocial { clear: both; }

.entry p + p { margin-top: 1em; }
.indent { margin-top: 1em; margin-bottom: 1em; }

#comments-list, #pingback-list {
	font-size: 90%;
	margin-left: 1.7em;
	line-height: 1.4em;
}

#comments-list li, #pingback-list li { vertical-align: top; }
#comments-list li { min-height: 6em; margin-top: 0.6em; padding: 0.3em 0.5em; }
li.entry-author-comment { background: #eef; }
#comments-list p + p { margin-top: 0.7em; }
.comment-author { font-weight: bold; }

#comments-list li ul, #comments-list li ol { margin-left: 3em; }
#comments-list li ul li, #comments-list li ol li { min-height: 0; margin-top: 0.2em; padding: 0.1em; }

.gravatar { float: right; margin: 0 0 0 0.8em; padding: 0; }
.gravatar img { border: 1px solid #ccc; padding: 2px; margin: 0; max-height: 5.5em; }

.awaiting-moderation {
	font-size: 80%;
	font-style: italic;
	margin: 0 0 1em;
	line-height: 80%;
}

.comment-content { margin-top: 0.3em; }

input, textarea { background: #eee; }
input:focus, textarea:focus { background: #fff; }

.commentform {
	font-size: 90%;
	padding: 0.2em 0;
}
.commentform label {
	display: inline-block;
	width: 7.5em;
}

.commentform div.formcontrol, #cf_content {
	margin-top: 0.5em;
}

.GytKebnekaise_textarea textarea {
	margin-top: 0.3em;
	width: 100%;
	height: 7em;
	padding: 0.4em;
	font-size: 90%;
}

input#comment_name, input#comment_email, input#comment_url {
	padding: 0.1em;
	width: 15em;
}

.commentform #cf_submit input {
	float: right;
	padding: 0.1em 1em;
	margin: 0 0 2em 0;
	text-align: center;
}

#captcha-container { float: left; }
#captcha-script { margin-top: 0.4em; }

#respond { margin-top: 2em; }

.entry img {
	padding: 2px;
	border: 1px solid #ccc;
	max-width: 100%;
}

.entry ul, .entry ol { margin: 0.5em 0 0.5em 3em; }
.entry ul li, .entry ol li { margin: 0.5em; }

.entry blockquote {
	background: #eee;
	padding: 0.8em;
	margin: 0.5em 0;
	font-size: 90%;
	line-height: 1.4em;
}

.entry blockquote p + p { margin-top: 0.6em; }

ul.error, p.error {
	border: 1pt solid black;
	background: #efe;
	color: black;
	padding: 0.8em 2em;
	font-size: 90%;
	margin: 0.5em;
}

ul.error li { margin-left: 1.5em; }

ul.tweets li { clear: both; margin: 5px 0 0; list-style-type: none; padding: 5px 0 5px !important; line-height: 1.2em !important; }
ul.tweets li + li { border-top: 1px dotted #ff3366; }
ul.tweets li img.tweetimage { border: 1pt solid black; float: right; margin: 0 10px 0 0; }
p#tweetfollow { text-align: right; margin: 5px 0 0; padding: 5px 0 0; border-top: 1px dotted #ff3366; }
span.tweet-time { font-weight: bold; font-size: 85%; }

