﻿/*
Theme Name: Where Soldiers Come From
Theme URI: http://www.wheresoldierscomefrom.com
Description: Tiny custom theme for 'Where Soldiers Come From'.
Author: Nick Piesco
Author URI: http://nickpiesco.com/
Version: 1.0

License:
License URI:

General comments (optional).
*/

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot?iefix') format("eot"),
		url('fonts/League_Gothic-webfont.woff') format("woff"),
		url('fonts/League_Gothic-webfont.ttf') format("truetype"),
		url('fonts/League_Gothic-webfont.svg#webfontFHzvtkso') format("svg");
	font-style: normal;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: url('siteimages/header_image.jpg') no-repeat top,
		url('siteimages/footer_image.jpg') no-repeat bottom;
	color: #5d5546;
	font: 14px/21px Helvetica, Arial, sans-serif;
}

/* Typography */

h1 {
	display: inline-block;
	float: left;
}

h2 {
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	color: #ffffff;
	font: normal 60px/60px 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
	padding: 20px;
	position: absolute;
		bottom: 0;
		right: 0;
	text-transform: uppercase;
}

h3 {
	font: normal 30px/45px 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

a {
	color: #2e2a23;
	font-weight: bold;
	text-decoration: none;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover {
	border-bottom: 1px dotted #2e2a23;
}

h1 a:hover,
table a:hover,
img:hover {
	border: 0;
}

p,
.leftColumn ul,
.reviews li {
	margin-bottom: 1em;
}

li {
	list-style-type: none;
}

table {
	font: 14px/21px Helvetica, Arial, sans-serif;
	margin: 35px 0 20px 0;
}

table p {
	margin-bottom: 0;
}

blockquote {
	margin-left: 3em;
}

.tableimage {
	padding: 0 10px 0 0;
}

.emmy {
	display: block;
	position: absolute;
		top: 45px;
		left: 20px;
}

.blurb {
	font: 36px/42px 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.blurbCite {
	font: 24px/30px 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
}

.wscf {
	font-weight: bold;
	text-transform: uppercase;
}

.rightColumn {
	text-align: center;
}

.fineprint {
	color: #d6d4d1;
	font: 10px/40px Helvetica, Arial, sans-serif;
	text-align: center;
}

/* Layout */

img {
	border: 0;
}

.wp-caption img {
	max-width: 190px;
}

.social {
	margin: 20px 0;
	text-align: right;
	vertical-align: middle;
}

.social img {
	margin-left: 20px;
}

.social a:hover,
.sponsors a:hover,
.fineprint a:hover,
.wp-caption a:hover,
table a:hover,
img:hover {
	border: 0;
}

.smallIcon {
	margin-bottom: 4px;
}

.container {
	margin: 0 auto 600px auto;
	min-height: 700px;
	position: relative;
	width: 980px;
}

header {
	display: block;
	font-size: 0;
	line-height: normal;
	margin: 45px 0 55px 0;
	position: relative;
}

.trailer {
	display: inline-block;
	float: right;
	margin-bottom: 50px;
}

.photo {
	margin: 0 0 0 40px;
}

.laurels {
	display: block;
	margin: 50px auto;
}

.navbar {
	background-color: #5d5546;
	color: #ffffff;
	display: block;
	font: 30px/45px 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.navbar li {
	display: inline;
	margin: 0 5px;
}

.navbar a {
	border: 0;
	color: #ffffff;
	display: inline-block;
	font-weight: normal;
	padding: 10px 10px 8px 10px;
	text-decoration: none;
}

.navbar a:hover {
	background-color: #d6d4d1;
	border: 0;
	color: #5d5546;
}

.content {
	border: 1px solid #d6d4d1;
	border-top: 0;
	display: table;
}

.leftColumn,
.rightColumn {
	display: table-cell;
	padding: 20px;
}

.leftColumn {
	width: 700px;
		min-width: 697px;
}

.rightColumn {
	background-color: #d6d4d1;
	width: 200px;
		min-width: 200px;
		max-width: 200px;
}

.heather {
	display: inline;
	float: left;
	margin-right: 12px;
}

ul.indented,
.indented {
	margin: 0 0 0 3em;
}

.sponsors {
	list-style-type: none;
	margin: 40px auto;
	text-align: center;
}

.sponsors li {
	display: inline;
	margin: 0 20px;
}

.sponsors a {
	border: 0;
	display: inline-block;
}

/* PayPal goodness */

.order {
	display: table;
	margin-top: 30px;
}

.dvdCase, .orderButtons {
	display: table-cell;
}

.orderButtons {
	padding-left: 20px;
	vertical-align: top;
}

.payPalButton,
.shopButton {
	background-color: #5d5546;
	border: 0;
	color: #ffffff;
	font: normal 30px/45px 'LeagueGothicRegular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.payPalButton:hover,
.shopButton:hover {
	background-color: #d6d4d1;
	color: #5d5546;
}

.payPalButton {
	margin-bottom: -10px;
	padding: 3px 10px;
}

.payPalButton:hover {
	cursor: pointer;
}

.shopButton {
	padding: 5px 10px;
}
