/*
	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	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/

/* BEGIN BASIC CORRECTIONS */
div.entry-content span.caps,li.comment span.caps{
	font-variant:small-caps;
}
div.entry-content span.important,li.comment span.important{
	background-color:#fffFB0;
}

body.home .k2-asides div.entry-meta span.chronodata{
	display:none;
}

body.home .k2-asides div.entry-meta span.entry-category{
	display:none;
}

div.post img{
	max-width:500px;
}

li.comment img{
	max-width:480px;
}

li.comment{
	clear:both;
}

.entry-content dl {
	padding: 0px 0px 0px 35px;
	margin: 13px 0pt;
}
.entry-content dt {
	margin: 0pt;
	padding:5px 0pt 0pt 0pt;
	font-weight:bold;
}
.entry-content dd {
	margin:0pt 0pt 3px;
	padding: 0px 0px 0px 35px;	
}

#commentlist li.comment ul{
	list-style-type:disc;
	margin: 0 0 1em 42px;
}

#commentlist li.comment ul li{
	list-style-type:disc;
}


#commentlist li.comment ul ul{
	margin: 0 0 0px 42px;
}

#commentlist li.comment ul ul li{
	list-style-type:circle;	
}
#commentlist li.comment ul ul ul li{
	list-style-type:square;
}
#commentlist li.comment ul ul ul ul li{
	list-style-type:disc;
}
#commentlist li.comment ol{
	margin: 0 0 1em 42px;
}

#commentlist li.comment ol li{
	list-style-type:decimal;
}
#commentlist li.comment ol ol{
	margin: 0 0 0px 42px;
}
#commentlist li.comment ol ol li{
	list-style-type:upper-alpha;
}


#commentlist li.comment ol ol ol li{
	list-style-type:lower-roman;
}
#commentlist li.comment ol ol ol ol li{
	list-style-type:lower-alpha;
}
#commentlist li.comment ul ol{
	margin: 0 0 0px 34px;
}
#commentlist li.comment ol ul{
	margin: 0 0 0px 34px;
}
#commentlist li.comment dl{
	margin: 1em 40px 1em 34px;
}
#commentlist li.comment dl dt{
	font-weight:bold;
}
#commentlist li.comment dl dd{
	margin: 0 0 1em 2em;
}



/* END BASIC CORRECTIONS */
body {
	background-color:#053666;
	text-shadow: 0 0 0 #000;/*<- This compensates for variations in Safari's font-rendering. Otherwise, everything looks bold.*/
	}
	
#header {
	/* Contains the H1 and menu */
	}
	
.primary {
	/* Contains the main column */
	}

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

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

.secondary {
	/* Contains the sidebar */
	}
#wp-admin-bar {margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}
div#delicious-posts-JeremyHarper p.delicious-extended{font-size:7pt;padding-bottom:.5em;margin-top:0em;}