/*
	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	: Ivan Lopez 
	Author Site	: http://vanblogzor.co.cc/
	Style Name	: GlossyBlue-K2-Chinese
	Style URI	: http://vanblogzor.co.cc/k2-scheme/
	Version		: 2.0
	Comments	: <a href="http://www.ndesign-studio.com/">N.Design Studio</a>
	Style Footer    : <a href="%stylelink%" title="%style% by %author%">%style%<!-- %version%--></a> | %comments%
*/

body {
	font-size: 80%
}

.secondary {
	font-size: 1.1em;
	line-height: 1.4em;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
}
.entry-content pre {
display: block;
	 font-family: monospace;
	 line-height: 1.5em;
       white-space: pre-wrap; /* css-3 */
       white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
       white-space: -pre-wrap; /* Opera 4-6 */
       white-space: -o-pre-wrap; /* Opera 7 */
       word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#commentlist li .comment-content {
	font-size: 1.1em;
	line-height: 1.8em;
	}

.k2-asides h3 {
        font-size: 2.4em;
}

.blog-title {
padding: 45px 35px 0;
}

.entry-title {
    text-shadow:2px 2px 4px #AAAAAA;
	 margin-bottom: 10px;
}
