/*
	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	: Phil Tseng
	Author Site	: http://infinite0.com/
	Style Name	: Infinity
	Style URI	: http://infinite0.com/
	Version		: 0.1
	Comments	: None
*/

#header {
	background-position: top left;
	background: #FFFFFF;
	}

.menu .admintab {
	display: none;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 {
	font-size: 2.2em; /* post title*/
	}

#primary .entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}

.chronodata {
	/*color: #777;*/
	background: url('icons/calendar.gif') left center no-repeat;
	padding: 2px 0 2px 20px;
	}

.commentslink {
	background: url('icons/comments.gif') left center no-repeat;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.6em;
	}

a.more-link {
	display: block;
	margin: 1em 15px 0 0;
	padding: 2px 0 2px 20px;
	background: url('icons/page_white_go.gif') left center no-repeat;
	}

#page-menu h2 {
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}

.secondary span a {
	margin-left: 0;
	}

span.entry-edit {
	margin-left: 10px;
	}

#footer .footerfeedlinks {
	display: none;
	}

.footerstyledwith {
	display: inline;
	}

.footerpoweredby {
	display: inline;
	}

.entry-content blockquote, .comment-content blockquote {
	font-size: 0.9em;
	line-height: 1.5em;
	}
	
.digg_button {
	/*display: block;
	float: right;
	padding: 0;
	margin: 0 !important;
	border: 0;*/
	}
	
.digg_button .diggthisplugin {
	display: block;
	position: relative;
	float: right;
	width: 42px;
	padding: 0 10px 0 0 !important;
	margin: 0 0 0 10px !important;
	overflow: hidden;
	}

.entry-content ul, .entry-content ol {
	list-style: disc;
	}

.widget .entry-edit {
	display: none;
	}

/* self-stuff */

zh, zh p, .zh {
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: serif;
	}

.small {
	font-size: 80%;
	}

.small2, small2 {
	font-size: 80%;
	color: #777;
}

hidden, .hidden {
	display: none;
	}

.fullwidth {
	width: 100%;
	}

[align="center"], .center, center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

[align="left"], .left, left {
	display: block;
	float: left;
	}

[align="right"], .right, right {
	display: block;
	float: right;
	}

#gsearch {
	margin-bottom: 10px;
	}

div.hang-old {
	text-indent: -3em;
	padding: 0 0 0 3em;
	margin: 0 0 -13px 0;
	}

ul.hang {
	list-style-type: none;
	list-style-position: inside;
	margin: 13px 0;
	padding: 0;
	}

ul.hang li {
	text-indent: -2em;
	padding: 0 0 0 2em;
	margin: 0;
	}

.btt {
	font-size: 80%;
	display: block;
	width: 100%;
	text-align: right;
	margin: 0;
	}

/* full-page functionality */
#primary-full {
	position: relative;
	float: left;
	width: 720px;
	padding: 10px;
	}

/* addthis */
div.addthis {
	padding-bottom: 20px;
	}

/* sticky ad */
#stickyad {
	}
 
div.stickyad-fixed {
	border-bottom: 0px solid #E0E0E0;
	position: fixed;
	margin: 0;
	top: 5px;
	}

#footer {
	clear: both;
	margin: 0 auto;
	width: 780px;
	padding: 20px 0 40px;
	text-align: center;
	color: #777;
	z-index: 1000;
	background-color: #eee;
	border-top: 1px solid #ddd;
	position: relative;
	top: -1px; /* has to do with sticky ad */
	}

#footer-cushion {
	position: absolute;
	display: block;
	margin: 0 auto;
	bottom: -1px;
	width: 780px;
	height: 2px;
	background-color: #eee;
	}