/* HTML + BODY */

html {
	padding: 0;
	margin: 0;
	overflow: -moz-scrollbars-vertical;
}

body {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER */

#header {
	float: left;
	width: 100%;
	padding: 20px 0;

	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;

}

#header h1 {
	width: 240px;
	height: 95px;
	float: left;
	margin: 0;
}

#header h1 a {
	display: block;
	width: 240px;
	height: 95px;
	
	background-image: url(../img/endreblogg.gif);
	line-height: 1000px;
	overflow: hidden;
	
	border: 0;
}

#header h1 a:hover {
	background-color: transparent;
	border: 0;
}

/* HELLO */

#hello {
	width: 500px;
	height: 45px;
	float: right;
	position: relative;
	top: 45px;
	
}

#hello h2 {
	font-weight: normal;
	color: Black;
	margin: -2px 0 7px 0;
}

#hello #loginbar {
}

/* LOGINBAR */

#hello #loginbar p {
	font-size: 11px;
	line-height: 15px;
	margin: 0;
}


/* FOOTER */

#footer {
	width: 100%;
	float: left;
	padding-top: 5px;
	margin: 0 0 20px 0;
}

/* CONTENT + SIDEBAR */

#content {
	margin: -5px 0 0 0;
	width: 500px;
	float: left;
}

#context {
	width: 240px;
	float: right;
}

#context #toolbar {
	width: 110px;
	float: left;
}

#context #sidebar {
	width: 110px;
	float: right;
}/* LINKLIST */

#context h2 {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	text-transform: uppercase;
	color: #666;
	margin: 0;
}

#context a {
	border: 0;
}

/* CONTEXT SEARCH */

#context #search {
	height: 55px;
	border-bottom: 1px solid #ccc;
}

#context #search h2 {
	display: none;
}

/* AD */

.ad {
	padding: 15px 0 15px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

.ad img {
}

.ad p {
	font-size: 11px;
	line-height: 20px;
	margin: 0;
}

.ad p a {
	color: #666;
}

.ad p a img {
	border: none;
}

.ad p a strong {
	font-size: 15px;
	font-weight: bold;
	color: #090;
}

.ad p a:hover,
.ad p a:hover strong {
	background-color: #090;
	color: White;
}

/* LINKLIST */

.linkList {
	padding: 15px 0 15px;
	border-bottom: 1px solid #ccc;
}
	
.linkList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.linkList ul li {
	font-size: 11px;
	line-height: 20px;

	background-image: url(../img/link-arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 0 0 15px;

	color: #666;
}

.linkList ul li em {
	font-style: normal;
	color: #999;
}

.linkList p {
	font-size: 11px;
	line-height: 20px;
	color: #666;
	margin: 0 0 15px 0;
}

.linkList p strong {
	font-size: 13px;
	font-weight: normal;
}

/* CONTEXT ARCHIVES */

.linkList#archives h2 {
}

/* CONTEXT CATEGORIES */

.linkList#categories h2 {
	display: none;
}

.linkList#categories ul li {
	font-size: 24px;
	line-height: 30px;
	background-image: none;
	padding: 0;
}

.linkList#categories ul li em {
	font-size: 18px;
	line-height: 5px;
}


/* CONTEXT COMMENTS */

.linkList#comments ul li {
}

/* CONTEXT RSS */

.linkList#rss {
	border-bottom: none;
}
/* global */

body {
	font-family: arial, sans-serif;
	font-family: georgia, serif
}

/* links */

a {
	text-decoration: none;
	color: #690;

	border-bottom: 1px solid #ccc;
}

a:hover {
	background-color: #690;
	color: White;

	border-bottom: 1px solid #690;
}

/* headers */

h1,
h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 0 0 30px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 20px 0;
}

