@charset "utf-8";
/* CSS Document */

@font-face { font-family: IFC Insane Rodeo; src: url('ifcinsanerodeo.ttf'); } 

@font-face { font-family: Gobold; src: url('goboldlowplus.ttf'); } 

body {
	background-image: url(images/bg2.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1d1d1d;
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 19px;
	border: 0px;
}

img { border: 0px; }


/* TEXT */
.text-black-script-large{
	color: #000;
	font-family: 'Allura', cursive;
	font-size: 55px;
}
.text-black-script-small{
	color: #000;
	font-family: 'Allura', cursive;
	font-size: 30px;
}
.text-black-rodeo-large{
	color: #000;
	font-family: 'IFC Insane Rodeo', serif;
	font-size: 55px;
}
.text-black-rodeo-small{
	color: #000;
	font-family: 'IFC Insane Rodeo', serif;
	font-size: 30px;
}

.text-black-xl{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.2;
}
.text-black-large{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
}

.text-black-med{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.text-black-small{
	color: #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.2;
}


.zmenu{
	color: #30702c;
	font-family: 'Gobold', sans-serif;
	font-size: 23px;
	line-height: 1.6;
} 


.znd{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	font-weight: 300;
}
.znd-script{
	color: #FFF;
	font-family: 'Allura', cursive;
	font-size: 17px;
}
.zcontact1{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 1.2;
}

.zcontact2{
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
}

/* LINKS AND BORDER */

a {
	color: #000;
}
a.whitelink {
	color: #FFF;
}
a.menu {
	color: #FFF;
	text-decoration: none;
}
a:hover.menu {
	color: #929292;
	text-decoration: none;
}

.border {
	border: 3px solid #eac6a3;
}
.pageborder {
	box-shadow: 0px 0px 20px 10px rgba(0,0,0,0.65); }



/* BACKGROUNDS */

.sub-bg {
	background-color: #FFF;
	padding: 10 35 0 35;
}

.sub-bg-menu {
	background-color: #231F20;
	height: 70px;
	padding: 10 0 10 0;
}
.sub-bg-index-footer {
	background-color: #231F20;
	height: 175px;
	width: 516px;
}

.zndpadding { padding: 0 35 0 0;
}



.fadein {
    position:relative;
    height:584px;
    width:950px;
}

.fadein img {
    position:absolute;
    left:0;
    top:0;
}
