/*
	Theme Name: Green Light
	Theme URI: http://www.templatelite.com/green-light-free-wordpress-theme/
	Description: Green Light is a light on dark green theme design with a right sidebar and a nice image header. Rustic look. Brought to you free by <a href="http://www.templatelite.com/">Template Lite</a>.
	Version: 1.05
	Author: TemplateLite.com
	Author URI: http://www.templatelite.com/
	Tags: green, fixed width, two columns, widget ready
*/

/***** general *****/
body {
	margin:0px auto;
	font-size: 12px;
	line-height: 20px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	background:url('images/bg.gif');
	color:#000000;
}
img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
	/*height: auto;*/ /* you can enable this.*/
}
a {color:#a343c9;text-decoration: none;}
a:hover {color: #a343c9;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px;}
h4 {font-size:17px;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {margin: 0px 0px 12px 0px;}
hr {height:1px;border:none;border-top:1px dashed #9432a9; width:90%;}
del {color:red;}
ins {color:green;}
blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 10px;
	margin: 20px 20px 10px 20px;
	border-left: 2px solid #9432a9;
}
input,select,textarea {
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
	display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:29px;}
/***** layout *****/
#base{
	max-width:888px;
	margin:0px auto;
	/*background: url(images/repeater.jpg) repeat-y center;*/
}
#base2{
	/*background: url('images/background-footer.jpg') no-repeat right bottom;*/
    background-color: #1e0c00;
}
#header{
	position:relative;
	height: 200px;
	background:url('images/header.jpg') no-repeat;
}
#container{
	position:relative;
	overflow:hidden;
	/*background:url('images/container_bg.jpg') no-repeat 0 0;*/
}

#content{ /*width=698px*/
	float:left;
	display:inline;
	overflow:hidden; /*when ie6, image's with is > content width, hidden*/
	width:658px;
	min-height:614px; /*ie6 not support*/
	padding: 0px 15px 35px 25px;
    background-color: #ffffff;
    border-bottom-right-radius: 15px;
	/*background:url('images/content_bg.jpg') no-repeat 567px 0px;*/
}
#sidebar{ /*width=190px*/
	float:right;
	display:inline;
	overflow:hidden;
	width: 174px;
	margin:0 0 0 0;
	padding: 0px 8px 0px 8px;
	color:#ffffff;
}
#footer {
	clear:both;
	margin:0px;
	color: #ffffff;
	font-size: 11px;
	padding:14px 20px;
}
#footer a {color: #ffffff; font-weight:bold;}


/***** header *****/
#blogtitle {
	font-family: Arial, Verdana;
	position: absolute;
	width: 80%;
	float: left;
	left: 0;
	top: 0;
	text-align: left;
	font-size: 24px;
	padding: 0.75em 1em;
	color: #ffffff;
	text-transform: uppercase;
	background: #1e0c00;
	background: -moz-linear-gradient(90deg, rgba(30,12,0,1) 0%, rgba(30,12,0,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(30,12,0,1) 0%, rgba(30,12,0,0) 100%);
	background: linear-gradient(90deg, rgba(30,12,0,1) 0%, rgba(30,12,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e0c00",endColorstr="#1e0c00",GradientType=1);
}


#blogtitle a, #blogtitle a:hover {
	font-family: Arial, Verdana;
	color: #ffffff;
	text-decoration: none;
}


#subtitle {
	font-family: Verdana, Arial;
	position: absolute;
	width: 80%;
	float: right;
	right: 45px;
	top: 125px;
	text-align: right;
	font-size: 13px;
	color: #cccccc;
	font-weight: bold;
	font-style: italic;
}

#header ul {
	position: absolute;
	height: 22px;
	float:right;
	top: 168px;
	right: 50px;
	margin:0px;
}
#header ul li {
	display: inline;
	font-size: 13px;
}

#header ul li a {
	display: block;
	float: left;
	line-height: 22px;
	color: #ffffff;
	padding: 0 15px;
	text-decoration:none;
}

#header ul li a:hover, #header ul li.current_page_item a {
	background: #830ab3;
}

#header img.home {

	position: absolute;
	margin:0px;padding:0px;
	right: 15px;
	top: 168px;
	width:35px;
	height:35px;
}

/***** content *****/

.archivetitle {
	color: #000000;
	font-size: 16px;
	font-variant: normal;
	padding: 0px 0px 0px 0px;
	margin: 12px 0px 12px 0px;
}
.title, .title a {
	color: #000000;
	font-size: 20px;
}

.date {
	font-size: 10px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #9432a9;
}

.entry {
	color: #000000;
	line-height: 1.6em;
	text-align: justify;
	padding: 8px 0px 0px 0px;
}
.page_entry {
	margin: 10px 0px 0px 0px;
	padding: 2px 0px 20px 0px;
	border-top: 2px solid #9432a9;
	border-bottom: 1px solid #9432a9;
}

.info {
	line-height: 1.6em;
	font-size: 10px;
	text-align: left;
	margin: 0px 1px 50px 0px;
	padding: 4px 0px 1px 1px;
	border-top: 1px solid #9432a9;
}
.category {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4Px 20px;
	background: url('images/category.gif') no-repeat top left transparent;
}

.tags {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/tags.gif') no-repeat top left transparent;
}

.bubble {
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('images/bubble.gif') no-repeat top left transparent;
}


.navigation {
	font-size: 11px;
	margin: 40px 0px 0px 0px;
	padding: 2px 0px 17px 0px;
	border-top: 2px solid #9432a9;
	border-bottom: 1px solid #9432a9;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 8px 0px 0px 0px;
	padding: 3px 0px 3px 0px;
	border-top: 1px solid #9432a9;
	border-bottom: 1px solid #9432a9;
}
#postmetadata {
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 15px 5px 15px;
	border-top: 1px solid #9432a9;
	border-bottom: 2px solid #9432a9;
}

