/*
Theme Name: NAFMC 2012
Description: National Airforce Museum of Canada 2012
Version: 1.0
*/

/*** CSS Reset ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, 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;}

/*** Layout ***/

body {
    /*background-color:#E9F2F9;*/
    background-image:url('img/tile.jpg');
    text-align: center;
}
#container {
    position:relative; width:865px; margin:10px auto 0px auto; padding:0px; text-align:left; background-repeat:repeat-y;
}
.home_page #container { background: url(img/containerbg-home.gif) -55px 0px; }
.museum_page #container { background: url(img/containerbg-museum.gif) -55px 0px; }
.exhibits_page #container { background: url(img/containerbg-exhibits.gif) -55px 0px; }
.education_page #container { background: url(img/containerbg-education.gif) -55px 0px; }
.restoration_page #container { background: url(img/containerbg-restoration.gif) -55px 0px; }

.header {
    display:block; height:130px; margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px; overflow:hidden;
}
#wrapper {
    position:relative; width:865px; padding:0px 0px 0px 0px; margin:0px;
}

/*** Top Menu ***/

#en_homebuttons {
    text-align: center; display:block; margin: 0px; padding: 11px 0px 12px 198px; height: 23px; background-repeat:no-repeat;
}
.home_page #en_homebuttons { background: url(img/topbuttonsbg-home.gif); }
.museum_page #en_homebuttons { background: url(img/topbuttonsbg-museum.gif); }
.exhibits_page #en_homebuttons { background: url(img/topbuttonsbg-exhibits.gif); }
.education_page #en_homebuttons { background: url(img/topbuttonsbg-education.gif); }
.restoration_page #en_homebuttons { background: url(img/topbuttonsbg-restoration.gif); }

.homebuttons ul {
    width:667px;
    list-style:none;
    clear:both;
    overflow:hidden;
}
.homebuttons li{
    float:left;
    width:126px;
    margin:0px 2px 0px 2px ;
    height:20px;
    line-height: 19px;
    text-align:center;
}

.homebuttons a {
    text-decoration:none;
    width:138px;
    height:20px;
    color:#fff;
    font-size:16px; font-weight:bold; font-family: 'Century Gothic', Arial, sans-serif; text-transform: lowercase;
    text-decoration:none;
}

.homebuttons a:hover {
    color:#CD832A;
    text-decoration:none;
}

/* html #en_homebuttons a {text-indent:0; line-height:0; font-size:0; overflow:hidden} /*ie6 hack */
/*:first-child+html #en_homebuttons a { text-indent:0; line-height:0; font-size:0; overflow:hidden} /*ie7 hack */

/*** Left Menu ***/

.left {
    position:relative; float:left; margin:0px 0px 0px 0px; width:184px; padding:0px 0px 0px 0px; background-repeat:repeat-y;
}
.upperlinks {
    width:169px; height:480px; padding:0px 0px 0px 15px;
}
.upperlinks ul li {
    margin: 26px 0px 6px 0px;
}

ul.upperlinks_children li{
    margin: 0px 0px 6px 15px;
}

.upperlinks ul li a {
    text-decoration:none; color:#fff; font-size:16px; font-weight:bold; font-family: 'Century Gothic', Arial, sans-serif; text-transform: lowercase;
}

ul.upperlinks_children li a {
    text-decoration:none; color:#fff; font-size:12px; font-weight:bold; font-family: 'Century Gothic', Arial, sans-serif; text-transform: lowercase;
}

.upperlinks .current_page_item a {
    color:#CD832A ! important;
}

.upperlinks a:hover {
    color:#CD832A;
}

.menuline {
    width:169px; height:2px;
}
.lowerlinks {
    width:169px; height:294px; padding:20px 0px 0px 15px
}
.lowerlinks ul li, ol li {
    margin: 0px 0px 18px 0px;
}
.lowerlinks ul li a, ol li a {
    text-decoration:none; color:#fff; font-size:14px; font-weight:bold; font-family: 'Century Gothic', Arial, sans-serif; text-transform: uppercase;
}
.lowerlinks a:hover {
    color:#CD832A;
}

