/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */



body{
	background-color: #fff;
	margin: 0;
	padding: 0;
	font-family: font-family: 'Hind', sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	color: #333;
	font-weight: 100;
	text-rendering: optimizeSpeed;
}
#headMain{
	width: 100%;
	position: relative;
	background-color: #fff;
	
}
#headTop{
	border-top: 7px solid #61bf1a;
	border-bottom: 7px solid #00B0C7;
	height: 106px;
	text-align: center;
}
#headMain .inner{

}
#headMain #logo{
	margin-top: 18px;
}

#pageSplash{
	max-height: 250px;
	text-align: center;
	background-color: #888B8D;
}
#homeSplash{
	max-height: 446px;
	text-align: center;
	background-color: #888B8D;
	position: relative;
	z-index: 1;
}

.inner{
	max-width: 1100px;
	margin: 0 auto;
}


#container{
	max-width: 1100px;
	margin: 0 auto;
}

h1, h2, h3, h4{
	padding: 0px;
	line-height:  normal;
}

h1.entry-title{
	margin-top: 0px;
	padding-top: 0px;
	color: #61bf1a;
}
h2{
	font-size: 32px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 25px;
}
a{
	color: #00b0c7;
	text-decoration: underline;
}
a:hover{
	color: #61bf1a;
	text-decoration: underline;
}

h1 a, h2 a, h3 a, h4 a{
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration: none;
}
h2.listTitle{
	color: #000;
	font-size: 20px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 10px;
	top: 10px;
	z-index: 500;
	text-transform: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], a.button{
	background-color: #fff;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	border: 1px solid #61BF1A;
	color: #61BF1A;
	padding: 0 12px;
	min-width: 120px;
	display: inline-block;
	text-decoration: none;
}
section#main button, section#main input[type="button"], section#main input[type="reset"], section#main input[type="submit"], section#main a.button{
	background-color: #40689D;
	font-size: 18px;
	line-height: 33px;
	text-align: center;
	border: none;
	color: #fff;
	padding: 0 12px;
	min-width: 120px;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
}
section#main ul{
	margin-left: 35px;
	padding-left: 0px;
}
section#main ul li{
	margin-left: 0px;
	padding-left: 0px;
}


#navBar{
	height: 40px;
	background-color: #61bf1a;
	background-color: rgba(97,191,26,0.5);
	position: relative;
	z-index: 20;
	top: -40px;
	text-align: left;
}
#navBar .inner{

}

#navBar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navBar ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#navBar ul li a{
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 14px;
	text-rendering: optimizeLegibility;
}
#navBar ul li a:hover{
	background-color: #007C8C;
}
#navBar ul li.current_page_ancestor, #navBar ul li.current-menu-item{
	background-color: #61bf1a;
}
#navBar #searchform{
	float: right;
	margin: 7px 0;
}
#navBar #searchform label{
	display: none;
}
#navBar #searchform input[type="submit"]{
	background-color: transparent;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	border: none;
	color: transparent;
	padding: 0 0;
	width: 21px;
	height: 21px;
	min-width: 21px;
	overflow: hidden;
	display: inline-block;
	background-image: url(../images/searchbut.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0;
	border-radius: 0;
	position: relative; 
	left: -30px;
}
#navBar #searchform input[type="text"]{
	font-size: 16px;
	line-height: 16px;
	padding: 4px 24px 4px 5px;
	color: #333;
	border-radius: 6px;
	border: none;
	width: 150px;
}

