/*
DESIGN NAME: Bibliotek
DESIGN URI: http://www.maneatingseas.com/design
VERSION: 0.1
DESCRIPTION: A submission set for the Sandbox Designs Competition
DESIGNER: 9
DESIGNER URI: http://www.maneatingseas.com/design
*/
/* @group Layout */

html * {
	margin: 0;
	padding: 0;
}

body   { color: #ffffff; font: lighter 14pt/150% "American Typewriter", "Courier New", Courier, serif; background: #999; text-align: left }

#wrapper  { width: 962px }

#access {
	margin-left: -9999px;
}

#menu {
	display: none;
}

#blog-title   { font-size: 4em; font-family: FontName, Osaka, "Lucida Grande", "Andale Mono", "Trebuchet MS"; font-weight: lighter; text-transform: uppercase; word-spacing: 0.2em; letter-spacing: -0.14em; margin: 0.16em 0 0 -0.2em }

#blog-title a:link, #blog-title a:visited {
	color: #eaeaea;
	text-decoration: none;
}

#blog-title a:hover {
	color: #444;
	letter-spacing: normal;
}

#blog-description  { color: #666; font-size: 1.5em; font-weight: 100; text-align: left; margin: -0.4em 0 0 }

#content  { color: #fff; padding: 50px 0 100px 200px; float: left }

#primary {
	float: left;
	margin: 50px 0 0 200px;
	text-transform: uppercase;
}

#secondary {
	float: left;
	margin: 0 0 0 200px;
	text-transform: uppercase;
}

#footer {
	clear: both;
	font-size: .68em;
	margin-left: 200px;
	padding: 50px 0 25px;
	text-align: left;
}

/* @end */

/* @group Comments */

#comments {
	clear: both;
	font-size: .8em;
	margin: 0;
	padding: 50px 0 0;
	width: 468px;
}

form#commentform .form-label {
	margin: 1em 0 0;
}

form#commentform span.req-field {
	background: #fff;
	color: red;
}

form#commentform,form#commentform p {
	padding: 0;
}

input#author,input#email,input#url {
	width: 50%;
}

input#author,input#email,input#url,textarea#comment {
	padding: 0.2em;
}

.comments ol li {
	line-height: 1.4em;
	list-style-position: inside;
}

textarea#comment {
	height: 13em;
	margin: 0 0 0.5em;
	overflow: auto;
	width: 66%;
}

li.comment {
	padding: 20px 0 0;
}

li.comment.bypostauthor  { background: #999; padding: 20px }

#respond {
	padding-top: 50px;
}

#comments ol {
	margin: 0;
}

.comment-author {
	font-size: 1.2em;
}

/* @end */

/* @group Entries */

.entry-title:before  { color: #d4d4d4; font-family: FontName, Osaka, Helvetica; content: "*" }

.entry-title   { color: #333; font-size: 140%; font-family: FontName, Osaka, Helvetica, "Lucida Grande", "Andale Mono", "Trebuchet MS"; line-height: 140%; padding: 50px 0 0; clear: both }
.entry-content  { color: #fff; font-size: 13pt; font-family: FontName, "American Typewriter", "Courier New", Courier, serif; font-weight: lighter; line-height: 140%; overflow: hidden }
.entry-date {
	font-size: 13pt;
	line-height: 1.4em;
}

.entry-meta  { color: #5e5b50; font-size: 76%; font-family: FontName, Helvetica, Osaka, "Lucida Grande", "Andale Mono", "Trebuchet MS"; line-height: 1.4em }

.meta-sep {
	color: #eaeaea;
}

.comments-link {
	color: #5e5e5e;
}

abbr.published {
	border: none;
	cursor: default;
}

/* @end */

/* @group Archive & Search */

.archive, .search {
	background: #B8B8B8;
}

.archive .post, .search .post {
	width: 468px;
}

.archive #nav-above, .search #nav-above {
	position: absolute;
	left: 720px;
	top: 300px;
	width: 242px;
}

.archive #nav-below, .search #nav-below {
	padding-top: 50px;
}

.archive #search, .search #search {
	background: #c4c4c4;
}

/* @end */

/* @group Home */

.home #content {
	float: left;
	padding: 50px 0 100px 175px;
}

.home .author {
	padding-right: 10px;
}

.home .entry-content {
	display: none;
}

.home .navigation {
	display: none;
}

