/*
Theme Name: Smpl Skeleton
Version: 2.1.0
Theme URI: http://www.simplethemes.com/wordpress-themes/theme/skeleton
Author: simplethemes
Author URI: http://www.simplethemes.com
Description: Skeleton is a simple, mobile-friendly, responsive theme that can be used as a simple WordPress theme or as a starting point for designers to make further customizations. Skeleton is fully child-themeable and includes several useful theme options to extend typography, colors, background and header styles.
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, one-column, two-columns, responsive-layout, left-sidebar, right-sidebar, custom-menu, featured-images, sticky-post, translation-ready, black, blue, custom-background, custom-colors, featured-images, theme-options, threaded-comments
Text Domain: smpl
*/


/* Table of Contents
==================================================
	#Global Reset
	#Structural Customization
	#Header
	#Navigation Bar
	#Typography
	#Tables
	#Widgets
	#WP Blog
	#Styled Buttons
	#Tabs
	#Toggles
	#Callouts
	#Comments
	#WP Gallery
	#Misc
*/



/* @group Global Reset */

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, 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,
article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: middle;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


ol, ul {list-style: none; }

blockquote, q {quotes: none; }

blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table.pad td {
	padding: 10px;
}

pre,code {
	white-space: normal;
	background-color: #ededed;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace;
	margin: 5px 0;
	padding: 5px;
}

p code {display: inline;}

body {
	line-height: 150%;
	-webkit-text-size-adjust: 100%;
	background-image: url('images/border_top.png');
	background-repeat: repeat-x;
	background-position: top left;
}

/* @end */


/* @group Structural Customization */

body.sidebar-right #wrap #content {
  float: left;
}

body.sidebar-right #wrap #sidebar {
  float: right;
}

body.sidebar-right #wrap #sidebar .widget-container {
  margin-left: 20px;
  margin-right: 0px;
}

body.sidebar-left #wrap #content {
  float: right;
}

body.sidebar-left #wrap #sidebar {
  float: left;
}

body.sidebar-left #wrap #sidebar .widget-container {
  margin-left: 0px;
  margin-right: 20px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  #wrap #content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* @end */

/* @group Header */

#header {
	clear: both;
	margin-top: 26px;
}

#header .inner {
	padding-top: 15px;
	padding-bottom: 20px;
}

#header .header_extras {
	float: right;
}

h1#site-title {
	font-size: 3.5em;
	margin: 0;
	padding: 0;
	line-height: 100%;
	letter-spacing: -2px;
}

h1#site-title a,
#header h1#site-title a:hover {
	color: inherit;
	text-decoration: none;
	text-shadow: 0px 1px 0px #FFF;
	margin-left: 20px;
}

/* Header Tagline */

#header span.site-desc {
	margin: 0;
	padding: 0;
	line-height: 100%;
	letter-spacing: -1px;
	font-size: 1.25em;
}

/* Image Header */

#header #site-title.graphic a {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-position: left;
}


/* @end */

/* @group Navigation Bar */

#navigation {
	margin-bottom: 20px;
	clear: both;
}

#navigation ul,
#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul {
	width: 100%;
 	background: -moz-linear-gradient(270deg, #111111, #096303) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #111111, #096303) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#111111, #096303);
    border-color: #91C19A #91C19A #91C19A #91C19A;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
     border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2);
    -pie-box-shadow: 0 1px 1px #ccc;
    position: relative;
    behavior: url("./wp-content/themes/skeleton/PIE.php");
}


#navigation ul li {
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FCFCFC, #ECECEC);
	background-image: none;
	border-right: 0px solid #e3e3e3;
    position: relative;
    behavior: url("./wp-content/themes/skeleton/PIE.php");
}

#navigation ul li a {
	background-image: none;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: whitesmoke;
	text-shadow: 0px 0px 0px #fff;
}

/* Navbar Hover Links */

#navigation ul li:hover a,
#navigation ul li a:hover {
	color: #545454;
	background: #f1f1f1;
 	background: -moz-linear-gradient(270deg, #FFFFFF, #F1F1F1) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FFFFFF, #F1F1F1) repeat scroll 0 0 transparent;
	-pie-background: linear-gradient(#FFFFFF, #F1F1F1);
	border-bottom: 0px solid #F1F1F1;
    position: relative;
    behavior: url("./wp-content/themes/skeleton/PIE.php");
}

#navigation ul li:hover li a {
	color: #595959;
	font-weight: normal;
}

/* Navbar Active Links */

#navigation ul li.active a {
	color: #333;
	background: #fff;
	text-shadow: 1px 1px 0px #fff;
	border-bottom: 0px solid #fff;
}


/* Nav Sublevel */

#navigation ul.sub-menu,
#navigation ul.children {
 	background: -moz-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
 	background: -webkit-linear-gradient(270deg, #FCFCFC, #ECECEC) repeat scroll 0 0 transparent;
    border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

#navigation ul.sub-menu li,
#navigation ul.children li {
	border: none;
}

