/*
	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	: 	Clay Loveless
	Author Site	: 	http://killersoft.com
	Scheme Name	: 	Killersoft
	Version		: 	0.1
	Comments	: 	just imports the regular Killersoft css file
*/

@import url(../../../../../css/layout.css);

img.gravatar {
  height: 40px;
  width: 40px;
}

/* K2 Overrides */

#header {
    height: auto;
    background: transparent; }
    
#footer {
    text-align: left; }
    
.content ul li {
    background: url(/images/layout/bullet.png) no-repeat 0% 8px; }
    
.commentsrsslink {
	background: url(/images/layout/feed.gif) no-repeat 0% 40%; }
	
.content fieldset {
    overflow: hidden; }
    
.content .form-input-button {
    text-align: left;
    margin-left: 0px;
    float: left;
    }

.comments form #submit {
    float: none; }
    
.LSRow a:link, .LSRow a:visited, .LSRow a:active  {
    color: #000; }
    
#searchcontrols a:link, #searchcontrols a:visited, #searchcontrols a:active  {
    color: #333; }    
    
.footer p a:link, .footer p a:visited, .footer p a:active {
    text-decoration: none; }
    
    
/* Live Archive Stuff */
.content #livearchives ul {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
}

.content #livearchives ul li {
    background-image: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
}

#livearchives {
    margin-bottom: 35px;
}

.comment-meta {
    margin-top: 30px; }

.comment-meta h2 {
    border-bottom: none;
    }

.comment .avatar img {
    margin: 2px 5px 0 0; }
    
.content .sociable ul li {
    margin-left: 4px;
    padding-left: 4px;
    background-image: none; }
    
.itemtext iframe {
    float: left;
    margin-right: 18px;
}