/*
Theme Name: Skyii
Theme URI: http://welee.me/wordpress-theme-skyii/
Version: 1.0
Author: welee
Author URI: http://welee.me/
Tags: blue, light, two-columns, fixed-width, right-sidebar, threaded-comments
Description: Skyii is a beautiful sky cloud style wordpress theme, support threaded comments, ajax-comments and widgets ready.

This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

This theme was designed by welee (http://welee.me).
By downloading and using this theme, you agree to the following terms:
	- You may NOT resell this theme.
	- A link back to welee.me (http://welee.me) must be retained in the footer (either modified or unmodified).
	- You must use this theme for personal purpose only.
	- You may modify, translate or distribute.
*/

/* reset default browser CSS START */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}
a img{border:none;}
/* reset default browser CSS END */


/* global elements START */
body {
	background:#C0DEED url(img/bodybg.png) repeat-x scroll 0 0;
	color:#333;
	font:13px Tahoma, Helvetica, Arial, sans-serif;
	text-align:center;
}

a {
	color:#3C74A6;
	text-decoration:none;
}

a:hover {
	color:#4E98D9;
	text-decoration:none;
}

img {
	border:none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	line-height:1;
}

h1 {
	font-size:26px;
}

h2 {
	font-size:24px;
}

h3 {
	font-size:20px;
}

h4,h5,h6 {
	font-size:16px;
}

blockquote {
	display:block;
	margin:0 30px 15px;
	padding:15px;
	background:#F1F1F1;
	border-left:2px solid #FDC689;
}

pre,
pre code {
	font:12px "Courier New", Monaco, monospace, Courier;
	margin:0 30px 15px;
	display:block;
	width:488px;
	background:#F1F1F1;
	border-left:2px solid #8DC63F;
	padding:15px;
	overflow:auto;
	line-height:150%;
}

.wp-caption {
	background:#F1F5F6;
	border:1px solid #DCE3E9;
	padding:5px 0;
	margin-bottom:5px;
	text-align:center;
}

.wp-caption img {
	margin:0 5px;
}

.wp-caption-text {
	text-align:center;
	padding:0 5px !important;
	padding:3px 5px 0;
	color:#888;
}

.alignleft {
	float:left;
	margin-right:10px;
	text-align:left;
}

.alignright {
	float:right;
	margin-left:10px;
	text-align:right;
}

.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}

.fixed {
	clear:both;
}

.boxcaption {
	background:#F1F1F1;
	padding:10px;
	font:13px Georgia, Times New Roman, Times, sans-serif;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#container {
	margin:0 auto;
	width:960px;
	padding:0 10px;
	text-align:left;
}

#wrapper {
	background:rgba(255,255,255,0.25);
	padding:0 20px 20px;
	position:relative;
	width:920px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#main {
	background:url(img/main.jpg) repeat-y scroll 0 0;
	width:920px;
}
/* global elements END */


/* header START */
#header {
	padding:20px 20px 10px;
}

#header .blogtitle {
	float:left;
}

#header .blogtitle a {
	color:#FFF;
	font:32px Georgia, Times New Roman, Times, sans-serif;
}

#header .tagline {
	font-size:12px;
	color:#FFF;
	float:right;
	padding-top:15px;
	line-height:1;
}
/* header END */


/* navigation START */
#navigation {
	float:left;
	width:640px;
	overflow:hidden;
}
#navmenu {
	line-height:1;
}

#navmenu li {
	float:left;
	display:inline;
	font-weight:bold;
}

#navmenu li a {
	display:block;
	padding:18px 10px 16px;
	color:#3C74A6;
}

#navmenu li a:hover,
#navmenu li.page_item a:hover {
	color:#FFF;
	text-decoration:none;
}

#navmenu li.current_page_item a,
#navmenu li.current_page_item a:hover {
	color:#FFF;
	text-decoration:none;
}
/* navigation END */


/* searchform START */
#search {
	float:left;
	width:190px;
	margin-top:12px;
}

#search input {
	border:0;
	background:#C2E1EF;
	color:#415959;
	padding:4px;
	width:184px;
	font-family:Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
/* searchform END */


