/*
Theme Name:Nest
Theme URI:http://www.ychong.com/themes/
Description:A simple wordpress theme, theme options and widgets supported. You can choose where your sidebar will be: left, right, or even hide the sidebar (it will display a wide body column). Custom the site logo, header navigation menu, Twitter and Facebook links. The "Author Information" (inspired by TwentyTen) and "BY-NC-SA License Notice" was available in single post page. Supports Right to Left Languages and many plugins.
Tags:dark, gray, white, light, theme-options, custom-menu, left-sidebar, right-sidebar, one-column, two-columns, full-width-template, rtl-language-support, fixed-width, sticky-post
Version:1.1.2
Author:YChong
Author URI:http://www.ychong.com/
License:The GNU General Public License, v3.0
License URI:http://www.gnu.org/licenses/gpl.html
*/

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {font-weight:normal; line-height: 1.5em;}

h1 { font-size: 100%; padding: 0 10px;}
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; }
h6 { font-size: 100%; }

dl { list-style : none; }
dt { font-weight: bold; }
dd { margin-left: 15px; }

/* ===== Details ===== */

body { font-size: 12px; font-family: Verdana,sans-serif; }


a, a:link {
    color: #006699;
}
a:visited {
    color: #663366;
}
#page a:hover,
#page a:focus, 
#page a:active {
    background-color: #006699;
    color: #FFFFFF;
    text-decoration:none;
}

textarea:focus, 
input[type="text"]:focus {
	border: 1px solid #006699;
}


#header, #footer, #main, #nav {
	margin: 0;
	padding: 0;
	width: 100%;
}

#header { background: #f9f9f9 url('images/header-bg.png') repeat-x center top; }
#nav { background-color: #f0f0f0; border-bottom: 1px solid #cccccc; }
#main { background-color: #f0f0f0; border-top: 2px solid #dddddd; }
#footer { background-color: #f0f0f0; border-top: 3px solid #dddddd; }

.inner, #content {
	width: 960px; 
	margin: 0 auto;
}
#content {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#footer { padding: 15px 0 35px 0;}
#footer .copyright { float: left; }
#footer .poweredby { float: right; }

#content {
	padding-top: 10px;
	background:#fff;	
}
	
	
#content .column-narrow { width:660px; padding: 10px 0; }
#content .column-narrow.alignleft { padding-right: 20px; }
#content .column-narrow.alignright { padding-left: 20px; }
/*#content .column-narrow .post-entry > * { max-width: 630px !important; }*/
#content .column-narrow .post-entry img { max-width: 612px; }
#content .column-wide { width:960px; padding: 10px 0; }
/*#content .column-wide .post-entry > * { max-width: 930px !important; }*/
#content .column-wide .post-entry img { max-width: 912px; }
#content #sidebar { width: 280px; padding: 10px 0; }

#content .hentry ul, #content .hentry ol,
#content .comment-body ul, #content .comment-body ol
{ padding-left: 20px; }
#content .hentry li,
#content .comment-body li
{ padding: 3px 0; }


