html {
	height: 100%;
}

body {
	font-family: 'Arial Narrow', sans-serif;
	color: #703151;
	font-size: 1.20em;
	background: url('img/top-bg.png') repeat-x, url('img/bg-texture.jpg') repeat;
	text-align: center;
	height: 100%;
	
}

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

}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 575px;
	margin: 100px auto -280px auto; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	background: url('img/footer-bg.png') 0 bottom repeat-x;
	height: 280px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/



a {
	color: #703151;
	text-decoration: none;
}

h1 {
	font-size: 1.750em;
	font-weight: 100;
	letter-spacing: -1.5px;
}

h2 {
	font-size: 1.850em;
	color: #58a0b2;
	font-family: 'OverlockBlack';
	text-transform: uppercase;
	border-top: #c8b86a solid 3px;
	border-bottom: #c8b86a solid 2px;
	padding: 20px auto;
	font-weight: normal;
 }

h3 {
	font-weight: 100;
	font-size: 1.125em;
	color: #ed6c85;
}

p {
	text-align: center;
	font-size: 1.5em;
	text-transform: uppercase;
}

.address {
	border-bottom: #c8b86a solid 3px;
	padding-bottom: 30px;
}

.address img {
	vertical-align: middle;
}

.line1 {
	font-size: 1.6em;
	font-weight: bold;

}

.line2 {
	font-size: 1.3em;
	
}

.line3 {
	font-size: 1.8em;
	font-weight: bold;

}




/* RIBBON  */

.ribbon-wrapper {
  width: 485px;
  height: 520px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon {
	font-family: 'OverlockBlack';
	text-transform: uppercase;
	font-size: 1.750em;
	color: #fafaf3;
	text-align: center;
	text-shadow: rgba(069,069,069,0.5) 0px -1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 150px;
	width: 620px;
	background-color: #58a0b2;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#58a0b2), to(#427987)); 
	background-image: -webkit-linear-gradient(top, #58a0b2, #427987); 
	background-image:    -moz-linear-gradient(top, #58a0b2, #427987); 
	background-image:     -ms-linear-gradient(top, #58a0b2, #427987); 
	background-image:      -o-linear-gradient(top, #58a0b2, #427987); 
	
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 3px rgba(0,0,0,0.3);

}

/* ----- RIBBON FOLD -----
.ribbon:before, .ribbon:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}


.ribbon:before {
  left: 0;
}
.ribbon:after {
  right: 0;
}

*/