/* rssfeed icon START */
.rssfeed a {
	background:url(img/rssicon.png) no-repeat scroll 0 0;
	display:block;
	text-indent:-999em;
	width:48px;
	height:48px;
	position:absolute;
	top:-7px;
	right:40px;
}

.rssfeed a:hover {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
}
/* rssfeed icon END */


/* content START */
#content {
	float:left;
	width:580px;
	margin:10px 30px;
}

.hline {
	border-bottom:1px solid #EEE;
}

.post {
	padding:20px 0;
}

.post .post-title {
	margin-bottom:10px;
	font-family:Georgia, Times New Roman, Times, sans-serif;
}

.post .meta li {
	float:left;
	display:inline-block;
	font-size:12px;
	color:#999;
	padding:0 8px;
	border-left:1px solid #DDD;
}

.post .content {
	margin-top:15px;
	overflow:hidden;
	width:580px;
	line-height:165%;
	font-size:14px;
	color:#444;
}
.post .content img{
	max-width:650px;
}

.post .content p,
.post .content h1,
.post .content h2,
.post .content h3,
.post .content h4,
.post .content h5,
.post .content h6 {
	margin-bottom:15px;
}

.post .content p.wp-caption-text {
	margin-bottom:0;
}

.post .content ol,
.post .content ul {
	margin:0 0 15px 35px;
}

.post .content ol li {
	list-style-type:decimal;
}

.post .content ul li {
	list-style-type:disc;
}

.more {
	text-align:right;
}

.more a {
	font-size:12px;
}

#page-links {
	font-size:14px;
	margin-bottom:15px;
}

#page-links span {
	padding:0 10px;
	border-right:1px solid #DDD;
}

.tags {
	margin-top:10px;
	background:url(img/tags.png) no-repeat scroll 0 0;
	padding:0 0 0 25px;
	height:16px;
	font-family:Georgia, Times New Roman, Times, sans-serif;
}

.share {
	background:url(img/share.png) no-repeat scroll 0 0;
	padding-left:25px;
	height:16px;
	margin-top:10px;
	font-family:Georgia, Times New Roman, Times, sans-serif;
}

.share span {
	margin-left:10px;
}

.search-result-title {
	margin-top:20px;
	font:italic 24px "Times New Roman", Times, Georgia;
	color:#999;
}

.crimsg {
	margin-top:20px;
	border:1px solid #C0DEED;
	padding:15px 15px 15px 60px;
	background:#EBF3F6 url(img/crimsg.png) no-repeat scroll 15px center;
	font:italic 20px "Times New Roman", Times, Georgia;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}
/* content END */


/* pagenavi and postnavi START */
.pagenavi {
	padding:20px 0;
}

ol.pages { margin: 20px 0 0 0; color: #666; list-style: none; font-size: 12px; line-height:200%; margin-left:10px; }

ol.pages li { margin: 0 5px 0 0; display: inline; }

ol.pages li a { padding: 2px 6px; border: 1px solid #eee; text-decoration: none; }

ol.pages li.current a { background: #C0DEED; border-color: #C0DEED; color: #fff; }


.older {
	float:right;
}

.newer {
	float:left;
}
/* pagenavi and postnavi END */


/* links template START */
.blogroll li {
	float:left;
	width:45%;
	height:16px;
	line-height:16px;
	list-style:none;
	overflow:hidden;
	padding:4px 0 4px 22px;
	background:url(img/links.png) no-repeat scroll 0 4px;
}
/* links template END */


/* comments START */
#commentblock {
	margin:10px 0 20px;
}

#comments {
	background:#F1F1F1;
	padding:10px;
	font:italic 20px Times New Roman, Georgia, Times, sans-serif;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#commentlist {
	margin-top:15px;
}

#commentlist li {
	padding:15px 0;
	border-bottom:1px solid #EEE;
	line-height:1;
}

#commentlist li ul.children li {
	border-top:1px solid #EEE;
	border-bottom:0;
	padding-bottom:0;
	margin:15px 0 0 30px;
	line-height:1;
}

#commentlist .avatarbg {
	float:left;
	width:44px;
	height:44px;
	margin:-20px 10px 0 0;
}

