	/*  phpBB3 Style Sheet
	--------------------------------------------------------------
	Style name:			AAHF Gateway Chapter Home
	Based on style:		prosilver (the default phpBB 3.1.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Fodder
	--------------------------------------------------------------
*/
 
/* Header & main body
--------------------------------------------- */
html {
    font-size: 62.5%;
    background-color: transparent;
    height: auto
}
body {
    color: #fff;
    font-size: 16px;
    background: #222;
    background-size:cover;
    background-position:center;
}


.headtop {
	margin-bottom:-58px;
	margin-right:16px;
	position:relative;
	z-index:2;
}
header {
	/* Remove the comment tags below to turn on rotating header banners
	rotating images kept in .\home\img\rotate\*/
	/*background-image:url(img/rotate/rotate.php); width:100%;*/
	margin-left:30px;
	margin-top:15px;
	width:100%; /* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
	position:relative;
	z-index:10;
}

#logo {
    display: block;
    width: 300px;
    padding: 0;
    line-height: 0;
    margin: 15px 10px -70px 10px;
    background-size: 100% 100%;
    background: none no-repeat;
	border-radius:25px;
	border-width:15px;
}
@charset "UTF-8";

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */

}
h5 {
	color:#FFF;
	font-size:13px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* This fixed width container surrounds all other blocks/boxes. It is the black background to the page.  */
.container {
	width: 1000px;
	background: #000;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	border:thick, #096, inset;
	border-radius:25px;
	padding-top:0px;
	margin-top:10px;
	font-family:Veranda, Arial, Helvetica, sans-serif;

}

/* ~~These are the columns/"boxes"/divs for the layout. ~~ 
1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the block element and place a second block element within it with no width and the padding necessary for your design.
2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of Internet Explorer double the margin.
3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar blocks could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.
5) I abbreviated sidebar as sb, top designated the <div> directly on top of the section. This is what holds the charecter .png and animations.
*/
.sidebar {
	padding: 0px 0px;
	margin:0px;
	margin-right:-2px;
	color:#f0f; 
	float: right;
    padding: 20px; 
    width: 200px;
}
.sidebar a {
	cursor:default;
}
.sb1top {
	margin-bottom:11px;
	margin-top:-15px;
	margin-left:-40px;
	width:200px;	
}
.sb1top img{
	width:180px;
	padding-left:28px;
} 
.sidebar1 {
	margin-top:-50px;
	color:#c91901; 
	float: right;
	border-radius: 25px;
    border: 13px solid #147433;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
	margin-bottom:0px; 
    width: 215px;
}
.sb2top {
	margin-bottom:-0px;
	margin-top:15px;
	margin-left:-40px;
	width:215px;	
}
.sb2top img {
	width:110px;
	padding-left:50px;
}
.sidebar2 {
	color:#9BE2A3; 
	float: right;
	border-radius: 25px;
    border: 13px solid #147433;
	padding: 0px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:0px;
	margin-top: 15px; 
    width: 215px;
	text-align:center;
}
.sidebar2 img {
	width:100%;
	margin-top:5px;
}
.sb3top {
	margin-bottom:11px;
	margin-top:-15px;
	margin-left:-40px;
	width:215px;	
}
.sb3top img{
	width:215px;
	padding-left: 50px;
}
.sidebar3 {
	padding: 10px;
	color:#9BE2A3; 
	float: right;
	border-radius: 25px;
    border: 13px solid #147433;
	margin-top:15px;
	margin-bottom:15px; 
    width: 215px;
}
.sb4top {
	margin-bottom:0px;
	margin-top:-15px;
	margin-left:-10px;
	position:relative;
	float:left;	
}
.sb4top img{
	width:100%;
}
.sidebar4 {
	padding: 0px 0px;
	color:#9BE2A3; 
	float: right;
	border-radius: 25px;
    border: 13px solid #147433;
    padding: 10px;
	margin-top:-25px;
	margin-bottom:25px; 
    width: 215px;
}
.contenttop {
	padding: 5px 5px;
	margin-right:45px;
	margin-top: 0px;
	color:#74C694; 
	float: right;
    width: 70%;
	position:relative;
	z-index:10;
	border-color:#F60;
	border-width:2px;
	border-style:none;
}
.iPhone {
	color:#FFF;
	font-size:13px;
	text-align:center;
}

area {
	cursor:default;
}

.content {
	padding: 10px 10px;
	margin-right:53px;
	margin-top:-15px;
	margin-bottom:15px;
	color:#ffe032; 
	float: right;
	border-radius: 25px;
    border: 13px solid #147433;
    padding: 10px; 
    width: 65%;
}

/* Settings for the CuteNews postings */
.newspost {
/* Remove comment to color the background
	background-color:#112232;
	border-radius: 3px;
    border: 3px solid #112232;
*/
	margin-bottom:20px;
}

/* Horizintal Rule (Used within the page proper as well as CuteNews posts) */
hr {
	height: 5px;
	color: #147433;
	background-color: #147433;
	border-radius: 5px;
    border: 5px solid #147433;
	border-color:147433;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 0px 0px 0px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
	border-top: 10px solid #ffe032; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	border-bottom: 10px solid #ffe032; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 0px; /* this creates the space between the navigation on the content below */
	border-radius: 5px;
}

nav ul li {
	font-family: 'Futurama Bold Font', Veranda, Arial, Helvetica, sans-serif;
	font-size:20px;
	display:block;
	vertical-align: middle; /* | top | bottom */
}

nav ul li img {
    vertical-align: middle;
}

nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #ffe032;
	background-color: #c91901;
}

