/*
Theme Name: bmPress Minimal
Theme URI: http://h6e.net/wordpress/themes/bmp-minimal
Description: A Minimal theme specifically conceived to run aside the bmPress plugin.
Version: 0.1
Author: h6e.net
Author URI: http://h6e.net/
*/


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

#content {
	padding-bottom:2em;
}

#sidebar .blog-search {
	font-size:1.2em;
}

a { color:#4E5368; }
a:visited { color:#4E5368; }

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

#header {
	background:#464646;
	padding-left:60px;
	border-bottom:2px groove #CCCCCC;
}

/* Fine tuning the position to exactly match wp-admin one */
#header h1 {
	margin-left:-5px;
	padding-top:2px;
}

#user_info {
	position:absolute;
	right:15px;
	top:14px;
	font-size:1.2em;
	color:#999999;
	font-family:"Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

#user_info a, #user_info a:visited {
	color:#CCCCCC;
	text-decoration:none;
}

/* Page Title
-------------------------------------------------------------- */

h2 span {
	color:#4E5368;
	font-size:0.8em;;
	white-space:nowrap;
	text-transform:none;
}

h2 span strong {
	font-weight:normal;
	color:#333;
}

h2 span a, h2 span a:visited {
	color:#333;
}

/* Search Form
-------------------------------------------------------------- */

.h6e-main-content .search-form {
	margin:2em 0;
	text-align:center;
}

.search-form input {
	vertical-align:middle;
}

/* Tag Cloud
-------------------------------------------------------------- */

#tags {
	margin:2.5em 0
}

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

.day-date {
	color:#4E5368;
	margin-top:1em;
	clear:left;
}

.entry-title {
	margin-bottom:0 !important;
	font-size:28px;
}

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

.navigation {
	clear:both;
	padding:10px 0;
}

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

.bm-mark .entry-title {
	font-size:28px;
}

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

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

.h6e-extra-content ul.xoxo {
	margin-left:0;
	list-style-type:none;
}


#sidebar{
position:absolute;
top:100px;
right:20px;
width:200px;}
#sidebar li{
list-style:none;
}
#meta-2, #search-3{
display:none;
}


h3.h6e-extra-title{
display:none;
}



#search form{
margin:0;
padding:0;
text-align:left;
}