.postpreviewSmall{
	width: 210px;
	height: 130px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 0 12px 12px 0;
}
.postpreviewSmall .imagethumb{
	position: absolute;
	top: 0px;
	left: 0px;
}
.postpreviewSmall .details{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.postpreviewSmall .details h3{
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding: 0 5px;
	line-height: 22px;
	background-image: url('../images/transblack.png');
	width: 200px;
}
.postpreviewSmall .details h3 a{
	color: #fff;
}
.dummyBlock{
	width: 210px;
	height: 272px;
	overflow: hidden;
	float: left;
	margin: 12px 12px 0 0;
}

.postpreviewMedium{
	width: 271px;
	height: 170px;
	overflow: hidden;
	float: left;
	position: relative;
	margin: 12px 12px 0 0;
}
.postpreviewMedium .imagethumb{
	position: absolute;
	top: 0px;
	left: 0px;
}
.postpreviewMedium .details{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.postpreviewMedium .details h3{
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding: 0 5px;
	line-height: 22px;
	background-image: url('../images/transblack.png');
	width: 262px;
}
.postpreviewMedium .details h3 a{
	color: #fff;
}


#postStuff{
	font-size: 12px;
	color: #666;
}
#postStuff a{
	color: #666;
	text-decoration: none;
}
#postStuff .postDate{
	display: inline-block;
	padding-left: 24px;
	background-image: url('../images/dateicon-dark.png');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 27px;
	margin-right: 7px;
}
#postStuff .postAuthor{
	display: inline-block;
	padding-left: 20px;
	background-image: url('../images/authoricon-dark.png');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 27px;
	margin-right: 7px;
}
#postStuff .postCategory{
	display: inline-block;
	padding-left: 28px;
	background-image: url('../images/caticon-dark.png');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 27px;
	margin-right: 7px;
}
#postStuff .postComments{
	display: inline-block;
	padding-left: 30px;
	background-image: url('../images/commenticon-dark.png');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 27px;
}
#postStuff .postTags{
	display: inline-block;
	padding-left: 25px;
	background-image: url('../images/tagicon-dark.png');
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 27px;
	margin-right: 7px;
}
.wp-pagenavi{
	margin-top: 20px;
	clear: both;
}
#pageHead{
	max-width: 622px;
	max-height: 250px;
	overflow: hidden;
}

.entry-content{
	margin: 0 0;
	padding: 0 20px;
}
.relatedPosts{
	background-color: #283238;
	margin: 20px 0;
	padding: 5px 47px 20px;
	-webkit-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
}
.author-info{
	margin: 20px 0px;
	padding: 5px 47px;
	background-color: #D1854B;
	-webkit-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
}

.alignright{
	text-align: right;
}
.alignleft{
	text-align: left;
}


#pageContent{

}
section#main{
	text-align: left;
	margin: 0;
	float: left;
	width: 770px;
}
section#sidebar{
	text-align: left;
	margin: 0;
	float: right;
	width: 290px;
	border-left: 3px solid #888B8D;
	padding: 0 0 0 30px;
}

section#wide{
	 background-color: #3C7F7B;
	 color: #fff;
	 background-image: url(../images/blue.gif);
	 background-position: top center;
	 background-repeat: repeat-y;
	 background-size: 100% auto;
}
#homewidgets{
	width: 1000px;
}
#homewidgets td{
	width: 283px;
	padding: 24px 25px;
	margin: 0;
	vertical-align: top;
}
#homewidgets td.middle{
	background-color: #41699D;
}
#wide .pageWidget{
	width: 283px;
	float: left;
	padding: 24px 25px;
	margin: 0;
}
#wide .pageWidget.middle{
	background-color: #41699D;
}
#homewidgets td h3{
	font-size: 27px;
	margin: 0;
	padding: 0 0 18px 0;
	font-weight: 100;
}
#homewidgets td p{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 16px;
}
.nivo-caption a.moreBut{
	width: 219px;
	background-color: #3270B3;
	font-size: 24px;
	line-height: 47px;
	display: block !important;
	text-align: center;
	text-transform: uppercase;
	margin: 12px 15px 0 0;
	-webkit-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 9px 0px rgba(0,0,0,0.75);
	position: absolute;
	left: 22px;
	bottom: 22px;
}

