/* Card Default Styles */

/* Show Print Preview Message */
#print-message {
	display: block;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	font-size: 16px;
	color: #444;
	background: #dee6d3;
	box-shadow: 0 5px 10px #666;
	line-height: 40px;
}
#print-message p:first-child {
	margin-bottom: 5px;
}
#print-message a {
	color: #444;
	text-decoration: none;
	background: #edf3e5;
	border: 1px solid #b7c2a7;
	padding: 5px 8px;
	margin: 0 3px;
	border-radius: 3px;
	box-shadow: 0 1px 2px #969f89;
}
#print-message a:hover {
	color: #000;
	background: #fff;
	box-shadow: 0 1px 2px #5e6455;
}

/* Reset Major Element Styles */
body {
	background: #fff;
	font-family: FranklinGothicFSCn, Arial, sans-serif;
	font-weight: normal;
	color: #444;
}
h1 {
	font-family: FranklinGothicFSMdCn, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #98ad7e;
	font-size: 22px;
	margin-bottom: 10px;
}
h4 {
	font-family: FranklinGothicFSMdCn, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
	font-size: 14px;
	margin-bottom: 5px;
}
#content-right {
	padding: 45px;
}

/* Hide Elements */
#header,
#footer,
#search-container,
#content-left {
	display: none;
}

#print-logo {
	display: block; 
	float: right;
	margin: 0 0 15px 15px;
}

/* Hide Print Message when printing */
@media print {
	#print-message {
		display: none;
	}
	#content-right {
		padding: 0;
	}
}

/* Card Print Styles */
.body3x5 #card1, 
.body3x5 #card2 {
	width: 4.75in; 
	height: 2.75in;
	font-size: .8em;
	border: 1px dashed #ccc;
	padding: 15px;
}
.body3x5 #card1 {
	background: url(../images/logo_spicehunter2.png) no-repeat 98% 3%;
	margin-bottom: 15px;
}
.body3x5 #card2 {
	background: url(../images/logo_spicehunter.png) no-repeat 50% 100%;
}
.body3x5 h1 {
	width: 80%;
}
.body4x6 #card1, 
.body4x6 #card2 {
	width: 5.75in; 
	height: 3.75in;
	font-size: .8em;
	border: 1px dashed #ccc;
	padding: 15px;
}
.body4x6 #card1 {
	background: url(../images/logo_spicehunter2.png) no-repeat 98% 3%;
	margin-bottom: 15px;
}
.body4x6 #card2 {
	background: url(../images/logo_spicehunter.png) no-repeat 50% 100%;
}
.body4x6 h1 {
	width: 80%;
}
.bodyfullsheet #card1, 
.bodyfullsheet #card2 {
	border: 0;
}
.bodyfullsheet #card1 {
	margin-bottom: 25px;
}



/* ========== Fonts ========== */
@font-face {
    font-family: 'FranklinGothicFSCn';
    src: url('../fonts/franklingothic-cd-webfont.eot');
    src: url('../fonts/franklingothic-cd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/franklingothic-cd-webfont.woff') format('woff'),
         url('../fonts/franklingothic-cd-webfont.ttf') format('truetype'),
         url('../fonts/franklingothic-cd-webfont.svg#FranklinGothicFSCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranklinGothicFSMdCn';
    src: url('../fonts/franklingothic-medcd-webfont.eot');
    src: url('../fonts/franklingothic-medcd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/franklingothic-medcd-webfont.woff') format('woff'),
         url('../fonts/franklingothic-medcd-webfont.ttf') format('truetype'),
         url('../fonts/franklingothic-medcd-webfont.svg#FranklinGothicFSMdCn') format('svg');
    font-weight: normal;
    font-style: normal;
}
