* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #112222;
}
a {
	color: #234566;
	color: black;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #D52315;
}

a:link, a:visited {
    color: black;
	
}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
#wrapper {
	width: 900px;
	margin: auto auto;
	text-align: left;
	padding: 25px 0;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	padding-bottom: 5px;
	
}
	#header .pages {
		list-style-type: none;
		float: left;
		height: 35px;
	}
		#header .pages li {
			float: left;
			font-size: 0.9em;
			font-weight: bold;
			text-transform: uppercase;
		}
		#header .pages li a {
			text-decoration: none;
			display: block;
			padding: 10px 10px 11px;
		}
	#header h1 {
		clear: both;
		float: left;
		font-size: 0;
		padding: 25px 0 30px;
	}
		#header h1 a {
			display: block;
			width: 373px; height: 41px;
			text-indent: -9999px;
			outline: none;
			background: url(../images/logo.gif) no-repeat 0 0;
		}
	#header .ad {
		float: right;
		padding: 15px 10px 0 0;
	}
	#header .categories {
		clear: both;
		list-style-type: none;
		height: 35px;
		background: url(../images/navigation.gif) repeat-x 0 0;
		border: 1px solid black;
		overflow: hidden;
	}
		#header .categories li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			padding-right: 2px;
			background: url(../images/divider.gif) no-repeat right 1px;
		}
		#header .categories li a {
			text-align: center;
			color: black;
			text-decoration: none;
			display: block;
			padding: 11px 15px;
		}
/** END header **/

/** BEGIN content **/
#content {
	float: left;
}
	#content .featured {
		border: 1px solid #CBDDDD;
		border: 2px solid black;
		margin-bottom: 10px;
		margin-top: 15px;
	}
		#content .featured .buffer {
			padding: 0 16px 15px;
		}
	#content .articles {
		border: 1px solid #CBDDDD;
		border: 2px solid black;
	}	
		#content .articles h2.title {
			margin-bottom: 0;
		}
		#content .articles .details {
			clear: both;
			font-size: 0.9em;
			height: 22px;
			background: url(../images/details.gif) repeat-x 0 0;
			margin-bottom: 10px;
		}
			#content .articles .details .l {
				float: left;
				padding: 3px;
			}
				#content .articles .details .l a {
					text-decoration: none;
				}
				#content .category {
					font-weight: bold;
					text-transform: uppercase;
				}
			#content .articles .details .r {
				float: right;
				padding: 3px;
			}
		#content .articles h2 {
			font-size: 1.3em;
			margin-bottom: 10px;
			line-height: 1.4em;
		}
		#content .articles .post {
			padding: 10px;
		}
		#content .articles .post .thumb {
			max-width: 35%; 
			max-height: 35%;
			overflow: hidden;
			float: left;
			margin: 0 10px 15px 0;
		}
			#content .articles .post .thumb img {
				width: 250px;
			}
		#content .articles .post p {
			line-height: 1.4em;
			margin-bottom: 10px;
		}
	#content .postnav {
		clear: both;
		padding: 10px 0 20px;
	}
		#content .postnav ul {
			list-style-type: none;
		}
			#content .postnav ul li {
				float: left;
				font-weight: bold;
				padding: 2px;
				font-size: 0.9em;
				font-family: Verdana;
			}
			#content .postnav ul li a {
				display: block;
				padding: 7px 10px;
				background-color: #9E9E9D;
				color: #ffffff;
				text-decoration: none;
				border: 0 !important;
			}
			#content .postnav ul li a:hover {
				background-color: #234566;
			}
	#content h2.title {
		font-size: 0.8em;
		text-transform: uppercase;
		background: url(../images/header1.gif) no-repeat center 0;
		color: #ffffff;
		width: 175px;
		text-align: center;
		padding: 1px 0 3px;
		margin-bottom: 10px;
	}
	#wp_page_numbers ul {
		border-top: 0 !important;
	}
	#wp_page_numbers .page_info {
		padding: 7px 10px !important;
		background-color: #9E9E9D;
		color: #ffffff !important;
		margin-right: 2px;
	}
	#wp_page_numbers .active_page a {
		background-color: #234566 !important;
	}
	#myGallery {
		width: 530px !important;
		height: 289px !important;
	}
	.slideInfoZone {
		height: auto !important;
		padding: 10px;
		width: 510px !important;
	}
	#content .single {
		padding: 10px;
	}
		#content .single h2 {
			margin-bottom: 10px;
			font-size: 1.4em;
			text-transform: none;
		}
		#content .single p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .single ul, #content .single ol {
			list-style-position: inside;
			margin-bottom: 10px;
		}
		#content .single li {
			line-height: 1.5em;
			padding: 2px 0;
		}
		#content .single blockquote {
			padding: 10px 10px 5px;
			margin-bottom: 10px;
			background-color: #eeeeee;
			border-width: 1px 0;
			border-style: solid;
			border-color: #e0e0e0;
		}
		#content .single h3, #content .single h4, #content .single h5, #content .single h6 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 200px;
	float: right;
}
	#sidebar .box {
		border: 1px solid #CBDDDD;
		border: 2px solid black;
		margin-top: 12px;
		width: 100%;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
