/*
  Triple Bravo Home Page
  General Style Sheet
  Author: Shannon Swanson
  Date:   October 9, 2013

   Filename:         triplebbbstyles.css
*/

/* Body Styles */

body {
	position: relative;
	width: 100%;
	background-color: black;
	}

/* Header Styles */

header {
	background-image: url("kevlartop.png");
	background-repeat: repeat-x;
	opacity: 0.6;
	height: 1in;
	}
	
/* Section Styles */

section {
	position: relative;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	}
	
section img {
	position: top center;
	width: 100%;
	height: auto;
	}
	
section div {
	position: absolute;
	bottom: 10%;
	left: 5%;
	}
	
section div p{
	color: gray;
	opacity: 0.8;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	text-align: left;
	}
	
section div a img{
	float: left;
	min-width: 10px;
	max-width: 50px;
	padding-right:16px;
	z-index: 10;
	}
	
a:hover {
    cursor:crosshair;
	}
	
/* Footer Styles */

footer {
	background-image: url("kevlarbot.png");
	background-repeat: repeat-x;
	opacity: 0.6;
	height: 1in;
	}
	