/* Nav Sublevel Links */

#navigation ul.sub-menu li a,
#navigation ul.children li a {
	background: #f0f0f0;
	padding: 5px 0px 5px 8px;
	height: 32px;
	line-height: 32px;
	border-radius: 0;
	min-width: 210px;
	border-bottom: none;
	position: static;
    behavior: none;
}

/* Nav Sublevel Hover */

#navigation ul.sub-menu li a:hover,
#navigation ul.children li a:hover {
	background: #fff;
	border-bottom: none;
}

/* @end */


/* @group Footer */

#footer {
	border-top: 1px solid #d6d6d6;
	font-size: .9em;
    margin: 20px auto 0 auto;
	clear: both;
	padding: 10px 0 10px 0;
}

#footer.noborder {
	border: none;
	padding-top: 0;
}

#footer #credits {
	font-size: 11px;
	color: #9f9f9f;
	text-align: center;
}

.themeauthor,
.themeauthor a:link,
.themeauthor a:hover,
.themeauthor a:visited {
	font-size: 1px;
	color: #91C19A;
	text-decoration: none;
}

/* Footer Menu */

#footermenu {
  font-size: .85em;
  margin:  10px auto 0px auto;
  text-align: center;
  position: relative;
  clear: both;
  text-shadow: none;
}

#footermenu ul {
	display: inline-block;
}

#footermenu ul, #footermenu li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footermenu li {
	color: #ccc;
	float: left;
}


#footermenu li a {
  margin: 0px 10px;
  padding: 0;
  float: none;
  background: none;
  display: inline;
  text-decoration: none;
  border-bottom: none;
  font-weight: normal;
}

#footermenu li.menu-item-last span {
  display: none;
}

/* @end */


/* @group Typography */

h1, h2, h3, h4, h5 {
	letter-spacing: -1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}


h1 {line-height: 140%; margin-bottom: 14px;}
h2 {line-height: 130%; margin-bottom: 10px; }
h3 {line-height: 130%; margin-bottom: 8px; }
h4 {line-height: 125%; margin-bottom: 8px; }
h5 {line-height: 120%; margin-bottom: 8px;}
h6 {
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 8px;
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	color: #375199;
}

.subheader { color: #777; }
.normal {font-weight: normal;}
.bolder {font-weight: bolder;}

p { 
	margin: 0cm;
	margin-bottom: .0001pt;
	text-indent: 0.0pt;
	font-size: 14.0pt;
	color: black;
	text-align: justify;
}

p img { margin: 0; }

p.lead { font-size: 21px; line-height: 27px; color: #777;
}

em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */

blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #ccc; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
a, a:visited {text-decoration: underline; outline: 0; }
a:hover, a:focus { text-decoration: none;}
p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
ul, ol { margin-bottom: 20px; }
ul { list-style: disc inside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-right: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px;}
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
li { margin-bottom: 12px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
abbr,acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
	cursor: alias;
}
cite {
	font-style: italic;
	font-family: Georgia, serif;
}
q {
	font-style: italic;
}


/* # Image Alignment Classes
============================================================== */

.alignright {
	float: right;
	margin: 0px 0px 10px 15px;
}

.alignleft {
	float: left;
	margin: 0px 15px 10px 0px;
}
.aligncenter {
	display:block;
	margin:0 auto 10px auto;
}

.full-width {
	width:100%;
	height:auto;
	overflow:hidden;
}

/* #Images
================================================== */

img.scale-with-grid,
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100% !important;
	height: auto;
}


/* WP Captions */

.wp-caption {
	text-align: center;
	padding: 5px;
	margin: 10px auto;
}


.wp-caption {
	border: 1px solid #fff;
	background-color: #f6f6f6;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow:1px 1px 6px #ddd;
	-moz-box-shadow:1px 1px 6px #ddd;
	box-shadow:1px 1px 6px #ddd;
	position: relative;
	behavior: url('../wp-content/themes/skeleton/css/PIE.php');
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 5px 0 0px 0;
	margin: 0;
}

.wp-caption.alignleft {
	margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 0px 10px;
}


/* @end */

/* @group Tables */

table {
	margin: .5em 0 1em;
}

table th {
	text-align: left;
	border: 1px solid #d1d1d1;
	padding: .4em .8em;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	font-weight: bold;
}

table td {
	border: 0px solid #d1d1d1;
	padding: 20px;
}

/* @end */

/* @group Widgets */


li.widget-container {
	list-style: none;
}

.widget-container ul ul {
	list-style: square;
	margin-left: 1.3em;
}

.widget-container select {
	max-width: 100%;
}

.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}

.widget_search label {
	display: none;
}

.widget-container {
	margin: 0 0 28px 0;
	padding-top: 1px;
}

.widget-container ul {
	margin-left: 0;
}

.widget-title {
	font-weight: normal;
}

input#searchsubmit {
	margin-bottom: 0;
}

.widget-container a:link,
.widget-container a:visited {
	text-decoration: none;
}

.widget-container a:active,
.widget-container a:hover {
	text-decoration: underline;
}

.widget-container .entry-meta {
	font-size: 11px;
}

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


#sidebar .widget_recent_entries ul,
#sidebar .widget_categories ul,
#sidebar .widget_archive ul,
#sidebar .widget_recent_comments ul,
#sidebar .widget_meta ul {
	list-style: none;
}
#sidebar .widget_recent_entries li,
#sidebar .widget_categories li,
#sidebar .widget_archive li,
#sidebar .widget_recent_comments li,
#sidebar .widget_meta li {
	border-bottom: 1px solid #eee;
}


/* Search Form */


#searchform input#s {
	float: left;
	-webkit-border-radius:4px 0px 0px 4px;
	-moz-border-radius:4px 0px 0px 4px;
	border-radius:4px 0px 0px 4px;
	height: 32px;
}
#searchform #searchsubmit {
	margin:0;
	-webkit-border-radius:0px 4px 4px 0px;
	-moz-border-radius:0px 4px 4px 0px;
	border-radius:0px 4px 4px 0px;
	height: 32px;
	line-height: 1 !important;
}
#content #searchform label {
	float: left;
	line-height: 32px;
	height: 32px;
	padding-right: 10px;
}



/* WP Calendar Widget */

#wp-calendar {
	font-family: arial,helvetica,sans-serif;
	width: 100%;
	font-size: .85em;
}

#wp-calendar td {
	padding: 4px 0;
	text-align: center;
	border: 1px solid #d2d2d2;
	background-color: #ededed;
	text-shadow: #fff 1px 1px 0;
	color: #7c7c7c;
}

#wp-calendar td.pad {
	background-color: #e5e5e5;
}

#wp-calendar td#today {
	color: #fff;
	background-color: #6e6e6e;
	text-shadow: 1px 1px 0px #333;
}

#wp-calendar caption {
	font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	background: #ddd url(images/gradient_small_trans.png) repeat-x 0 top;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
	text-shadow: #ebebeb 0 1px 0;
}

/* WP RSS Widget */

.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Indent Sidebar Lists */

.widget-container ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Page Menus/Custom Menus */

li.page_item,li.menu-item {
	padding: 0;
	margin: 0;
	list-style: none;
}


li.page_item a,li.menu-item a {
	display: block;
	border-bottom: 0px solid #eee;
	padding: 8px 0px 8px 24px;
	line-height: 120%;
	font-weight: bold;
	background: url(images/arrow_bullet.png) no-repeat 10px;
}

li.page_item a:hover,li.menu-item a:hover {
	background: url(images/arrow_bullet_hover.png) no-repeat 10px;
}

/* Page Menus/Custom Menus - Sublevels */

li.page_item li a,li.menu-item li a {
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	color: #666;
	line-height: 175%;
	font-weight: normal;
}
li.page_item li a:hover,li.menu-item li a:hover {
	background: none;
}

li.page_item a:hover,
li.menu-item a:hover {
	text-decoration: none;
	color: #333;
}

/* @end */



/* @group WP Blog Styles */

.sticky {
	padding: 1em 0;
	margin: 1em auto;
	border: 10px solid #eee;
	border-left: none;
	border-right:none;
}

.entry-meta,.entry-utility {
	font-size: 11px;
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.cat-links,.comments-link,.meta-sep,.entry-utility {
	font-size: 11px;
	color: #666;
}

.post {
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.post.single {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a.more-link {
	display: block;
	float: right;
	font-weight: bold;
}

.skeleton_relatedposts h4 {
	border-bottom: 1px solid #eee;
}

.skeleton_relatedposts ul {
	color: #666;
	list-style: square;
	margin-left: 20px;
}

.skeleton_relatedposts ul li {
}



/* @end */


/* @group Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button a  {
  background-image: none;
  margin: .5em 0;
  margin-bottom: 0 !important;
  display: inline-block;
  font-stretch: narrower;
  font-weight: normal;
  white-space: nowrap;
  padding: .5em 1em !important;
  font-size: 1em !important;
  color: white !important;
  line-height: 1.5em;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border: none;
  text-shadow: 0 1px 0px #185597;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #1d65b3;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a72c0), color-stop(100%, #1d65b3));
  background: -webkit-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -o-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -ms-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: -moz-linear-gradient(top, #2a72c0 0%, #1d65b3 100%);
  background: linear-gradient(top bottom, #2a72c0 0%, #1d65b3 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #2a72c0, #1d65b3);
  behavior: url("PIE.htc");
  position: relative;
  background-repeat: repeat-x;
}

.button a:hover {
  text-decoration: none !important;
}

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
a.button:hover {
  background: #156bc6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #156bc6), color-stop(100%, #156bc6));
  background: -webkit-linear-gradient(top, #156bc6 0%, #156bc6 100%);
  background: -o-linear-gradient(top, #156bc6 0%, #156bc6 100%);
  background: -ms-linear-gradient(top, #156bc6 0%, #156bc6 100%);
  background: -moz-linear-gradient(top, #156bc6 0%, #156bc6 100%);
  background: linear-gradient(top bottom, #156bc6 0%, #156bc6 100%);
  background-clip: border-box;
  -pie-background: linear-gradient(top, #156bc6, #156bc6);
  behavior: url("PIE.htc");
  position: relative;
  cursor: pointer;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
a.button:active {
  -webkit-box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
  -moz-box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 2px 6px 0 #0e4177, inset 0 0 0 0 #0e4177, 0 1px 1px 0 #eeeeee;
}

a.button span.btn_caption {
  color: #acd3f1 !important;
  text-shadow: 0 1px 0 #3B639B;
}

/* @end */

/* @group Comments */

#respond {margin:0px;float:left;border-top: 1px solid #eee;padding-top: 10px;width: 100%;}

#respond input[type=text] { width:300px; margin-right:20px; }
#respond textarea {width:550px; height:120px; padding:10px; }
#comments { float:left; margin:0;}

#comments {border: 0;width: 100%;}
body.dark #comments {background: url(images/dark/divider.png) repeat-x right top;}

#comments h2 {
	font-size: 1.5em;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
#comments h6 {font-family: "Times New Roman", Times, serif;letter-spacing: normal;text-transform: uppercase;margin: 10px 0px;}

#comments .comment-meta { margin:0px 0px 20px 0px; display:block;}
#comments .commentlist { margin:0px; float:left; list-style:none; width:100%;  }
#comments .commentlist ul { list-style:none; margin:0; padding:0; clear:both; }
#comments .commentlist li {margin:0; padding:0;  display:block;}
#comments .commentlist li li { margin:0 0 20px 25px; }
#comments .commentlist li li .comment-meta{ width:445px; }
#comments .commentlist li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li .comment-meta{ width:420px; }
#comments .commentlist li li li li {margin:0 0 20px 25px; }
#comments .commentlist li li li li .comment-meta{ width:395px; }
#comments .commentlist li li li li li {margin:0 0 20px 25px;}
#comments .commentlist li li li li li .comment-meta{ width:370px; }

#comments .single-comment { margin-bottom:20px; }
#comments .comment-author { float:left; margin: 0px 10px 6px 0px; display:inline; width:50px; }
#comments .comment-author cite { clear:both; font-weight:bold; }

#comments .vcard {
	float:left;
	clear:both;
	display:block;
	width:100px;
	min-height: 100px;
	padding:20px 0;
}
#comments .vcard img.avatar {
	border: 1px solid #eee;
	padding: 2px;
	background:#f4f4f4;
}

#comments .vcard {
	background:url(images/comment_author_bg.png) no-repeat top right;
}


/* Pingbacks */


#comments .commentlist li.pingback,
#comments .commentlist li.pingback ul,
#comments .commentlist li.pingback ul li,
#comments .commentlist li.pingback .vcard {
	margin: 0;
	padding: 0;
}

#comments .commentlist li.pingback .vcard {
	background:none;
	width: 0;
}
#comments .commentlist li.pingback p {
	font-size: .80em;
	line-height: 1.45em;
	color: #6D6D6D;
}
#comments .commentlist li.pingback h6 {
	text-transform: none;
}


/* @end */

/* @group WP Gallery */

.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

.gallery .gallery-row {
	display:block;
	clear: both;
	overflow: hidden;
	margin: 0;
}

.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
	max-width: 79%;
	height: auto;
	padding: 0;
	margin: 5px auto;
	border: 1px solid #fff;
	background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -pie-box-shadow: 0px 0px 5px #ccc;
    position: relative;
    behavior: url("./wp-content/themes/skeleton/PIE.php");
}

.gallery-caption {
	color: #666;
	font-size: 11px;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

/* @end */


/* @group Pagination */


/* Single Posts and Attachment Pages */

#nav-below {
	width: 100%;
	display: inline-block;
	padding-bottom: 6px;
	font-size: 12px;
}
#nav-below a {
	text-decoration: none;
}

.nav-prev {
  background: url(./images/arrow_bullet_left.png) no-repeat left center;
  padding-left: 18px;
}
.nav-next {
  background: url(./images/arrow_bullet.png) no-repeat right center;
  padding-right: 18px;
}

.nav-prev {float: left;}
.nav-next {float: right;}


/* Default Multi-Page Navigation */

.page-link {
	padding: 4px 0;
	font-size: .90em;
}
.page-link a {
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	padding: 2px 4px;
	line-height: 1;
}

/*  wp-pagenavi
/* ------------------------------------ */

.wp-pagenavi {
  position: relative;
  text-align: center;
}

.wp-pagenavi span.pages {
  text-align: center;
  color: #999999;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: .45em;
  font-size: 11px;
  line-height: 1;
}

.wp-pagenavi a, .wp-pagenavi span.current {
  font-size: 12px;
  padding: 4px;
  margin: 0px 8px 10px 0px;
  text-decoration: none;
  border-bottom: 2px solid;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  border-bottom: none;
}
.pages {
  display: inline-block;
  width: 100%;
}

.pages a {
  text-decoration: none;
}

.pages span.newer,
.pages span.older {
  font-size: 11px;
  line-height: 20px;
  font-weight: bold;
}

p.paged {
  padding: 10px 0px 10px 0px;
  margin: 0;
  font-weight: bold;
}


#navigation span.current {
  font-weight: bold;
  padding: 0px 4px;
  border: 0px solid #fff;
  background-color: transparent;
}

/* Numbered Pagination */

.pagination {
  clear: both;
  padding: 0px 0 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px;
  margin: 0px auto;
  display: block;
  text-align: center;
}

.pagination span, .pagination a:link {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
}

.pagination a:hover,
.pagination .current {
  padding: 6px 9px 5px 9px;
}

/* Post Pagination Links */

.post_pagination {
  margin-top: 20px;
  margin-bottom: 10px;
}

.prevpost {
  float: left;
}

.nextpost {
  float: right;
}

/* pagination links */

.prevpost a,.nextpost a {
  font-size: .95em;
  display: block;
  text-decoration: none;
  font-weight: bold;

}

.prevpost a:hover,.nextpost a:hover {
  color: inherit;
  text-decoration: none;
  background-color: #fff;
}

sup {
margin-left: 5px;
font-size: 10pt;
vertical-align: super;
color: black;
}

h2.zhenzhu, h3.zhenzhu, p.zhenzhu, li.zhenzhu, div.zhenzhu {
margin: 15px 0;
font-size: 16.0pt;
color: #054402;
font-weight: bold;
text-align: center;
}

p.zhenzhu-munderije {
margin: 15px 0;
font-size: 16.0pt;
color: black;
font-weight: bold;
text-align: center;
}

p.munderije {
margin: 15px 15px 15px 15px;
font-size: 18.0pt;
color: #800000;
text-align: right;
}

p.bosh_orun, p.bosh_orun1, p.bosh_orun_qs, p.zhenzhu_li {
text-indent:2em
}

p.munderije-kara {
margin: 15px 15px 15px 15px;
font-size: 18.0pt;
color: black;
text-align: right;
}

p.munderije-la {
margin: 10px 15px 10px 15px;
font-size: 16.0pt;
text-align: left;
}

p.munderije-kara-la {
margin: 10px 15px 10px 15px;
font-size: 16.0pt;
color: black;
text-align: left;
}

h2.zhenzhu-da, h3.zhenzhu-da, p.zhenzhu-da, li.zhenzhu-da, div.zhenzhu-da {
margin: 15px 0;
font-size: 20.0pt;
color: #054402;
font-weight: bold;
text-align: center;
}
p.zhenzhu-da-munderije {
margin: 15px 0;
font-size: 20.0pt;
color: black;
font-weight: bold;
text-align: center;
}
h1.normal {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	font-size: 20.0pt;
	font-weight: bold;
	text-align: center;
	color: black;
}
p.normal {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	font-size: 14.0pt;
	text-align: center;
	color: black;
}
p.normal-red {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	font-size: 14.0pt;
	text-align: center;
	color: red;
}
p.zhenzhu-link, div.zhenzhu-link {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
}

div.zhenzhu-chushendurush {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 32%;
line-height: 18.0pt;
}

div.zhenzhu-chushendurush-2 {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 49%;
line-height: 18.0pt;
}

div.zhenzhu-mp3-chushurung {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 32%;
line-height: 18.0pt;
}

div.zhenzhu-pdf-chushurung {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 32%;
line-height: 18.0pt;
}

div.zhenzhu-pdf-chushurung-2 {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 49%;
line-height: 18.0pt;
}

p.taolate, li.taolate, div.taolate {
font-size: 10.0pt;
color: black;
}
span.taolate-2 {
font-size: 10.0pt;
margin-left: 5px;
color: black;
}

h2.zhenzhu-cy, h3.zhenzhu-cy, p.zhenzhu-cy, li.zhenzhu-cy, div.zhenzhu-cy {
margin: 15px 0;
font-size: 16.0pt;
color: #054402;
font-weight: bold;
text-align: center;
}

p.zhenzhu-munderije-cy {
margin: 15px 0;
font-size: 16.0pt;
color: black;
font-weight: bold;
text-align: center;
}

p.munderije-cy {
margin: 15px 15px 15px 15px;
font-size: 16.0pt;
color: black;
}

p.munderije-kara-cy {
margin: 15px 15px 15px 15px;
font-size: 16.0pt;
color: black;
}

