@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Template for designing a screen layout
 * (de) Gestaltungsvorlage für die Erstellung eines Screenlayouts
 *
 * @copyright       Copyright 2005-2007, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media all
{
 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of the Basic Layout 
  *
  * @section layout-basics
  */

  /* Page margins and background  */
  body { background: #2b2b2b;  padding: 0px 0; }

  /* Layout: Width, Background, Border  */
  #page_margins { min-width: 740px; max-width: 89em; margin: 0 auto; border: 5px #555555 solid; border-top: 2px #555555 solid; border-bottom: 2px #555555 solid; position: relative;}
  #page{ background: #000; border: 10px #000 solid; }

	/*Center page in older IE */
  body { text-align: center }
  #page_margins { text-align:left }

  /* Design of the Main Layout Elements */
  #header { text-align: center; }
  #topnav {display:none;  }
  #nav {display:none;  }

  #main {  }

  #footer { padding: 5px; border-top: 1px #555555 solid; text-align: center; }

 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Formatting of the Content Area 
  *
  * @section layout-main
  */

  #col1 { width: 18% }
  #col1_content { padding: 10px 10px 10px 20px; }

  #col2 { width: 25% }
  #col2_content { padding: 10px 20px 10px 10px; }

  #col3 { margin: 0 25% 0 18%}
  #col3_content { padding: 10px }


 /*------------------------------------------------------------------------------------------------------*/

 /**
  * Design of Additional Layout Elements
  *
  * @section layout-misc
  */
#tagline { position: relative; top: -10px; text-align: left; margin-left: 18%;}

#headmenu { position: absolute; top: 15px; right: 0px; width: 150px; line-height: 1em; margin: 0; padding: 0; padding-right: -10px; }

#vidindex {padding-left: 20px;}

#subscribe { float: right; color: #4c4c4c; font-size: 11px;	margin-right: 50px;	border: 0px; }

#playerframe { border: 1px solid #555555; width: 910px; padding: 20px 10px 0 10px; }

#adbox {margin: 10px; border: 1px #555555 solid; text-align: center;}
#adbox2  {position: absolute; top: 10px; left: 10px; text-align: center;}

  .c80l {float: left; }
  .c20r {float: right; margin-left: -5px; }

  .c80l { width: 80% }
  .c20r { width: 20% }


}
