/*   
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: #f8f8f8;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	padding: 0px;
	font-size: .8em;
	line-height: 1.1em;
	color: #372a00;
margin: 0 0 5px 0px auto; margin-left: 4%;


}

#container {
	width: 996px;
     min-height: 450px;
}

/* ------------------------- SIDEBAR ------------------------ */

#sidebar {
	width: 333px;
	float: left;
	font-size: .9em;
	line-height: 1.4em;
	padding: 0 0px 35px 2px;
   margin: 0 0px 35px 40px;
    background-color: #cdc8ae;

	
}

#sidebarleft {
	width: 140px;
	float: left;
}

#sidebarright {
	width: 170px;
	float: right;
}


/* ------------------------- FOOTER ------------------------ */

#footer {
	width:330px;
	float: left;
	clear: both;
	font-size: .54em;
}

/* ------------------------- POSTS ------------------------ */

#entries {
	width: 618px;
	float: right;
  // max-width: 595px;
  font-size: .9em;
  line-height: 1.4em;
   
	}

.post {
	margin-bottom: 1em;
   border-top: 1px solid silver;
    border-bottom: 1px solid silver;
}

.post img {
	padding: 0px;
	margin: 0px;
	border: 0px;
	max-width: 595px;
}

a {
	color: #a91410;
   font-family: MS Sans Serif, Geneva, sans-serif;
	text-decoration: none;
	font-size: 1.2em;
   line-height: 1.6em;

}

a:link h3 {
	color: #a91410;
	border: none;
}

a:link img {
	border: none;
}
 
a:hover {
      color:#37115c;
      text-decoration:line-through;
}

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;
}

/* ------------------------- HEADERS ------------------------ */

h1 {
       color: #6d5400;
	font-size: 1.2em;
	line-height: 1em;
	text-transform: uppercase;
}

.title {
	border-bottom: 0px solid silver;
}


h3 {
	
	font-size: 1.2em;
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: -.0em;
	color: #34353e;
	border-bottom: 0px solid silver;
}

.post h3 {
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}


blockquote {
	background-color: #f3f3f3;
	padding: 2px;
	margin: 5px 0;
}



/* ------------------------- 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: 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: 50px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */

