/*
  liliumaquae.com - intro style (2009/Feb)
  -------------------------------------------------
*/

body {
color: #333;
background: #FFF;
margin: 0;
padding: 0;
font-family: Georgia, sans-serif;
}

/* highlights selection of words with mouse or kbd
 ::-moz-selection {
	background:#FF3C00;
	color:white;
}

::selection {
	background:#FF3C00;
	color:white;
} */

/*#container {
background: #FFF url(../img/liliumaquae-body-background.png) repeat-x;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
border: 1px solid red;
}*/

#splash {
width: 100%;
height: 600px;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: url(../img/liliumaquae-logo-splash-3.jpg) 50% 50% no-repeat;
line-height: 1.3em;
border-top: 1px solid #CCC;
border-bottom:: 1px solid #CCC;

width: 100%;
height: 600px;
position: absolute;
/*border: 1px solid #F7F7F7;*/
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -50%;
background: url(../img/liliumaquae-logo-splash-3.jpg) center middle no-repeat;
line-height: 1.3em;
border-bottom: 1px solid #CCC;
border-top: 1px solid #CCC;
}

#shadow-a, #shadow-b {
position: absolute;
top: -1px;
bottom: -1px;
width: 250px;
}
#shadow-a {
left: 0;
background: url(../img/pngalpha-left.png) top left repeat-y;
}
#shadow-b {
right: 0;
background: url(../img/pngalpha-right.png) top left repeat-y;
}




#heading {
text-indent: -9999px;
}

#note1 {
width: 100%;
position: absolute;
bottom: 90px;
text-align: center;
font-family: Georgia, sans-serif;
color: #AAA;
font-size: 160%;
}
#note2 {
width: 100%;
position: absolute;
bottom: -25px;
text-align: center;
font-family: Georgia, sans-serif;
color: #AAA;
font-size: 140%;
}
#note3 {
width: 100%;
position: absolute;
bottom: -45px;
text-align: center;
font-family: Georgia, sans-serif;
color: #AAA;
font-size: 140%;
}



#note1 h2, #note2 h2 {
font-size: 14px;
display: inline;
}
#note1 p, #note2 p, #note3 p {
margin: 5px 0 0 0;
padding: 0;
font-size: 12px;
}
#note1 a, #note1 a:visited {color: #AAA; text-decoration: underline;}
#note1 a:hover {color: #CCC; text-decoration: none;}
#note2 a, #note2 a:visited {color: #AAA; text-decoration: underline;}
#note2 a:hover {color: #CCC; text-decoration: none;}


ul li {
font-variant: small-caps;
}

small {font-family: Verdana, Arial, Helvetica, sans-serif;}


