@font-face {
    font-family: "Airstrike";
    src: url('../css/airstrike.ttf');
}

	body {
		font-size: 13.5pt;
		font-family: sans-serif;
		background-color: #e3e9dc;
		font-family: 'Ubuntu Condensed', sans-serif;
		color: #4A4F48;
		letter-spacing: -1px;
	}

	h1,h2,h3,h4 {
		color: #420000;
		font-weight: normal;
	}

	h1,h2 {
		font-weight: bold;
	}

	h2 {
		font-size: 1.6em;
		letter-spacing: -1px;
		margin-bottom: 1em;
	}

	h3,h4 {
		color: #283121;
		margin-bottom: 0.5em;
	}

	h3 {
		font-size: 1.2em;
		margin-bottom: 0.8em;
	}

	h4 {
		font-size: 1em;
	}

	p, ul {
		margin-bottom: 1.25em;
	}

	p {
		line-height: 1.8em;
	}

	strong {
		color: #474e43;
	}

	img.left {
		float: left;
		margin: 2px 1.25em 0 0;
	}

	img.top {
		margin: 4px 0 2.25em 0;
	}

	ul {
		padding: 0.25em 0 0 0;
	}

	a {
		color: #5d93a2;
		text-decoration: underline;
	}

	a:hover {
		text-decoration: none;
	}

	.small-ital {
		font-size: 11pt;
		font-style: italic;
	}

	* > p:last-child {
		margin-bottom: 0 !important;
	}

/* Reusable */

	article.blog-post {
		position: relative;
	}

		article.blog-post .comments {
			position: absolute;
			top: 0;
			right: 0;
			height: 32px;
			line-height: 24px;
			padding-left: 40px;
			background: url('images/icon-bubble.png') no-repeat;
		}

	ul.small-image-list {
	}

		ul.small-image-list li {
			overflow: hidden;
			margin-bottom: 1.5em;
		}

	ul.big-image-list {
	}

		ul.big-image-list li {
			overflow: hidden;
			margin-bottom: 2em;
		}

	ul.link-list {
	}

		ul.link-list li {
			border-top: solid 1px #ced0b7;
			padding: 0.75em 0 0 0;
			margin: 0.75em 0 0 0;
		}
		
		ul.link-list li:first-child {
			padding-top: 0;
			margin-top: 0;
			border-top: 0;
		}

	.button {
		display: inline-block;
		padding: 15px 25px 15px 25px;
		background-color: #420000;
		background-image: -moz-linear-gradient(top, #420000, #000);
		background-image: -webkit-linear-gradient(top, #420000, #000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#420000), to(#000));
		background-image: -ms-linear-gradient(top, #420000, #000);
		background-image: -o-linear-gradient(top, #420000, #000);
		background-image: linear-gradient(top, #420000, #000);
		border-radius: 10px;
		text-decoration: none;
		color: #fff;
		font-size: 1.2em;
		letter-spacing: -1px;
		border: solid 1px #000000;
		box-shadow: inset 0px 0px 0px 1px #420000;
	}

	.button:hover {
		background-color: #420000;
		background-image: -moz-linear-gradient(top, #420000, #620000);
		background-image: -webkit-linear-gradient(top, #420000, #620000);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#420000), to(#620000));
		background-image: -ms-linear-gradient(top, #420000, #620000);
		background-image: -o-linear-gradient(top, #420000, #620000);
		background-image: linear-gradient(top, #420000, #620000);
		box-shadow: inset 0px 0px 0px 1px #420000;
	}
	
	.embed-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
	.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
	
	input, textarea {
		display: block;
		line-height: 1.5;
		border : 1px solid #ccc;
		padding: 6px 12px;
		
		border-radius: 4px;
	}
	.contact-wrapper { max-width:580px;}
	.contact-wrapper input, .contact-wrapper textarea {width:90%;}
	
	
	
	
