/* Katie's Stories */

body {
font-family: Arial, Helvetica, sans-serif;
background: #000000;
font-size: 10pt;
color: #FFFFFF;
}


/* LAYOUT */


#wrapper {
width: 800px;
margin-left: auto;
margin-right: auto;
position: relative;
}


#header {
width: 800px;
height: 57px;
background-image:url(images/header.jpg);
background-repeat: no-repeat;
}

/*
#header #title, #header #tagline { 
display: none;
}
*/

#title, #tagline {
text-indent: -9999px;
}


#border {
border: 2px solid #630909;
padding: 2px;
}




/* MENU */

#menu {
position: absolute;
top: 23px;
right: 0px;
}


#menu a {
text-decoration: none;
color: #FFFFFF;
font-size: 10pt;
}


#menu a:hover {
text-decoration: underline;
}


#menu ul {
list-style: none;
padding: 0;
margin: 0;
}


#menu ul li {
display:inline;
padding-left: 15px;
}



/* CONTENT */

#content h1 {
font-size: 13px;
color: #FFFFFF;
border-bottom: 1px solid #630909;
margin: 0;
}

#content h2 {
font-size: 12px;
font-weight: bold;
padding-top: 10px;
}

#content a {
color: #858585;
}

#content a:hover {
color: #FFFFFF;
}


#content blockquote.fancomments {
background: #630909;
margin: 0;
margin-top: 10px;
padding: 10px;
background-image: url(images/right_quote.jpg);
background-repeat: no-repeat; 
background-position: right bottom; 
}

#content blockquote.fancomments p {
background-image: url(images/left_quote.jpg);
background-repeat: no-repeat; 
background-position: left top; 
padding-top: 20px;
margin-top: 0;
font-size: 9pt;
}

#content blockquote.fancomments p + p {
background-image: none;
padding-top: 0;
}


/* FOOTER */

#footer {
text-align: right;
font-size: 10px;
}