.site-title {
	padding:20px 0;
}
.site-title a {
	color:#000;
	text-decoration:none;
}
.sitelink {
	font-size: 32px;
	display:inline;
}
.site-description { float: left; clear: both; font-size: 12px; padding: 5px 0 20px; color: #666666; text-shadow: 1px 1px 2px #cccccc; }

.page-meta {
	padding: 8px 10px; margin: 0 0 20px 0;
	background-color: #f0f0f0; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
}
.page-meta > span { font-weight: bold; }
.page-meta > p { font-size: 12px; padding: 8px 0 0 0; }

.post-title {
	line-height: 26px; min-height: 26px; overflow: hidden;
	background-color: #f9f9f9;
	border-left: 5px solid #cccccc;
	font-size: 14px; font-weight: bold;
	text-shadow: 1px 1px 3px #cccccc;
}

.post-title a { 
	display: block; 
	min-height: 26px; 
	padding:0 10px; 
}
.post-meta {
	line-height: 20px; min-height: 20px;
	background-color: #f0f0f0;
	border-left: 5px solid #dddddd; border-top: 1px dotted #dddddd;
	padding: 0 10px; font-size: 12px;
}
.post-meta .meta-pri { float: left; }
.post-meta .meta-sec { float: right; }
.post-meta .meta-sec > a,
.post-meta .meta-sec > span.comments_popup_link
{ display: inline-block; background: url('images/icons.png') 0 -40px no-repeat transparent; padding-left: 24px; margin-left: 10px; }
.post-meta .meta-sec > span.comments_link
{ display: inline-block; background: url('images/icons.png') 0 -60px no-repeat transparent; padding-left: 24px; margin-left: 10px; }
.post-meta-else {
	line-height: 20px; min-height: 20px;
	margin: 0 15px 15px 15px; font-size: 12px;
	background: url('images/icons.png') 0 -100px no-repeat transparent; padding-left: 24px; 
}
.post-meta,
.post-meta-else { color: #666666; }
.post-author-info {
	position: relative;
	padding: 15px; margin: 20px 0;
	background-color: #f0f0f0; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
}
.post-author-info .author-description { position: absolute; top: 15px; left: 150px; }
.post-author-info .author-description-title { display: block; }
.post-author-info .author-bio { margin: 10px 0; }
.post-entry {
	font-size: 13px;
	padding: 10px 15px;
	line-height: 1.5em;
	overflow: hidden;
}
.post-entry p { padding-top: 7px; padding-bottom: 7px; }
/*
.post-entry a:link, .post-entry a:visited { text-decoration: none; color: #666666; }
.post-entry a:hover, .post-entry a:focus, .post-entry a:active { text-decoration: underline; color: #333333; }
*/
a.more-link { background: url('images/icon-more.png') 6px center no-repeat transparent; padding: 20px; }

.navigation { clear: both; }
.navigation-archives { padding: 10px 0 5px; }
.navigation-single { padding: 0 0 10px; }
.navigation-comments { padding: 0; }
.navigation-comments .page-numbers { display: none; }
.navigation-comments .prev { display: inline; float: left; }
.navigation-comments .next { display: inline; float: right; }

.navigation .alignleft { 
	display: inline-block; 
	line-height: 16px; 
	background: url('images/icon-navi.png') left 0 no-repeat transparent; 
	padding-left: 22px; 
	margin-left:15px;
}
.navigation .alignright
{ display: inline-block; line-height: 16px; background: url('images/icon-navi.png') right -16px no-repeat transparent; padding-right: 22px; }
.sticky { padding: 10px; margin-bottom: 15px; border: 1px solid #eeeeee; }
.page-link { font-weight: bold; margin: 10px 0 15px; }
.page-link a { background: #f9f9f9; font-weight: normal; padding: 6px 9px; }
.post-entry .thumbnail { float: right; border: 1px #f0f0f0 solid; padding: 4px; margin: 0 0 10px 10px; }

#sidebar .widget-container ul,
#sidebar .widget-container div.textwidget,
#sidebar .widget-container div.tagcloud,
#sidebar .widget-container form#searchform,
#sidebar .widget-container div#calendar_wrap {
	padding: 10px; 
	line-height: 1.5em;
}
#sidebar .widget-container { margin-bottom: 5px; }
#sidebar .widget-container .widget-title {
	display: block; padding: 0 10px;
	height: 26px; line-height: 26px;
	border-bottom: 1px solid #dddddd;
	font-size: 12px; font-weight: bold;
	text-shadow: 1px 1px 3px #cccccc;
}
#sidebar .widget-container ul li ul { padding: 0; }
#sidebar .widget-container ul li {
	display: block; padding: 0 13px 0 22px;
	background: transparent url('images/icon-li.png') 2px 5px no-repeat;
	zoom:1;
}

/* ===== Navigation ===== */

#nav-menu { /*float: left; display: inline;*/ text-align: left; }
#nav-sns { float: right; display: inline; text-align: right; }

#nav-menu ul { list-style: none; margin: 0; }
#nav-menu li { float: left; position: relative; margin: 0; padding: 0; }
#nav-menu ul li.item-submenu > a { background: transparent url('images/arrow1.gif') right center no-repeat; padding-right: 25px; }
#nav-menu ul.children li.item-submenu > a { background: transparent url('images/arrow2.gif') right center no-repeat; padding-right: 15px; }
#nav-menu li a { display: inline-block; min-height: 32px; line-height: 32px; padding: 0 15px; }
#nav-menu ul ul {
	border: 1px #cccccc solid;
	background-color: #eeeeee;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	float: left;
	width: 190px;
	z-index: 999;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
}
#nav-menu ul ul ul { left: 100%; top: -1px; }
#nav-menu ul ul li { padding: 0; }
#nav-menu ul ul a { width: 160px; }
#nav-menu ul li.page_item > a { text-shadow: 1px 1px 3px #cccccc; }
#nav-menu ul li.page_item > a:hover { color: #101010; background-color: #e0e0e0; }
#nav-menu ul li.current_page_item { background: none transparent; }
#nav-menu ul li.current_page_item > a { font-weight: bold; }

.home #nav-menu li#nav-home,
.page-id-2 #nav-menu li#nav-about {
	font-weight: bold;
}


#nav-sns { float: right; height: 18px; padding: 7px 10px; }
#nav-sns a { display: inline-block; height: 18px; line-height: 18px; padding: 0 20px 0 25px; text-align: left; }

