	@charset 'UTF-8';
body {
	background: #ffffff;
	background: url(/images/background.jpg) no-repeat center fixed;
}
body, input, textarea, select {
	font-family: 'OpenSans', sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: justify;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-bottom: 1.5em;
	text-transform: uppercase;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
/* Change this to whatever font weight/color pairing is most suitable */
strong, b {
	font-weight: bold;
	color: #000000;
}
img {
	border: 0;
}
em, i {
	font-style: italic;
}
/* Don't forget to set this to something that matches the design */
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: solid 1px #ddd;
}
blockquote {
	border-left: solid 0.5em #ddd;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
p, ul, ol, dl, table {
	margin-bottom: 1em;
}
header {
}
header h2 {
	letter-spacing: -1px;
	font-weight: 700;
}
header .byline {
	display: block;
	text-transform: uppercase;
}
footer {
}
br {
	line-height: 0.5em;
}
br.clear {
	clear: both;
}
/* Buttons */
.button {
	position: relative;
	display: inline-block;
	margin-top: 2em;
	padding: 0.8em 1.5em;
	border-radius: 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	color: #FFF;
	-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
	cursor: pointer;
}
.button:hover {
	background: #141414;
	color: #FFF !important;
}
/* Sections/Articles */
section, article {
	margin-bottom: 3em;
}
section >:last-child, article >:last-child {
	margin-bottom: 0;
}
section:last-child, article:last-child {
	margin-bottom: 0;
}
.row > section, .row > article {
	margin-bottom: 0;
}
/* Images */
.image {
	display: inline-block;
}
.image img {
	display: block;
	border-radius: 6px;
}
.image.featured {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
.image.full {
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}
.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
.image.centered {
	display: block;
	margin: 0 0 2em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
}
/* Lists */
ul.default {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.default li {
	padding: 0.50em 0em;
}
ul.style1 {
	font-size: 0.90em;
  width:60%;
  margin-right: 20%;
  margin-left: 20%;
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 50;
}
ul.style1 li {
	padding: 0em;
	line-height: 0.50em;
}
ul.style1 li img {
	float: left;
	margin-right: 1.50em;
	border-radius: 0px;
}
ul.style1 .posted {
	display: block;
	margin-top: 1em;
	padding: 0.50em 0em;
}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/
#header {
	position: relative;
	background-size: cover;
    
}
#logo {
}
#logo_png {
	width: 300px;
}
#nav {
}
#nav ul {
	margin: 0;
}
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/
#banner {
	position: relative;
	background: #333;
	color: #fff;
}
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/
#main {
	position: relative;
	background: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 60%;
	left: 20%;
	right: 20%;
	border: 1px solid #000;
}
#main_header {
	position: relative;
	padding: 5em 0em 0em 0em;
	width: 60%;
	left: 20%;
	right: 20%;
}
.divider {
	overflow: hidden;
	border-top: 1px solid #dbdbdb;
}
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
#footer {
	position: relative;
	background: #ffffff;
	color: #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	margin-top: 40px;
	width: 60%;
	left: 20%;
	right: 20%;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#footer header h2 {
	color: rgba(255,255,255,1);
}
#footer a {
	color: #000;
	text-decoration: none;
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
	background: #fff;
	width: 60%;
	left: 20%;
	right: 20%;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	opacity: 0.9;
	filter: alpha(opacity=90);
	position: relative;
	padding: 1em 0em;
	text-align: center;
	color: #000;
	margin-bottom: 50px;
	font-size: 0.8em;
}
#copyright .container {
}
#copyright a {
	text-decoration: none;
	color: #000;
}