/*
Theme Name: Neverland
Theme URI: https://github.com/marguerite/neverland
Author: Marguerite Su
Author URI: http://marguerite.su/
Description: KDE Neverland Theme
Version: 1.0
License: GPL-3.0+
License URI: COPYING
Tags: light, white, blue, two-columns, right-sidebar, flexible-width, custom-sidebar, editor-style, full-width-template, microformats, post-formats
*/
@font-face {
  font-family: 'Open Sans';
  src: url("OpenSans-Light.ttf");
}

body {
font-family:'Open Sans', sans-serif;
color:#2e3436;
background:url(images/white_texture.png) repeat;
margin:0;
}

body,input,textarea {
font-size:10pt;
}

h1,h2,h3,h4,h5,h6 {
color:#636363;
font-weight:400;
}

table {
border-collapse:collapse;
}

ol,ul {
list-style:none;
margin:0;
padding:0;
}

strong {
font-weight:700;
}

input[type=text],textarea {
color:#0068c6;
border:1px solid #eee;
padding:5px;
}

a:link,a:visited {
color:#0068c6;
text-decoration:none;
}

pre {
border-radius:4px;
-moz-border-radius:3px;
background-color:#eee;
margin-right:25px;
margin-bottom:25px;
color:#555;
line-height:200%;
padding:2px 5px 2px 15px;
overflow-x:auto;
}

blockquote {
color:#9e8da7;
max-width:200px;
background:url(images/blockquote-left.png) no-repeat top left;
padding-left:20px;
margin:15px;
}

blockquote p {
padding-right:20px;
background:url(images/blockquote-right.png) no-repeat bottom right;
}

del {
color:#FF2545;
}

code {
margin:0 2px;
padding: 0 5px;
border:1px solid #eaeaea;
background-color:#fafafa;
border-radius:3px;
}

pre code, h2 code, h3 code, h4 code {
margin: 0;
padding: 0;
border: none;
background: none;
border-radius: 0;
}

.content {
width:55%;
float:left;
margin-left:5%;
margin-bottom:5%;
background:rgba(255,255,255,.5) url(images/widget_area.png) no-repeat center top;
border-radius:5px;
-moz-border-radius:5px;
border:1px solid #fff;
box-shadow:0 1px 3px rgba(0,0,0,.25);
padding:0 2% 1%;
}

.categorytree {
float:left;
width:55%;
margin-left:5%;
border-left:1px solid #0068c6;
position:relative;
}

.categorytree:after {
position:absolute;
content:'';
width:0;
height:0;
left:-1px;
bottom:0;
border:5px solid;
border-color:#0068c6 transparent transparent #0068c6;
}

#footer {
width:90%;
clear:both;
border:1px solid #fff;
border-top-left-radius:5px;
border-top-right-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-topright:5px;
background:rgba(255,255,255,.5) url(images/widget_area.png) no-repeat center top;
margin:0 auto;
}

.not-found {
min-height:480px;
background:url(images/404.png) no-repeat bottom center;
}

#header {
background:rgba(255,255,255,.5) url(images/widget_area.png) no-repeat center top;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
width:90%;
border-color:#FFF;
border-style:none solid solid;
border-width:0 1px 1px;
margin:0 auto 25px;
}

#site-title {
float:left;
font-size:28px;
margin-left:10px;
margin-top:5px;
}

#site-title a:hover {
color:#00407a;
background-position:0 -46px;
}

#site-title a {
color:#0068c6;
letter-spacing:1px;
text-transform:uppercase;
height:46px;
display:block;
padding-left:20px;
background:url(images/title.png) no-repeat;
background-size: 32px 92px;
}

#site-description {
margin-top:12px;
}

#subscribe {
float:right;
margin:16px 3% 0 0;
}

#subscribe a {
display:inline-block;
width:32px;
height:32px;
margin-right:5px;
padding:none;
}

#subscribe a:hover {
background-position:0 -32px;
}

#subscribe a.rss {
background-image:url(images/rss.png);
}

#subscribe a.twitter {
background-image:url(images/twitter.png);
}

#subscribe a.gplus {
background-image:url(images/g+.png);
}

#access {
display:inline-block;
}

#access a {
color:#636363;
line-height:61px;
padding:0 10px;
}

#header:after,.entry-utility:after {
visibility: hidden;
display: block;
font-size: 0;
content: "";
clear: both;
height: 0;
zoom:1;
}

.content table {
text-align:center;
width:300px;
box-shadow:0 0 1px #ddd;
}

.content tr td {
color:#888;
border:1px solid #fff;
background-color:#f5f5f5;
padding:6px 24px;
}

.content .entry-title {
font-size:28px;
}

.entry-title a:hover {
color:#00407a;
}

.entry-utility {
color:#9e8da7;
font-size:10px;
}

.entry-content,.entry-summary {
margin:0 2%;
padding:12px 0 0;
}

.entry-content h2, .entry-content h3, .entry-content h4 {
color: #0068c6;
}

.entry-content p, .comment-body p {
  line-height: 200%;
}

.content .entry-summary p:last-child {
margin-bottom:12px;
}

.entry-content a, .comment-body p a {
color:#0068c6;
border-bottom:1px dotted #0068c6;
padding-right:13px;
background:url(images/link.png) no-repeat top right;
margin:0 2px;
}

.entry-content a.more-link {
border:none;
padding-right:0;
background:none;
}

.entry-content ul li {
list-style-image:url(images/ul.png);
}

.entry-content ul,.entry-content ol {
margin:5px 20px;
}

.entry-content ol li {
list-style-image:url(images/ol.png);
}

.entry-content ol li:first-child {
list-style-image:url(images/ol-1.png);
}

.entry-content ol li:nth-child(2) {
list-style-image:url(images/ol-2.png);
}

.entry-content ol li:nth-child(3) {
list-style-image:url(images/ol-3.png);
}

.entry-content ol li:nth-child(4) {
list-style-image:url(images/ol-4.png);
}

.entry-content ol li:nth-child(5) {
list-style-image:url(images/ol-5.png);
}

.entry-content ol li:nth-child(6) {
list-style-image:url(images/ol-6.png);
}

.entry-content ol li:nth-child(7) {
list-style-image:url(images/ol-7.png);
}

.entry-content ol li:nth-child(8) {
list-style-image:url(images/ol-8.png);
}

.entry-content ol li:nth-child(9) {
list-style-image:url(images/ol-9.png);
}

.entry-content pre ol li:first-child,.entry-content pre ol li:nth-child(2),.entry-content pre ol li:nth-child(3),.entry-content pre ol li:nth-child(4),.entry-content pre ol li:nth-child(5),.entry-content pre ol li:nth-child(6),.entry-content pre ol li:nth-child(7),.entry-content pre ol li:nth-child(8),.entry-content pre ol li:nth-child(9) {
list-style-image:none;
}

/* Start of Author related CSS */

.author .content h1 {
	font-size: 16pt;
}

#entry-author-info {
padding-left: 5px;
}

#author-avatar {
display: block;
width: 85px;
float: left;
}

#author-avatar img {
	border: 1px solid #d3d7cf;
	padding: 4px;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075);
	background-color: white;
}

#author-avatar span {
	display: block;
	width: 82px;
	text-align:center;
}

#author-description {
	display:block;
	margin-left: 100px;
	min-height: 104px;
	box-shadow: -10px 0 10px -8px rgba(150,150,150,.5);
	padding-left: 5px;
}

#author-contacts {
	margin-left: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 0.5%;
	-webkit-column-fill: auto;
}

#author-contacts li {
	-webkit-column-break-inside: avoid;
	margin-bottom: 5px;
}

#author-contacts:after {
	visibility: hidden;
	clear: both;
	content: "";
	display: block;
	height: 0;
}

#author-contacts + div {
	margin-left: 10px;
}

#author-pinterest {
	width: 100%;
	display: block;
	-webkit-column-count: 3;
	-webkit-column-gap: 0.5%;
	-webkit-column-fill: auto;
}

#author-pinterest li {
	-webkit-column-break-inside: avoid;
	padding: 1%;
}

#author-pinterest .entry-title {
	font-size: 14pt;
}

#author-pinterest .entry-title a {
	color: #0068c6;
}

/* END of Author Related CSS */


span.date,a.author {
display:inline-block;
height:16px;
line-height:16px;
}

