/* default body style */
body { 
  margin: 0px;
  padding: 90px 8% 5px 8%;;
  color: #000000;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12pt;
  background: #ffffff url(../images/page_top.jpg);
  background-repeat: no-repeat;
}

/* default table cell data */
td
{
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 11pt;
  padding: 3px;
  margin: 0;
  vertical-align: top;
}

/* default links */
a 		{ color: #000000; text-decoration: none; font-weight: bold;} 
a:link		{ color: #0048DC; text-decoration: none; } 
a:visited	{ color: #000080; text-decoration: none; } 
a:active	{ color: #0054FF; text-decoration: none; } 
a:hover		{ color: #0054FF; text-decoration: underline; } 

font.s { font-size: 11pt; font-weight: bold; }


table.sidebar {
   border: 1px solid blue;
}

td.storylinks {
   border: 1px solid blue;
}

/* The header table at the top of the page */
table.header {
    width: 90%;
    border: 0;
    margin: 0px 5% -10px 15%;
    padding: 10px 0;
}

/* Table cells in the header section at the top of the page */
td.header {
    padding: 0;
    width: 50%;
}


/* Box containing a single fandom's entries */
table.fandom {
     background: #ffffff url(../images/storybox_bg.jpg);
     background-repeat: no-repeat;
     background-position:bottom right;
     border-top: 2px dotted #78f;
     border-left: 1px dotted #78f;
     width: 100%;
     padding: 15px 25px 15px 20px;
     margin: 0 0 -5px 0;
}

/* Table cell containing the heading for each fandom */
td.fandomhead {
}

/* Anchor hrefs for each fandom name */
a.fandomhead { 
    color: #0D00D4; 
    font-variant: small-caps;
    font-size: 12pt;
}
a.fandomhead:hover {text-decoration: none; }


/* Links to each individual story */
a.storytitle {
}

/* Table cells holding each individual story entry */
td.storyentry {
    width: 40%;
    padding: 5px 10px;
}

/* Table holding index of art */
table.art {
    border-collapse: collapse;
    border-style: hidden; 
    width: 100%;
}

/* Table cells holding each art entry */
td.artentry {
    vertical-align: top;
    text-align: center;
    width: 50%;
}

/* Smaller table within the entry, holding the art piece itself */
table.artentry_layout {
    width: 100%;
}

/* Cell holding the header for the entry */
td.artentry_header {
    vertical-align: top;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Cell holding the actual piece of art */
td.artentry_body {
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 250px;
    vertical-align: top;
    text-align: center;
}

.centered {
    text-align: center;
}      

/* Links to each piece of art */
a.imagelink {
    font-weight: normal;
}

/* On individual art page, overall layout */
table.art_layout {}

/* On individual art page, cell holding the piece of art */
td.art_body {}

/* On individual art page, cell holding the information about the piece */
td.art_info {}

li.podfic_entry {
    list-style: none;
    margin-bottom: 1em;
}

hr {color:blue}

.date {
font-size:80%;
}

.counter {
 margin-left: 0%;
float: right;
}

.footer {
font-size: 10pt;
margin-left: 15%;
}