/* @override http://www.firenzemuv.com/2007/wp-content/themes/MUV/muv.css */

*{
	margin: 0;
	padding: 0;
}
body{
	background: url(img/bg.gif) repeat-y;
	font: 10px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.4em;
	clear: both;
}
h3{
	font-size: .8em;
}
h1, h2, h3, .navigation{
	margin-bottom: 10px;
}
p{
	margin-bottom: 10px;
}
a:link, a:visited{
	color: #000;
	background-color: #fcff00;
	text-decoration: none;
}

a:hover {
	color: #fcff00;
	background-color: #000;
	text-decoration: none;
}

hr{
	height: 1px;
	background-color: #ffffff;
	border-style: none;
	position: relative;
	width: 82px;
	margin-left: -28px;
	margin-bottom: 10px;
	text-align: left;
	border-bottom: thin solid #fcfc00;
}

#wrapper{
	width: 1024px;
}

.narrowcolumn, #content{
	width: 390px;
	max-width: 400px;
	margin-top: 30px;
	margin-right: 10px;
	left: 241px;
	float: left;
	position: relative;
}
.narrowcolumn h2{
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.postmetadata, .postmetadata a:link, .postmetadata a:hover{
	color: #9f9f9f;
	font-size: .8em;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
}

.postmetadata a:link, .postmetadata a:hover, .postmetadata a:visited{
	background-color: white;
	color: #9f9f9f;
	font-size: .9em;
}

.alignleft{
	padding-right: 10px; 
	border-right-style: dotted; 
	border-right-width: thin; 
	margin-right: 10px; 
	float: left; 
	margin-bottom: 5px; 
}

.alignright{ margin-bottom: 5px; }

#MUVconcept{
	width: 400px;
	max-width: 400px;
	position: relative;
	margin-left: 530px;
	margin-top: 30px;
}
#sidebar{
	display: none;
}
#footer{
	clear: both;
	padding-top: 100px;
	margin-bottom: 10px;
	margin-left: 241px;
}