span.date {
color:#9e8da7;
margin-bottom:5px;
}

.gallery {
background:url(images/camera.png) no-repeat center center;
min-height:457px;
}

.entry-content img:not(.wp-smiley) {
max-width: 500px;
max-height: 281.25px;
background-color:#fafafa;
border:1px solid #bcbcbc;
box-shadow:0 1px 4px rgba(0,0,0,.25);
}

.entry-content img.nostyle {
background: none;
border: none;
box-shadow: none;
}

.navigation {
height:32px;
width:50%;
border-bottom:1px solid #0068c6;
margin:0 auto 25px;
}

.attachment .navigation {
  border-bottom: none;
}

.nav-previous a,.nav-next a {
display:inline-block;
text-indent:-9999px;
width:32px;
height:32px;
margin:15px 0;
}

.nav-previous a {
float:right;
background:url(images/prev.png);
}

.nav-next a {
float:left;
background:url(images/next.png);
}

#comments {
clear:both;
}

h3#comments-title,h3#reply-title {
font-size:16px;
}

h3#comments-title {
text-align:center;
}

.commentlist li {
border-bottom:1px solid #e3e3e3;
}

.commentlist li:last-child {
border-bottom:none;
margin-bottom:0;
}

.commentlist li p {
margin:5px;
}

.comment-body {
display:block;
margin-left:15%;
min-height:100px;
box-shadow:-10px 0 10px -8px rgba(150,150,150,.5);
}

.comment-author {
display:block;
float:left;
width:15%;
margin-top:5px;
}

.comment-author img {
border-radius:24px;
-moz-border-radius:24px;
}

.comment-author a {
display:block;
}

.comment-author span {
display: block;
width: 100%;
text-align: center;
}

#comments .pingback:last-child {
border-bottom:1px solid #e7e7e7;
}

.children {
margin-left:30px;
}

.children li {
border-bottom:none;
}

.children #respond {
margin:0 48px 0 0;
}

#comments-list ul #respond {
margin:0;
}

#cancel-comment-reply-link {
font-size:12px;
font-weight:400;
line-height:18px;
}

#respond required {
color:#c09;
font-weight:700;
}

#respond .comment-form-email .required,#respond .comment-form-author .required {
float:right;
margin-right:25%;
}

#respond textarea {
width:98%;
}

#author,#email,#url {
border-radius:0 5px 5px 0;
border-style:solid solid solid none;
}

label[for=url],label[for=author],label[for=email] {
border-radius:3px 0 0 3px;
margin-right:-1%;
width:20%;
text-align:center;
display:inline-block;
color:#FFF;
background-color:#0068c6;
position:relative;
padding:4px 0;
}

label[for=url]:after,label[for=author]:after,label[for=email]:after {
position:absolute;
content:'';
width:0;
height:0;
left:100%;
top:8px;
border:5px solid;
border-color:transparent transparent transparent #0068c6;
}

#respond label[for=comment] {
width:98%;
color:#FFF;
background-color:#0068c6;
border-radius:3px 3px 0 0;
margin-bottom:-2px;
text-align:center;
display:block;
position:relative;
padding:3px 8px 3px 4px;
}

#respond label[for=comment]:before {
position:absolute;
content:'';
width:0;
height:0;
left:49%;
top:22px;
border:5px solid;
border-color:#0068c6 transparent transparent;
}

input[type=submit] {
color:#FFF;
background-color:#0068c6;
border:none;
padding:5px;
}

.widget-area {
float:right;
overflow:hidden;
width:30%;
margin-right:5%;
margin-bottom:15px;
border:1px solid #fff;
box-shadow:0 1px 3px rgba(0,0,0,.25);
border-radius:5px;
-moz-border-radius:5px;
background:rgba(255,255,255,.5) url(images/widget_area.png) no-repeat center top;
}

.widget-area ul ul {
list-style-image:url(images/ul.png);
padding:5px 30px;
}

.widget-title {
background:rgba(255,255,255,.5);
margin:10px 15px;
padding:5px 15px;
}

#searchform {
width:90%;
margin:15px auto;
}

#searchform #searchsubmit {
width:27%;
height:34px;
border:none;
border-radius:0 3px 3px 0;
background-color:#0068c6;
margin-left:-1%;
padding:0;
-webkit-appearance: none;
}

