@charset "UTF-8";
/*  :::::::::::::::::::::::::::::::::::::::::::
    RESET (Eric Meyer's)
    http://meyerweb.com/eric/tools/css/reset/
    v2.0 | 20110126
    :::::::::::::::::::::::::::::::::::::::::::
*/

html, body, div, span, h1, h2, h3, h4, p, blockquote, 
a, acronym, address, em, img, q, strong, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, section
 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* Smartphones (portrait and landscape) and Tablets (portrait) ----------- */
@media
only screen and (max-width : 399px) {
	#page-wrap {
		margin: auto;
	} 
	#main-wrap{
		background: none;
	}
	p.info a {
		display: block;
		background: #392f23;
		color: #FFFF99;
		height: 2em;
		padding: 1em 0 0 5em;
		margin: 0 0 0 -5em;
	}
	p.info a:hover{
		color: #FFF;
	}
	h1, h2, h3 {
		line-height: 1.3em;
		color: #FFF;
		background: #392f23;
		padding-left: 5em;
		margin-left: -5em;
	}
	div img{
		display:none;
	}
	
	#seals img {
	display: inline;
	margin-top: 20px;
	}
	
}	


	
/* Desktops and laptops ----------- */
@media only screen and (min-width : 400px) {

#page-wrap{
	background: url('images/bg.png') #e4dec7;
	margin: auto;
}
	
#main-wrap {
	margin: auto;
	display:block;
	width: 1000px;
	background: url('images/pumpdark.jpg') center top no-repeat;
}

div img{
	display:block;
}

#seals img {
	display: inline;
	margin-top: 150px;
	}
h1, h2, h3 {
	color: #392f23;
	background: none;
	padding: 5px;
}	

}


/*-------END media queries --------*/
  

 body {
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    line-height: 1.3em;
    background: url('images/bg.png')  #e4dec7;
	background-repeat: repeat-x, repeat;
	color: #392f23;
	font-size: 90%;
	
}

#page-wrap {	
	overflow: hidden;
}  

a{
	text-decoration: none;
	color:#760c0e;
	font-weight:bold;
}

a:hover {
	background-color: #aaa;
}

#header {
	height: 400px;
	position: relative;
	left: 2.5%;
	padding-top: 20px;
}


/* :::::::::::::::
     main-content
   ::::::::::::::: */

   
#main-content {
	padding: 10px;
}

.info {
	line-height: 1em;

}

h1, h2, h3 {
	font-family: 'Passion One', 'Arial Black', 'Arial Bold', Gadget, sans-serif;
	text-align: left;
	font-variant: small-caps;
}

h1 {
	font-size: 380%;
}

h2 {
	font-size: 180%;
	line-height: 1.3em;
}

p{
	padding: 10px;
}


em {
	font-weight: bold;
}
.clear {
	clear: both;
}


img {
	display: block;
	margin: auto;
	padding: 30px 10px;
}

#history{
	
}


/* :::::::::::::::
     footer
   ::::::::::::::: */

#footer {
    clear: both;
    text-align: center;
	font-size: 75%;
}
