/*   
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: 1.0
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:helvetica,arial,sans-serif;
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

#container {
	width: 800px;margin:auto;
}

#wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 600px;height: 64px

}

#side-a {
	float: left;
	width: 72px;
}

#side-b { 
	margin: 0;padding: 0px 0px 0px 0px;
	height: 1% /* Holly hack for Peekaboo Bug */
}
#sidebar {
	width: 120px;
	float: left;
	font-size: 12px;
	line-height: 18px;
	padding: 10px 10px 25px 0px;
	}

#sidebarleft {
	width:120px;
	float: left;
}

#sidebarright {
	width: 125px;
	float: right;
}

#menu ul li a {
background:#000000 none repeat scroll 0%;
border:1px solid black;
color:#FFFFFF;
margin-right:1px;margin-top:5px;
padding:6px;
text-decoration:none;
line-height:29px;text-transform:lowercase;
}

#menu ul li a:hover {
background:#FFFFFF none repeat scroll 0%;
color:#000000;
}
#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: 10px;
}

#entries {
	width: 610px;
	float: right;
	}

.post {
	margin-bottom: 43px;clear:both;
}

.post img {
	margin-top: 10px;
}

a {
	color: #6699cc;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
	background-color: #e5f8ff;
}


a:link h3 {
	color: #951400;
	border: none;
}

a:link img {
	border: none;
}

.date{width:65px;font-size:35px;font-weight:bold;text-align:center;border-top:3px solid black;border-bottom:4px solid black;padding:6px 0px 2px 0px;background:#000;color:#fff;}
.date span{font-size:25px;text-transform:uppercase;line-height:18px;}
.date a{color:#fff;text-decoration:none;}
.date a:hover{color:#eee;background-color:transparent;}

#side-b a:hover 
	{background-color:transparent;}

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-size: 21px;line-height: 22px;


}

.title {
	border-bottom: 1px solid silver;
}


h3 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 30px;
	letter-spacing: 2px;
	color: #34353e;
	border-bottom: 1px solid silver;
}

.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	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: 10px;
	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-weight: normal;
	line-height: 30px;
	text-transform: none;
}

#commentform {
	margin-top: 30px;
}

.commentmetadata {
	font-weight: normal;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, strike {
	font-size:28px;font-weight:bold;text-align:center;width:50px;padding:10px;background:#000;color:#fff;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
	
}

.commentbox {
	width: 100%;
	height: 100px;
}


/* End Comments */

