/* ----------------------------------------
Theme Name: MMilani
Theme URI: http://www.visual-assault.org/projects/wp_theme-basic/
Description: Integrated into MMilani.com design, based on Basic 1.0 by Ron "eclip5e" Adams
Version: 1.0
Author: J. Milani
Author URI: http://eclip5e.visual-assault.org
Last Modified: 2005.04.21
Provides: Theme definition file for WordPress 1.5
---------------------------------------- 
@import 						url("design/styles/default/screen.css");
@import 						url("design/styles/default/print.css"); */

.blogpost, .complexItem, .narrowcolumn {
	padding: 0px;
	margin: 0;
	width: 35em;
	font-size: 1em;
	float: left;
}

#footer {
	margin-left: 13em;
	margin-top: 1em;
	width: 48em;
}


.blogpost li, .blogpost ul, .complexitem li, .complexitem ul {
	list-style-image: none;
	list-style-type: disc;
}

.posth2 {
	margin: 0px;
	padding: 0px;
}
.posttitle {
	font-size: 95%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

a.blogpagetitle {
	text-decoration: none;
}



.entry p{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

.metadata {
	border-bottom: 1px solid #C9C1AF;
	font-size: 85%;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	text-align: right;
}
#sidebar {
	background: #F5F1EA;
	margin: 0;
	padding: 10px;
	position: absolute;
	left: 47em;
	top: 109px;
	width: 13em;
	border: 1px solid #C9C1AF;
}

.sidebarsection {
	margin: 10px 3px;
}

#sidebar a {
	font-weight: normal;
	text-decoration: underline
}

#sidebar ul, #sidebar li {
	list-style: disc;
	list-style-position: outside;
	margin: 0;
	font-size: .9em;
	text-decoration: none;
	padding: 0;

}

#sidebar ul {
	padding: 0 0 0 15px;
	margin: 0;
}
#sidebar li {

}

small {
	font-size: 85%;
}

.commentmeta {
	background: #D3C9B9;
	padding: 3px;
}

.comment, .altcomment {
	background: #F9F4E7;
	margin-bottom: 15px;
}	

#commentform input, #commentform textarea {
	border: 1px solid #24130B;
	background: #FFFFFF;
	padding: 1px 3px;
}

#commentform #submit {
	width: 10em;
	font-size: .9em;
	padding: 1px;
	color: #FFFFFF;
	font-weight: bold;
	background: #24130B;	
}

#s {
	font-size: .9em;
	width: 8em;
	border: 1px solid #24130B;
	background: #FFFFFF;
	padding: 1px 3px;	
}

#searchsubmit {
	width: 4.5em;
	color: #FFFFFF;
	font-size: .9em;
	font-weight: bold;
	background: #24130B;
	border: 1px solid #24130B;
	padding: 0px 2px;
}

#sidebarcalendar {
	text-align: center;
	padding: 0;
/*	width: 13em; */
}

#wp-calendar {
	border: 1px solid #C9C1AF;
	font-family: Verdana, Arial, Tahoma; 
	font-size: .90em;
	color: #552704;
	font-weight: normal;
	margin: 0;
	width: 100%;
}

#searchform {
	margin: 0;
	padding: 0;
}	

.clearall {
	clear:both;
	height: 1px;
}