.home .edit-link {
	display: none;
}

.home .post  { color: #fff; font-size: 14pt; padding: 0 25px; width: 336px; float: left }

.home .cat-links {
	display: none;
}

.home .meta-sep {
	display: none;
}

.p3, .p5, .p7, .p9, .p11, .p13, .p15, .p17, .p19, .p21, .p23, .p25 {
	clear: both;
}

/* @end */

/* @group Single */

.single .post   { color: #fff; padding: 0; width: 800px; float: left }

.single #nav-above     { color: #4a4a4a; font-family: FontName, Osaka, "Lucida Grande", "Andale Mono", "Trebuchet MS"; position: absolute; top: 600px; left: 1130px; width: 200px }

.single #nav-below  { font-family: FontName, Osaka, "Lucida Grande", "Andale Mono", "Trebuchet MS"; padding-top: 50px }

.single .entry-meta  { line-height: 160%; background: #999; margin: 20px 0; padding: 15px }

/* @end */

/* @group Page */

.page {
	background: #9AAAB8;
	width: 468px;
	padding-left: 0;
}

.page #search {
	background: #a4b5c4;
}

.page .entry-content ul li {
	list-style-type: none;
	margin-left: 0;
}

/* @end */

/* @group Images */

img {
	border: none;
	overflow: hidden;
}

img.alignright {
	margin-left: 15px;
}

img.alignleft {
	margin-right: 15px;
}

img.center {
	text-align: center;
}

/* @end */

/* @group Links */

a:link, a:visited  { color: #181513; text-decoration: none }

a:hover  { color: #444 }
.entry-content a  { font-weight: lighter }

/* @end */

/* @group Lists */

.entry-content ul, ol  { color: #fff; margin-left: 20px }

.entry-content ul li  { color: #fff; list-style-type: square; margin-left: 20px }

.entry-content ol li  { color: #fff; margin-left: 20px }

dl {
	padding: 0 40px 20px 0;
}

dt {
	font-weight: bold;
	padding: 20px 0 0 20px;
}

dd {
	padding: 0 20px 10px 20px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h5,  {
	color: #fff;
	padding-top: 2em;
}

.entry-content h4,
 { color: #fff; font: 14pt/160% "American Typewriter", "Courier New", Courier, serif; padding-top: 2em }

.entry-content h6
{ color: #000; font: 11pt "Arial"; padding-top: 2em }


/* @end */

/* @group Nav */

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

#nav-below {
	clear: both;
	width: 468px;
}

/* @end */

/* @group Sidebars */

.sidebar {
	clear: both;
	font-size: .72em;
	line-height: 1.6em;
	margin: 0 0 30px 200px;
	width: 654px;
}

.sidebar, .sidebar ul,.sidebar li {
	display: inline;
}

.sidebar li h3  { color: #5e5e5e; font-size: 1em; font-family: FontName, Helvetica, Osaka, "Lucida Grande", "Andale Mono", "Trebuchet MS"; text-transform: uppercase; display: inline; padding-right: 5px }

.sidebar input#s {
	width: 10em;
}

.sidebar ul li ul li:before {
	color: #eaeaea;
	content: "_";
}

.sidebar ul li ul li {
	padding-right: 5px;
}

li#pages, li#categories, li#archives, li.linkcat, li#rss-links, li#meta  { font-family: FontName, Helvetica, Osaka, "Lucida Grande", "Andale Mono", "Trebuchet MS"; display: block; width: 654px; float: left; clear: both }

#search  { background: #888; margin: 25px 0; padding: 15px 0 15px 15px; width: 684px; float: left }

/* @end */

/* @group Etc. */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

blockquote {
	border-bottom: 3px solid #eaeaea;
	border-right: 3px solid #eaeaea;
	font-family: georgia;
	font-weight: bold;
	margin: 25px;
	padding: 0 20px 5px;
}

.center {
	text-align: center;
}

p  { color: #fff; font-size: 14pt; line-height: 2em; padding: 10px 0 }

code, pre {
	background: #d4d4d4;
	overflow: auto;
	padding: 4px;
}

h2.page-title {
	text-transform: uppercase;
	color: #5e5e5e;
}

small {
	font-size: 0.85em;
}

sub {
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}

sup {
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}

acronym, abbr {
	border-bottom: 1px dotted;
	cursor: help;
}

label {
	cursor: pointer;
}

/* @end */