/*   
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: #ffff;
	font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
	padding: 20px;
	font-size: 1em;
	line-height: 1.1em;
	color: #000000;
}

#container {
	width: 940px;
}

#containermain {
	width: 95%;
}


#sidebar {
	width: 336px;
	float: left;
	font-size: .8em;
	line-height: 1.4em;
	padding: 10px 10px 25px 10px;
	background-color: #fff
	}

#sidebarleft {
	width:180px;
	float: left;
}

#sidebarright {
	width: 125px;
	float: right;
}

#footer {
	width:180px;
	float: left;
	clear: both;
	font-size: .64em;
}

#entries {
	width: 568px;
	float: right;
	}

#entriesmain {
	<!-- width: 60%; -->
	float: right;
	padding: 0 0 40px 0;
	}
.post {
	margin-bottom: 1em;
}

a {

	font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
	color: #0066ff;
	text-decoration: none;
	font-weight: bold;

}

a:link h3 {

	font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
	color: #0066ff;
	border: none;
}

a:link img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 1px;
}

li.linkcat {
	list-style-type: none;
}

img {
	padding: 5px;
	border: 2px solid #eee;
}

.imgleft {
	float:left;
	padding: 5px;
	border: 2px solid #eee;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright {
	float: right;
	padding: 5px;
	border: 2px solid #eee;
	margin-left: 10px;
	margin-bottom: 10px;
}

img.frame {
	padding: 5px;
	border: 2px solid #eee;
}



h1 {

	font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
}

.title {
	border-bottom: 1px solid silver;
}


h2 {

	font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .2em;
	margin-top: .2em;
	letter-spacing: .2em;
	color: #000000;
	border-bottom: 1px solid silver;
}

h3 {

	font-family:Calibri, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: .2em;
	margin-top: 2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #000000;
	border-bottom: 1px solid #f55ead;
}

.post h3 {

	font-family: Calibri, Helvetica, Arial, Geneva, sans-serif;
	border-bottom: none;
	letter-spacing: normal;
	margin-bottom: -.5em;
}


blockquote {
	border: 1px solid #f55ead;
	margin-left: 1.5em;
	padding: 5px;
	letter-spacing: .01em;
}




/* Begin Comments*/

.comments_tiny {
	color: #f55ead;
	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, strike {
	color: #777;
}

.content {
	margin-bottom: 25px;
	padding-left: 5px;
	font-weight: normal;
}

.commentbox {
	width: 100%;
	height: 100px;
}

/* End Comments */

/* 

Style Sheet code for Image Caption Easy Plugin for WordPress

Copy and Paste this code into your WordPress theme style sheet file (style.css) then upload to its location.

You can edit any of these to suit your needs.

*/

.imagecaptioneasy {
  padding: 5px;
  font-family: Calibri, Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 2px solid #eee;
  background: #fff;
  color: #333;
}

.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }

.imagecaptioneasy span { text-align: center; }

.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }

.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }

.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }

.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }

.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }

.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }

