/*
	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	:
	Author Site	:
	Scheme Name	:
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	background: url('wing-01/wingnut.gif') center right no-repeat;
	background-color: #3371A3;
	width: 100%;
	height: 200px;
	}
	h1 {
	padding: 0;
	position: absolute;
	top: 60px;
	left: 15px;
	}

.description {
	position: absolute;
	top: 100px;
	left: 20px;
	width: 300px;
	display: block;
	}
.primary {
	/* Contains the main column */
	}

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

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}
#sitemeter {
	/*display: none;
	visibility: hidden;*/
}
.bigd { font-size: 16px; font-weight: bold;}

.dbut { padding: 0 0 0 0; }

.wn-dtext  { width: 60px;}

.navigation .left a {
	font-size: 12px;
	font-weight: bold;
}

.navigation .right a {
	font-size: 12px;
	font-weight: bold;
}
.sb-login h2.anon {
	visiblity: hidden;
	display: none;
}
#pwd, #log {
	width: 97.1%;
	}
.sb-ads {
 /*text-align: center;*/
 /*width: 97.1%;*/

 /*margin: 0 0 0 8px !important;*/
 
}




.commentslink {
	padding: 2px 0 2px 20px;
	background: url('wing-01/comment.gif') left center no-repeat;
	margin-right: 10px;
	}

.chronodata {
	padding: 2px 0 2px 20px ;
	background: url('wing-01/time.gif') left center no-repeat;
	}


.tagdata {
	display: block;
	padding: 2px 0 2px 20px;
	background: url('wing-01/tag_blue.gif') left center no-repeat;
	}
	
	.commentsrsslink {
	background: url('wing-01/feed.gif') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	}

.trackbacklink {
	background: url('wing-01/arrow_refresh.gif') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}
	
	.comments .commentlist .commentmetadata {
	padding: 2px 0 2px 20px;
	background: url('wing-01/time.gif') left center no-repeat;
	display: block;
	}
	
	blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	background: url('wing-01/quote.gif') 5% no-repeat;
	border: none;
	}
	
.sb-donate form {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.sb-donate div {
	margin-top: 8px;
	padding-top: 0;
}
.sb-about p{
	margin-top: 6px;
}