html {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #333;
}

body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 15px;
	color: #fff;
	overflow-x: hidden;
}

.wrapper {
	max-width: 964px;
	margin: 0 auto;
}

.blackBGWrapper {
	/*background-color:rgba(0,0,0,0.8);*/
}

a {
	text-decoration: none;
	color: #c9e8e2;
}

a:hover {
	text-decoration: underline;
	color: #c9e8e2;
}

h1 {
	font-weight: 200;
	font-size: 42px;
}

h2 {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}

h3 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin: 0;
}

/********** SIDEBAR BANNERS **********/

#sideSiteBanners img {
	display: block;
	border: none;
	text-align: center;
}

.leftAdBanner {
    background-color: #000;
    height: 600px;
    width: 200px;
    top: 0;
    left: 50%;
    margin-left: -682px;
    display: block;
    position: fixed;
    z-index: 999;
    text-align: center;
}

.rightAdBanner {
	background-color: #000;
    height: 600px;
    width: 200px;
    top: 0;
    right: 50%;
    margin-right: -682px;
    display: block;
    position: fixed;
    z-index: 999;
    text-align: center;
}

/********** RESPONSIVE VIDEO EMBED **********/

.responsiveVidContainer {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.responsiveVidContainer iframe,
.responsiveVidContainer object,
.responsiveVidContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

display { 
	inline-block;
    text-align:left;
}

ul {
    display: inline-block;
    padding-left: 0;
    text-align: left;
    list-style-position: inside;

}