/*
Theme Name: Blog Theme NO.1
Theme URI: http://www.koryi.net/
Description: Blog Theme NO.1
Version: 1.1
Author: ray1980
Author URI: http://www.koryi.net/
Tags: fixed width, two columns, widgets, blog theme
*/

/* Normal */
body, h1, h2, h3, p, ol, ul, li, a, span, blockquote, form, div, img, iframe, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	}

body {
	padding: 10px 0;
	background: #565656;
	color: #404040;
	font-size: 12px;
	text-align: center;
	}

a {
	color: #1B4486;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 1.8em;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.2em;
	}
	
/* Header */
#header {
	margin: 0 auto;
	padding: 0 15px;
	width: 960px;
	height: 170px;
	background: #000 url('images/header.png') no-repeat 0 0;
	overflow: hidden;
	}

#headerimg {
	padding: 65px 20px 0;
	overflow: hidden;
	}

#headerimg h1 {
	float: left;
	padding: 10px 0 0 10px;
	background: url('images/logo.png') no-repeat 0 0;
	}
	
#headerimg h1 a {
	color: #FFF;
	font-size: 36px;
	overflow: hidden;
	}
	
#headerimg .description {
	float: left;
	color: #FFF;
	display: none;
	}

#headerimg .topad {
	float: right;
	}

/* Menu */
#menu {
	margin: 0 auto;
	padding: 0 15px;
	width: 960px;
	height: 30px;
	background: #333 url('images/menu.png') no-repeat 0 0;
	overflow: hidden;
	}

#lavalamp {
	position: relative;
	padding-left: 10px;
	float: left;
	}

#lavalamp li {
	float: left;
	display: inline;
	}

#lavalamp li a {
	position: relative;
	color: #FFF;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	text-decoration: none;
	float: left;
	z-index: 10;
	text-align: center;
	}

#lavalamp li.back {
	background: url('images/lava.gif') no-repeat right bottom;
	height: 30px;
	position: absolute;
	z-index: 8;
	}

#lavalamp li.back .left {
	background: url('images/lava.gif') no-repeat left top;
	height: 30px;
	margin-right: 9px;
	float: none;
	}
	
#menu #searchbox {
	float: right;
	margin-right: 20px;
	line-height: 30px;
	}

#searchbox input {
	padding: 1px;
	}
	
#searchbox #s {
	width: 185px;
	border: 1px solid #CECECE;
	}

/* Page */		
#page {
	margin: 0 auto;
	padding: 0 15px;
	width: 960px;
	background: #FFF url('images/page.png') repeat-y 0 0;
	overflow: hidden;
	text-align: left;
	}
	
/* Content */				
#content {
	float: left;
	width: 680px;
	padding: 10px;
	overflow: hidden;
	}

/* Sidebar */
#sidebar {
	float: right;
	margin-right: 5px;
	width: 250px;
	background: #F3F3F3;
	overflow: hidden;
	}

#sidebar ul {
	margin: 10px 0;
	}
	
#sidebar ul li {
	margin-bottom: 15px;
	overflow: hidden;
	}
	
#sidebar h2 {
	padding: 0 0 5px;
	font-size: 14px;
	text-indent: 5px;
	background: url('images/line.gif') repeat-x 0 100%;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}
	
#sidebar ul ul, #sidebar ul ol {
	margin: 0 0 0 5px;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0;
	padding-left: 8px;
	background: url('images/list.gif') no-repeat 0 5px;
	}
	
#sidebar ul li.widget_pages li,
#sidebar ul li.widget_categories li,
#sidebar ul li.widget_archive li,
#sidebar ul li.widget_hot_friends_module li,
#sidebar ul li.widget_meta li {
	float: left;
	width: 110px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	}

#sidebar ul li.widget_feeds li {
	float: left;
	width: 80px;
	margin-left: 10px;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	}

#sidebar ul li.widget_feeds li.feedrss {
	background: url('images/feed.gif') no-repeat 0 0;
	}
	
#sidebar ul li.widget_feeds li.feedemail {
	background: url('images/feed.gif') no-repeat 0 -30px;
	}

#sidebar ul li.widget_recentcomments li {
	margin: 5px 0 10px;
	padding-left: 0;
	background: none;
	}

#sidebar ul li.widget_hot_friends_module li {
	padding-left: 15px;
	width: 100px;
	background: url('images/link.gif') no-repeat 0 5px;
	}
			
/* Footer */	
#footer {
	clear: both;
	margin: 0 auto;
	padding: 0 15px;
	width: 960px;
	height: 70px;
	line-height: 55px;
	background: #000 url('images/footer.png') no-repeat 0 0;
	}

#footer a {
	color: #9A9A9A;
	}

/* Post */	
.widecolumn, .narrowcolumn {
	line-height: 1.4em;
	}

.post {
	margin: 0 0 30px;
	text-align: justify;
	overflow: hidden;
	}

.post h2 {
	margin: 0 0 5px;
	padding: 0 8px 5px;
	border-bottom: 1px dashed #CECECE;
	}
	
.post h2 a {
	color: #404040;
	text-decoration: none;
	}
	
.post h2 a:hover {
	color: #1B4486;
	}
		
.post hr {
	display: block;
	}

h2.pagetitle {
	padding: 0 0 18px;
	background: url('images/shadow.png') no-repeat 50% 100%;
	color: #1B4486;
	text-align: center;
	}

.entry {
	padding: 0 8px;
	}
	
.entry p {
	line-height: 24px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0;
	}

