/*
This file is part of SimpleSplash.

SimpleSplash is free software: 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 3 of the License, or
(at your option) any later version.

SimpleSplash is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with SimpleSplash.  If not, see <http://www.gnu.org/licenses/>.
*/

div#splash {
   margin: 7em auto;
   width: 800px;
}


#splash h1 {
  background: transparent;
  text-align: center;
  width: 100%;
}

div#splashcontent {
  -moz-border-radius: 11px 11px 11px 11px;
  -moz-box-shadow: 0 4px 18px #C8C8C8;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0px solid #FF6633;
  font-family: Estrangelo Edessa;
  font-size: 120%;
  font-weight: normal;
  text-align: center;
  margin-left: 8px;
  padding: 16px 16px 40px;
}

#splashcontent p {
  margin-bottom: 24px;
}

p#enter {
  font-size: 400%;
  font-family: Estrangelo Edessa;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
}

p#path { text-align: center; }