/* @override http://illfm.senorvivo/css/site.css */

/**
 * ILLFM.net - Main site style
 */

body {
    font-family: Arial, Helvetica, sans-serif;
    background: white;
    color: black;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/*
a:link    { 
    color: #000; 
    font-weight: bold;
    border: 0;
}
a:visited { 
    color: #000; 
    font-weight: bold;
}
a:hover   {
    color: black; 
    background-color: #DDDD00;
}
a:active  {
    color: #9C9C0C; 
    background-color: #FFFF14;
}
*/
a img {
    border: 0;
}

#header {
    width: 100%;
    background: white;
    /* Removed for now, breaks IE
    position: fixed;
    top: 0;
    */
    margin: 0;
    /* padding: 0 10px 10px; */
    z-index: 2;
}
/* Offset top of body to account for the fixed header */
body.with-header {
    /* margin-top: 110px; */
    text-align: center;
}
/* No margin smooths out the roll over a bit */
#header img {
    margin: 0;
}
/* Needed for the roll over effect */
#header-menu a {
/*    vertical-align: top;*/
}
#header-menu a:hover {
    background-color: white;
}

#footer {
    font-size: 9px;
    margin-top: 40px;
    clear: both;
}

#frontpage-content {
	width: 80%;
    min-width: 540px;
	margin-right: auto;
	margin-left: auto;
}
div#frontpage-text {
	float: left;
	width: 65%;
    text-align: justify;
    font-size: 10pt;
}

#home iframe {
    border: 0;
}
#archive_of_the_day-iframe {
	/* float: right; */
	width: 35%;
}
#last_show-iframe {
    clear: both;
}


/*
* Page inserted into home as an iframe to show last archive.
*/

#last-weeks-archive-table {
  width: 100%;
  border: 0;
}
#last-weeks-archive-table td {
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}
#last-weeks-archive-table td.description, #archive_of_the_day .description {
    height: 42px;
    font-size: 9px;
    vertical-align: top;
}
#last_show a, #last_show a:visited,
#archive_of_the_day a, #archive_of_the_day a:visited { 
    color: #000; 
    text-decoration: none;
}
#last_show a:hover, #archive_of_the_day a:hover { 
    text-decoration: underline;
}