#commentlist .avatarbg .avatar {
	padding:3px;
	border:1px solid #DDD;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

p.message_head {
	clear:both;
	height:20px;
	margin:0 0 0 53px;
	line-height:1;
}

p.message_head cite {
	font-style:normal;
	font-weight:bold;
	float:left;
	line-height:1.2;
}

.timestamp {
	margin-left:5px;
	font-size:12px;
	color:#AAA;
	float:left;
	margin-top:1px;
}

.get-id {
	display:none;
}

.re_icon a,
.atclass a {
	float:right;
	font-size:10px;
	color:#CCC;
	padding:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

.re_icon a:hover,
.atclass a:hover {
	color:#FFF;
	background:#999;
}

.message_body p {
	margin:0 0 0 53px;
	line-height:165%;
}

#commentnavi {
	padding-top:10px;
}

#commentnavi .nav-previous {
	float:left;
}

#commentnavi .nav-next {
	float:right;
}

#respond {
	margin-top:15px;
	background:#F5F3F3;
	padding:15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}

#respond .cancle_comment_reply {
	float: right;
	font-size: 11px;
	display: none
}

#respond .cancle_comment_reply a {
	border: none;
	color: #aaa;
}

#respond .cancle_comment_reply a:hover {
	color: #444;
}

ol#commentlist li #respond .cancle_comment_reply {
	display: inline;
}


#comment_form .comment-form-title {
	margin-bottom:15px;
	color:#BBB;
	font:italic 20px Times New Roman, Georgia, Times, sans-serif;
}

#comment_form .form_line {
	margin-bottom:5px;
}

input#author,
input#email,
input#url,
input#contactName,
input#siteurl,
input#c-email {
	border:0;
	background:#FFF;
	font:12px Tahoma, Arial, sans-serif;
	margin-bottom:5px;
	padding:5px;
	width:161px;
	color:#777;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

#comment-personaldetails label {
	color:#555;
}

#comment {
	width:350px;
	border:0;
	background:#FFF;
	font:12px Tahoma, Arial, sans-serif;
	margin-bottom:10px;
	padding:5px;
	overflow:auto;
	height:130px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

input#submit {
	cursor:pointer;
	padding:5px 10px;
	border:0;
	background:url(img/comment_head_bg.png) repeat-x scroll 0 -15px;
	color:#555;
	text-shadow:0 1px 0 #FFF;
	font:bold 12px Tahoma, Arial, sans-serif;
	outline:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
}

#commentload {
	padding:15px 0 0 25px;
	font:italic 18px Times New Roman, Georgia, Times, sans-serif;
	color:#6C6478;
	background:url(img/ajax-loader.gif) no-repeat scroll 0 20px;
}

.pinglisth {
	padding-top:15px;
	font:16px Georgia, Times New Roman, Times, sans-serif;
}

#pinglist {
	margin-top:10px;
}

#pinglist li {
	margin-left:20px;
	list-style-type:disc;
	padding:3px 0;
}
/* comments END */


/* sidebar START */
#sidebar {
	float:right;
	width:240px;
	padding:15px 20px 30px;
}

#sidebar .widget {
	margin-top:15px;
}

#sidebar .widget-title {
	margin-bottom:10px;
	font:italic 18px Times New Roman, Georgia, Times, sans-serif;
	color:#666;
}

#sidebar .widget ul li {
	padding:2px 0 2px 18px;
	background:url(img/arrow1.png) no-repeat scroll 0 4px;
}
/* sidebar END */


/* footer START */
#footer {
	padding:10px 20px 20px;
	position:relative;
}

#footer p {
	line-height:165%;
	color:#666;
}

#footer .wordpress {
	float:left;
	width:65px;
}

#footer .wordpress a {
	background:url(img/wp-icon.png) no-repeat scroll 0 0;
	width:50px;
	height:50px;
	display:block;
	text-indent:-999em;
}

#footer .scrollup a {
	background:url(img/scrollup.png) no-repeat scroll 0 0;
	display:block;
	text-indent:-999em;
	width:48px;
	height:48px;
	position:absolute;
	top:10px;
	right:20px;
}
/* footer END */