nav ul a { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 0px 0px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 100%;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	color: #c91901;
	background: #ffe032;
}

nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 0px 0px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 100%;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	color: #c91901;
	background: #ffe032;
}

nav img {
	width:50px;
}

nav2 ul {
	list-style: none; /* this removes the list marker */
	border-top: 10px solid #c91901; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	border-bottom: 10px solid #c91901; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
	margin-bottom: 0px; /* this creates the space between the navigation on the content below */
	border-radius: 5px;
	color: #ffe032;;
}

nav2 ul li {
	font-family: 'Futurama Bold Font', Veranda, Arial, Helvetica, sans-serif;
	font-size:20px;
	display:block;
	vertical-align: middle; /* | top | bottom */
}

nav2 ul li img {
    vertical-align: middle;
}

nav2 ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #c91901;
	background-color: #ffe032;
}

nav2 ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 0px 0px 0px 0px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 100%;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	color: #ffe032;
	background: #c91901;
}

nav2 img {
	width:50px;
}

/* Common
--------------------------------------------- */

/* Links, arrows & text
--------------------------------------------- */

@font-face {
	font-family: 'FontAwesome';
	src: url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
	url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
	url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
	url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
font-family: 'Futurama Bold Font';
font-style: normal;
font-weight: normal;
src: local('Futurama Bold Font'), url('../fonts/futurama/fr-bold.woff') format('woff');
}

a:hover, a:focus {
  border: none;
  outline: none;
}

a 		{
	color: #c91901;
	target-name:new;
	target-new:tab;
}

a:hover {
	color: #fff;
	text-shadow: 1 1 8px #009CFF;
	text-decoration: none;
}

a:active	{ color: #00C0FF; }
a.up, a.down, a.left, a.right, a.top, a.top2,
a.arrow-up, a.arrow-down, a.arrow-left, a.arrow-right {
	text-indent: 0;
}
a.up:hover, a.down:hover, a.left:hover, a.right:hover, a.top:hover, a.top2:hover,
a.arrow-up:hover, a.arrow-down:hover, a.arrow-left:hover, a.arrow-right:hover {
	text-shadow: 0 0 10px #009CFF;
	text-decoration: none;
}
a.up:before, a.down:after, a.left:before, a.right:after, a.top:before, a.top2:before,
a.arrow-up:before, a.arrow-down:after, a.arrow-left:before, a.arrow-right:after {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: inherit;
	line-height: 0;
	text-decoration: none;
	padding-right: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*
a.up:before, a.arrow-up:before {
    content: "\f077"
}
a.up:before, a.arrow-up:before		{ content: "\f077"; }
a.down:after, a.arrow-down:after	{ content: "\f078"; padding-right: 0; padding-left: 3px; }
a.left:before, a.arrow-left:before	{ content: "\f053"; }
a.right:after, a.arrow-right:after	{ content: "\f054"; padding-right: 0; padding-left: 3px; }

a.top:before {
    content: "\f077"
}
a.top2:before {
    content: "\f077"
}
a.top2 {
    font-size: 10px;
    padding-left: 0
}
a.arrow-up,
a.arrow-down,
a.arrow-left,
a.arrow-right {
    padding: 0 3px!important
}
a.arrow-up:before,
a.arrow-down:after,
a.arrow-left:before,
a.arrow-right:after {
    font-size: .7em;
    vertical-align: middle
}
*/

/* Remove Scroll Bars From All iFrames 
iframe 
{
  overflow-x:hidden;
  overflow-Y:hidden;
}


/* Headings */
h1 {
	text-align: center;
    margin-top: 1px;
    color: #f00;
	font-family: 'Futurama Bold Font', Veranda, Arial, Helvetica, sans-serif;
    font-size: 2.0em;
    letter-spacing: 0.09em;
    margin-top: 0.5em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffff00, -1px -1px 0 #ffff00, 1px -1px 0#ffff00, -1px 1px 0 #ffff00, 3px 3px 5px #333;
}
/* Old h2 design 
h2 {
	color: #9BE2A3;
	font-family: 'Futurama Bold Font', Veranda, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	letter-spacing: -0.05em;
	margin-top: 0.5em;
} */

h2 {
    color: #f00;
    font-family: 'Futurama Bold Font', Veranda, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    margin-top: 0.5em;
    font-weight: bold;
    text-shadow: 1px 1px 0 #ffff00, -1px -1px 0 #ffff00, 1px -1px 0#ffff00, -1px 1px 0 #ffff00, 3px 3px 5px #333;
}

h2 a { color: #F3E6D0; }
h2 a:hover { color: #FFF; text-decoration: none; }
h2 a:active { color: #00C0FF; }
h2.solo { margin-bottom: 0.5em; }

h3 {
	font-family: 'Futurama Bold Font', Veranda, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	letter-spacing: -0.05em;
	margin-top: 0.5em;
	color:#FEFC72;
}

h3 a:hover { text-decoration: none;
}

hr {
    border-color: #7c7c7c;
    border-top-color: #444
}

/* Breadcrumbs & Navlinks  (Not Used Currently)
--------------------------------------------- 
#body-header {
    background: url("images/grey-bar-wide.gif") repeat-x;
    background-size: auto 100%;
    min-height: 35px;
    position: relative
}
#body-header:before,
#body-header:after {
    content: '';
    display: block;
    position: absolute;
    top: -21px;
    width: 22px;
    height: 121px;
    z-index: 1;
}
*/




/* ~~ The footer ~~ */
footer {
	padding: 0px 0;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	height:50px;
	background-color:#147433;
	border-radius:25px;
}
footer a {
	color:#000;
	target-name:new;
	target-new:tab;
}

