/* @override http://wdpost.com/wp-content/themes/default/style.css */

/*
Theme Name: WD Post
Theme URI: http://wordpress.org/
Description: Based on the default theme.
Version: 1.0
Author: Andri Sigurðsson
Author URI: http://andrisig.wordpress.com/
Tags: blue, custom header, fixed width, two columns, widgets
*/

/* Begin Typography & Colors */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 72%/1.5em Helvetica, Arial, Sans-Serif; /* Resets 1em to 12px */
	color: #333;
}

a {
	color: #287EDD;
	text-decoration: none;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman";
	font-weight: normal;
	line-height: 1em;
	letter-spacing: -0.06em;
}

/* Layout */

#page {
	background-color: #FFFFFF;
}

#header {
	background: #2481DE;
}

#header .headerwrap {
	width: 77em;
	margin: 0em auto;
	position: relative;
}

#logo {
	padding: 2em 0em;
}

#logo, #logo a {
	color: #FFF;
}

#logo h1 {
	margin-bottom: 2px;
}

#logo a {
	background: #000;
}

#logo .description {
	background: #000;
	display: inline;
	color: #7DB4EB;
}

#header .search {
	position: absolute;
	right: 0;
	top: 2em;
}

#header .search #s {
	border: none;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
	padding: 2px;
}

#header .search label {
	display: none;
}

#body {
	width: 77em;
	margin: 2em auto 1em auto;
}

#content {
	width: 50em;
	margin-right: 2em;
	float: left;
}

.frontp #content {
	width: 50em;
	margin: 0;
	margin-right: 2em;
}

#sidebar {
	width: 25em;
	float: left;
}

#footer {
	width: 77em;
	margin: 0em auto;
}

/* Front page */

.frontpost {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 0.2em solid #d7d7d7;
	position: relative;
}

.frontpost .mainposts {
	width: 51em;
	float: left;
}

.frontpost .flickr {
	width: 26em;
	float: left;
}

.frontpost .flickr ul {
	list-style: none;
	width: 26em;
}

.frontpost .flickr ul li {
	float: right;
	width: 6.3em;
	height: 6.3em;
	overflow: hidden;
}

.frontpost .flickr ul li img {
	width: 6.2em;
	border: none;
}

.frontpost .flickr .more {
	margin-top: 1em;
	text-align: right;
}

.frontpost h2 {
	font-size: 2em;
}

.frontpost .entry {
	padding-top: 1em;
}

.frontpost .post {
	margin-bottom: 1em;
}

.frontp #content .post {
	padding-bottom: 1em;
}

.frontp #content .topposts {
}

.frontp #content .post .postmetadata {
}

/* Posts */

#content .post {
	margin-bottom: 1em;
}

.frontp #content .post:hover {
	border-bottom-color: #000;
}

.frontp .post img {
	display: none;
}

#body .postmetadata,
#body .postmetadata a {
	color: #7d7d7d;
}

#body .postmetadata a:hover {
	color: #287EDD;
}

#body .postmetadata a.link {
	font-weight: bold;
}

/* Single */

.single .post h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
}

.post h2 span.synd {
	color: #7d7d7d;
	display: block;
}

.single .post .entry p {
	margin-bottom: 1em;	
}

.single .post .entry p img {
	display: none;
}

.single .postmetadata {
	border: 0.1em dotted #d7d7d7;
	padding: 1em 0em 1em 0em;
	border-width: 0.1em 0em 0.1em 0em;
	margin-bottom: 2em !important;
}

.single h3 {
	font-size: 1.5em;
	margin-bottom: 0.75em;
}

.single ul.commentlist {
	list-style: none;
	border-bottom: 0.1em solid #d7d7d7;
	padding-bottom: 1em;
	margin-bottom: 2em;
}

.single ul.commentlist li {
	margin-bottom: 1em;
}

.single ul.commentlist .comment-author {
	color: #7d7d7d;
}

.single #commentform {
	position: relative;
	height: 13em;
}

.single #commentform p label {
	display: block;
}

.single #commentform .textcomment {
	position: absolute;
	top: 0;
	right: 0;
}

.single #commentform #comment {
	width: 32em;
	height: 8em;
	border: 1px solid #7d7d7d;
}

.single #commentform #submit {
	margin-top: 1.5em;
}

#content .entry p img {
	float: left;
	margin: 0 1em 1em 0;
}


#content .post small {
	font-size: 1em;
	margin-bottom: 1em;
	display: block;
}

#content h2.pagetitle {
	margin-bottom: 1em;
	font-size: 2em;
}

#sidebar .related {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 0.1em dotted #d7d7d7;
}

#sidebar .related ul {
	list-style: none;
}

#sidebar .related ul abbr {
	color: #7d7d7d;
}

#sidebar .related p {
	display: none;
}

#sidebar .related h3 {
	font-size: 1.5em;
	margin-bottom: 1em;
	line-height: 1.5em;
	border-bottom: 0.1em solid #d7d7d7;
}
	
/* Sidebar */

#sidebar ul, #sidebar ol {
	list-style: none;
}

#sidebar ul ul {
	margin-bottom: 1em;
}

#sidebar ul h2 {
	margin-bottom: 0.7em;
}

.frontp #sidebar {
	width: 25em;
	padding-top: 0em;
	float: left;
}

.frontp #sidebar ul li {
	width: 25em;
	margin-right: 1em;
	float: left;
}

.frontp #sidebar ul li li {
	width: auto;
	float: none;
}

/* Footer */

#footer {
	padding: 2em 0em;
	border-top: 0.2em solid #d7d7d7;
	position: relative;
}



#footer .nav {
	position: absolute;
	right: 0em;
	top: 2em;
}

#footer .nav ul {
	list-style: none;
}

#footer .nav ul li {
	display: inline;
}

#footer .nav ul a {
	float: left;
	padding-left: 1em;
}


/* Other */

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End clearfix */

#wpstats {
	display: none;
}

/* Youknow */

.youknow {
	margin-left: -0.5em;
	position: relative;
}

.youknow a {
	text-decoration: none !important;
}
