html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	/*background-color: black;*/
    background-image: url(../images/ofhopebackground.jpg);
    background-size: cover;
    background-repeat: repeat-y;
}

body {
	font-family: Palatino,Garamond,Georgia;
	font-size: 16px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
	text-align: center;
}

#clicker { 
    display:block; 
    width:910px; 
    height:200px;
    position:absolute; 
    top:0px; 
    left:0px;
}

#page {
	display:table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: -60px; /* the bottom margin is the negative value of the footer's height */
	text-align: left;
}

#banner {
	position: relative;
	width: 100%;
	height: 378px;
	background-image: url(../images/ofhopebanner.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#container {
	position: relative;
	/*width: 900px;*/
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: black;
	background-color: black;
	padding: 0px 0px;
	display:block;
}

#navigation {
	position: relative;
	font-weight: bold;
	font-size: 1.6em;
	color: black;
	float: left;
	text-align: left;
	color: #fffff5;
	height: 46px;
	width:902px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-image: url(../images/ofhopenavi.jpg);
}

#icons {
	padding-bottom: 2px;
	/*width:310px;*/
	position: relative;
	float: right;
	height: 46px;
}

#firstrowcontainer {
	position: relative;
	width:100%;
}

#contentcontainer {
	position: relative;
	margin-top:46px;
	/*background-color: #33343b;*/
	/*background-color: #191227;*/
	background-color: #272437;
	overflow: hidden;
	width:100%;
	margin-bottom:60px;
	padding-bottom:10px;
	color: #fffff5;
}

#headlinescontainer {
	position: relative;
	width:436px;
	float:left;
	padding:8px;
}

#gigscontainer {
	position: relative;
	width:436px;
	float:right;
	padding:8px;
}

#facecontainer {
	position: relative;
	width:440px;
	float:left;
	height:680px;
}

#instacontainer {
	position: relative;
	width:880px;
	float:left;
	height:450px;
	padding:8px;
}

#tubecontainer {
    margin-top:46px;
	position: relative;
	width:880px;
	float:left;
	padding:8px;
}

#contactcontainer {
	position: relative;
	width:100%;
	float:left;
	padding:8px;
}


#emailcontainer{
    position: relative;
    width: 100%;
    float: right;
    bottom: 25px;
    text-align: right;
    color: white;
}

#titlecontainer {
	position:relative;
	height: 35px;
	/*background-image: url('../images/title_bg.png');*/
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	padding-left: 10px;
}


#newstitlecontainer{
	padding-left: 25px;
	padding-right: 25px;
}

#mobilenavi {
	position:relative;
	padding-top: 10px;
	font-size: 2em;
	letter-spacing: 2px;
	color: white;
	text-align: center;
	font-weight: bold;
}

.footer { 
	display:block; /* ie7 and under*/
}
.footer { 
	display:table-row;
}
/* height 1px on the header and footer is the sticky footer technique */
.footer{
	height:1px;
}
.footer {
	background:#33343b;	
	text-align:center;
	bottom: 0;
}
.footer p {	
	margin:0;
	padding:10px;
	color:white;
}

td {
    width:50%;
	border-bottom-style:none; 
}

.nobottom {
    border-bottom-style:none; 
	border-bottom-width:0;
}

table {
    width:100%;
    border-collapse: collapse;
}

a:link {
    color: #fffff5;
    background: transparent none;
	text-decoration: none;
}

a:visited {
    color: #fffff5;
    background: transparent none;
	text-decoration: none;
}

a:hover {
    color: #ed971c;
    background: transparent none;
	text-decoration: none;
}

a.content:link {
	color: black;
	background: transparent none;
	text-decoration: none;
}

a.content:visited {
	color: black;
	background: transparent none;
	text-decoration: none;
}

a.content:hover {
	color: black;
	background: transparent none;
	text-decoration: underline;
}

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

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

#bandmenu{
	cursor: pointer;
}

a.toggler:link {
    color: #fffff5;
    background: transparent none;
	text-decoration: none;
}

a.toggler:visited {
    color: #fffff5;
	background: transparent none;
	text-decoration: none;
}

a.toggler:hover {
	color: #ed971c;
	background: transparent none;
	text-decoration: none;
}

a.navi:link {
    color: #fffff5;
    background: transparent none;
	text-decoration: none;
}

a.navi:visited {
    color: #fffff5;
	background: transparent none;
	text-decoration: none;
}

a.navi:hover {
	color: #ed971c;
	background: transparent none;
	text-decoration: none;
}


a.mobilenavi:link {
	color: #fffff5;
	background: transparent none;
	text-decoration: none;
}

a.mobilenavi:visited {
	color: #fffff5;
	background: transparent none;
	text-decoration: none;
}

a.mobilenavi:hover {
	color: #ed971c;
	background: transparent none;
	text-decoration: underline;
}


a.emailcontainer:link {
	color: #fffff5;
	background: transparent none;
	text-decoration: none;
}

a.emailcontainer:visited {
	color: #fffff5;
	background: transparent none;
	text-decoration: none;
}

a.emailcontainer:hover {
	color: #ed971c;
	background: transparent none;
	text-decoration: underline;
}