/* BEGIN - CSS 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,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;outline:0;vertical-align:baseline;margin:0;padding:0;}
:focus{outline:0;}body{background:#fff;line-height:1;}ol,ul{list-style:none;margin:0;padding:0;}table{border-collapse:separate;border-spacing:0;}
caption,th,td{font-weight:400;text-align:left;}blockquote:before,blockquote:after,q:before,q:after{content:"";}a img{border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
/* END - CSS Reset */

/* BEGIN - Global ******************************/

html, body { height: 100%; }

body {
	font: normal 15px Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	line-height: 1.7em;
}

/* Text Elements */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

h1 { font-size: 2em;   margin: 0 0 0.7em 0; }
h2 { font-size: 1.8em; margin: 0 0 0.7em 0; }
h3 { font-size: 1.6em; margin: 0 0 0.7em 0; }
h4 { font-size: 1.4em; margin: 0 0 0.7em 0; }
h5 { font-size: 1.2em; margin: 0 0 0.7em 0; }
h6 { font-size: 1em;   margin: 0 0 0.7em 0; }	

p {  font-size: 1em;   margin: 0 0 1em 0; }

strong, b { font-weight: bold; }
cite, em, i { font-style: italic; }

/* Lists */
ul, ol { margin-bottom: 1em; padding-left: 3em; }
ul { list-style: disc; }
ol { list-style: decimal; }
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

blockquote {
	margin-left: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	border-left: .06em solid #ccc;
	border-left: .06em solid rgba(0,0,0,0.1);
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
}

/* Links */
a { text-decoration: none; }

a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Print Elements */
#print-header, #print-footer {
	display: none;
}

.bold {
	font-weight: bold;
}

.missing-block {
	color: red;
}

.clear {
	clear: both;
}

.alignleft { 
	float: left;
	margin-bottom: 25px;
	margin-right: 25px;
}

.aligncenter { 
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	display: block;
}

.alignright  { 
	float: right;
	margin-bottom: 25px;
	margin-left: 25px;
}


/* END - Global */


/* BEGIN - Breadcrumbs **********************************************/

#breadcrumbs {
	padding-bottom: 0.7em;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0 0 50px;
}

#breadcrumbs > span {
	display: inline-block;
}

#breadcrumbs > span.delimiter {
	margin: 0 5px;
}

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

/* END - Breadcrumbs */

/* BEGIN - Page Navigation **********************************************/

.page-navigation {
	margin: 50px 0 25px 0;
}

.page-navigation a,
.page-navigation span {
	display: inline-block;
	background: rgba(0,0,0,0.1);
	height: 35px;
	line-height: 36px;
	padding: 0 15px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 25px;
	font-size: .95em;
}

.page-navigation .page-numbers {
	width: 35px;
	padding: 0;
}

.page-navigation .page-numbers.current {
	background: rgba(0,0,0,0.4);
}

.page-navigation .page-numbers.next,
.page-navigation .page-numbers.prev {
	width: auto;
	padding: 0 15px;
}

.page-navigation .current-page-num {
	margin-right: 35px;
}

.page-navigation .num-container {
	background: none;
	padding: 0;
	margin-right: 35px;
}

/* END - Page Navigation */

/* BEGIN - Posts **********************************************/

.post {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}

.post:first-child {
	border-top: none;
}

.post .entry-content {
	margin: 2em 0;
}

.post .entry-title,
.post .entry-title a {
	margin: .3em 0;
}

.post .entry-date {
	font-size: .9em;
	font-weight: bold;
	display: inline-block;
}

.post .bullet {
	display: inline-block;
	margin: 0 5px;
}

.post .entry-author {
	font-size: .9em;
	font-style: italic;
	display: inline-block;
}

.post .entry-read-more {
	float: right;
	display: inline-block;
	background: rgba(0,0,0,0.1);
	padding: 8px 16px;
	margin-left: 25px;
}

.post .entry-meta {
	font-size: .8em;
}

.post .entry-featured-image {
	float: left;
	margin: 0 25px 25px 0;
	width: 200px !important;
	height: auto !important;
}

.post .social-buttons {
	margin-top: 10px;
}


/* post author information */
.post .author-avatar,
.post .author-description,
.post .author-link {
	display: inline-block;
	vertical-align: middle;
}

.post .author-avatar img {
	width: 2em;
	height: 2em;
}

.post .author-description h2 {
	display: inline-block;
	font-size: 1em;
}

.post .author-description .divider {
	display: inline-block;
	margin: 0 5px;
}

.post .author-link {
	vertical-align: baseline;
}

/* END - Posts */


/* BEGIN - Accordian Styles ******************************/

.accordion .control {
	cursor: pointer;
	margin: 0 0 .5em 0;
	font-size: 1em;
	font-weight: bold;
}

.accordion .control:before {
	content: "►";
	font-size: .8em;
	margin-right: .5em;
	position: relative;
	top: -1px;
}

.accordion div.open .control:before {
	content: "▼";
}

.accordion .content {
	display: none;
	margin-left: 1.5em;
}

.accordion > div .open-arrow {
	display: none;
	margin-right: .4em;
}

.accordion > div .closed-arrow {
	display: inline-block;
	margin-right: .4em;
}

.accordion > div.open .open-arrow {
	display: inline-block;
}

.accordion > div.open .closed-arrow {
	display: none;
}

/* END - Accordian Styles */



/* BEGIN - Social Buttons ******************************/

.social-buttons {
	margin-top: 2em;
}

.social-buttons > div {
	display: inline-block;
}

.social-buttons .facebook-like {
	width: 90px;
}

.social-buttons .twitter-tweet {
	width: 90px;
}

.social-buttons .google-plus-one {
	width: 70px;
}

/* END - Social Buttons */



/* BEGIN - Widgets ******************************/

.widget {
	margin-bottom: 40px;
}

.widget img {
	max-width: 100%;
	height: auto !important;
}

/* category list */
.blog-categories .sub-category .category-count{
	margin-left: 1.8em;
}

.blog-categories .sub-category.level-3 .category-count{
	margin-left: 3.8em;
}

.blog-categories .category-count {
	background: rgba(0,0,0,0.1);
	border-radius: 20px;
	width: 18px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 1px;
	margin-right: 5px;
	display: inline-block;
	color: #222;
	text-align:center;
	position: relative;
	top: -1px;
}

/* tag cloud */
.blog-tag-cloud > a {
	margin-right: .2em;
	line-height: 1em;
	display: inline-block;
}

/* blog feed */
.blog-feed .blog-feed-post-title {
	margin-bottom: 0;
	line-height: 1.3em;
}

.blog-feed .blog-feed-post-date {
	font-style: italic;
}

.blog-feed .read-more {
	display: inline-block;
}

/* END - Widgets */