#searchform #s {
height:32px;
border-radius:5px 0 0 5px;
box-shadow:none;
vertical-align:top;
border-color:#eee;
border-style:solid none solid solid;
border-width:1px none 1px 1px;
padding:0 0 0 5px;
-webkit-appearance: caret;
}

#wp_tag_cloud div {
line-height:1.6em;
}

#wp-calendar {
width:85%;
margin:0 auto;
}

#wp-calendar caption {
color:#0068c6;
font-size:11px;
padding-bottom:4px;
text-align:left;
}

#wp-calendar thead th {
color:#fff;
background-color:#0068c6;
border-top:1px solid #fff;
}

#wp-calendar thead th:first-child {
border-left:1px solid #fff;
}

#wp-calendar thead th:last-child {
border-right:1px solid #fff;
}

#wp-calendar tbody td {
background:#f5f5f5;
border:1px solid #fff;
text-align:center;
padding:3px 0 2px;
}

#wp-calendar tbody .pad {
background:none;
}

.widget-area ul ul.blogroll {
list-style-image:url(images/link.png);
}

#site-info {
float:left;
font-size:10px;
margin-left:5px;
}

#colophon {
overflow:hidden;
height:36px;
padding:18px 0 0;
}

#site-info a {
color:#0068c6;
font-size:16px;
letter-spacing:1px;
text-transform:uppercase;
display:inline-block;
padding-left:20px;
height:32px;
background:url(images/title.png) no-repeat;
background-size: 32px 92px;
background-position:0 -14px
}

#site-info a:hover {
color:#00407a;
background-position:0 -60px;
}

#site-generator {
float:right;
margin-right:3%;
margin-top:-5px;
}

#site-generator a {
display:inline-block;
text-indent:-9999px;
width:32px;
height:32px;
}

#site-generator a:hover {
background-position: 0 -32px;
}

#site-generator a.wordpress {
background-image:url(images/wordpress.png);
}

#site-generator a.cc {
background-image:url(images/cc.png);
}

#site-generator a.gimp {
background-image:url(images/gimp.png);
}

li.recent-comment {
list-style-image:none;
position:relative;
}

.recent-comment img {
border-radius:16px;
-moz-border-radius:16px;
float:left;
}

.recent-comment p {
width:80%;
margin-left:40px;
}

.recent_comment_text {
width:85%;
margin-left:32px;
border-bottom:1px solid #ddd;
color:#9e8da7;
font-size:10px;
}

.recent_comment_name {
margin-left:5px;
}

.recent_comment_date {
float:right;
}

.dropdown_categories {
width:85%;
margin:0 auto;
}

:focus {
outline:none;
}

.dropdown_categories select {
-webkit-appearance:none;
background-color:#0068c6;
color:#FFF;
border:none;
}

::-webkit-scrollbar {
width:10px;
height:10px;
}

::-webkit-scrollbar-track {
border-radius:10px;
box-shadow:inset 0 0 3px rgba(0,0,0,.25);
}

::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#0068c6;
box-shadow:inset 0 0 3px rgba(0,0,0,.25);
}

.categorytree .post {
margin-bottom:50px;
}

.categorytree h1 {
background-color:#0068c6;
color:#FFF;
padding:0 15px;
}

.categorytree h2 {
border-bottom:1px solid #0068c6;
width:90%;
position:relative;
padding:0 15px;
}

.categorytree h2:after {
position:absolute;
content:'';
width:0;
height:0;
left:100%;
bottom:-1px;
border:5px solid;
border-color:transparent transparent #0068c6 #0068c6;
}

.categorytree .entry-utility {
margin-top:-10px;
padding:0 15px;
}

table.bar-chart {
width:80%;
position:relative;
margin:0 auto;
}

.bar-chart td.cat_bar {
display:inline-block;
width:10px;
background-color:#0068c6;
vertical-align:bottom;
text-align:center;
color:#FFF;
margin:0 0 5px 5px;
}

#access li,.gallery dl {
float:left;
}

#access a:hover,.widget_recent_entries a:hover,.widget_links a:hover,.widget_meta a:hover,.bar-chart a:hover,.recent-comment a:hover, .tagcloud a:hover {
color:#00407a;
text-decoration:underline;
}

