@charset "utf-8";
@import url(normalize.css);
@import url(all5.css);
@import url(header.css);
@import url(footer.css);
@import url(buttons.css);
@import url(ajax.css);
@import url(zoomdiv.css);

/*@import url(addthis.css);*/
/* @import url(transportdirect.css); */

/* Generated by Font Squirrel (http://www.fontsquirrel.com)*/
@font-face 
{
    font-family: 'Bookman Old Style';
    src: url('/images/fonts/bookman_old_style_bold-webfont.woff2') format('woff2');
	src: url('/images/fonts/bookman_old_style_bold-webfont.woff') format('woff');
    font-weight: bold; font-style: normal;
}

@font-face 
{
    font-family: 'Bookman Old Style';
    src: url('/images/fonts/bookman_old_style_regular-webfont.woff2') format('woff2');
	src: url('/images/fonts/bookman_old_style_regular-webfont.woff') format('woff');
    font-weight: normal; font-style: normal;
}

@font-face 
{
    font-family: 'tex_gyre_bonum';
    src: url('/images/fonts/texgyrebonum-bold-webfont.woff') format('woff');
    font-weight: bold; font-style: normal; 
}

@font-face 
{
    font-family: 'tex_gyre_bonum';
    src: url('/images/fonts/texgyrebonum-regular-webfont.woff') format('woff');
    font-weight: normal; font-style: normal;
}

:root
{
	--defaultBookFontFamily: "Bookman Old Style", "tex_gyre_bonum", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	--defaultBodyFontFamily: Verdana, Geneva, Arial, sans-serif;
	--defaultSerifFontFamily: Georgia, "Times New Roman", Times, serif;
	
	--fontBrown: #663300;
	--galleryYellow: #FFCC00;
	--galleryBackground: #006633;
	--borderYellow: #FFCC66;
	--borderBrown: #663300;
	--borderGrey: #999999;
	--borderWheat: wheat;
	--borderThumbnail: #F5F5DC;
	--bookBackground: #FFCCCC;
	--generalBackground: wheat;
	--outlineGeneral: cornflowerBlue dotted medium;
	--outlineGallery: #FFCC00 dotted medium;

	--bookImage: url(/images/backgrounds/bg_book.jpg);
	--galleryImage: url(/images/backgrounds/bg_gallery.jpg);
	--generalImage: url(/images/backgrounds/bg_general.jpg);
	--walkImage: url(/images/backgrounds/bg_walk.jpg);
	
	--buttonNav: url(/images/buttons/btn_nav_css.png);
	--buttonGal: url(/images/buttons/btn_gal_css.png);
	--buttonBig: url(/images/buttons/btn_big_css.png);
	--buttonBigger: url(/images/buttons/btn_bigger_css.png);
	--buttonMap: url(/images/buttons/btn_map_css.png);
	/*--sg_iconsize: 30px;*/
	
	--logo136: url(/images/logos/sglogo-136.png);
	--logo94: url(/images/logos/sglogo-94.png);
	--logo46: url(/images/logos/icon_sg_46.png);
	--smallLogo: url(/images/logos/sglogo_help.png);
	
	--bodywidth: 750px;
	--fixedHeaderHeight: 65px;
	--floatingHeaderHeight: 35px;
	--desktopHeaderHeight: 27px;
}