.previewList{
	height: 170px;
	overflow: hidden;
	margin: 20px 0px;
	padding: 0;
	position: relative;
	border: 1px solid #888B8D;
}
.previewList h3{
	margin: 14px 14px 10px 190px;
	padding: 0;
	font-size: 18px;
}
.previewList.nopic h3{
	margin: 14px 14px 10px 16px;
	padding: 0;
	font-size: 18px;
}
.previewList img{
	float: left;
}

.previewList p{
	margin: 0 14px 0 190px;
	font-size: 14px;
	line-height: 16px;
}
.previewList.nopic p{
	margin: 0 14px 0 16px;
	font-size: 14px;
	line-height: 16px;
}

.previewList .moretag{
	text-transform: uppercase;
}
.previewList .point{
	display: none;
}
.previewList a{
	font-weight: 900;
}
.previewList .picHolder{
	float: left;
	width: 150px;
	height: 170px;
	overflow: hidden;
}



em{

}
strong, b{


}
em strong, strong em{

}
.clear{
	clear: both;
}
#main li{
	margin-left: 25px;
}

#footWidgets{
	background-color: #00B0C7;
}
#footWidgets .inner{
	padding: 32px 20px;
	max-width: 1060px;
}
#footWidgets div.widget{
	float: left;
	width: 27%;
	font-size: 16px;
	color: #fff;
	margin: 0 0 0 70px;
}
#footWidgets div.widget:first-child{
	margin: 0 0 0 0;
}
#footWidgets div.widget h3{
	font-size: 24px;
	line-height: 24px;
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 3px solid #fff;
}

#pageFoot{
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	padding: 12px 0;
	background-color: #888B8D;
}
#pageFoot .inner{
	padding: 27px 20px;
	max-width: 1060px;
}
#pageFoot a{
	color: #fff;
	text-decoration: underline;
}
#pageFoot a:hover{
	color: #ccc;
	text-decoration: none;
}
#pageFoot .right{
	text-align: right;
	float: right;
	width: 450px;
}
#pageFoot .left{
	text-align: left;
	float: left;
	width: 450px;
}
#pageFoot h3{
	margin: 0 0 5px;
	padding: 0;
	font-size: 16px;
}
#pageFoot .menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#pageFoot .menu ul{
	margin: 0px;
	padding: 0px;
}
#pageFoot .menu li{
	margin: 0px;
	padding: 0 6px;
	list-style: none;
	float: left;
	border-right: 1px solid #000;
}
#pageFoot .menu li a{
	color: #000;
}
#pageFoot .menu li:last-child{
	border-right: none;
	padding-right: 0;
}

.right{
	float: right;
}
.entry-content h2:first-child{
	margin-top: -25px;
	color: #000;
	font-weight: 100;
	
}

article.archivepost{
	background-color: #DEE6EF;
	border-radius: 10px;
	padding: 15px;
	margin: 15px 0;
}
article.archivepost h3{
	margin-top: 0px;
	padding-top: 0px;
}
.highlightbox{
	background-color: #DEE6EF;
	border-radius: 10px;
	padding: 25px;
	margin: 15px 0;
}

.entry-meta{
	background-color: #ECECEC;
	padding: 13px;
	margin: 15px 0;
	-moz-box-shadow:    1px 1px 3px 1px #666;
	-webkit-box-shadow: 1px 1px 3px 1px #666;
	box-shadow:         1px 1px 3px 1px #666;
}
#breadcrumbs{
	font-size: 12px;
	color: #999;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#breadcrumbs a{
	color: #999;
	text-decoration: none;
}

