/*
Title: Beirra.Org, the Elegant Princess Organization
URL: http://beirra.org
Date: 29th March 2009 - Present
*/

body { 
background-color: #ffffff; 
text-align: justify;
cursor: default;
}

/* Navigation */

#nav { 
position: absolute; 
top: 390px; 
font-family: arial; 
font-size: 26px;
font-style: italic;
text-align: center;
text-transform: lowercase;
width: 800px;
}
#nav a:link, #nav a:visited { 
border: none;
color: #ffb6c1; 
}
#nav a:hover { 
border-bottom: 5px dotted #ffb6c1;
color: #d87093; 
cursor: help;
}

/* Content */

#con { 
position: absolute; 
top: 420px;
left: 75px;
color: #d87093;
font-family: georgia;
font-size: 12px; 
line-height: 20px;
text-align: justify; 
width: 650px;
padding: 2px;
border: none;
}
.p {
text-indent: 25px;
}
table {
font-size: 12px; 
line-height: 18px;
}

/* Headers */

.head { 
font-family: byington; 
color: #daa0dd;
font-size: 20px; 
font-weight: normal; 
letter-spacing: 2px;
text-transform: lowercase; 
text-align: left;
padding: 2px;
padding-left: 13px;
border-bottom: 5px solid #e6e6fa;
margin-top: 3px;
margin-bottom: 5px;
}

.head:first-letter {
color: #9400d3;
text-transform: uppercase; 
}

/* Footer */

#footer { 
color: #696969;
font-family: georgia; 
font-size: 9px; 
font-weight: none; 
letter-spacing: 3px;
line-height: 10px;
margin-bottom: 13px;
margin-top: 17px;
text-align: center; 
text-transform: lowercase;
}
#footer a:link, #footer a:visited {
color: #20b2aa;
border: none;
}
#footer a:hover {
color: #109c94;
border: none;
cursor: help;
}

/* Links */

a:link, a:visited { 
border-bottom: 2px solid #fff0f5;
color: #ff69b4; 
text-decoration: none;
}
a:hover { 
border-bottom: 4px solid #fff0f5;
color: #ea1688; 
cursor: help;
text-decoration: none; 
}

/* Images */

img { 
border: 5px solid #ff6347; 
}
img:hover { 
border: 5px solid #ff0000; 
cursor: help;
}
.x-border { 
border: none; 
}
.x-border:hover { 
border: none; 
}

/* Misc. */

b { 
color: #c71585;
}
i { 
color: #ff4500;
}
strong {
color: #800080;
}
em {
color: #a0522d;
}