/*	
	#sidebar h2 {
		font-size: 0.8em;
		text-transform: uppercase;
		background: url(../images/header3.gif) no-repeat center 0;
		color: #ffffff;
		width: 250px;
		text-align: center;
		padding: 1px 5 7px;
		margin-bottom: 12px;
	}
*/	
	#sidebar h2 {
		font-size: 0.8em;
		background-color: black;
		text-transform: uppercase;
		color: #ffffff;
		width: 100%;
		text-align: center;
		padding: 1px 5 7px;
		margin-bottom: 12px;
	}
	#sidebar ul {
		list-style-type: none;
		padding: 0 15px 20px;
	}
		#sidebar ul li {
			line-height: 1.6em;
			padding: 2px 5px;
			border-bottom: 1px dotted #DDDDDD;
		}
		#sidebar ul li a {
			color: #112222;
			text-decoration: none;
		}
	#sidebar .sponsors {
		padding: 0 3px 12px;
	}
		#sidebar .sponsors img {
			margin: 5px;
		}
	#sidebar .l {
		float: left;
		padding: 0;
	}
	#sidebar .r {
		float: right;
		margin-left: 1px;
		padding: 0;
	}
	#sidebar .sidebar {
		width: 156px;
	}
	#sidebar .sidebar h2 {
		background: url(../images/header2.gif) no-repeat center 0;
		width: 156px;
	}
	#sidebar .sidebar ul {
		padding: 0 12px 10px;
	}
		#sidebar .sidebar ul li {
			font-size: 0.9em;
			border-bottom: 0;
			padding: 4px 0;
			font-weight: bold;
		}
	#sidebar .tags {
		padding-left: 15px;
	}
	
	#sidebar a.aalink:link, a.aalink:visited  {
	color: black;
	text-decoration: none;
	}
	#sidebar a.aalink:hover  {
	color: red;
	text-decoration: none;
	font-weight: bold;
	}
	
	
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	border: 1px solid #CBDDDD;
	border: 2px solid black;
	padding: 10px;
	margin-top: 40px;
	font-size: 0.9em;
	color: #234566;
}
	#footer a {
		text-decoration: none;
		color: #112222;
	}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 10px;
}
	#comments a {
		text-decoration: none;
	}
	#comments h2 {
		font-size: 1.4em;
		margin: 10px 0;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.6em;
	}
	#comments form {
		
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em !important;
	text-transform: uppercase;
	padding: 10px;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments .buffer {
		padding: 10px;
	}
	#comments h2 {
		font-size: 0.9em;
		margin-bottom: 20px;
	}
	#comments ol li {
		margin-bottom: 10px;
	}
	#comments ol li ul li {
		border: 1px solid #e0e0e0;
		padding: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 0 10px 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
#comments .says {
	display: none;
}


body {
  font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
}
/* Added */

.header-logowrapper {
	float:left;
	width:100%;	
}
.header-logobg {
	max-width:1265px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}
.header-logo {
	float:left;
	width:100%;
	padding: 35px 0 15px 0;
	position:relative;
}
.header-logo {
    padding: 35px 0 0 0;
}
}
.header-logoinside {
	width:100%;
	float:left;
}
.header-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 26%;
}
.header-center {
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin: 0 4%;
	width: 33%;
}
.header-right {
	float: right;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	width: 33%;
}
.header-right2 {
	float: right;
	font-size: 12px;
	line-height: 18px;
	width: 73%;
}
.header-center3 {
	float: left;
	margin: 0 3%;
	padding: 0;
	width: 44%;
	text-align:center;
}
.header-left3 {
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 25%;
}
.header-right3 {
	float: right;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	width: 25%;
}
.header-center4 {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
}
.header-logo  img,
.header-left  img,
.header-center  img,
.header-right  img,
.header-right2  img,
.header-right3  img,
.header-left3  img,

.header-center4  img,
.header-logoinside  img {
	margin-bottom:-10px;
	max-width:100%;
	height:auto;
}
.header-center3  img
{
	margin-bottom:-10px;
	margin-top: 25px;
	max-width:100%;
	height:auto;
}

