/*
Theme Name: bleed 0.5
Theme URI: http://www.bleed.no
Description: bleed.com
Author: http://www.bleed.no based on sandbox
Author URI: http://www.bleed.no
*/
@charset "UTF-8";
/* CSS Document */


/* General styles */


* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	text-decoration: none;
	}
	
p, ol, ul, blockquote, object {
	margin: 15px 0 20px 0;
	}

p, li, h1, h2, h3, h4, h5, h6 {
	}

p, li, a, h1, h2, h3, h4, h5, h6 {
	color: #000000;
	text-decoration: none;
	text-transform: none;
	}

a:hover {
	color: aqua;
	background-color: aqua;
	text-decoration: underline;
	}

ol, ul, li {
	margin: 0;
	padding: 0;
	}

img {
	border: none;
	}

p img, li img {
	margin-bottom: 3px;
	}

p:first-child img:first-child {
	margin-top: 3px;
	}

blockquote, blockquote p {
	font-size: 15px;
	line-height: 20px;
	}

input, textarea {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	font-size: 11px;
	color: #000000;
	background-color: #e5e5e5;
	outline: none;
	}
	
input.button {
	border-left-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	padding: 6px 10px 5px 10px;
	color: #ffffff !important;
	background-color: aqua;
	}

input.button:hover {
	background-color: black;
	cursor: pointer;
	}

abbr {
	border: none;
	}

.hr-above {
	padding-top: 20px;
	/* border-top: 1px solid #dddddd; */
	}
	


/* Header */


#header {
	position: fixed;
	top: 18px;
	left: 20px;
	}

#access, #blog-description {
	display: none;
	}

#header h1, #header a {
	border-bottom-color: aqua;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-size: 16px;
	margin: 0;
	line-height: 20px;
	}


/* Sidebar */


#primary {
	position: fixed;
	top: 78px;
	left: 20px;
	width: 150px;
	}

.sidebar li, .sidebar ul {
	list-style-type: none;
	margin: 0;
	}

.sidebar h3 {
	font-style: normal;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-color: aqua;
	border-bottom-width: 1px;
	line-height: 20px;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}

li.widget {
	padding-top: 5px;
	line-height: 15px;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	}

li.widget_search input.text {
	border-bottom-style: dotted;
	border-bottom-color: aqua;
	border-bottom-width: 1px;
	margin-top: 10px;
	height: 10px;
	width: 140px;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
	-webkit-border-radius: 0;
	color: #000000;
	background-color: #e5e5e5;
	outline: none;
	}

li.widget_search input.button {
	display: none;
	}

li.widget_pages {
	z-index: 0;
	right: auto;
	bottom: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	font-style: italic;
	text-transform: uppercase;
	line-height: 20px;
	font-size: 12px;
	left: 20px;
	}

li.widget_pages h3 {
	display: none;
	}

#secondary {
	display: none;
	}

li.cat-item-1, li.cat-item-3 {
	display: none;
	}


/* Content */


#wrapper {
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 78px;
	width: 580px;
	}

#content{
	}

h2.entry-title, h2.entry-title a, h2.page-title, h2.page-title a {
	text-transform: none;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
	text-decoration: underline;
	font-size: 25px;
	}

h2.page-title {
	margin-bottom: 30px;
	}

.post {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 60px;
	}

.entry-content ol, .entry-content ul {
	list-style-position: inside;
	}

.entry-content li {
	margin-left: 15px;
	}

.entry-content a, #related-posts li a {
		border-bottom-color: aqua;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

.entry-meta-below {
	margin-top: 20px;
	}

.share-via, .twitter-link, .delicious-link, .facebook-link, .digg-link {
	margin-right: 5px;
	}

.edit-link {
	margin-left: 5px;
	}

a.post-edit-link {
	color: #aaaaaa;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	}

#link {
	margin-top: 20px;
	}
	
a.more-link, #pager-links li a {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 6px 10px 5px 10px;
	color: #ffffff !important;
	background-color: aqua;
	font-weight: normal;
	}

a:hover.more-link, #pager-links li a:hover {
	background-color: #aaaaaa;
	text-decoration: none;
	}

.permalink-input {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 15px;
	padding: 10px;
	background-color: #dddddd;
	}

.permalink-input input {
	margin-top: 5px;
	width: 98%;
	}

#related-posts {
	position: relative;
	margin: 40px 0;
	padding-bottom: 160px;
	}

#related-posts h3 {
	font-size: 16px;
	}

#related-posts li {
	list-style-type: none;
	}

.related-post-1, .related-post-2, .related-post-3, .related-post-4 {
	width: 110px;
	height: 144px;
	overflow: hidden;
	position: absolute;
	top: 35px;
	}

.related-post-1 {
	left: 0;
	}

.related-post-2 {
	left: 130px;
	}

.related-post-3 {
	left: 260px;
	}

.related-post-4 {
	left: 390px;
	}

/* Comments */


#comments {
	margin-top: 60px;
	clear: both;
	}

#comments-list h3 {
	margin: 0 0 25px 0;
	font-size: 16px;
	}

#comments-list li {
	margin-bottom: 25px;
	list-style-type: none;
	}

.comment-author a {
	color: #636666;
	}

.comment-meta {
	display: none;
	}

li.comment p {
	margin: 10px 0;
	}

li.comment p a {
	color: #7f7f7f;
	}

#respond {
	margin-top: 60px;
	}

#respond h3 {
	margin: 0 0 25px 0;
	font-size: 16px;
	}

#trackbacks-list { display: none; }

.formcontainer p {
	margin-top: 0;
	}

.formcontainer {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-top: 1px solid #dddddd;
	background-color: #bfbfbf;
	padding: 15px 10px 5px 10px;
	}

.formcontainer input, .formcontainer textarea {
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	border: none;
	outline: none;
	}

.formcontainer input.button {
	padding: 6px 10px 5px 10px;
	color: #ffffff !important;
