/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Import Global ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


@import url(global.css);


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

a.sample, a.sample:visited {color: blue; font-weight: bold; margin: 0px;}
a.sample:hover, a.sample:visited:hover {color: red;}

ul.updates
{
	width: 950px;
	margin: 0 auto;
	display: block;
	padding: 0px;
	border-top: 3px solid #909; 
	border-bottom: 3px solid #909;
}

.updates li 
{
	width: 125px;
	height: 330px;
	padding: 0;
	margin: 10px 5px;
	display: inline;
	float: left;

	background-color: white;
	color: black;
	text-align: center;
}


.updates li h1 
  { 
    position: relative; 
    top: 0px; 
    font-size: 1.0em; 
    padding: 3px 0; 
  }

* html .updates li h1   /* IE < 6 Only */
  { 
    top: 0px; 
  }

.updates li:hover h1 
  { 
    color: #FFF; 
  }

.updates li span 
  { 
    position: relative; 
    display: block; 
    top: -15px; 
    font-size: 0.75em; 
    font-weight: normal;
    padding: 25px 0 0 0; 
  }

.updates li span h2
  {
    display: inline;
    font-size: 1.4em;
    font-weight: bold;
  }

.updates li h2 a, .updates li h2 a:visited {color: blue; text-decoration: none;}
.updates li h2 a:hover, .updates li h2 a:visited:hover {color: red;}

.updates li a:hover   /* Necessary to get img borders to change on hover in IE < 6 */
  { 
    text-decoration: none; 
  }

.updates li a img, .updates li img
  { 
    position: relative; 
    top: 10px; 
    border: 1px solid #FFF; 
  }

.updates li a:hover img, .updates li.banner a img 
  { 
    border: 1px solid #000; 
  }

.updates li.video, .updates li.expiredvideo
  { 
    border-color: #E9BAE7; 
  }

.updates li.photoset 
  { 
    border-color: #CADAFF; 
  }

.updates li.hdvideo 
  { 
    border-color: #BA00B3; 
  }

.updates li.bonus
{ 
    border-color: #FFF4A9; 
  }

.updates li.announcement
  { 
    border-color: #FF0000; 
  }

.updates li.expired 
  { 
    border-color: #F00; 
  }

.updates li.video h1, .updates li.expiredvideo h1
  { 
    background: #E9BAE7; 
  }

.updates li.hdvideo h1 
  { 
    background: #BA00B3; 
  }

.updates li.photoset h1 
  { 
    background: #CADAFF; 
  }

.updates li.bonus h1
{ 
    background: #FFF4A9; 
  }

.updates li.announcement h1 
  { 
    background: #FF0000; 
  }

.updates li.expired h1 
  { 
    background: #F00; 
  }

.updates li.video span, .updates li.hdvideo span, .updates li.photoset span, .updates li.bonus span {margin-top: 20px;}
.updates li.video span 
  { 
    background: transparent url(../graphics/updates/videoupdate.jpg) center top no-repeat; 
  }

.updates li.hdvideo span 
  { 
    background: transparent url(../graphics/updates/hdvideoupdate.jpg) center top no-repeat; 
  }

.updates li.photoset span 
  { 
    background: transparent url(../graphics/updates/photosetupdate.jpg) center top no-repeat; 
  }

.updates li.bonus span 
  { 
    background: transparent url(../graphics/updates/bonusupdate.jpg) center top no-repeat; 
  }

.updates li.expired span, .updates li.expiredvideo span 
  { 
    background: transparent url(../graphics/updates/expiredupdate.jpg) center top no-repeat; 
  }

.updates li.banner 
{ 
    clear: both; 
    width: 950px; 
    padding: 0; 
    height: 80px; 
    background: transparent; 
    border: 0px; 
}

.updates li.banner a img 
{ 
    top: 0px; 
}

.updatesarchive
{
    	clear: both;
    	margin: 10px auto 5px;
    	padding-top: 5px;
    	padding-bottom: 5px;
    	text-align: center;
	border: none;
}

.updatesarchive h2
{
    	font-size: 2em;
	text-decoration: none;
	margin-top: 0px;
}

div.updatesarchive ol
{
    	list-style: none;
    	width: 1024px;
    	margin: 10px auto;
    	text-align: center;
	font-size: .8em;
}

div.updatesarchive ol li
{
    	display: inline;
    	margin: 0 0 0 5px;
    	padding: 0 10px 0 0;
    	border-right: 1px solid white;
}

.previous, .next 
{
	display: block;
	float: left;
	width: 512px;
	margin: 0px;
	text-align: left;
	font-size: .8em;
}
.next {text-align: right;}
.next a, .previous a {margin: 5px 10px;}

.tourlinks
  {
    position: relative;
    margin: 15px auto 15px auto;
    clear: both;
    width: 620px;
    height: 50px;
    background: transparent url(../graphics/tourlinksbg.jpg) center center no-repeat;
    text-align: center;
  }

.tourlinks span {float: left;}

.tourlinks span a, .tourlinks span a:visited
  {
    font-size: 22px;
    margin: 10px 5px 10px 10px;
	color: black;
    display: block;
    width: 190px;
    height: 30px;
    background: transparent url(../graphics/tourlinks.jpg) left top no-repeat;
	padding-top: 2px;
    text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
  }

* html .tourlinks span a  /* For IE 5.x and 6.x Quirks Mode */
  {
    margin: 12px 5px 8px 10px;
  }

.tourlinks span a:hover, .tourlinks span a:visited:hover
  {
    color: #FFF;
    background: transparent url(../graphics/tourlinks.jpg) right top no-repeat;
  }

li.banner div.tourlinks span a {margin-top: 0px;}