@charset "UTF-8";

/*FONTS*/
@font-face {
    font-family: 'veneer';
    src: url('../fonts/veneer/VeneerLowResTwo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/veneer/VeneerLowResTwo-webfont.woff') format('woff'),
         url('../fonts/veneer/VeneerLowResTwo-webfont.ttf') format('truetype'),
         url('../fonts/veneer/VeneerLowResTwo-webfont.svg#veneer') format('svg');
}

@font-face {
    font-family: 'ptsans';
    src: url('../fonts/pt-sans/pts-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pt-sans/pts-regular.woff') format('woff'),
         url('../fonts/pt-sans/pts-regular.ttf') format('truetype'),
         url('../fonts/pt-sans/pts-regular.svg#ptsans') format('svg');
}

body{
	margin:0;
	background-image:url('../images/dirtBG.jpg'); background-repeat:repeat;
	font-family: 'ptsans';
}

#container{
	width: 860px; height: auto;
	min-height: 100%;
	margin-left: auto; margin-right: auto;
	padding: 18px;
	background-color:rgba(255,255,255,0.7);
}

#header{
	display: block;
	width: 100%; height: 96px;
	padding-bottom: 18px;
	
}

#logoHolder{
	display: inline-block;
	float: left;
	width: 92px; height: 96px;
	background-image: url('../images/dmcc_logo.png');
	background-size: 100%;
	vertical-align: middle;
}

#headerContent{
	display: inline-block;
	vertical-align: middle;
	padding-left: 18px;
}

.headTitle{
	font-family: 'veneer';
	font-size: 60px;
	color: #000000;
	line-height: 60px;
}

.headSub{
	font-family: 'veneer';
	font-size: 30px;
	color: #7F7F7F;
}

#navBar{
	display: block;
	padding: 12px; padding-bottom: 32px;
	
	background-position: center center;
	background-size: 100%;
}

.menu{
	display: inline-block;
	width: auto; height: auto;
	background-color: #000;
	margin-bottom: 6px;
}

.menu.fullspan{
	overflow: hidden;
	display: block;
	margin-top: 12px;
}

.menuItem{
	font-family: 'veneer';
	font-size: large;
	color: #FFF;
	display: inline-block;
	float: left;
	padding: 2px 6px 2px 6px;
	letter-spacing: 1px;
}

	.menuItem:hover{
		color: #D00;
		/*background-color: #222;*/
	}

	.menuItem.right{
		display: inline-block;
		float: right;
	}
	
	.menuItem.small{
		font-size: 0.7em;
		height: 22px;
		vertical-align: middle;
	}

	.menuItem.fb:hover{
		background-color: rgb(45,68,134);
		color: #FFF;
	}

hr{
	height: 2px;
	border: 0px;
	background-color: #000;
}

.divspace{
	display: block;
	height: 12px;
}

.label{
	font-family: 'veneer';
}

.alert{
	font-family: 'veneer';
	color: #D00;
	text-align: center;
}

p{
	margin: 4px;
	padding: 0px;
	padding-left: 20px;
}

/*HEADINGS*/
h1{
	display: block;
	font-family: 'veneer';
	font-size: 20px;
	font-weight: bold;
	
	margin: 12px 0px 6px 0px;
	padding-left: 0px;
}

h2{
	display: block;
	font-family: 'veneer';
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	
	margin: 12px 0px 6px 0px;
	padding-left: 0px;
}

h3{
	display: block;
	font-family: 'veneer';
	font-size: 16px;
	font-style: italic;
	
	margin: 12px 0px 6px 0px;
	padding-left: 0px;
}

h4{
	display: block;
	font-family: 'veneer';
	font-size: 16px;
	font-weight: bold;
	
	margin: 12px 0px 0px 0px;
	padding-left: 20px;
}

h5{
	display: block;
	font-family: 'veneer';
	font-size: 14px;
	text-decoration: underline;
	
	margin: 12px 0px 0px 0px;
	padding-left: 20px;
}

h6{
	display: block;
	font-family: 'veneer';
	font-size: 14px;
	font-style: italic;
	
	margin: 12px 0px 0px 0px;
	padding-left: 20px;
}

@media screen and (max-width: 896px){
	#container{
		width: 680px;
		padding: 12px;
	}
	
	#header{
		display: block;
		width: 100%; height: 90px;
		padding-bottom: 18px;
	}
	
	#logoHolder{
		width: 86px; height: 90px;
		background-image: url(../images/dmcc_logo.png);
		background-position: center center;
		background-size: 100%;
		vertical-align: middle;
	}
	
	#headerContent{
		padding-left: 12px;
	}
	
	.headTitle{
		font-size: 45px;
	}
}