/*
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: 375px;
}


#splash h1 {
  background: transparent;
  text-indent: 0;
  font-family: serif;
  font-size: 280%;
  text-align: center;
  width: 100%;
  height: 1%;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 15px;
}

div#splashcontent {
  -moz-border-radius: 11px 11px 11px 11px;
  -moz-box-shadow: 0 4px 18px #C8C8C8;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E5E5E5;
  font-weight: normal;
  margin-left: 8px;
  padding: 16px 16px 40px;
}

#splashcontent p {
  margin-bottom: 24px;
}

p#enter {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
}

p#path { text-align: center; }