/*
Theme Name: Minimal
Theme URI: http://h6e.net/wordpress/themes/wp-minimal
Description: A Minimal theme for Wordpress. Built with native bmPress support.
Version: 3.0.0
Author: h6e.net
Author URI: http://h6e.net/
*/

/* Layout
-------------------------------------------------------------- */

#container {
	width:100%;
	overflow:hidden;
}

#content {
	width:70%;
	float:left;
}

#sidebar {
	width:30%;
	float:left;
}

#footer {
	padding-top:0.5em;
}

.h6e-main-content {
	margin-top:2em;
	margin-bottom:1em;
}

/* Header
-------------------------------------------------------------- */

#blog-description {
	font-size:1.2em;
}

#blog-title {
	margin:0.5em 0 0.25em;
}

/* Content
-------------------------------------------------------------- */

.post {
	margin:2.5em 0;
}

.day-date {
	margin-top:1.5em;
	clear:left;
	
	/* like h6e-extra-title */
	color:#4E5368;
	font-size:1.6em;
	letter-spacing:-0.075em;
	margin-bottom:0.75em;
	text-transform:capitalize;
}

.entry-title {
	margin-bottom:0;
}

.entry-title, .entry-title a, .entry-title a:visited {
	color:#009DFF;
}

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

.entry {
	color:#4E5368;
	font-size:1.2em;
	line-height:1.3em;
	text-align:justify;
}

.h6e-post-info img.avatar {
	vertical-align:-25%;
}

.navigation {
	clear:both;
	padding-top:2em;
}

/* Sidebar
-------------------------------------------------------------- */

#sidebar .h6e-extra-widget {
	font-size:inherit;
}

.sidebar {
	padding-left:2em;
}

#s { width:60%; }

/* BM specific rules
-------------------------------------------------------------- */

.bm-screenshot {
	margin-top:3px;
}

.bm-mark .entry-title {
	font-size:1.5em;
	line-height:1.2em;
}

.bm-mark .entry-title, .bm-mark .entry-title a {
	color:#4E5368;
}

/* WP images (from WP default theme)
-------------------------------------------------------------- */

.entry p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Patch to h6e extra sidebars
-------------------------------------------------------------- */

ul.xoxo {
	list-style-type:none;
}
