/*   
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: Arial, Helvetica, Geneva, sans-serif;
	font-size: .88em;
	line-height: 1.5em;
	color: #444444;
        padding: 0px;
}
#wrapper {
	width:960px;
	margin: 0 auto;
	padding:0;
}
#header {
	margin:0 auto;
	padding:0 0 20px;
	text-align:center;
	width:960px;
}
#container {
	width: 960px;
	float:left;
}

#home-img {
	float:left;
	height:220px;
	overflow:hidden;
}
.home-img img {
	width:960px;
}
#home-left, #first-post {
	float:left;
	width: 460px;
	padding-right:40px;
}
#home-left p {
	font-size:110%;
}
#home-right, #event-add {
	float:right;
	width: 460px;
}
#event-add {
	/*height:255px;*/
	overflow:hidden;
	/*padding:3em 0 0;*/
}
#event-add img {
	width:460px;
}
#countdown {
	margin: 0;
	padding: 20px;
	text-align:center;
}
#countdown h2 {
	color:#6699CC;
	text-transform:uppercase;
	font-size:1.2em;
}

#first-post{
	padding:0 40px 0 0;	
}
#first-post h1 {
	display:inline;
	font-size:1.6em;
}

#sidebar {
	float:right;
	font-size:0.8em;
	line-height:1.4em;
	padding:0 10px 25px 0;
	width:320px;
}
#sidebar img.sidebar-photo{
	width:336px;
} 

#sidebarleft {
	width:180px;
	float: left;
}

#sidebarright {
	width: 125px;
	float: right;
}

#footer {
	padding: 20px 0 10px;
	clear: both;
	font-size: .80em;
	text-align:center;
}

#entries {
	float:left;
	width:560px;
}

#entries ul li {
        padding-bottom: 15px;
}

.post {
	margin-bottom: 1em;
}

a {
	color: #6699cc;
	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-size: 2em;
	line-height: 1em;
	text-transform: uppercase;
}

.title {
	border-bottom: 1px solid silver;
}


h3 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-bottom: .2em;
	margin-top: 2em;
	letter-spacing: .2em;
	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: 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 */

#navmenu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; background: #6699cc}
a.five {padding:5px 10px;}
a.five:link {color: #ffffff; text-decoration: none; background: #6699cc}
a.five:visited {color: #ffffff; text-decoration: none; background: #6699cc}
a.five:hover {color: #6699cc; background: #ffffff; text-decoration: none}
li.highlighted { border: 5px solid #336699; }


.clear {clear:both;}
.left {float:left;}
.right {float: right;}