/*   
Theme Name: Upstart Blogger Minim
Theme URI: http://www.upstartblogger.com
Description: A minimalist, <b>widgetized</b> theme from <a href="http://www.upstartblogger.com/" title="Upstart Blogger">Upstart Blogger</a>. 
Author: Robert Ellis
Author URI: http://www.upstartblogger.com
Version: 0.6
License: Creative Commons Attribution-Share Alike 3.0 (http://creativecommons.org/licenses/by-sa/3.0/). Feel free to make any changes, but please keep a link back to Upstart Blogger in your sidebar or footer.
*/

body {
	background-color: #fff;
	font-family: Georgia, Garamond, serif;
	padding: 20px;
	font-size: 0.88em;
	color: #000000;
}

#container {
	width: 840px;
	line-height: 1.5em;
	margin: 0 auto;
}

#containerL {
	width: 840px;
	line-height: 1.5em;
	margin: 0 auto;
}

#sidebar {
	width: 220px;
	float: left;
	font-size: 0.84em;
	line-height: 1.5em;
	padding: 0px 0px 0px 0px;
	}

#sidebarleft {
	width: 120px;
	float: left;
}

#sidebarright {
	width: 75px;
	float: right;
}

#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: 0.88em;
}

#entries {
	width: 595px;
	float: right;
	}

.post {
	margin-bottom: 1em;
	line-height: 1.5em;
}

a {
	color: #5f8007;
	text-decoration: none;
	font-weight: bold;
	
}

a:link h3 {
	color: #951400;
	border: none;

}

a:link img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}

li.linkcat {
	list-style-type: none;
}

img {
	border: none;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 2px;
	border: solid 1px #DEE4E5;
}



h1 {
font-family: Georgia, Garamond, serif;
	font-size: 2.0em;
	line-height: 1em;
	text-transform: none;
margin-bottom: 0px;
margin-top: 10px;

}

.title {
	border-bottom: 1px solid silver;
}


h3 {
	font-family: Georgia, Garamond, serif; 
	font-weight: normal;
	text-transform:uppercase; 
	font-size:1em; 
	letter-spacing:0.45em; 
	color:#000000;
	margin-bottom: 5px;
	margin-top: 30px;
	border-bottom: 1px solid black;
}


h4 {
	font-family: Georgia, Garamond, serif; 
	font-weight: normal;
	text-transform:uppercase; 
	font-size:0.84em; 
	letter-spacing:0.45em;
	line-height: 1.5em; 
	color:#000000;
	margin-bottom: -14px;
	margin-top: 30px;
	border-bottom: 1px solid black;
}

.post h3 {
	border-bottom: none;
	margin-bottom: -.5em;
}


blockquote {
	background-color: #f3f3f3;
	padding: 10px;
	margin: 15px 0;
}



/* Begin Comments*/

.comments_tiny {
	color: #b8b8b8;
	border-bottom: 1px solid silver;
}

.alt {
	margin: 0;
	padding: 0px;
	background: #f3f3f3;
}

.commentlist {
	margin-top: 0px;

}

.commentlist li {
	margin: 5px 0 0 0px;

}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

li.comment {
	font-weight: bold;
	padding: 10px;
	list-style: none;
}

.commentlist p {
font-size: 0.84em;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */



/* Begin Pages Nav */
#pages_nav {
	text-align: center;
	font-family: Georgia, Garamond, serif;
	font-size: 1em;
}

#pages_nav ul {
        background-color:#ffffff;
        list-style: none;
}

#pages_nav ul.level2 {
}

#pages_nav ul.children {
}

#pages_nav li {
        margin: 0px;
        display: inline;
	padding-left: 12px;
	padding-right: 12px;
}

#pages_nav a {
        color: #000000;
}

#pages_nav a:hover {
        color: #222222;
        border-bottom: 1px solid #ccc; padding:0px;
}

#pages_nav li.current {
        
}

#pages_nav li.current a {
        color: #000000;
	text-transform: uppercase;
        font-style: italic;
        border-bottom:1px solid #ccc; padding:0px;

}

#pages_nav ul.level1 li.currentparent a { 
        color: #000000;
	text-transform: uppercase;
        font-style: italic;
        border-bottom:1px solid #ccc; padding:0px;
	}

/* End Pages Nav */