/*
THEME NAME: Holding Pattern
THEME URI: http://upthemes.com/2010/03/holding-pattern/
DESCRIPTION: Park your domain in style with WordPress and Google FeedBurner.
VERSION: 1.1
AUTHOR: Chris Wallace for <a href="http://upthemes.com">UpThemes</a>
AUTHOR URI: http://upthemes.com
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   * meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
  line-height: 1.5; 
  background: #fff url("images/bg.jpg") no-repeat top center; 
  margin:0; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img 	{ border: none; }

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('League_Gothic-webfont.eot');
	src: local('☺'), url('League_Gothic-webfont.woff') format('woff'), url('League_Gothic-webfont.ttf') format('truetype'), url('League_Gothic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* -------------------------------------------------------------- 
  
   Structure   
   
-------------------------------------------------------------- */

body {
	color:#121212;
	font: 14px/180% Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
a {
	color: #457487;
	outline: none;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
body{

}
a:hover{
	color: #7ea1af;
	text-decoration: none;
}
p.ff{
	color: #457487;
	font: 1.68em 'LeagueGothicRegular', 'Arial Black', Arial, sans-serif;
	letter-spacing: 2px;
	margin: -10px 0 30px 0;
	text-transform: uppercase;
}
h1.ff{
	color: #333;
	font: 6.2em 'LeagueGothicRegular', 'Arial Black', Arial, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}
input[type="text"], input[type="password"], textarea {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0 2px 3px #ccc inset;
	-moz-box-shadow: 0 2px 3px #ccc inset;
	-webkit-box-shadow: 0 2px 3px #ccc inset;
	border-color:#AAAAAA #CCCCCC #DDDDDD;
	border-style:solid;
	border-width:1px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.6em;
	padding:6px;
	background-color: #f1ecea;
}
input[type="submit"],
input[type="button"],
button,
.button{
	border: none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	background: #457487;
	text-shadow: 0 -1px 0 #184456;
	-moz-text-shadow: 0 -1px 0 #184456;
	-webkit-text-shadow: 0 -1px 0 #184456;
	color: #fff;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	margin:10px 0;
	padding:8px 26px 6px !important;
	text-transform:uppercase;
	box-shadow: 0 2px 3px #999;
	-webkit-box-shadow: 0 2px 3px #999;
	-moz-box-shadow: 0 2px 3px #999;
	font-family: Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: #184456;
}

input[type="submit"]:active,
input[type="button"]:active,
button:active,
.button:active {
	position: relative;
	bottom: -1px;
}
#wrapper{
	margin: 0;
	padding: 0;
}
#logo img{
	display: block;
	margin: 0 auto 40px;
}
#content{
	padding-top: 40px;
}
.awesome_wrapper{
	background: transparent;
	padding: 10px;
	width: 740px;
	margin: 0 auto;
	text-align: center;
}
.divider{
	margin-bottom: 1em;
}
.footer{
	margin: 0 auto;
	width: 740px;
	padding: 10px;
	color: #777;
	font: 0.9em "Helvetica Neue", Helvetica, Arial, Tahoma, sans-serif;
	text-align: center;
}
.footer p{
	margin: 0 0 10px 0;
}
.footer a{
	color: #457487;
}
.footer a:hover{
	color: #7ea1af;
}
.home h1{
	margin: 0 auto;
	overflow: hidden;
}
.four04 h1{
	height: 128px;
	width: 492px;
	margin: 0 auto;
	overflow: hidden;
	text-indent: -9000px;
	background: url("images/404_heading.jpg") no-repeat top center;
}

/* =Images
-------------------------------------------------------------- */

/*  Only added for the sake of compliance with Themes Directory   */

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

img.alignleft,img.align-left {
	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center, img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
}
