/* -----------  Reset ----------- */
* {
	margin: 0;
	padding: 0;
}

body {
	background: url("../img/woodFrame.png") repeat;
}
a {
	color: #FF6600;
	font: 100 14px/30px Helvetica, Verdana, sans-serif;
}
/*Download by http://www.codefans.net*/
h1.title_name {
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
	font-weight: normal;
	font-size: 4em;
	color: #FAFAFA;
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	line-height: 1em;
}
h1.title_name span {
	font-family: normal Georgia,'Times New Roman',Times,serif;
	color: #FF6600;
	font-size: 0.9em;
}
h1.title_name small {
	display: block;
	font-family: normal Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.3em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	color: #AAA;
	text-shadow: none;
}
footer { background: #FFF; padding: 10px; bottom: 50px; margin-top: 10px; color: #333;}


/* -----------  LayOut ----------- */
.label {	
	/*Position*/
	overflow: hidden;
	position: relative;
	margin: 20px;
	display: inline-block;
	vertical-align: top;
	
	/*Skin*/
	border: 7px solid #FAFAFA;
	-webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 4px rgba(0,0,0,0.5), 0px 10px 7px rgba(0,0,0,0.2);
}
.label img {
	display: block;
}
.label p {
	/*Position*/
	position: absolute;
	padding: 10px;
	width: 100%;
	
	/*Skin*/
	background: #000; /*fallback*/
	background: rgba(0,0,0,0.7);
	color: #fff;
	font: bold italic 18px/1.5 Helvtica, Verdana, sans-serif;
	
	/*Animation*/
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*Top In Bounds*/
.top:hover p, .topleft p, .topright p {
	top: 0%;
}
/*Top Out of Bounds*/
.top p, .centertop p {
	top: -50%;
}
/*Bottom In Bounds*/
.bottom:hover p, .bottomleft p, .bottomright p {
	bottom: 0%;
}
/*Bottom Out of Bounds*/
.bottom p, .centerbottom p {
	bottom: -50%;
}
/*Left In Bounds*/
.bottomleft:hover p, .bottomright:hover p, .topleft:hover p, .topright:hover p, .centerleft:hover p, .centerright:hover p {
	left: 0%;
}
/*Left Out of Bounds*/
.bottomleft p, .topleft p, .centerleft p, .centerleft p {
	left: -150%;
}
/*Right Out of Bounds 150%*/
.bottomright p, .topright p, .centerright p {
	left: 150%;
}
/*Centered From Bottom*/
.centerbottom:hover p {
	bottom: 50%;
}
/*Centered From Top*/
.centertop:hover p, .centerleft p, .centerright p {
	top: 50%;
}
/*Center Margin Fixes*/
.centertop:hover p, .centerleft p, .centerright p {
	margin-top: -20px;
}
.centerbottom:hover p {
	margin-bottom: -20px;
}