h2.zhenzhu-da-cy, h3.zhenzhu-da-cy, p.zhenzhu-da-cy, li.zhenzhu-da-cy, div.zhenzhu-da-cy {
margin: 15px 0;
font-size: 20.0pt;
color: #054402;
font-weight: bold;
text-align: center;
}
p.zhenzhu-da-munderije-cy {
margin: 15px 0;
font-size: 20.0pt;
color: black;
font-weight: bold;
text-align: center;
}
h1.normal-cy {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	font-size: 20.0pt;
	font-weight: bold;
	text-align: center;
	color: black;
}
p.normal-cy {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	font-size: 14.0pt;
	text-align: center;
	color: black;
}
p.normal-red-cy {
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	font-size: 14.0pt;
	text-align: center;
	color: red;
}
p.zhenzhu-link-cy, div.zhenzhu-link-cy {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
}

div.zhenzhu-chushendurush-cy {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 32%;
line-height: 18.0pt;
}

div.zhenzhu-chushendurush-2-cy {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 49%;
line-height: 18.0pt;
}

div.zhenzhu-mp3-chushurung-cy {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 32%;
line-height: 18.0pt;
}

div.zhenzhu-pdf-chushurung-cy {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 32%;
line-height: 18.0pt;
}

div.zhenzhu-pdf-chushurung-2-cy {
margin: 15px 0;
font-size: 16.0pt;
color: #800000;
font-weight: bold;
text-align: center;
display: inline-block;
width: 49%;
line-height: 18.0pt;
}

p.taolate-cy, li.taolate-cy, div.taolate-cy {
font-size: 10.0pt;
color: black;
font-style: italic;
}
span.taolate-2-cy {
font-size: 10.0pt;
margin-left: 5px;
color: black;
font-style: italic;
}

.audio-embed {
width: 300px;
margin: 0 auto;
text-align: center;
height: 30px;
/* background: white; */
/* padding: 10px; */
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid #DDD 9;
-webkit-box-shadow: 0 1px 8px #CCC;
-moz-box-shadow: 0 1px 8px #ccc;
box-shadow: 0 1px 8px #CCC;
//padding:5px;
}
.audio-embed audio{
width:100%;
height: 30px;
}
:root .audio-embed audio { height: 45px \0/IE9; margin-top: -4px \0/IE9; }  /* IE9 + IE10pp4 */
.audio-download {
height:30px;
padding: 10px 0 0 20px;
width: 85%;
margin: 0 auto;
}

/* @end */



/* @group Misc */


/* Apply CSS class of "guest" to hide menu items from logged-in users */

body.logged-in li.guest {
	display: none;
}



/* #Forms (see formalize.css)
================================================== */


label,legend {
	font-weight: bold;font-size: 13px;
	display: inline-block;
}

input[type="checkbox"] {display: inline; }

/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
.remove-bottom { margin-bottom: 0 !important; }
.half-bottom { margin-bottom: 10px !important; }
.add-bottom { margin-bottom: 20px !important; }
.add-top { margin-top: 20px !important; }
.bypostauthor,.gallery-caption {}

/* @end */



/* @group IE CSS3 */

html.ie #navigation,
html.ie a.button,
html.ie .cta,
html.ie .wp-caption,
html.ie #breadcrumbs,
html.ie a.more-link,
html.ie .gallery .gallery-item img,
html.ie .gallery .gallery-item img.thumbnail,
html.ie .widget-container,
html.ie #author-info {
	behavior: url("PIE.php");
	position: relative;
}

/* haiola.css modified for KM, use for left-to-right languages */
/* this file is for use with the html code optimized for mobile devices */