/*** Content Layout ***/

.textarea {
    position:relative; float:left; width:681px; margin:0; padding:26px 0px 0px 0px;
}
.news, .bodytext {
    width: 645px; padding:0px 18px 8px 18px; margin:0px; overflow:hidden;
}
div.contentdivider {
    background: url(img/education_line.gif); background-repeat: no-repeat;
    clear: both;
    height:5px;
    margin: 20px 0px 20px 0px;
    text-align: left;

}

/*** Footer ***/

.footer {
    position:relative; display:block; height:59px; width: 865px; font-size:11px; color:#302C2D; margin:0 auto; padding:0px 0px 0px 0px; background-repeat: no-repeat; text-align: left;
}
/*.home_page .footer { background: url(img/footerbg-home.gif) -55px 0px; }
.museum_page .footer { background: url(img/footerbg-museum.gif) -55px 0px; }
.exhibits_page .footer { background: url(img/footerbg-exhibits.gif) -55px 0px; }
.education_page .footer { background: url(img/footerbg-education.gif) -55px 0px; }
.restoration_page .footer { background: url(img/footerbg-restoration.gif) -55px 0px; }*/

.footer a, .footer a:hover {
    position:relative; text-decoration:none; font-size:11px; color:#302C2D;
}
.footer a:hover {
    color:#CD832A;
}
.footerlinks {
    float:left; width:184px; padding:16px 0px 0px 0px;
}
.footercopyright {
    float:left; width:659px; padding:16px 0px 0px 0px;
}
.footersocial {
    float:left; padding:9px 0px 0px 0px; width:22px;
}

/*** Sitemap ***/

.ddsg-wrapper ul {
    margin: 10px 0 20px 20px;
}

/*** Shadow ***/
.shadow {
    -moz-box-shadow: 0px 0px 15px #000;
    -webkit-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#5C5C5C')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#5C5C5C');


    /*progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C,direction=0,strength=5),
    progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C,direction=45,strength=2),
    progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C,direction=90,strength=5),
    progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C,direction=135,strength=5),
    progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C,direction=180,strength=10),
    progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C,direction=225,strength=5),
    progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C,direction=270,strength=5),
    progid:DXImageTransform.Microsoft.Shadow(color=#5C5C5C,direction=315,strength=2);*/
}

/*** Leftover Styling ***/

.welcome {
    display:block; width:680px; height:67px; overflow:hidden; padding-left:20px; }
.welcome2 {
    display:block; width:898px; height:67px; overflow:hidden; padding-left:20px; }
.imagescroller {
    width:500px; height:278px; margin-bottom:10px; overflow:hidden; z-index:1 }