h4,
p {
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

ul li,
ol li {
	font-size: 13px;
	line-height: 24px;
}

h5 {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 0;
}

h6 {
	font-size: 11px;
	font-weight: normal;
	line-height: 20px;
	margin: 0 0 20px 0;
}

/* edit */

.wp-edit a  {
	font-style: normal;
	text-transform: uppercase;
	color: #690;
}/* storyList */

.storyList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.storyList ul li {
	font-size: 13px;
	line-height: 18px;
	
	border-top: 1px solid #ccc;
	padding: 2px 0 10px 0;
}

/* storyGroup */

.storyGroup .story {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px 0;
}

.storyGroup .navigation {
}

.storyGroup .navigation p {
	font-size: 15px;
	line-height: 20px;
	color: #ccc;
}
 
.storyGroup .navigation p a {
	border: none;
}

.storyGroup .navigation p a .prev {
	background-image: url(../img/navigation-prev.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

.storyGroup .navigation p a .next {
	background-image: url(../img/navigation-next.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 15px 0 0;
}

/* STORY */

.story h1 a,
.story h2 a,
.story h3 a {
	color: Black;
}

.story h1 a:hover,
.story h2 a:hover,
.story h3 a:hover {
	background-color: #690;
	color: White;

}

.story h1 {
}

.story .head {
}

.story .head h1,
.story .head h2,
.story .head h3 {
	margin: 0;
}

.story .head h1 em,
.story .head h2 em,
.story .head h3 em {
	font-size: 13px;
	line-height: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999;
}


.story .head h5 {
	font-size: 11px;
	line-height: 20px;
	color: #666;
	margin: 0 0 10px 0;
}

.story .head h5 a {
	color: #666;
}

.story .head h5 a:hover {
	background-color: #690;
	color: White;
}

/* body */

.story .body img {
	border: 0;
}

/* meta */

.story .meta {
	float: left;
	width: 100%;
	padding: 5px 0 5px 0;
}

.story .meta a {
/*	color: Black; */
}

.story .meta ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.story .meta ul li {
	float: left;
	display: block;
	font-size: 11px;
	line-height: 20px;
	color: #666;
}

.story .meta ul li strong {
	display: none;
}

.story .meta ul li.tags,
.story .meta ul li.comments,
.story .meta ul li.rss {
	background-image: url(../img/meta-divider.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 0 0 0 20px;
}

/* figures */

.figure.small {
	width: 110px;
	float: left;
	padding: 5px 20px 0 0;
}

.figure.small img {
	width: 110px;
}

.figure.medium {
	width: 240px;
	float: left;
	padding: 5px 20px 0 0;
}

.figure.medium img {
	width: 240px;
}


/* COMMENTS */

#comments {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 5px 0 0 0;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments ol li {
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

#comments ol li .head {
	width: 110px;
	float: left;
	padding-right: 20px;
}

#comments ol li .head h5 {
	margin: 0 0 10px 0;
}

#comments ol li .head * {
	font-style: normal;
	color: #666;
}

#comments ol li .head a:hover {
	background-color: #690;
	color: White;
}

#comments ol li .body {
	width: 370px;
	float: left;
}

#comments ol li .body p {
	
	font-size: 11px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

/* RESPOND */

#respond {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

#respond h4,
#respond p {
	font-size: 11px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

#respond h4 {
	color: #666;
	margin: 0;
}

#respond h4 strong {
	color: Black;
}

#respond .head {
	width: 110px;
	float: left;
	padding-right: 20px;
}

#respond .body {
	width: 370px;
	float: left;
}

#respond .body input#author,
#respond .body input#email,
#respond .body input#url,
#respond .body textarea#comment {
	width: 350px;
}

/* highlight */

.highlight {
	background-color: #ffffcc;
  margin: 0 0 20px 0;
}

.highlight p {
	padding: 5px 10px;
	margin: 0;
}

/* tagcloud */

.tagcloud ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.tagcloud ul li {
	display: inline;
	padding: 0 10px 0 0;
}

.tagcloud ul li a {
}/* forms */

form {
	margin: 0;
}

form fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

/* form typography */

form h1,
form h4,
form p {
	margin: 0 0 10px 0;
}

form h4 {
	margin: 0;
}

form h4 strong {
	color: #690;
}

/* message */

.message {
	background-color: #ffffcc;
	padding: 5px;
  margin: 0 0 20px 0;
}

.message.error {
	color: Red;
}

/* admin */

form#post h1 input {
	font-family: georgia, serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 0;
}

form#post input#post_title,
form#post textarea#post_content,
form#post input#post_tags {
	width: 498px;
	background-color: #ffc;
	border: 1px #ccc inset;
}