/* 
=========================================================================================================================================
Screen CSS document for Air Force website
Includes IE 6 & 7 hacks
Tested for the following browsers: FX, IE6 & 7, Operah >= 9, Safari >= 3.1
=========================================================================================================================================

Site Colours:
#383a3c Dark Grey
#a7b1b7 Lighter Grey
#10223e Dark Blue
#173159 Lighter Blue
#ba0520 Red
*/

/*****************************************************************************************************************************************

=STRUCTURE LAYOUT

******************************************************************************************************************************************/

* {margin:0;padding:0;}

body {font-family:Arial, "Helvetica", sans-serif;font-size:12px;color:#383a3c;}

#wrapper {width: 100%;}

#mastHead {display:none;}

#contentWrapper {width: auto;}


/*Actual page content box - with repeating white background for content pages*/
#pageContent {text-align:justify; font-size:12px;}

/*The wrapper around the site nav box on the right */
#siteNavBox{display:none;}

h2.siteNavHead {display:none;}

#siteNavContent {display:none;}


/* Home Page footer links list */
#homePageFooterWrap {display:none;}

#siteNavFooterWrap {display:none;}

#contentFooterWrap {display:none;}
/* force scroll bar in Firefox to fix jogging bug */
html { overflow: -moz-scrollbars-vertical !important; }


/*****************************************************************************************************************************************

=DEFAULTS & CONTENT STYLES

******************************************************************************************************************************************/

/*Standard site links*/
body a, a:visited {text-decoration:underline; color:#10223e;}

body a:hover{color:#a7b1b7;}

/*Page content styles */
div.innerContentWrap {width: 90%; padding: 0 10px 10px 25px;}
#pageContent p{font-size:1.2em;margin:5px 0;}

#pageContent h1 {
background: transparent url(../images/layout/content-header-bg.png) top right no-repeat;
_background:transparent url(../images/layout/content-header-bg.gif) top right no-repeat;
font-size:2.4em; 
font-weight:bold; 
padding:2px 60px 2px 5px; 
color:#fff;
display:inline;

}

#pageContent h2 {font-size:2.2em; font-weight:bold; padding: 1px; color:#a7b1b7;border-bottom:1px solid #a7b1b7; margin:7px;}
#pageContent h3 {font-size:2em; font-weight:bold; padding: 5px; color:#10223e;}
#pageContent h4 {font-size:1.6em; font-weight:bold; padding: 5px; color:#383a3c; }
#pageContent h5 {font-size:1.4em; font-weight:bold; padding: 5px; color:#383a3c;}
img{border:none;}/* Delete border for linked images */
.imgLeft {float:left; border:none; padding: 5px;}/* Float image left*/



#pageContent ul {font-size:1.2em;list-style-type:square;margin-left:40px;}
#pageContent ul li {line-height:1.4em;}


/*New window icon - not supported in IE6<*/
#pageContent a[href^="http:"]{
background: transparent url(../images/layout/new-window-icon.gif) no-repeat bottom right; 
padding-right:15px;
}

#siteNavBox a[href^="http:"]{
background: transparent url(../images/layout/new-window-icon.gif) no-repeat bottom right; 
padding-right:15px;
}


#siteNavContent p {display:none;}
#siteNavContent.homePage p {font-size:1.1em; margin:0; padding:0 15px 0 0;}

#siteNavFooterWrap h2 {font-size: 1.4em; padding: 5px 20px 5px 5px; font-weight:bold; text-align:right;}

img.icon {padding-right: 3px; vertical-align:middle; border:none; text-decoration:none;}

#siteNavContent h2 {display:none;}

ul#multimediaSection {display:none;}


/*****************************************************************************************************************************************

=NAVIGATION

******************************************************************************************************************************************/

/**************************** 
Defence Links Navigation
*****************************/

ul#departmentLinks {display:none}

ul#skipLinks {display:none}


/**************************** 
Global Navigation Bar
*****************************/

globalNavigationWrap {display:none; visibility:hidden;}

ul#globalNavigation {display:none}

/**************************** 
Front page navigation for News and Events 
*****************************/
ul#headerNavItems {display:none}
#rssAndCrumbs {display:none}
#accessibilityOptions {display:none}

/**************************** 
Content page heading and accessibility links
*****************************/

ul#siteHead {
    /*border: 1px solid yellow;*/
    margin: 0 5px 5px 10px;
    padding: 5px;
    width: 200px;
    clear:both;
    
}

ul#siteHead li{
	list-style-type:none;
	display:inline;
	font-size:2.4em;
	font-weight:bold;
	color:#a7b1b7;
}

/* Search field area */
#searchBox {display:none}

#searchBtn {display:none}

.txtBox {display:none}

.searchButton {display:none}

			
/************************************ 
Home page footer layout and navigation
************************************/
ul#youthLinks, 
ul#airForceSites, 
ul#featuredLinks, 
ul#legals, 
ul#socialNetwork{display:none}


/* This is the links for the site nav on content pages */
#siteNavContent a {display:none}


#siteNavContent ul {display:none;}
#siteNavContent ul li a{display:none;}

#siteNavContent p.subHeading {display:none}

p.addThis {display:none}




