/*   
Theme Name: mnmlist
Theme URI: http://dannycooper.org/theme/
Description: A very clean minimalist theme, search, archives or other features.
Author: Danny Cooper
Author URI: http://dannycooper.org
Tags: white, two-columns, fixed-width
Version: 1.0
.
This theme is uncopyrighted, free, and offered as is.
.
*/

#container {width: 960px; overflow: hidden;}

body {background:#fff; font-family: Verdana, helvetica-neue, helvetica, sans-serif;
	font-size: .8em; line-height: 1.4em; margin:20px;}
	
h1 {font-size: 13pt; color:#333; line-height:30px; font-weight:normal;}
h2 {font-size: 10pt; color:#000000;}
h3 {font-size: 9pt; color:#000000;}
h4 {font-size: 9pt; color:#000000;}
h5 {font-size: 9pt; color:#000000;}

img{border:none;}
img a{border:none;}
blockquote{border-left:1px solid #A5ABAB; margin:0px; padding:0 12px 0 12px;}

p{color:#000000; line-height: 14pt; margin:12px 0;}

a {text-decoration: none;}
a:link {color: #333; text-decoration: none;}
a:visited {color: #333; text-decoration: none;}
a:hover {color: #999; text-decoration: none;}

ul{padding: .5em 0em 1em 3.2em;}
li{line-height: 18px; padding: 6px 0 0 0;}

ol{padding: .5em 0em 0em 3.2em;}
li{line-height: 18px; padding: 6px 0 0 0;}

#header h2{padding: 0 0 0 0;	margin:0; color: #333; font: Helvetica, sans-serif; font-size: 16pt; font-weight: normal;}
#header h3{padding: 5px 0 20px 0; margin:0; color: #777777; font-weight: normal; font-size: 12pt;}

#content {float: right;	width:730px; overflow: hidden;
	margin-top:80px; margin-left:14px; margin-right:14px; margin-bottom:24px;}	
.entry a:link {color: #303030; text-decoration: none; border-width: 0 0 1px 0; border-style: none none solid none; border-color: #C0C0C0;}
.entry a:visited {color: #303030; text-decoration: none; border-width: 0 0 1px 0; border-style: none none solid none; border-color: #C0C0C0;}
.entry a:hover {color: #999; border-width: 0 0 1px 0; border-style: none none solid none; border-color: #C0C0C0; text-decoration: none;}
.entry strong{font:Arial, Helvetica, sans-serif; font-weight: normal; font-size:1em; color: #555555;}

#sidebar {width:190px; float:left; text-align:left; color: #666; margin-top:90px;}
#sidebar ul {margin:0px; padding:0;}
#sidebar ul li {margin: 5px 0; padding: 0; list-style-type: none; font-size: 10pt; font-weight: normal; line-height:14px;}
#sidebar h4{margin:0; font-weight: normal; font-size: 8 pt; color: #999;}

#footer {background:#fff; clear: both;	width: 100%;}
#footer p{padding:14px 0;margin: 0; color: #666; text-align:center;}
#footer a{color: #666;text-decoration: none;}
#footer a:hover{color: #000000;text-decoration: none;}

#content .alignleft, #content img.alignleft {
display:inline;
float:left;
margin-right:24px;
margin-top:4px;
}
#content .alignright, #content img.alignright {
display:inline;
float:right;
margin-left:24px;
margin-top:4px;
}
#content .aligncenter, #content img.aligncenter {
clear:both;
display:block;
margin-left:auto;
margin-right:auto;
}#content img.alignleft, #content img.alignright, #content img.aligncenter{
margin-bottom:12px
;}

/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 0px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */