/* 
Theme Name: Responsive Child Theme - Inner Sanctum
Description: Responsive Child Theme
Template: responsive
Version: 1.0.0
Author: Khris Krepcik
Author URI: http://www.krepcik.com
License: GNU General Public License
License URI: license.txt

*/

/* =Start From Here
-------------------------------------------------------------- */

body {
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background: #efefef;
	color: #000000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 13px;
	font-smoothing: antialiased;
	line-height: 175%;
	text-rendering: optimizeLegibility;
}

hr {
	background: #959595;
	border: none;
	clear: both;
	color: #959595;
	float: none;
	height: 1px;
	width: 100%;
}

.lesson  {
	font-size: 18px;
	font-weight: 700;
	line-height: 175%;
}

.disciplines a {
	color: #000000;
}

.disciplines a:hover{
	color: #034694;
	outline: 0;
	text-decoration: none;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #034694;
	font-weight: 500;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #841526;
	outline: 0;
	text-decoration: none;
}

::selection {
	background: #999999;
	color: #ffffff;
	text-shadow: none;
}

/* =Tables
-------------------------------------------------------------- */
th,
td,
table {
	border: 1px solid #959595;
}

/* =Header
-------------------------------------------------------------- */

#header {
	background-color: #787878;
	margin: 0;
	background-image: url('http://www.hoodedsage.com/img/header.jpg');
	border: 1px solid #000000;
	border-radius: 0px;
	background-position: top right;
	background-attachment: float;
}

/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background-color: #bebebe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bebebe), to(#e3e3e3));
	background-image: -webkit-linear-gradient(top, #bebebe, #e3e3e3);
	background-image: -moz-linear-gradient(top, #bebebe, #e3e3e3);
	background-image: -ms-linear-gradient(top, #bebebe, #e3e3e3);
	background-image: -o-linear-gradient(top, #bebebe, #e3e3e3);
	background-image: linear-gradient(top, #bebebe, #e3e3e3);
	clear: both;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#bebebe, endColorstr=#e3e3e3);
	margin: 0 auto;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #333333;
	text-decoration: none;
}

.menu a {
	border-left: 1px solid #bebebe;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	white-space: nowrap;
	text-transform: uppercase;
}

.menu a:hover {
	background-color: #bebebe;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#bebebe));
	background-image: -webkit-linear-gradient(top, #e3e3e3, #bebebe);
	background-image: -moz-linear-gradient(top, #e3e3e3, #bebebe);
	background-image: -ms-linear-gradient(top, #e3e3e3, #bebebe);
	background-image: -o-linear-gradient(top, #e3e3e3, #bebebe);
	background-image: linear-gradient(top, #e3e3e3, #bebebe);
	color: #333333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e3e3e3, endColorstr=#bebebe);
}

ul.menu > li:hover {
	background-color: #e3e3e3;
	color: #ffffff;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background-color: #e3e3e3;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
}

.menu li li {
	background: #f4f4f4;
	background-image: none;
	border: 1px solid #bebebe;
	color: #333333;
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #333333;
	font-size: 12px;
	font-weight: 600;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	text-shadow: none;
	white-space: nowrap;
	text-transform: capitalize;
}

.menu li li a:hover {
	background: #e3e3e3 !important;
	background-image: none;
	border: none;
	color: #333333;
	filter: none;
}

.menu li li:hover {
	background: #e3e3e3 !important;
	filter: none;
}

/* =Globals
-------------------------------------------------------------- */
#container {
	margin: 0 auto;
	max-width: 960px;
	padding: 0px 25px;
}

#wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #d1d1d1;
	background-image: url('http://www.thehoodedsage.com/img/ths_bg_is.jpg');
	background-repeat: repeat;
	background-position: top center;
	background-attachment: float;
	border-radius: 0px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0 20px 20px 20px;
	position: relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px;
	border-bottom: 1px solid #000000;
}

#footer {
	clear: both;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 25px 0 25px;
}

#footer-wrapper {
	margin: 0;
	padding: 0;
}

/* =Content
-------------------------------------------------------------- */
#content {
	margin-top: 15px;
	margin-bottom: 10px;
}

#content-full {
	margin-top: 15px;
	margin-bottom: 10px;
}

#content-blog {
	margin-top: 15px;
	margin-bottom: 10px;
}

#content-archive {
	margin-top: 15px;
	margin-bottom: 10px;
}

#content-sitemap {
	margin-top: 15px;
	margin-bottom: 10px;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
	font-size: 11px;
	line-height: 1.5em;
	color: #e3e3e3;
	font-weight: 400;
}

