/*
	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	: Cokey Ko
	Author Site	: http://blog.planism.com/
	Style Name	: Weichen
	Style URI	: http://blog.planism.com/
	Version		: 2008/08/25
	Comments	: For my son.
*/

#page {
	/* The entire design is contained within the 'page' id */
	}

#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 */
	}

 h3.entry-title {
	background: url('http://blog.planism.com/wp-content/themes/k2/styles/planism/title.gif') no-repeat left center;
	padding-left: 35px;
	font-weight: bold;
	font-family: Verdana;
}

.entry-content {
	font-size: 1.3em;
	line-height: 1.8em;
	text-align: left;
	color: #444;
	font-family: Georgia, Verdana;
	padding-right: 2em;
	/*letter-spacing: 0.1em;*/
}

/* set page */

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

/* set blockquote */

blockquote {
	margin: 0px 5px 5px 5px;
	background: #FFFACD url("http://blog.planism.com/wp-content/themes/k2/styles/planism/blockquote.gif") no-repeat;
	padding: 5px 10px 10px 50px;
	color: #808080;
	}

/* set header */

.blog-title {
	display: none;
}

#header .description {
	display: none;
}

/* hide */

.hide {
	display: none;
}

.columns-two #page {
	width: 950px;
	}

#page {
	padding: 0px 0 10px;
	}

#primary {
	width: 670px;
	}

.sidebar-dual #primary {
	margin-left: 250px;
	}

.entry-content {
font-size:16px;
}

.secondary {
font-size:12px;
}

.navigation {
font-size:12px;
}

pre {
	font-family: Verdana;
	border: solid 1px gray;
     font-size: 10px;
     color: blue;
     margin: 10px;
     padding: 10px;
     background: #e1e1e1;
	 line-height: 120%;}

code {
	font-family: Verdana;
	font-size: 10px;
     color: #008099}

.secondary ul li {style.css (line 909)
list-style-image:none;
list-style-type:disc;
}

div.center {
	text-align: center;
}

#header {
	height: 300px;
	background: url(http://blog.planism.com/wp-content/themes/k2/images/headers/green.jpg) no-repeat;
}

/* for wisely birthday */

.birthday dl {
    width: 160px;
    height: 160px;
    background: url(http://blog.planism.com/wp-content/images/birthday/template_photo.gif) no-repeat;
    float: left;
    margin: 0;
}

.birthday dt {
    padding: 10px 0 0 10px;
}

.birthday dd {
    font-size: 12px;
    margin-left: 15px;
    letter-spacing: 1px;
    padding-top: 5px;
}

.birthday dd a {
    text-decoration: none;
    background: url(http://blog.planism.com/wp-content/images/birthday/msg.gif) no-repeat left -1px;
    padding-left: 20px;
}

#s {
	width: 70%;
}

#zg_whatlink {
	display: none;
}

#howold {
	margin-top: 5px;
}

.secondary h4 {
	font-weight: bold;
}

ol, ul {
list-style-type:disc;
}

.secondary div div div {
	margin: 0;
}

#rollingarchives {
	width: 650px;
}

body.smartposition #rollingarchives {
	width: 650px;
	background: #FFFFCC;
}

.hentry {
	margin:5px 0 50px;
}

.entry-head h1 {
	background:transparent url(http://blog.planism.com/wp-content/themes/k2/styles/planism/title.gif) no-repeat scroll left center;
	font-family:Verdana;
	font-weight:bold;
	padding-left:35px;
}

#searchsubmit {
    width: 20%;
    }