@font-face {
    font-family: 'OstrichSansBlack';
    src: url('../fonts/ostrich-black-webfont.eot');
    src: url('../fonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-black-webfont.woff') format('woff'),
         url('../fonts/ostrich-black-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansBold';
    src: url('../fonts/ostrich-bold-webfont.eot');
    src: url('../fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-bold-webfont.woff') format('woff'),
         url('../fonts/ostrich-bold-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('../fonts/ostrich-regular-webfont.eot');
    src: url('../fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-regular-webfont.woff') format('woff'),
         url('../fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansRoundedMedium';
    src: url('../fonts/ostrich-rounded-webfont.eot');
    src: url('../fonts/ostrich-rounded-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-rounded-webfont.woff') format('woff'),
         url('../fonts/ostrich-rounded-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-rounded-webfont.svg#OstrichSansRoundedMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LindenHillItalic';
    src: url('../fonts/lindenhill-italic-webfont.eot');
    src: url('../fonts/lindenhill-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lindenhill-italic-webfont.woff') format('woff'),
         url('../fonts/lindenhill-italic-webfont.ttf') format('truetype'),
         url('../fonts/lindenhill-italic-webfont.svg#LindenHillItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'LindenHillRegular';
    src: url('../fonts/lindenhill-webfont.eot');
    src: url('../fonts/lindenhill-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lindenhill-webfont.woff') format('woff'),
         url('../fonts/lindenhill-webfont.ttf') format('truetype'),
         url('../fonts/lindenhill-webfont.svg#LindenHillRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



.ostrich_rounded_medium{
	font-family: 'OstrichSansRoundedMedium';
	}
	
.ostrich_black{
	font-family: 'OstrichSansMedium';
	}
	
.linden_italic{
	font-family: 'LindenHillItalic';
	}
	
.linden{
	font-family: 'LindenHillRegular';
	}


/*

globals

*/

.center{text-align: center;}

.left{float:left;}
.right{float:right;}

.border{
	width:100%;
	height:1px;
	clear: both;
	margin:1px 0 0 0;
	}
	
.rouge{
	background-color: rgba(153, 38, 8, 0.3);
	}

.black{
	background-color: rgba(0, 0, 0, 0.3);
	}


body{
	background-image: url(../img/slate1024_02.jpg) !important;
	}
	
.ui-page,.ui-header,.ui-content,.ui-footer{
	background:none;
}

.ui-header,.ui-footer,.ui-content{
	color:#000;
	text-shadow: none;
	width:92%;
	margin: 0 4%;
	border:none;
	font-weight: 100 !important;
	}

.ui-footer{
	position: absolute;
	top:700px;
	}	

.ui-header a{
	color:#000 !important;
	text-decoration: none;
	text-shadow: none;
	}
	
.ui-header a:hover{
	color: rgba(153, 38, 8, 1) !important;
	}
	

h1#logo{
	font-weight: 100;
	font-size: 44px;
	line-height: .7em;
	}
	
h1#logo span{
	font-weight: 100;
	font-size: 32px;
	line-height: 1.3em;
	}
	
.nav{
	font-weight: 100;
	font-size:16px;
	margin-top:-80px;
	padding-bottom:5px;
	width:100%;
	height:40px;
	}

.nav ul{
	width:30%;
	margin:0;
	padding:0;
	}
	
.nav ul.left{
	margin-left:15%;
	}
	
.nav ul.right{
	margin-right:15%;
	}
	
.nav ul li{
	float
	}
	
.nav ul.right li{
	float:right;
	text-alight:right;
	list-style: none;
	margin-left: 35%;
	}
	
.nav ul.left li{
	float:left;
	list-style: none;
	margin-right: 35%;
	}
	
.ui-content{
	padding: 0;
	text-align: center;
	}	
	
.content-left {
	float: left;
	width:50%;
	}

.content-right {
	float: right;
	width: 50%;
	}
	
h1{
	font-weight:normal;
	text-shadow: none;
	}


.ui-content a{
	color: rgba(153, 38, 8, 1) !important;
}

a:hover{
	color: rgba(0, 0, 0, 1);
}	
	
	
	
	
	
	
	
	
	
	
	
