/*
Site Name: Digital TV Deadline
Description:
Site URL: www.Digital-TV-February-2009.com
Author: Johnny Rogers, Aunjar, LLC
Version: 1.0
*/

  #header {
  background: #006699;
  border: 1px solid #ff6314;
  padding: 15px; }
  
  #header h1 {
   font-size: 2.0em;
   font-family: Verdana, Helvetica, sans-serif;
   font-style: oblique;
   margin-bottom: .2em;
   color: #ffffff;
   }

  #main {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 1.0em;
  padding: 0.4em;
  background-color: #ffffff;
  border: 1px solid #ff6314;
  float: left;  /* floats the whole main article to the left */
  width: 65%;
  margin-right: 1%; }  /* adds space between columns */
  
  .clearfix:after {
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both; }
  
  .clear {
   clear: both;
   display: block;
   overflow: hidden;
   width: 0;
   height: 0; }

  #footer {
  clear: left; /* starts the footer below the floated content */
  padding: 15px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 0.7em;
  background: #006699;
  color: #ffffff;
  border: 1px solid #ff6314; }

  #extras {
  float: right;
  width: 30%;
  text-align:left;
  margin-right: 1%; /* space on the right of the side column */
  background: #ffffff; }
  
  body {
  font-family: Verdana, Helvetica, sans-serif;
  margin: 0; /* clears default browser margins */
  padding: 0;
  background: #ffffff; }

  li {
  list-style: none;
  margin: 10px 0;
  font-size: 0.8em;
  font-family: Verdana, Helvetica, sans-serif;
  color: #333333; }

/*Formatting for all un-clicked Links-A=Blue, Vistited=Blue, Active=Blue, Hover=Red*/

p {
   font-size: 0.9em;
   font-family: Verdana, Helvetica, sans-serif;
   color: #333333;
   }

h1 {
   font-size: 1.4em;
   font-family: Verdana, Helvetica, sans-serif;
   font-style: oblique;
   margin-bottom: .2em;
   color: #000000;
   }

h2 {
   font-size: 1.2em;
   font-family: Verdana, Helvetica, sans-serif;
   margin-bottom: .2em;
   color: #000000;
   }

h3 {
   font-size: 1.0em;
   font-family: Arial, Helvetica, sans-serif;
   margin-bottom: .2em;
   color: #ffffff;
   width: 12em;
   border: 1px solid #ff6314;
   background-color: #006699;
   }

A {
  background-color: transparent; 
  color: #000168; 
  text-decoration: none; 
}

A:visited {
  background-color: transparent; 
  color: #000168; 
  text-decoration: none;
}

A:active {
  background-color: transparent; 
  color: #000168; 
  text-decoration: none;
}

A:hover {
  background-color: transparent; 
  color: #FF0000; 
  text-decoration: none;
}
