/* file name b2mem_beginnings_style.css */

/*COLORS*/
/* pale purple = #AB6C74 */
/* dark purple = #28052F */

/* PAGE LAYOUT */

#header {
position: absolute;
top: 1px;
height: 200px;
width: 780px;
background: #794460;
}

#maincontent {
position: absolute;
top: 201px;
bottom: 61px;
width: 780px;
background: #ffffff;
padding-top: 0px;
}



/* TEXT FORMATTING */

#header a {
color: #ffffff;
}

#narrative {
padding-top: 5px;
margin-top: 0px;
}

#narrative p {
font-size: 12px;
font-family: verdana, arial, sans-serif;
color: #000000;
padding-top: 5px;
margin-top: 0px;
}

#narrative p:first-letter {
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #28052F;
}

#story {
background: #D699C1;
margin-left: 30px;
padding-top: 2px;
padding-bottom: 2px;
}

#story p {
font-size: 12px;
font-family: verdana, arial, sans-serif;
color: #28052F;
}

#story img {
padding-left: 0px;
padding-right: 5px;
}

#story blockquote {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
color: #28052F;
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
border-left: 1px solid #28052F;
}

#footer {
background: #ffffff;
font-size: 11px; 
font-family: verdana, arial, sans-serif;
}

#footer a:link, a:visited {
color: #28052F; 
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
color: #AB6C74; 
text-decoration: none;
font-weight: bold;
}

#footerlinks {
background: #794460;
font-size: 12px;
}

#footerlinks a {
color: #28052F;
text-decoration: none;
font-weight: bold;
}

#footerlinks a:hover {
color: #ffffff; 
text-decoration: none;
font-weight: bold;
}

p.heading {
font-family: verdana, arial, sans-serif; 
font-size: 20px; 
color: #28052F;
padding-bottom: 0px;
margin-bottom: 0px;
border-bottom: 1px solid #28052F;
}

p.heading a:link, a:visited {
color: #28052F; 
text-decoration: none;
font-weight: normal;
}

p.heading a:hover {
color: #AB6C74; 
text-decoration: none;
font-weight: normal;
}

p {
font-family: verdana, arial, sans-serif; 
color: #000000;
}

p.center {
text-align: center;
}

blockquote {
font-family: verdana, arial, sans-serif; 
font-size: 12px;
color: #000000;
padding-top: 10px;
padding-bottom: 10px;
}

h3, h4, h5, h6, p {
padding-left: 10px;
}

a.invisible {
color: #ffffff;
}