/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Kai Hess
	Author Site	: http://scusolar.org
	Style Name	: Solar World
	Style URI	: 
	Version		: 0.1
	Comments	: Created for Santa Clara Solar Decathlon
*/

#page {
	/* The entire design is contained within the 'page' id */
		border-width: 0px;
	                                                         
		background-color: transparent;
	                                                         
		background-image: url(frame.png);
	                                                         
		padding: 0px;
	                                                         
		margin-top: 34px;
	                                                         
	}
	
#header {
	/* Contains the H1 and menu */
		margin-bottom: 30px;
	                              
		margin-left: 5px;
	                              
		width: 860px;
	                              
		background-image: url(blueheading.jpg);
	                              
		height: 100px;
	                              
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	                                                       
	}

.entry-content {
	/* The meat and potatoes of every entry */
		font-size: 11px;
	                                          
	}

.secondary {
	/* Contains the sidebar */
	                          
	}

.sidebar-single #page {
	width: 870px;
	}

h1 {
		margin-left: -20px;
		padding-top: 32px;
	}

h1 a {
		text-align: right;
		display: block;
		height: 40px;
		width: 520px;
	}

h1 a:hover {
	text-decoration: none;
	}

#footer {
		margin-left: 650px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-top: 5px;
		height: 30px;
		position: absolute;
		margin-top: -35px;
		text-align: right;
	}

.sponsorbottomimg {
	position: absolute;
	margin-top: 5px;
	margin-left: 272px;
	height: 56px;
	width: 588px;
}

html>body .sponsorbottomimg {
	background-image: url(sponsorbottomimg.png);
}

.sponsorbottomimg a {
	margin-right: 8px;
	float: left;
	display: block;
	width: 20px;
	height: 56px;
}#primary {
	width: 600px;
}

#sidebar-main {
	width: 180px;
}

.chronodata {
		padding: 0px;
		background-image: url(none);
	}

html>body #frametop {
		background-image: url(frameb.png);
		margin-top: -4px;
		position: absolute;
		height: 4px;
		width: 870px;
	}

html>body #framebottom {
		background-position: 0 6px;
		position: absolute;
		height: 6px;
		width: 870px;
		background-image: url(frameb.png);
	}

.solarlogo {
		margin-top: -28px;
		margin-left: -21px;
		z-index: 200;
		position: absolute;
		height: 92px;
		width: 54px;
	}

html>body .solarlogo {
		background-image: url(solarlogo.png);
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	color: #669966;                                                                    
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	}

/* Alternating post colors - the loop edited according to http://wordpress.org/support/topic/1148 */
.color1 {background-color: #fafafa;}
.color2 {}


.commentslink {
	background: url(comment.png) left center no-repeat;
	}

.quoter_comment {
	background: url(comment.png) left center no-repeat;
	}
	
.entry-edit a {
	background: url(pencil.png) left center no-repeat;
	}
	
.comment-edit a {
	background: url(commentedit.png) left center no-repeat;
	}
	
#commentlist li .comment-meta {
		padding: 0px;
		background-image: url(none);
	}
	
	

.gravatar {
height: 55px;
width: 55px;
margin-right: 5px;
float:left;
}

.postgrav {
float: left;
}

.entry-content {
		padding-left: 60px;
	}

a {
outline: none;
	}
