/***********************************************************************
** START_HERE.css works with steamport.css for the Steamport Skin for PMWiki
**  -- To Keep it clean you should add CSS to this file not the steamport.css file
**  -- This file will over-ride settings in the steamport.css file.
**
**
**  Copyright 2017 Kirk Siqveland (Kirk@theCogworks.org)
**  This file is one of several Skin files for PmWiki; you can redistribute it and/or modify
**  it under the terms of the GNU General Public License as published
**  by the Free Software Foundation; either version 2 of the License, or
**  (at your option) any later version.  See pmwiki.php for full details.
***********************************************************************/

/*  

    The Other big visual items are the:
    WikiLogo  see the README file, 

    And from the /local/Config.php file:
    The 	     $WikiTitle 
    and the    $WikiSearchTitle 


*/

@font-face {
   font-family: ArchitectsDaughter;
   src: url(/pmwiki/media/ArchitectsDaughter-Regular.ttf);
}
@font-face {
  font-family: drafthand;
  src: url(/pmwiki/media/drafthand.ttf);
}


body {
  /** Assuming www.examplesite.com/pmwiki  is your pmwiki location &   **/
  /** Assuming you have added a www.examplesite.com/pmwiki/media file for your default images  **/
  /** For your <body> background you would use:;
  /*   background-image: url("/pmwiki/media/background.png"); */ 	

  background-image: url("/pmwiki/media/Locomotive.jpg");
  background-size: 100% auto;
  background-repeat: repeat-y;  
}

#wikititlebar{
font-family: drafthand, Georgia, Times, Palatino, serif;
font-size: 18pt;
} 

#wikisidebar {
  /** Assuming www.examplesite.com/pmwiki  is your pmwiki location &   **/
  /** Assuming you have added a www.examplesite.com/pmwiki/media file for your default images  **/
  /** For the Left SideBar backgrounds you would use:;
  /*   background-image: url("/pmwiki/media/sidebarback.png"); */ 
  background:   #0101AD; 
  color: #FFFFFF;
  font-size: 12pt;
  font-family: ArchitectsDaughter, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#wikisidebar a {color: #FFFFFF;}
#wikisidebar a:visited {color: #FFFFFF;}

#sitesidebar{
      border-style: solid; 
      border-width: 1px;
      border-color: #AAAAFF;
      padding:      8px;
      background-image: url("/pmwiki/media/muncaster.jpg");
      background-size: cover;
      background-repeat: repeat-y;  

    }
#sitesidebar h1, h2, h3, h4, h5 { 
  font-family: ArchitectsDaughter, Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  color: #FFFFFF; 
}    


#wikiright {   }

#wikirightgroup {
  /** Assuming www.examplesite.com/pmwiki  is your pmwiki location &   **/
  /** Assuming you have added a www.examplesite.com/pmwiki/media file for your default images  **/
  /** For the Right SideBar backgrounds you would use:;
  /*   background-image: url("/pmwiki/media/rightgroupback.png"); */	
    background-image: url("/pmwiki/media/muncaster.jpg");
    background-size: cover;
    background-repeat: repeat-y;  

  /** If you don't want the RightGroup SideBar uncomment this:  **/
  /*  display: none; */
  
  /** Note: this does not change the SearchBar */
}


#wikirightgroup {
  
  color: #FFFFFF;
  font-size: 13pt;
  font-family: ArchitectsDaughter, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#wikirightgroup h3 {color: #FFFFFF;}
#wikirightgroup a {color: #FFFFFF;}
#wikirightgroup a:visited {color: #FFFFFF;}

#wikirightgroup h1, h2, h3, h4, h5 { 
  font-family: ArchitectsDaughter, Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  color: #FFFFFF; 
}

#splashbartitle h3 {
  font-family: ArchitectsDaughter, Verdana, Tahoma, Arial, Helvetica, sans-serif; 
  color: #FFFFFF;  
  font-weight: normal;
}  


#wikibody h1, h2, h3, h4, h5 { font-family: Georgia, Times, Palatino, serif; color: #334858; }