.entry-title a,.widget_recent_entries a,.widget_links a,.widget_meta a,.recent-comment a,.dropdown_categories select option {
color:#636363;
}

.entry-utility a,.entry-utility abbr:nth-child(2) {
color:#0068c6;
border-bottom:1px dotted #0068c6;
}

.entry-utility a:hover,.entry-content a:hover {
color:#00407a;
border-bottom:1px solid #00407a;
}

.comments-link,.comment-meta a,#respond .form-allowed-tags,#wp-calendar tbody {
color:#9e8da7;
}

.comment-author cite,.bar-chart a {
color:#0068c6;
}

.comment-meta,#wp-calendar tfoot #next {
text-align:right;
}

#comments-list #respond,.widget-container {
margin:0 0 18px;
}

.widget_search label,.dropdown_categories select option[value="-1"] {
display:none;
}

#wp-calendar thead,.bar-chart td.cat_name {
font-size:10px;
width: 1px;
}

.widget-area ul li div.tagcloud,.textwidget {
width:80%;
margin:0 auto;
}

/* lightbox */
.close {
  background: url(images/close.png) no-repeat;
}
.ghost {
  background: url(images/ghost.png) no-repeat;
}


/* touch phone hack */
@media only screen and (max-width: 500px) {
.body {
  font-family: sans-serif;
}
.content, .categorytree {
  width: 86%;
}
.entry-content img:not(.wp-smiley) {
  max-width: 240px;
  max-height: 135px;
}
.required {
  display: none;
}
#author, #email {
  width: 74%;
}
.not-found #searchform #searchsubmit {
  width: 20%;
}
.widget-area {
  width: 90%;
}
#site-info span:nth-child(2) {
  display: none;
}
}

/* retina */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
 only screen and (min-device-pixel-ratio: 1.5) {
#site-title a, #site-info a {
background:url(retina/title.png) no-repeat;
background-size: 32px 92px;
}
#subscribe a.rss {
background-image:url(retina/rss.png);
background-size: 32px 64px;
}

#subscribe a.twitter {
background-image:url(retina/twitter.png);
background-size: 32px 64px;
}

#subscribe a.gplus {
background-image:url(retina/g+.png);
background-size: 32px 64px;
}
#site-generator a.wordpress {
background-image:url(retina/wordpress.png);
background-size: 32px 64px;
}

#site-generator a.cc {
background-image:url(retina/cc.png);
background-size: 32px 64px;
}

#site-generator a.gimp {
background-image:url(retina/gimp.png);
background-size: 32px 64px;
}
.entry-content a, .comment-body p a {
background:url(retina/link.png) no-repeat top right;
background-size: 10px 10px;
}
.widget-area ul ul.blogroll {
list-style-image:url(retina/link.svg);
}
.entry-content ul li {
list-style-image:url(retina/ul.svg);
}
.widget-area ul ul {
list-style-image:url(retina/ul.svg);
}
.entry-content ol li {
list-style-image:url(retina/ol.svg);
}

.entry-content ol li:first-child {
list-style-image:url(retina/ol-1.svg);
}

.entry-content ol li:nth-child(2) {
list-style-image:url(retina/ol-2.svg);
}

.entry-content ol li:nth-child(3) {
list-style-image:url(retina/ol-3.svg);
}

.entry-content ol li:nth-child(4) {
list-style-image:url(retina/ol-4.svg);
}

.entry-content ol li:nth-child(5) {
list-style-image:url(retina/ol-5.svg);
}

.entry-content ol li:nth-child(6) {
list-style-image:url(retina/ol-6.svg);
}

.entry-content ol li:nth-child(7) {
list-style-image:url(retina/ol-7.svg);
}

.entry-content ol li:nth-child(8) {
list-style-image:url(retina/ol-8.svg);
}

.entry-content ol li:nth-child(9) {
list-style-image:url(retina/ol-9.svg);
}
.close {
background: url(retina/close.png) no-repeat;
background-size: 22px 22px;
}
.nav-previous a {
background:url(retina/prev.png);
background-size: 32px 32px;
}

.nav-next a {
background:url(retina/next.png);
background-size: 32px 32px;
}
}