body	{ font-family: "Times New Roman", Times, serif;  }
*	{margin:0;padding:0}
html,body	{height:100%;font-size:1em;line-height:1.6em;color:black}
.main	{min-height:100%;margin-bottom:0;padding:0.5em}
.main:after	{content:"";display:block}
li	{list-style:disc inside}
ul.cmenu ul{display:none}
ul.cmenu li:hover>ul{display:block}
ul.cmenu ul{position: absolute;left:-1px;top:98%}
ul.cmenu ul ul{position: absolute;left:98%;top:-2px}
ul.cmenu,ul.cmenu ul {margin:0px;list-style:none;padding:0px 2px 2px 0px;background-color:#000000;border-color:#cccccc #111111 #111111 #cccccc;border-width:1px;border-style:solid}
ul.cmenu table {border-collapse:collapse}ul.cmenu {display:block;zoom:1;float: left}
ul.cmenu li{display:block;margin:2px 0px 0px 2px;font-size:0px}
ul.cmenu a:active, ul.cmenu a:focus {outline-style:none}
ul.cmenu a, ul.cmenu li.dis a:hover, ul.cmenu li.sep a:hover	{display:block;vertical-align:middle;background-color:#000000;border-width:1px;border-color:#333333;border-style:solid;
 text-align:center;text-decoration:none;padding:2px 5px 2px 10px;_padding-left:0;font-style: normal;font-size: 1.2em;color: #eeeeee;text-decoration:none;cursor:default}
ul.cmenu span{overflow:visible}
ul.cmenu li {float:left}
ul.cmenu ul li {float:none}
ul.cmenu ul a {text-align:center;white-space:nowrap}
ul.cmenu li.sep{text-align:center;padding:0px;line-height:0;height:100%}
ul.cmenu li.sep span{float:none;padding-right:0;width:3px;height:100%;	display:inline-block;background-color:#cccccc #111111 #111111 #cccccc;	background-image:none}
ul.cmenu ul li.sep span{width:100%;height:3px}
ul.cmenu li:hover{position:relative}
ul.cmenu li:hover>a{background-color:#377D9F !important;border-color:#377D9F;border-style:solid;font-style: normal;font-size: 16pt;color: #FFFFFF;text-decoration:none}
ul.cmenu li a:hover{position:relative;background-color:#377D9F;border-color:#377D9F;border-style:solid;font-style: normal;font-size:16pt;color:#FFFFFF;text-decoration:none}
ul.cmenu li.dis a {color:#666 !important}
ul.cmenu a:hover ul,ul.cmenu a:hover a:hover ul{display:block}
ul.cmenu a:hover ul ul{display:none}
ul.cmenu span{display:block;background-position:right center;background-repeat: no-repeat;padding-right:12px}
a.xx	{background-color:#333333 !important}
a.nn	{background-color:#202050 !important}
a.oo	{background-color:#205030 !important}
a.aa	{background-color:#333300 !important}
span.add	{font-style:italic}
.popup,
.crpopup	{position:absolute;bottom:0;display:none;background-color:#fafafa;border:.1em solid #333;width:auto;height:auto;padding:1em;line-height:1em}
.notemark:hover .popup	{display:block}
.notemark:hover .crpopup	{display:block}
.b	{display:block;}
.bdit,.bk	{font-weight:bold;font-style:italic}
.ebm,.ebp,.ebq1,.ebq2,.ebq3,.cov,.cd,.conc,.cls	{display:block;margin:.5em 0 .5em 0}
.cd,.conc,.cls	{text-align:center}
.cd,.conc	{color:rgb(0,0,128)}
.cov	{text-align:center}
.d	{font-weight:bold;display:block;margin-top:1.4em}
.ebp	{text-indent:2em}
.ebq1	{}
.ebq2	{}
.ebq3	{}
.ebs,.ebs1,.ebs2,.ebs3	{font-weight:bold;display:block;margin:.5em 0 .5em 0;text-indent:2em;color:rgb(0,0,128)}
.ebs1	{font-size:1.1em}
.ebs3	{font-size:0.9em}
.fm,.notemark	{vertical-align:super;margin-left:.16em;line-height:0;position: relative;text-decoration:none;color:rgb(0,0,128)}
.fp	{display:block;margin:.5em 0 .5em 12em}
.f,.glo	{display:block;margin:.5em 0 .5em 0;color:rgb(0,0,128)}
.f,.x	{margin:2em;text-size:0.7em;color:rgb(0,0,128)}
.fv	{color:maroon}
.glo	{font-weight:bold;text-indent:2em}
.ib,.idx,.ie,.iex,.intro,.ip,.ili,.ili1,.io,.io1,.io2,.io3,.io4,.io,.io1,.io2,.io3,.io4,.im,.imi,.imq,.imt,.imt1,.imt2,.imt3,.imte,.iot,.ipr,.iq,.iq1,.iq2,.iq3,
.is,.is1,.is2,.is3,.notebackref,.f,.x,.notemark	{color:#888;font-size:1em}
.ib,.idx,.ie,.iex,.intro,.ip,.zp	{margin:.5em 0 .5em 0;text-indent:2em;display:block}
.ili,.ili1,.io,.io1,.io2,.io3,.io4	{margin:.5em 0 .5em 2em;list-style-type:square;display:list-item}
.io,.io1,.io2,.io3,.io4	{list-style-type:none}
.io2	{margin-left:4em}
.io3	{margin-left:6em}
.io4	{margin-left:8em}
.im,.imi,.imq	{display:block;margin-bottom:.5em}
.imi	{text-indent:2em;margin:.5em 12em 0 12em}
.imq	{text-indent:2em;margin:.5em 0 0 12em}
.imt,.imt1,.imt2,.imt3,.imte,.iot	{font-weight:bold;display:block;margin:.5em 0 .5em 0;text-indent:2em}
.imt2,.iot	{text-indent:2em}
.ipi,.ipq,.pref,.pub,.pubinfo,.spine,
.ipr,.iq,.iq1,.iq2,.iq3	{display:block;margin:.5em 0 .5em 2em;text-indent:2em}
.iq,.iq1,.iq2,.iq3	{}
.iq2	{}
.iq3	{}
.is,.is1,.is2,.is3	{font-weight:bold;display:block;margin:.5em 0 .5em 0;color:rgb(0,0,128)}
.is,.is1	{font-size:1em}
.is3	{font-size:0.9em}
.keyword,.keyword1,.keyword2,.keyword3	{font-weight:bold;display:block;margin:.5em 12em .5em 0;}
.keyword2	{}
.keyword3	{}
.li,.li1,.ph,.ph1	{display:list-item;list-style-type:none;text-indent:2em}
.li2,.ph2,.phi,.li3,.ph3	{display:list-item;list-style-type:none;text-indent:4em}
.li3,.ph3	{text-indent:12em}
.m	{margin-top:0}
.mainindex	{background:rgb(255,255,255);float:right}
.mi	{text-indent:2em;margin-top:0}
.mr	{display:block;margin:.5em 0 .5em 0;text-align:center;text-indent:2em}
.ms2,.ms3	{font-weight:bold;display:block;margin:.5em 0 .5em 0;text-align:center;text-indent:2em}
h1,h2,h3,.mt,.mt1,.mte,
.mte1,.mt2,.mte2,.mt3,.mte3	{font-weight:bold;font-size:1.2em;text-align:center}
.mt,.mt1,.mte,.mte1	{font-size:1.4em}
.mt2,mte2	{font-size:1.2em}
.qac,.k1,.nd,.sc,.xk,.k,.ior,.bd,.em	{font-weight:bold}
.ndx,.no,.ft	{font-weight:normal}
.rr,.rq,.rq,.fq,.fqa,.it,.sls,.sp	{font-style:italic}
.w,.wg,.wh,.wr,.zc	{font-style:normal}
.wj	{color:rgb(128,0,0)}
.qt	{font-style:oblique}
.ord	{vertical-align:super;text-decoration:underline}
.p,.p1,.pb,.pde,.pdi	{text-indent:2em;margin-top:.5em}
.p	{display:block;font-size:1em;text-align:justify;}
.pc	{margin-top:.5em;text-align:center}
.pm,.pmo,.pmc,.psi,.pi,.pi1,.pi2,.pi3,
.pmr,.pr	{text-indent:2em}
.pi,.pi1	{margin:.5em 0 0 2em}
.pi2	{margin:.5em 0 0 4em}
.pi3	{margin:.5em 0 0 12em}
.pm,.pmo,.pmc,.psi,.pmr,.pr	{margin:.5em 2em 0 2em}
.q,.q1,.q2,.q3	{margin-top:0pt}
.q,.q1	{}
.q2	{ margin-left:4em}
.q3	{ margin-left:6em}
.qa	{margin:.5em 0 .5em 0;font-weight:bold;display:block;text-align:center}
.qc	{text-align:center}
.qm,.qm1,.qm2,.qm3	{margin-top:0;}
.qm2	{}
.qm3	{}
.r,.sr	{font-style:italic;text-align:center;margin-bottom:.5em}
.s2,.s3	{font-weight:bold;text-align:center}
.s,.s1	{font-weight:bold;text-align:center;margin-top:.6em}
.toc,.toc1,.toc2	{display:block;font-size:1em}
.toc 	{margin-left:1em;margin-right:1em}
.toc1	{margin-left:2em;margin-right:2em}
.toc2 	{font-size:0.9em;margin-left:3em;margin-right:3em}
.chapterlabel	{text-align:center;margin-top:1em;font-size:1.1em}
.chapter	{font-size:1.5em;font-weight:bold;float:left;margin-right:.3em;vertical-align:top}
.p .chapter, .q .chapter,
.q1 .chapter .q2 .chapter,
.q3 .chapter, .poetry .chapter	{margin-right:1em}
.verse	{white-space:nowrap;vertical-align:super;font-size:.6em;line-height:0}
.footnote,
.crossRefNote	{display: block; margin-top:.5em;margin-left:0em}
.notebackref	{margin: 1em}
.fine,.copyright	{font-size:.8em;color:#333333}

ul.tnav	{list-style-type:none;padding:5;margin-left:0;text-align:center}
.tnav li	{display:inline}
.tnav a	{display:inline-block;border:0px solid #000;padding:2px 10px;background-color:#ddd;text-decoration:none;color:#000;border-radius:5px}
.tnav a:visited	{color:#404000}
.tnav a:link	{color:#000040}
.tnav a:hover	{color:#FFFFFF;background-color:#204880}

ul.vnav	{list-style-type:none;padding:15px;margin-left:0;text-align:center;float:left}
.vnav li	{list-style-type:none}
.vnav a	{display:block; padding:8px 15px;background-color:#aaa !important;border-bottom:1px solid #eee;text-decoration:none;}
.vnav a:visited	{color:#000}
.vnav a:link	{color: #000 !important;}
.vnav a:hover	{background-color:#888 !important;color:#fff}

div.bookList    {float:left;margin:0px;padding:3px;width:100%;background:rgb(255,255,255)}

.toc1,.toc2 {display:none} /* don't display links in *00.htm files. These links jump out of the iframe */

@media screen and (max-width:480px) {
    body {font-size:.9em}
    .verse, .notemark {font-size:.5em}
}

#picture {
    left:320px;
    margin-top:20px;
    position:absolute;
}

#picture img {max-width:98%;width:98%;height:auto}

@media screen and (max-width:480px) {
    #picture {display:none;}
}

/* @end */