#nav-sns a.btn-rss { background: url('images/icon-sns-feed.png') no-repeat 0 0 transparent; }
#nav-sns a.btn-rss:hover,
#nav-sns a.btn-rss:focus,
#nav-sns a.btn-rss:active { 
	background: #006699 url('images/icon-sns-feed.png') no-repeat 0 -18px; 
}

#nav-sns a.btn-twitter { background: url('images/icon-sns-twitter.png') no-repeat 0 0 transparent; }
#nav-sns a.btn-twitter:hover,
#nav-sns a.btn-twitter:focus,
#nav-sns a.btn-twitter:active { 
	background: #006699 url('images/icon-sns-twitter.png') no-repeat 0 -18px;
}

#nav-sns a.btn-facebook { background: url('images/icon-sns-facebook.png') no-repeat 0 0 transparent; }
#nav-sns a.btn-facebook:hover { background: url('images/icon-sns-facebook.png') no-repeat 0 -18px transparent; }
#nav-sns a.btn-sina { background: url('images/icon-sns-sina.png') no-repeat 0 0 transparent; }
#nav-sns a.btn-sina:hover { background: url('images/icon-sns-sina.png') no-repeat 0 -18px transparent; }

/* ===== Comments ===== */

#comments { 
	line-height: 40px;
	padding-left:15px;	
}
.commentlist { 
	clear: both; border-top: 1px solid #dddddd;
	padding-left:15px;	
}