.header-logo  h5 {
	margin-bottom:5px;
	color:#000;
}
/*header style 6*/
.header6 .header-logo {
    float: left;
    padding: 0 0 35px 0;
    position: relative;
    width: 100%;
}
.header6 .header-logowrapper {
	height:170px;
}
.header6-logo {
	position:relative;
    float: left;
    margin-top: 0;
    padding: 0;
    width:10%;
	z-index:99;
}
.header6 .header-right2 {
    float: right;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
	padding:35px 0;
    width: 75%;
}

.stuffheader	{
	
	font-family: Oswald, 'Oswald';
	font-size: 14px;
	
}

.stuff	{	
	font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.whitetxt {
	color: white;
}
.upcas {
	text-transform: uppercase;
	
}
/* Style The Dropdown Button */
.navul_top {
  list-style-type: none;
  margin: 0;
  padding-top: 10;
  overflow: hidden;
  border-top:2px solid#666;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  margin-top: 4px;
  margin-bottom: 0px;
  display: flex;
  float: left;
    width: 100%;
	position:relative;
	margin-top: 15px;
	padding-bottom:0px;

}
.navul {
  list-style-type: none;
  margin: 0;
  padding-top: 0;
  overflow: hidden;
  border-top:1px solid#666;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
  display: flex;
  float: left;
    width: 100%;
	position:relative;
	margin-top: 1px;
	padding-bottom:0px;
	/* background: transparent url(../images/bg-main.gif) repeat 0 0;*/
}

.navli {
  float: left;
  margin-right: auto;
  margin-left: auto;
}

.navli a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 6px 16px;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: Oswald, 'Oswald';
}

.navli a:hover, .dropdown:hover .dropbtn {
  background-color: black;
  color: white;
}

.navli.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

.header-line {
    float: left;
    width: 100%;
	position:relative;
	margin-top: 0px;
	padding-bottom:10px;
	border-bottom:2px solid#666;
}
.header-line::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: -4px;
    left: 0;
    background: #999;
}
.header-line::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: -4px;
    left: 0;
    background: #999;
}

.header-line2 {
    float: left;
    width: 100%;
	position:relative;
	margin-top:-5px;
	margin-bottom:15px;
	padding-bottom:0px;
	border-bottom:2px solid#999;
}
.header-line2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    bottom: -4px;
    left: 0;
    background: #999;
}
a.alist:link, a.alist:visited { 
	color: black;
	line-height: 35px;
	text-decoration: none;
}
a.alist:hover {
	text-decoration: none;
	line-height: 35px;
	color: #D52315;
}	
a.feat_a:link, a.feat_a:visited {
  color: white;
  line-height: 35px;
  text-decoration: none;
  padding-bottom: 20px;
}
a.feat_a:hover {
  color: #D52315;
  text-decoration: none;
  padding-bottom: 20px;
}
a.feat_a2:link, a.feat_a2:visited {
  color: white;
  text-decoration: none;
  padding-bottom: 20px;
}
a.feat_a2:hover {
  color: #D52315;
  text-decoration: none;
  padding-bottom: 20px;
}
.kcollapsible, .kcollapsible_2 {
  background-color: black;
  color: white;
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding-right: 3px;
  
}

.kactive, .kactive_2, .kcollapsible:hover, .kcollapsible_2:hover {
  background-color: black;
}

.contentk, .contentk_2 {
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: white;
  border: 1px solid #CBDDDD;
  border: 2px solid black;
  margin-top: 0px;
  width: 100%;
  margin-bottom: 10px;
}
.kcollapsible:after, .kcollapsible_2:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: white;
  float: right;
  margin-left: 0px;
  margin-right: 0px;
}
.kcollapsible:before, .kcollapsible_2:before {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 15px;
  color: white;
  float: left;
  margin-left: 0px;
}

.kactive:after, .kactive_2:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
.kactive:before, .kactive_2:before {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}
[id^=modal] {
  display: none;
  border: 1px solid black;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding: 10px; /* Location of the box */

  max-width: 100%; /* Full width */
  max-height: 100%; /* Full height */
  min-width: 20%;
  min-height: 20%;
  overflow: auto; /* Enable scroll if needed */
  text-align: center;
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  background-color: rgb(255,255,255,0.9); /* Fallback color */
  }

#modal_ad1:target {
  display: block;
  }
#modal_ad2:target {
  display: block;
  }
#modal_ad3:target {
  display: block;
  }
#modal_ad4:target {
  display: block;
  }  
#modal_big:target {
  display: block;
  }

[id^=modal] a {
  float: right;
  }