/*
Theme Name: Monsieur L.
Theme URI: http://www.monsieur-l.net
Description: minimalist theme
Author: U. Uhlig
Author URI: http://www.curlybracket.org
*/


* {
	margin:0;
	padding:0;
}

body {
	font: 12px "Arial", "Verdana", "Geneva", sans-serif;
	color: #fff;
	background: #000 url(images/degrade.jpg) left -40px repeat-x;
}

#content { background: #000; }

img {
	border:none;
}

hr {
	display: none;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color:	#eee;
}

blockquote {
	background: url(images/quote.png) top left no-repeat;
	text-indent: 2.5em;
}

.clear {
	clear:both;
}

.audioplayer {
	margin-top: 10px;
	margin-bottom: 5px;
}

#wrap {
	background: url(images/traits.jpg) left 130px repeat-x;
}

#container {
	width: 660px;
        margin: 20px auto 20px 50px;
}

#header {
	background: url(images/header.png) no-repeat;
	height: 130px;
	width: 100%;
	position: relative;
}

* html #header {
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://monsieur-l.net/wp-content/themes/monsieurl/images/header.jpg',sizingMethod='crop');
}

#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	height: 130px;
	width: 100%;
}

#header h1 a span, #header h2 {
	display: none;
}

#sidebar {
	background: #0056e4;
	background: #101727;
	height: 23px;
	padding-right: 20px;
}

#sidebar ul {
	list-style: none;
	float: right;
	margin-right: 12px;
}

#sidebar li {
	float: left;
	text-align: center;
	margin-left: 1em;
}

#sidebar a  { 
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

#sidebar li a:hover { 
	background: url(images/menu.gif) left bottom no-repeat;
}

#sidebar li.current-cat a, #sidebar li.current_page_item a {
	font-weight: bold;
}

#content {
	font-size: 1em;
	padding: 2em 0.5em 0;
	clear: both;
	border-left: 1px solid #050505;
	border-right: 2px solid #050505;
}

#content ul,ol,blockquote {
	margin: 15px 30px;
}

.post h2 {
	font-size: 1.4em;
        font-weight: normal;
	margin-bottom: 0.1em;
        font-family: "Trebuchet MS", sans-serif;
	font-stretch: ultracondensed;
}

h2.pagetitle {margin-bottom: 0.7em;}

#content ul li {
	list-style-type: square;
}

#content img {
	margin: 0 0 8px 8px;
}

.post {
	margin-bottom: 1em;
	padding: 0.5em;
        padding-left: 1em;
        background: url(images/postheader.jpg)top left no-repeat;
}
.post p {
	margin-bottom: 0.8em;
        line-height: 1.4em;
}
.post a {
	border-bottom: 1px dotted;
}

.post h2 a {
	border: none;
}

.details {
	color: #ccc;
	float: right;
}
.details a {
	color: #ccc;
	border: none;
}
.details a:hover {
	text-decoration: underline;
}

#footer {
	padding: 15px;
        clear: both;
	text-align: right;
        background: #000 url(images/postfooter.jpg) bottom right no-repeat;
}

.footernav {
	text-align: right;
	overflow: hidden;
        margin-bottom: 0.5em;
}
* html p.footernav { height: 1%; }

.footernav a, .footernav  {color: #1b6bff}