/* My Photoblog CSS File -- January 2009 */

/* Define body background color & font */
body
{
  color:#FFFFFF;
  background-color: #000000;
}

/* Define links */
a:link
{
  color: white;
}

a:visited
{
  color: white;
}

a:active
{
  color: white;
}

table.entry
{
   width: 950px;
   border: 0px #000000 solid; /* no border, black, solid line */
   border-collapse: collapse; /* no space between cells */
}

/* Links in the header row of the table */
a.headings
{
  font-family: arial,helvetica;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none; /* no underline */
}
a.headings:link
{
  color: #FFFFFF;
}
a.headings:visited
{
  color: #FFFFFF;
}
a.headings:hover
{
  color: blue;
}
a.headings:active
{
  color: purple;
}

/*-----------------------*/
/* Table Cell Properties */
/*-----------------------*/
/* Blog Name */
td.blogname
{
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   text-align: left;
   width: 180px;
   padding-right: 10px;
}
/* Picture Title */
td.pictitle
{
   text-align: left;
   font-size: 14pt;
   font-weight: bold;
   font-style: italic;
}
/* General Cells in Header Line of Table */
td.headings
{
   font-family: arial,helvetica;
   font-size: 10pt;
   font-weight: bold;
   text-align: left;
   width: 60px;
}
/* Left-hand Advertisements Column*/
td.ads
{
   width: 180px;
   padding: 20px;
   vertical-align: top;
   text-align: center;
}
/* Portrait Photo */
td.portrait
{
   text-align: left;
   font-family: arial,helvetica;
   font-size: 12pt;
   padding-top: 10px;
}
/* Landscape Photo */
td.landscape
{
   text-align: center;
   padding-top: 10px;
   padding-bottom: 10px;
}
/* Picture Date */
td.date
{
   text-align: right;
   font-family: helvetica,Arial;
   font-size: 12pt;
   font-style: italic;
   padding-bottom: 10px;
   padding-date: 5px;
}
/* Normal Text */
td.ntext
{
   text-align: left;
   font-family: helvetica,arial;
   font-size: 12pt;
   padding-bottom: 10px;
   padding-right: 5px;
}
/* Photo Caption */
td.caption
{
   text-align: center;
   font-family: Times,roman;
   font-size: 10pt;
   font-style: italic;
}
/* Archive Page Normal Text */
td.antext
{
   text-align: left;
   font-family: Arial,helvetica;
   font-size: 10pt;
}

