
/*  FPO -------------------------------------------------- */
  body                                             
  {
  	/*
  	background:url(/static/fpo/home.jpg) top center no-repeat #241919;
  	*/
  }

/*	COLUMNS ---------------------------------------------- */
  #col_left                                             
  {
		color:#999;
    width:215px;        
    float:left;
    margin-left:78px;
    margin-top:30px;
  }
  #col_right                                             
  {
		color:#999;
    float:left;
    width:550px;
    margin-top:38px;
    margin-left:47px;
  }

/** HOME ------------------------------------------------- */
	div#content
  {
    position:absolute;
    left:343px;
    top:38px;
    font-size:18px;
    letter-spacing:.15px;
    line-height:34px;
    color:#ffc;
  }
  
/*  ADMIN SUBNAVIGATION ---------------------------------------- */
  div.list ul
  {
   margin:0;
   padding:0;
  }
  div.list ul li
  {
   list-style:none;
  }
  div.list ul li a
  {
  	text-transform:uppercase;
   font-size:12px;
   line-height:29px;
  	letter-spacing:1px;
  }
  h1.active
  {
   color:#a8d5d6;
  }

  div.list ul li.active
  {
   color:#a8d5d6;
  }

  div.list ul li.active a
  {
   color:#a8d5d6;
  }
  
/* admin pages */
  #images_list
  {
    
  }
  
  .seperator
  {
    height:3px;
    margin-top:-30px;
    margin-bottom:30px;
  }
  
  #images_list .image
  {
    margin:0 0 10px 0;
    padding:0;
  }
  
  #images_list .image img
  {
    display:block;
  }
  #images_list .image a.admin_action_button
  {
    display:block;
    border:1px solid #a8d5d6;
    margin-top:-1px;
    width:192px;
  }