body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background: #000;
	font-size: 18px;
	/*background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;*/
	background-image: url(../img/joeBG.png), url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	margin: 0;
	font-style: normal;
}
a, img {
	border:none;
}
a:link {
	color: #7b6133;
	font-size:18px;
}
a:visited {
	color: #7b6133;
}
a:hover {
	color: #fd2e29;
	text-decoration: none;
}
a:active {
	color: #7b6133;
}

.header {
    -moz-border-top-right-radius: 15px; /* Firefox */
    -webkit-border-top-right-radius: 15px; /* Safari, Chrome */
    border-top-right-radius: 15px; /* CSS3 */

    -moz-border-top-left-radius: 15px; /* Firefox */
    -webkit-border-top-left-radius: 15px; /* Safari, Chrome */
    border-top-left-radius: 15px; /* CSS3 */
}

.mainArticle img {
    -moz-border-top-right-radius: 15px; /* Firefox */
    -webkit-border-top-right-radius: 15px; /* Safari, Chrome */
    border-top-right-radius: 15px; /* CSS3 */

    -moz-border-top-left-radius: 15px; /* Firefox */
    -webkit-border-top-left-radius: 15px; /* Safari, Chrome */
    border-top-left-radius: 15px; /* CSS3 */

    -moz-border-bottom-right-radius: 15px; /* Firefox */
    -webkit-border-bottom-right-radius: 15px; /* Safari, Chrome */
    border-bottom-right-radius: 15px; /* CSS3 */

    -moz-border-bottom-left-radius: 15px; /* Firefox */
    -webkit-border-bottom-left-radius: 15px; /* Safari, Chrome */
    border-bottom-left-radius: 15px; /* CSS3 */
}

.mainIMG {
    -moz-border-top-right-radius: 15px; /* Firefox */
    -webkit-border-top-right-radius: 15px; /* Safari, Chrome */
    border-top-right-radius: 15px; /* CSS3 */

    -moz-border-top-left-radius: 15px; /* Firefox */
    -webkit-border-top-left-radius: 15px; /* Safari, Chrome */
    border-top-left-radius: 15px; /* CSS3 */

    -moz-border-bottom-right-radius: 15px; /* Firefox */
    -webkit-border-bottom-right-radius: 15px; /* Safari, Chrome */
    border-bottom-right-radius: 15px; /* CSS3 */

    -moz-border-bottom-left-radius: 15px; /* Firefox */
    -webkit-border-bottom-left-radius: 15px; /* Safari, Chrome */
    border-bottom-left-radius: 15px; /* CSS3 */
}

#footer {
	text-align: center;
}

.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active {
	color: #fd2e29;
	font-size:18px;
}

#video {
	margin:125px 0 0 4px;
}
#contenttext {
	margin-left: 8px;
}
#sociallinks {
	text-align: center;
	margin-top:33px;
}
#right {
	margin:0px 0 0 0px;
}
#content img, #content a, #sidebar img, #sidebar a,  #links img, #links a {
	border:none !important;
}

.shareOnFB {
	margin-top: 0px;
}

.downloadZone {
	margin-top: 10px;
}

.freeDownloadInput {
	width: 290px;
	height: 60px;
	font-size: 15px;
	border: 4px solid #FF0A0A;
	background-color: #ffff00;
	text-align: center;
	margin-top: -5px;
	font-weight: bold;
}

.freeDownloadInput2 {
	width: 294px;
	height: 50px;
	font-size: 15px;
	text-align: center;
	margin: 1px 0 5px 0;
}

.freeDownloadBTN {
	/*margin-top: 10px;
	margin-left: -5px;*/
	width: 300px;
}


/********** 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%;
}