.news h3 a, .news h3 a:hover {
    color:#e80202; }
.bodytext2 {
    width:680px; padding:0 0 0 20px; margin:0px; }
.spam {position:absolute; left:-99999px; }

body {font:12px arial,sans-serif; margin:0px; padding:0px; color:#000000; }
p {margin:0px 0px 10px; line-height:18px; }
h1 {font-size:20px; font-weight:bold; padding:0px; margin:0px 0px 5px 0px; line-height:25px; overflow:visible; color:#063774; }
h2 {font-size:16px; font-weight:bold; line-height:20px; margin:20px 0 5px; color:#063774 }
h3 {font-size:14px; font-weight:bold; line-height:16px; margin:0 0 5px; padding-top:10px; color:#063774 }

.museum_page h1, .museum_page h2, .museum_page h3 {color: #73778F}
.exhibits_page h1, .exhibits_page h2, .exhibits_page h3 {color: #6E0610}
.education_page h1, .education_page h2, .education_page h3 {color: #18371D}
.restoration_page h1 , .restoration_page h2, .restoration_page h3 {color: #2D1B0D}

a, a:hover{color:#ce0000; text-decoration:none; }
a:hover {color:#ce0000; text-decoration:underline; }
hr {display:block; border-top:1px solid #ddd; height:1px; margin:5px 0 10px; padding:0px; clear:both; overflow:hidden; }
.visit span, .right span, .left span {position:absolute; left:-9999px; }
small p {line-height:13px!important; margin:0px!important; }
strong, b {font-weight:bold}
em {font-style:italic}

/*/// RIGHT RAIL /////////////////////////
///////////////////////////////////////*/

.right {
    position:relative; float:left; width:200px; margin:0px; padding:0px; overflow:hidden; }
.rightsearch {
    display:block; height:50px; margin-bottom:15px; background:url(images/searchbg.jpg) no-repeat ; }
.weather {
    display:block; margin-bottom:15px; text-align:left; }
.rightexhibits {
    display:block; height:46px; margin-bottom:15px; padding:0px; overflow:hidden; }
.rightaircraft {
    display:block; height:46px; margin-bottom:15px; padding:0px; overflow:hidden; }
.rightanniversary {
    display:block; height:86px; margin-bottom:15px; padding:0px; overflow:hidden; }
.righthours {
    display:block; height:229px; margin-bottom:15px; padding:0px; overflow:hidden; }

/*/// ADDITIONAL STYLES //////////////////
///////////////////////////////////////*/

.divider {
    display:block; height:1px; border-bottom:1px dotted #ccc; margin:10px 0 20px; }
.clear, #clear {
    clear:both; height:1px; display:block; }
.imgalign, #imgalign {
    vertical-align:middle; }
.boldcaps{
    display:block; font-weight:bold; text-transform:uppercase; margin:0px; padding:10px; }
.smallfont {
    font-size:11px; }
.largefont {
    font-size:20px; line-height:24px; }
.floatleft, #floatleft {
    float:left; margin:0 10px 0 0; }
.floatright, #floatright {
    float:right; margin:0 0 0 10px; }
.liststyle li {
    text-indent:-10px; }
ul.liststyle {
    margin-left:20px; }
.space {
    position:relative; display:block; height:12px !important; margin:0px; padding:0px;}
input.searchbar {
    position:absolute; top:27px; left:5px; width:129px; margin:0px; padding:0px; color:#072756; border:0px; background:transparent; overflow:hidden; }
input.submitbutton {
    position:relative; top:9px; left:151px; margin:0px; width:47px; height:23px; overflow:hidden; }

ol li {
    margin-bottom:10px; }

p img {
    padding: 0;
    max-width: 100%; }

.engfr {
    position:relative; width:865px; padding:25px 0 0 0; margin:0 auto; font-size:11px; color:#4a6ea0; text-align:right; }
.engfr a {
    position:relative; text-decoration:none; font-size:11px; color:#302C2D; }
.engfr a:hover {
    position:relative; text-decoration:none; font-size:11px; color:#CD832A; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; }

img.alignright {
    padding: 4px;
    margin: 0 0 10px 10px;
    display: inline; }

img.alignleft {
    padding: 4px;
    margin: 0 10px 10px 0;
    display: inline; }

.alignright {
    float: right; }

.alignleft {
    float: left	}


/* Begin Lists */
html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px; }

html>body .entry li {
    margin: 7px 0 8px 10px; }

.entry ul li:before, #sidebar ul ul li:before {
    /* content: "\00BB \0020"; */
}

.entry ul li {
    list-style-type: none;
    background: url(images/bullet1.gif) no-repeat 0px 5px;
    padding-left: 25px; }

.entry ol {
    padding: 0 0 0 35px;
    margin: 0; }

.entry ol li {
    margin: 0;
    padding: 0; }

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none; }

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0; }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px; }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px; }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px; }

ol li, #sidebar ul ol li {
    list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0; }

/* End Entry Lists */

.meta { font-size: 10px; color: #292e94; margin-bottom:10px; padding: 0 0 2px 0; border-bottom:1px solid #ccc; }

.navigation {
    display:block; margin-bottom:10px; padding-bottom:5px; }


.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    border: 0px solid #dddddd;
    color: #18498c;
    background-color: #FFFFFF;
}
.wp-pagenavi a:hover {
    border: 0px solid #dddddd;
    color: #ffffff;
    background-color: #E2C90C;
}
.wp-pagenavi span.pages {
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 2px;
    color: #464646;
    border: 0px solid #dddddd;
    background-color: #FFFFFF;
}
.wp-pagenavi span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    font-weight: bold;
    border: 0px solid #dddddd;
    color: #ffffff;
    background-color: #E2C90C;
}
.wp-pagenavi span.extend {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    border:0px solid #dddddd;
    color: #dddddd;
    background-color: #FFFFFF;
}

.wp-pagenavi {
    padding: 0;
    text-align: right;
    margin: 0 0 0 auto;
}

.ddsg-wrapper h3 {
    display:none }

.ddsg-wrapper ul li {
    margin-bottom:10px;
}

.frame {
    display:block; border:2px double #072756; padding:10px; margin-bottom:10px; color:#072756 }

/*// DIRECTORY STYLE //*/

.snap_navigator {
    display:block;
    margin:0px 0 5px;
    padding:5px 0 5px 1px;
    color:#888;
    font-weight:bold;
    border-bottom:1px solid #ccc;
    border-top:1px solid #ccc;
    height:18px;
    background:url(images/steel.jpg) repeat-x;
}

ol.snap_nav {
    display: inline;
    float: left;
    clear: both;
    list-style: none;
}

ol.snap_nav li {
    display: block;
    float: left;
    padding: 0px;
    margin:0 4px;
    font-size:14px;
    height:18px;
    text-align:center;
}

ol.snap_nav li a {
    font-weight: bold;
    text-decoration:none;
    color:#072756;
}
ol.snap_nav li a:hover {
    color: #ce0000;
}

ol.snap_nav li.snap_selected a {
    cursor: text;
}

ol.snap_titles {
    clear: both;
    display: block;
    border: 0;
    list-style: none;
}

div.event-news { background:url(../images/bg-news-event.jpg) no-repeat; display:block; width:55px; height:17px; margin-bottom:10px; text-align:center;}
div.event-news a {color:#FFF}

/*
BREADCRUMB LINKS
*/

#crumbs {
    display: block;
    margin: 0 auto 0 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    color: #333333;
    font-size: 11px;
    line-height: 13px;
}
#crumbs a {
    display: inline;
    margin: 0 auto 0 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
    color: #333333;
    text-decoration: none;
}
#crumbs a.current {
    color: #464646;
}
#crumbs a:hover {
    text-decoration: underline;
}

/***Old Code***/

/**************** NEW MENU 2011 ********************/
/*div.mainmenu {
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: bold;
    z-index: 1;
}*/
/*div.menutitle{
    line-height:32px !important;
    height: 32px;
    margin:0px !important;
    padding:0px 0 0 20px !important;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-decoration:none;
    text-align: left;
    font-style: normal;
    /*background:url(images/menutitlebg.jpg) no-repeat 0 0;
}
div.menutitle:hover,
div.menutitle a:hover{
    color:#f6d700;
}
*/
/*
div.menu {
    margin-left: 0px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-decoration:none;
    background:#eee url(images/menudropdownbg.jpg) no-repeat !important;
}*/
/*div.menu div a{
    display:block;
    text-decoration:none;
    color:#FFF;
    width: 184px;
    background-color: #66f;
    padding: 0px;
    cursor:pointer;
}*/
/*div.popup ul, div.showpopup ul{
    margin:0;
    padding:0;
}
div.popup ul li, div.showpopup ul li{
    line-height:26px;
    padding:0px 0 0 20px !important;
    margin:0px;
    color:#072756;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-decoration:none;
    background:#eee url(images/menudropdownbg.jpg) no-repeat !important;
    overflow:hidden;
}
div.popup ul li a, div.showpopup ul li a{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-decoration:none;
    color:#000;
    margin:0;
    padding:0;
}
div.popup ul li a:hover, div.showpopup ul li a:hover{
    color:#D00;
}
div.menu:hover div div { cursor:pointer; }
div.menu div.popup { display: none; }
div.menu:hover div.popup {
    display: block;
    background-color: #eee;
    position:absolute;
    left:194px;
    margin-top:-31px;
    border:1px solid #062D6E;
    cursor:pointer;
    z-index:999999;
}*/
/*
div.popup div, div.popup a { display:block; text-decoration: none; margin: 2px 2px 2px 5px; }
div.showpopup{
    display:block;
    background-color: #eee!important;
    cursor:pointer;
    padding:0;
    margin-left:20px;
}*/

/* Menu */
/*.leftmenu ul {margin:0px; padding:0px; list-style:none; margin-bottom:15px; }

.leftmenu ul li {display:block; }

.leftmenu ul li a, .leftmenu ul li a:hover {
    display:block; margin:0px; padding:0px; }

.leftmenu ul div li a:hover {
    color:#f6d700; }

div ul.submenu li a, div ul.submenu li a:hover {
    display:block; line-height:26px; padding:0px 0 0 20px !important; margin:0px; color:#072756; font-family: 'Trebuchet MS', Arial, sans-serif; text-decoration:none; background:#eee url(images/menudropdownbg.jpg) no-repeat !important; overflow:hidden;
}

div ul.submenu li a:hover {
    color:#d00 !important;
}
*/

/*/// COLLAPEABLE DIVS ///*/
/*
.showncontent,
.showncontent_static {
    overflow:hidden;
    cursor:pointer;
    padding:0px;
    margin:0px;
    display:block;
}
.hiddencontent {
    visibility:hidden;
    height:0px;
    overflow:hidden;
    position:relative;
    margin: 0;
    padding: 0;
}
.hiddencontent_content {
    position:relative;
    padding:0px;
    margin:0px;
}
div.showncontent a.menutitle,
div.showncontent_static a.menutitle {
    display:block;
    line-height:32px !important;
    height: 32px;
    margin:0px !important;
    padding:0px 0 0 20px !important;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    text-decoration:none;
    text-align: left;
    font-style: normal;
    background:url(images/menutitlebg.jpg) no-repeat 0 0;
}

div ul.submenu {
    list-style-type: none;
    margin:0;
    padding:0;
}

div ul.submenu li {
    margin:0px;
    padding:0px;
}*/

/* end menu */
/*
.leftgiftshop a, .leftgiftshop a:hover {
    display:block; height:46px; margin-bottom:15px; background:url(images/leftgiftshop.jpg) no-repeat; overflow:hidden; }
.leftgiftshop a:hover {
    background:url(images/leftgiftshop.jpg) no-repeat 0 -46px; }
.left8wing a, .left8wing a:hover {
    display:block; height:46px; margin-bottom:15px; background:url(images/left8wing.jpg) no-repeat; overflow:hidden; }
.left8wing a:hover {
    background:url(images/left8wing.jpg) no-repeat 0 -46px; }
.leftmagazine {
    display:block; height:73px; margin-bottom:15px; background:url(images/leftafmag.jpg) no-repeat; }
.leftcentennial a, .leftcentennial a:hover {
    display:block; height:46px; margin-bottom:15px; background:url(images/leftcentennial.jpg) no-repeat; }
.leftcentennial a:hover {
    background:url(images/leftcentennial.jpg) no-repeat 0 -46px; }
.leftnewsletter a, .leftnewsletter a:hover {
    display:block; height:46px; margin-bottom:10px; background:url(images/leftnewsletter.jpg) no-repeat; }
.leftnewsletter a:hover {
    background:url(images/leftnewsletter.jpg) no-repeat 0 -46px; }
*/