.attachment {
	text-align: center;
	margin: 5px 0;
	}

.postmetadata {
	clear: both;
	margin: 0;
	padding: 8px 8px 0;
	color: #777;
	}
	
.postmetadata span {
	padding: 1px 8px 1px 18px;
	background-image: url('images/meta.gif');
	background-repeat: no-repeat;
	}
	
.postmetadata span.meta-data {
	background-position: 0 0;
	}
	
.postmetadata span.meta-author {
	background-position: 0 -18px;
	}
	
.postmetadata span.meta-cats {
	background-position: 0 -36px;
	}
	
.postmetadata span.meta-views {
	background-position: 0 -54px;
	}
	
.postmetadata span.meta-comments {
	background-position: 0 -72px;
	}
	
.postmetadata span.meta-tags {
	background-position: 0 -90px;
	}
	
.postmetadata span.meta-edit {
	background-position: 0 -108px;
	}

.postmetadata span.meta-edit a {
	color: #C30;
	}
					
.postmetadata ul, .postmetadata li {
	display: inline;
	}
	
/* Comment */
#comments {
	padding: 0 10px;
	height: 30px;
	background: #F3F3F3 url('images/round.png') no-repeat 0 0;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	}

#comments span {
	margin: 5px 0 0;
	}

span.comments-feed,
span.comments-respond,
span.comments-trackback,
span.comments-close {
	float: left;
	padding: 1px 8px 1px 18px;
	background-image: url('images/meta.gif');
	background-repeat: no-repeat;
	}

span.comments-respond {
	background-position: 0 -124px;
	}
	
span.comments-trackback {
	background-position: 0 -142px;
	}
	
span.comments-close {
	background-position: 0 -158px;
	}
	
span.comments-feed {
	background-position: 0 -178px;
	}
		
span.add_bookmarks {
	float: right;
	}

.commentlist, .trackbacklist {
	margin: 0 0 10px;
	text-align: justify;
	}

.trackbacklist {
	padding: 8px 0 0 15px;
	}

.trackbacklist li {
	padding: 0 5px 10px 8px;
	background: url('images/list.gif') no-repeat 0 4px;
	}
	
.commentlist li {
	padding: 5px 5px 10px 10px;
	font-weight: bold;
	}
		
.commentlist li ul li { 
	margin-left: 10px;
	}
		
.commentlist li, #commentform input, #commentform textarea {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist .avatar { 
	float: right;
	border: 1px solid #EEE;
	padding: 2px;
	background: #FFF;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist .says {
	display: none;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentlist .tip {
	background: #F3F3F3;
	border: 1px solid #CCC;
	width: 600px;
	padding: 10px;
	position: absolute;
	z-index: 3;
	}

.commentlist .tip .act {
	display: none;
	}

.even, .alt {
	border-bottom: 1px dashed #CFCFCF;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}

.children { 
	padding: 0; 
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	font-weight: normal;
	display: block;
	}

#commentform p {
	margin: 10px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}	
#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	border: 1px solid #CECECE;
	}
	
#commentform #author, #commentform #email, #commentform #url {
	width: 180px;
	padding: 2px;
	}
	
#commentform label {
	margin-left: 5px;
	}
	
#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 99%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	float: right;
	padding: 3px 5px;
	background: #333;
	color: #FFF;
	}

/* Other */
hr {
	display: none;
	}

a img {
	border: none;
	}

p img {
	max-width: 100%;
	}

select {
	width: 130px;
	}
			
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #DDD;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.clear {
	clear: both;
	}

.center {
	text-align: center;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.hidden {
	display: none;
	}

.navigation {
	display: block;
	margin-top: 10px;
	margin-bottom: 40px;
	}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.adtop { 
	float: right;
	text-align: center;
	overflow: hidden;
	}
	
.adpost { 
	text-align: center;
	overflow: hidden;
	}

.notice {
	margin: 0 0 15px;
	padding: 5px 10px 5px 20px;
	background: #F2F2F2 url('images/notice.gif') no-repeat 4px 4px;
	border: 1px dashed #CECECE;
	color: #F60;
	overflow: hidden;
	}
	
#related_post {
	margin: 15px 0 5px;
	overflow: hidden;
	}

#related_post h3 {
	padding: 0 10px;
	border-bottom: 1px solid #CECECE;
	font-size: 14px;
	line-height: 28px;
	color: #D01F3C;
	}

#related_post ul {
	padding: 0 10px 5px;
	}

#related_post ul li {
	float: left;
	width: 310px;
	height: 22px;
	margin-right: 10px;
	padding: 0 0 0 8px; 
	line-height: 22px;
	background: url('images/list.gif') no-repeat 0 7px;
	overflow: hidden;
	}

#emoticon {
	float: right;
	margin: 3px 5px 0 0;
	}

.pages {
	margin-bottom: 20px;
	overflow: hidden;
	}
	
.pages ul {
	padding: 10px;
	}

.pages ul li {
	float: left;
	margin-bottom: 10px;
	}

.pages ul ul li {
	float: left;
	width: 190px;
	line-height: 180%;
	text-align: center;
	margin: 3px 10px;
	background: #FFF;
	border: 1px solid #CECECE;
	}
	
.pages ul ul li a {
	padding: 2px 0;
	color: #404040;
	display: block;
	text-decoration: none;
	}

.pages ul ul li a:hover {
	background: #F3F3F3;
	color: #333;
	}

#donateplusform {
	padding: 10px;
	background: #EEE;
	}