#footer a {
	color: #e3e3e3;
	font-weight: 400;
}

#footer a:hover {
	color: #bebebe;
}

/* =Footer Menu
-------------------------------------------------------------- */
.footer-menu {
	margin-left: 0;
	padding: 0;
}

.footer-menu li {
	display: inline;
	list-style-type: none;
}

.footer-menu li a {
	border-left: 1px solid #cccccc;
	color: #d1d1d1;
	padding: 0 8px;
}

.footer-menu li a:hover {
	color: #ababab;
}

.footer-menu > li:first-child > a {
	border-left: none;
	padding: 0 8px 0 0;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #d4d4d4;
	background-image: url('http://www.thehoodedsage.com/img/widget_bg.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-attachment: float;
	border: 1px solid #959595;
	border-radius: 4px;
	margin: 0 0 20px;
	padding: 20px;
}

#widgets {
	margin-top: 30px;
}

#widgets ul li a {
	display: inline;
	font-weight: 700;
	text-decoration: none;
}

#widgets ul,
#widgets ol {
	padding: 0 0 0 20px;
}

#widgets ul .children {
	padding: 0 0 0 10px;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #333333;
	display: block;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
}

.navigation a {
	color: #004185;
	padding: 4px 10px;
}

.navigation a:hover {
	color: #333333;
	text-decoration: none;
}

/* =Post
-------------------------------------------------------------- */
.post-meta {
	clear: both;
	color: #333333;
	font-size: 12px;
	margin-bottom: 5px;
}

/* =Titles
-------------------------------------------------------------- */
.widget-title h3,
.widget-title-home h3 {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}

/* =Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: 700;
	line-height: 1.0em;
	word-wrap: break-word;
}

h1 {
	font-size: 2.625em; /* = 42px */
	margin-bottom: .5em;
	margin-top: .5em;
}

h2 {
	font-size: 2.250em; /* = 36px */
	margin-bottom: .75em;
	margin-top: .5em;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .25em;
	margin-top: .5em;
}

h4 {
	font-size: 1.500em; /* = 24px */
	margin-bottom: 1em;
	margin-top: 1em;
}

h5 {
	font-size: 1.125em; /* = 18px */
	margin-bottom: 1.125em;
	margin-top: 1.125em;
}

h6 {
	font-size: 1.000em; /* = 16px */
	margin-bottom: 1.285em;
	margin-top: 1.285em;
}

/* =Featured Content
-------------------------------------------------------------- */

.front-page #wrapper {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-color: #d1d1d1;
	background-image: url('http://www.hoodedsage.com/img/ths_bg.jpg');
	background-repeat: repeat;
	background-position: top center;
	background-attachment: float;
	border-radius: 0px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0;
	position: relative;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px;
	border-bottom: 1px solid #000000;
}

#featured {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	padding-bottom: 40px;
	width: 99.893617021277%;
}

#featured p {
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	padding: 0 40px 0 40px;
	text-align: center;
}

#featured-image {
	margin: 40px 0 0 0;
}

#featured-image .fluid-width-video-wrapper {
	margin-left: -20px;
}

.featured-image img {
	margin-top: 44px;
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	background: #e3e3e3;
	border: 1px solid #959595;
	border-radius: 0px;
	clear: both;
	display: block;
	margin: 30px 0 40px 0;
	padding: 10px;
	overflow: hidden;
}

#author-meta img {
	float: left;
	padding: 10px 15px 0 5px;
}

#author-meta p {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	line-height: 150%;
}

#author-meta .about-author {
	font-weight: 700;
	margin: 10px 0 0 0;
}


/*The last 29 days of the month are the hardest."- Nikola Tesla*/