.nocomments {background: none; color: #000000;}
.commenttitle {
	color: #000000;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	margin: 0px 0 20px 0;
	padding: 2px 0px 2px 0px;
	font-variant: normal;
	border-bottom: 1px solid #80b608;
}
.commentlist {list-style: none;}
.commentbody {
	color: #000000;
	font-size: 11px;
	line-height: 20px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #80b608;
}

.adminbody {
	color: #000000;
	font-size: 11px;
	line-height: 20px;
	position: relative;
	list-style-type: none;
	margin: 0px 0px 20px 25px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #80b608;
}
.commenthead {
	color: #000000;
	padding: 5px 0px 8px 0px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px dotted #80b608;
	background:#ffffff;
}


.adminhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 8px 0px;
	border-bottom: 1px dotted #80b608;
	background:#ffffff;
}

.avatar {
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #ffffff;
}
.commentcount {
	float: right;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.authorlink {color: #000000; font-size: 11px; font-weight: bold;}
.authorlink a {color: #000000; font-size: 11px; font-weight: bold;}
.commentlink {font-size: 10px; color: #000000;}
.trackhead {
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 8px 41px;
	border-bottom: 1px dotted #80b608;
	background: url(images/track.jpg) no-repeat top left;
}
.trackbody {
	color: #000000;
	font-size: 11px;
	line-height: 20px;
	position: relative;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #80b608;
}
.trackbody p a {color: #000000;}
#commentform {
	margin:0;
	padding:20px 0 0 0;
}
#email, #author, #url {
	color: #000000;
	font-size: 11px;
	background: none;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #9432a9;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
#comment {
	width: 400px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	border: 1px solid #80b608;
	padding: 2px 2px 2px 2px;
}
#submit {
	width: 80px;
	height: 20px;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 2px 10px;
	border: 1px solid #80b608;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

/***** search *****/
#searchform{
	margin:0 0 15px 0;
	padding:0 0 0 0;
}
.searchbox {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:170px;
	height:28px;
}
.search-field input {
	position:relative;
	float:left;
	top:8px;
	left:8px;
	width:117px;
	height:13px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#999999;
	padding:2px 3px 1px 3px;
	border:0px;
	background:#f0f0f0;
}
.search-but input {
	float:right;
	position:relative;
	top:5px;
	right:10px;
	width:25px;
	height:22px;
}
/***** sidebar *****/
#sidebar a{color:#ffffff;}
#sidebar a:hover {color:#9E3500;text-decoration: none;}
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar li {
	list-style-type: none;
	margin: 0px 0px 24px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px dotted #9432a9;
}


#sidebar ul ul li {
	color: #c8c8c8;
	line-height: 1.6em;
	list-style-type: none;
	font-size:12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 2px 13px;
	border:0px;
	background:url('images/titlearrow.gif') no-repeat 0px 5px;
}
#sidebar ul ul ul li {
	font-size:12px;
	border:0px;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 12px;
	line-height: 1.5em;
	background:url('images/arrow.gif') no-repeat 0px 5px;
	color: #ffffff;
}

#sidebar h1 {
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	font-variant: normal;
	margin: 0px 0px 0px 0px;
	padding: 3px 20px 3px 0px;
	border-top: 3px solid #9432a9;
	border-bottom: 1px solid #9432a9;
   background:url('images/sidetitle.gif') no-repeat right;
}
#sidebar select{
	margin:5px 0px 2px 2px;
	font-size:11px;
	width:170px;
	overflow:hidden;
}

/***** widget *****/
#wp-calendar td {font-size:11px;}
#wp-calendar td a {font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 174px;
	text-align: center;
	font-size:11px;
	border-bottom: 0px solid #9432a9;}

.wp-caption { /*images caption*/
	text-align: center;
	color:#666666;
}

.textwidget { /*text box*/
	margin:2px 0px 5px 2px;

}
.rsswidget img{
	display:none;
}

#akismetwrap{
	margin:2px 0 2px 25px;
}

#sidebar .widget_rss h1{
	background:url('images/rss.png') no-repeat right;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
iframe, object, embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 900px) {
	#content, #sidebar{
        width: auto;
        float: none;
        padding: 20px;
        display: block;
    }
    #base2{
        background-position: right 107%;
    }
}

#header .page-item-1141,
#header .page-item-1201 {
	display: none;
}

.news-event-post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.news-event-post .content {
	width: 100%;
}

.news-event-post .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	
	padding: 0;
	width: calc(100% + 1em);
	margin-right: -0.5em;
	margin-left: -0.5em;
}
.news-event-post .image {
	display: inline-block;

	margin: 0.5em;
	padding: 0;
}

.news-event-post .post-image {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

@media screen and (min-width: 1025px) {
	.news-event-post .image {
		max-width: calc(25% - 1em);
	}
	.news-event-post > .image {
		max-width: 150px;
		margin-left: 0;
		margin-right: 1em;
	}
	.news-event-post .image + .content {
		max-width: calc(100% - 150px - 2em);
		margin-left: 1em;
	}
}
.embed-container-wrapper {
	max-width: 200px;
}

.social-links .social-link{
	background-color: #a343c9;
	font-size: 1.5em;
	padding: 10px;
	border-radius: 100%;
	margin-right: 15px;
}

.social-links .social-link i{
	color: white;
}

.social-links .social-link .fa-facebook-f{
	padding: 0 4px;
}