/*

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/

*/



/* 'minimal' comments */

@import "css/comments.css";



/* ajax mark form */

@import "css/mark-form.css";



/* autocomplete from jquery suggest plugin */

@import "css/ac.css";



/* Layout

-------------------------------------------------------------- */

body{
font-family:Arial,sans-serif;
}

#content {

	padding-bottom:2em;

}



#sidebar .blog-search {

	font-size:1.2em;

}



a { color:#4E5368; }

a:visited { color:#4E5368; }



/* Header

-------------------------------------------------------------- */



#header {

	background:#464646 url(css/icon-32.png) 16px 50% no-repeat;

	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:2em;

	clear:left;

}



.entry-title {

	margin-bottom:0;

}



.entry-title a { text-decoration:none; }

.entry-title a:hover { text-decoration:underline; }



.navigation {

	clear:both;

	padding:50px 0 30px 0;

        text-align:center;

}



/* BM specific rules

-------------------------------------------------------------- */



.bm-mark .entry-title {

	font-size:1.5em;

}



.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;

}

.notes_relatives {
	clear:left;
	color:#4E5368;
	padding:10px 0 5px 125px;
}

.notes_relatives h3{
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0;
	margin-top:1em;
}

.notes_relatives ol{
	margin:0.3em 1.5em;
	list-style-type:disc;
}
