* { margin: 0; padding: 0; -webkit-font-smoothing: subpixel-antialiased; }

/*
		
html {
	background: url(../images/bg-01.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 62.5%;

}
*/



.imageOverlay {
	background: url(../images/overlay.png);
	z-index: 1;
	margin: 0;
	top: 0;	left:0;	right:0; bottom:0;
	height: 100%;
	width: 100%;
	overflow: auto;
	position: absolute;
}


#page-wrap {

	margin: auto;
	max-width: 1400px;
	
}

#container {

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 50%;
	height: 30%;
	margin: auto;
}

.date {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.4em;
	float: right;
/* 	text-align: center; */
	text-shadow: 0 2px 0px rgba(0, 0, 0, 0.8);
	color: #fff;
}


/* SITE WIDE LINKS*/

a:link {
	color: #009eff;
	text-decoration: none;

} 

a:hover, a:focus {
	color: #ff0085;
	text-decoration:line-through;
	-webkit-transition: all 0.2s linear; -webkit-transition-property: all; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: linear;
	
} 

a:active {

}

a:visited {
	color: #666;

}

.quote {
	font-family: "league-gothic",sans-serif; 
	font-size: 8em; line-height: 100%;
	padding-bottom: 10px; 
	text-align: center;
	text-transform: uppercase; 
	color: #fff; 
	text-shadow: 0 2px 0px rgba(0, 0, 0, 0.8);
	z-index: 20;
	letter-spacing: 2px;
	font-weight: normal;
}


h1 {
	font-family: "league-gothic",sans-serif;
	font-size: 2.6em;
	line-height: 160%;
	text-align: center;
	text-transform: uppercase; 
	color: #fff;
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.4);
	z-index: 1000;
	font-weight: normal;
}


/* ribbon style */

.preview-content {
	width: 420px;
	margin-left: auto;
	margin-right:auto;
}

.hp-header {
	padding: 30px 0 0 0;
	width: 100%;
	max-height: 300px;
	position:relative;
/* 	border: 1px red solid; */
	display: block;


}

/* ribbon style */

 .ribbon-wrapper {
	position: relative;
}
  .ribbon-front {
	background-color: #9e0b0f;	height: 40px;
	width: 450px;
	position: relative;
	left:-20px;
	z-index: 3;
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 8px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 8px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 2;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 40px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -20px;
	border-color: transparent transparent transparent transparent;
}

  .ribbon-edge-topleft {
	top: -10px;
	border-width: 10px 10px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 10px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 400px;
	border-color: transparent transparent transparent transparent;
}

  .ribbon-edge-topright {
	top: -10px;
	border-width: 10px 0 0 10px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 0px 10px;
}

  .ribbon-back-left {
	position: absolute;
	top: -10px;
	left: -40px;
	width: 30px;
	height: 40px;
	background-color: #5b0003;	z-index: 2;
}

  .ribbon-back-right {
	position: absolute;
	top: -10px;
	right: -30px;
	width: 30px;
	height: 40px;
	background-color: #5b0003;	z-index: 2;
}