.commentlist li.comment { list-style: none; }
.commentlist li.trackback { list-style: none; }
.commentlist li.pingback { list-style: none; }
.commentlist li.comment .comment-body,
.commentlist li.trackback .comment-body,
.commentlist li.pingback .comment-body
{ position: relative; margin: 10px 0; border-bottom: 1px solid #dddddd; }
.commentlist li.comment .fn { position: absolute; left: 40px; top: 0; line-height: 16px; }
.commentlist li.comment .commentmetadata { position: absolute; left: 40px; top: 16px; line-height: 16px; }
.commentlist li.comment .fn,
.commentlist li.trackback .fn,
.commentlist li.pingback .fn
{ font-style: normal; }
.commentlist li.comment .comment-awaiting-moderation { padding: 10px; font-style: normal; }
.commentlist li.comment .reply,
.commentlist li.trackback .reply,
.commentlist li.pingback .reply
{ position: absolute; right: 0; top: 0; font-size: 11px; color: #666666; }
.commentlist .reply a { color: #999999; }
.commentlist .reply a:hover { color: #000000; }
.commentlist li.comment .says,
.commentlist li.trackback .says,
.commentlist li.pingback .says
{ display: none; }
.commentlist li.comment .comment-body p,
.commentlist li.trackback .comment-body p,
.commentlist li.pingback .comment-body p
{ margin: 15px 10px; line-height: 20px; }
.commentlist li.comment .children > .comment { margin-left: 20px; }
.commentlist .bypostauthor {}

.commentlist.no-avatars li.comment .comment-body { padding-top: 32px; }
.commentlist.no-avatars li.comment .fn { left: 10px; }
.commentlist.no-avatars li.comment .commentmetadata { left: 10px; }

#respond {padding: 0 15px 0 15px;}
#commentform { padding-top: 10px; }
#commentform input[type="text"], #commentform textarea { margin: 5px 0; }
#commentform input[type="submit"] { padding: 3px 8px; margin: 5px 0; }
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-url { height: 32px; line-height: 32px; }
#commentform .comment-form-author label,
#commentform .comment-form-email label,
#commentform .comment-form-url label { padding-left: 10px; }
#commentform .smilies { padding: 0 0 10px; }

#commentform .comment-form-comment label { 
	position:absolute;
	left:-1000em;
}
input#author,
input#email,
input#url
{ width: 200px; }
#commentform input[type="text"]:focus, #commentform textarea:focus {
	box-shadow: 0px 0px 3px #999999;
	-moz-box-shadow: 0px 0px 3px #999999;
	-webkit-box-shadow: 0px 0px 3px #999999;
}

/* ===== CSS fixing ===== */

.clearfix { clear: both; }
input[type="text"],
input[type="password"],
textarea {
	background: #f9f9f9;
	border: 1px solid #cccccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}

.box { padding: 0 !important; } /* ! use for page template - links */
.box li { padding: 0; list-style: none; clear: both; }
.box li .box-title { display: block; padding: 0 10px; line-height: 26px; font-size: 12px; font-weight: bold; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; background-color: #eeeeee; }
.box li ul li { float: left; clear: none; list-style: none; padding: 0 10px; width: 145px; line-height: 26px; }

/* ===== WordPress Elements (required) ===== */

.aligncenter { display: block;margin: auto; }
.alignleft { float: left; }
.alignright { float: right; }
.post-entry img { margin: 5px; }
.post-entry img.wp-smiley { margin: 0; }
.post-entry .alignleft { margin-right: 15px; margin-top: 10px; margin-bottom: 10px; }
.post-entry .alignright { margin-left: 15px; margin-top: 10px; margin-bottom: 10px; }
.post-entry .aligncenter { margin-top: 5px; margin-bottom: 5px; }
.wp-caption { background: #eeeeee; line-height: 18px; margin-bottom: 10px; padding: 4px; text-align: center; }
.wp-caption img { margin: 5px 5px 0; }
.wp-caption-text { color: #888888; font-size: 12px; margin: 5px; }
.wp-smiley { margin: 0; }
.gallery { margin: 0 auto 10px; }
.gallery img { border: 2px solid #cfcfcf; }
.gallery .gallery-item { float: left; margin-top: 10px; text-align: center; width: 33%; }
.gallery-columns-2 .attachment-medium { max-width: 92%; height: auto; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .attachment-thumbnail { max-width: 84%; height: auto; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery .gallery-caption { color: #888888; font-size: 12px; margin: 5px 0 10px; }
.gallery dl { margin: 0; }
.gallery img { border: 8px solid #eeeeee; }
.gallery br+br { display: none; }
.attachment .post-entry img { display: block; margin: 0 auto; }
#wp-calendar { width: 100%; margin: 0 auto; }
#wp-calendar tbody a { font-weight: bold; }
#wp-calendar caption { text-align: left; padding: 5px 0; }
#wp-calendar th, 
#wp-calendar td { text-align: center; height: 20px; }
#wp-calendar tbody td { }
#wp-calendar tbody td.pad { }
#wp-calendar th { background: #999999; color: #ffffff; }
#wp-calendar #today { background: #dddddd; }
#wp-calendar td#prev { text-align: left; padding: 5px 0; }
#wp-calendar td#next { text-align: right; padding-top: 5px; }

/* ===== HTML Elements ===== */

blockquote { background: url('images/blockquote.png') no-repeat 10px 10px #eeeeee; border-left: 5px solid #dddddd; padding: 10px 20px 10px 50px; margin: 10px 10px; }
pre { background-color: #eeeeee; border: 1px dashed #dddddd; padding: 10px 20px; margin: 10px 10px; }
code { font-family: 'Courier New';}
.column table { margin: 5px 0 10px 0; }
.column table td, .column table th { padding: 5px; }
.column table, .column table td, .column  table th { background-color: #f9f9f9; border: 1px solid #dddddd; }
abbr[title], acronym[title] { border-bottom: thin dotted; cursor: help; }
label, label a { color: #555555; }
fieldset {
	border: 1px solid #dddddd;
	margin: 0 0 15px 0;
	padding: 15px;
}
fieldset legend {
	background: #ffffff;
	font-weight: bold;
	padding: 0 10px;
}

/* ===== Miscellaneous ===== */

/* Plugin: wp-pagenavi BEGIN */
.wp-pagenavi { height: 24px; padding: 5px 0;}
.wp-pagenavi, .wp-pagenavi a { color: #666666; }
.wp-pagenavi .pages,
.wp-pagenavi .page,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last { padding: 2px 12px; margin: 0; border: 0; border-right: 1px #cccccc solid; }
.wp-pagenavi .current { font-weight: bold; }
.wp-pagenavi .pages { padding-left: 0; }
/* Plugin: wp-pagenavi END */

/* Plugin: wp-recentcomments BEGIN */
li.rc-item { padding: 5px 0 !important; background: none !important; }
li.rc-item .rc-info,
li.rc-item .rc-excerpt { line-height: 16px; }
li.rc-navi { padding: 0 !important; background: none !important; }
/* Plugin: wp-recentcomments END */


.assistive-text {
	position:absolute;
	left:-9999px;
}


#content ul.itemListImage {
	padding:0;
	margin:8px 0 16px 0;
	list-style: none;	
}
#content ul.itemListImage li {
	clear:left;
	padding:0;
	margin:0;
	min-height:150px;
	*height:150px;
	
}
#content ul.itemListImage img {
	float:left;
	border-left:5px solid #DDDDDD;
	border-right:5px solid #DDDDDD;
	margin: 6px 10px 0 0;
}
#content ul.itemListImage h3 {
	font-size:13px;
}
#content ul.itemListImage p.meta {
	padding:0;
}

#content ul.itemListImage .publisher {
	clear:left;
}

#content ul.itemListImage p.meta {
	color:#666666;
}
#content ul.itemListImage .author,
#content ul.itemListImage .date {
	color:#000000;
}

#content ul.itemListImage p.description {
	padding-left:155px;
	margin-bottom:10px;
}