#sidebar .widget{
	padding: 0 0 25px 0;
	margin: 0;
}
#sidebar .widget h3{
	color: #61bf1a;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0px;
}
#sidebar .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .widget ul li{
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
#sidebar .widget ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#sidebar .widget ul li a:hover{

}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Description: The default skin for the Nivo Slider.
Version: 1.3
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
Supports Thumbs: true
*/
.slider-wrapper{
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
}
.nivoSlider {
    position:relative;
    background:url(../images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 20px 0;
	
	width: 959px;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 10px 15px 2px 22px;
	z-index: 20;
}
.theme-default .nivo-controlNav a {
	display:inline-block;
	width:25px;
	height:25px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 2px;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -25px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:35px;
	height:35px;

	background-image:url(../images/arrows2.png);
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:0;
	top: 0px;

}
.theme-default .nivo-directionNav{
	position: absolute;
	top: 0px;
	left: 15px;
}
.theme-default a.nivo-nextNav {
	background-position:-35px 0;
	left:935px;
	top: 141px;
}
.theme-default a.nivo-prevNav {
	left:0px;
	top: 141px;
}

.theme-default .nivo-caption {
    
}
.theme-default .nivo-caption a {
    color:#fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}

#slider .nivo-caption{
	display: none;
}
.nivo-caption a{
	text-decoration: none;
}
.capt{
	font-size: 24px;
	padding: 0 0 6px 0;
	font-weight: 100;
	
}
	



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.jPanelMenu-menu{
	background-color: #333;
}
ul.mobileMenu, .mobileMenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.mobileMenu ul{
	border-top: 1px solid #000;
}

ul.mobileMenu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #414141;
	background-color: #333;
}
ul.mobileMenu li a{
	display: block;
	font-size: 18px;
	color: #e1e1e1;
	text-decoration: none;
	line-height: 50px;
	padding: 0 10px; 

}
ul.mobileMenu li.current_page_item{
	background-color: #474747;
}
.mobileMenu ul li:last-child{
	border-bottom: none;
}
.mobileMenu ul li a{
	padding: 0 10px 0 40px;
}
#menuContainer{
	display: none;
}
#jPanelMenu-menu{
	-webkit-box-shadow:inset 0 0 6px 0 rgba(#000,000000,000000,000000);
	box-shadow:inset 0 0 6px 0 rgba(0000000000,000000,000000,000000);
	background-color: #333;
}
#menuIcon{
	display: none;
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
}
#menuIcon img{
	margin-top: 4px;
	margin-left: 20px;
	margin-right: 5px;
	vertical-align: middle;
	height: 30px;
	width: auto;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1100px) {
    section#main {
	    width: 600px;
	}
}
@media only screen and (max-width: 930px) {
    section#main {
	    width: 470px;
	}
	#navBar #searchform{
		display: none;
	}
}
@media only screen and (max-width: 800px) {
    section#main {
	    width: auto;
	    float: none;
	}
	section#sidebar{
		border-left: none;
		float: none;
		width: auto;
		padding: 20px 20px;
		border-top: 3px solid #888B8D;
		text-align: center;
	}
	#footWidgets div.widget{
		float: none;
		width: auto;
		margin: 0 0 0 0;
	}
	#footWidgets div.widget h3 {
		text-align: center;
	}
	#headMain #logo {
		width: 300px;
		height: auto;
	}
	#headTop{
		height: 70px;
	}
	#menuIcon{
		display: block;
	}
	#navBar ul{
		display: none;
	}
	#pageFoot .left{
		text-align: center;
		float: none;
		width: auto;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {

}
.author-description{
	margin-left: 85px;
}
#main .author-description li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.author-description ul{
	margin: 0px;
	padding: 0px;
}
.author-description p {

}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author-description a{

}
.author.archive .author-avatar {
	margin-top: 0;
}
.entry-meta h3{
	margin-top: 0px;
}
.author-avatar{
	float: left;
	margin: 0 15px 10px 0;
}
.entry-meta {
	clear: both;
}

img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {

}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}
.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	background-color: #fff;
	margin: 20px 0px;
	padding: 5px 47px;
}

.comment-reply-title,
.comments-title {



}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;

}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {

}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {

}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {

}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {

}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {

}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
#container .gallery .gallery-item img{
	border: 1px solid #000;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	font-size: 12px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;

	padding: 6px 8px;

	width: 100%;
}