/*
 * NYA Home Page-specific styles
 *
 */

div#header {
	height: 314px;
}

div#header .home_header_tile {
	float: left;
	width: 314px;
	height: 314px;
	margin-right: 12px;
	position: relative;
}

div#header .home_header_tile div {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	z-index: 8;
	display: none;
}

div#header .home_header_tile div.active {
	z-index: 10;
	display: block;
}

div#header .home_header_tile div.last-active {
	z-index: 9;
	display: block;
}

div#header #tile-3 { margin: 0; }

/* Tile 2 Images */
#tile-2-1 { background-image: url(images/home-header-tiles/01.jpg); }
#tile-2-2 { background-image: url(images/home-header-tiles/02.jpg); }
#tile-2-3 { background-image: url(images/home-header-tiles/03.jpg); }
#tile-2-4 { background-image: url(images/home-header-tiles/04.jpg); }
#tile-2-5 { background-image: url(images/home-header-tiles/05.jpg); }
#tile-2-6 { background-image: url(images/home-header-tiles/06.jpg); }
#tile-2-7 { background-image: url(images/home-header-tiles/07.jpg); }
#tile-2-8 { background-image: url(images/home-header-tiles/08.jpg); }
#tile-2-9 { background-image: url(images/home-header-tiles/09.jpg); }

/* Tile 3 Images */
#tile-3-1 { background-image: url(images/home-header-tiles/10.jpg); }
#tile-3-2 { background-image: url(images/home-header-tiles/11.jpg); }
#tile-3-3 { background-image: url(images/home-header-tiles/12.jpg); }
#tile-3-4 { background-image: url(images/home-header-tiles/13.jpg); }
#tile-3-5 { background-image: url(images/home-header-tiles/14.jpg); }
#tile-3-6 { background-image: url(images/home-header-tiles/15.jpg); }
#tile-3-7 { background-image: url(images/home-header-tiles/16.jpg); }
#tile-3-8 { background-image: url(images/home-header-tiles/17.jpg); }
#tile-3-9 { background-image: url(images/home-header-tiles/18.jpg); }


div#content {
	background-image: none;
	margin: 0;
}

div#home_content {
	width: 809px;
	float: left;
}

div#right_column {
	float: right;
}

div#right_column div {
	margin-bottom: 6px;
}

div#splash {
	color: #ddd;
	padding: 12px;
	height: 284px;
	background-color: #3a3a3a;
	margin-bottom: 6px;
}

div#splash p {
	line-height: 1.8em;
}

div#splash_movie {
	float: left;
	width: 350px;
	height: 284px;
	background: black url(images/ajax-loader.gif) no-repeat center;
	margin-right: 14px;
}

div#splash h1 {
	color: white;
	margin: 14px 0;
	text-shadow: 1px 1px 0px #000;
}

a.video-thumb {
	display: block; /* if there's only one video, set this to "none".  If there are more, set it to "block". */
	float: left;
	text-decoration: none;
	text-align: center;
	text-indent: -999em;
	background: white;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #3a3a3a;
	font-size: 26px;
	margin: 5px;
	border: 2px solid white;
}

/* video thumbnails */

a#ML-ZvJuHRqE { background: url(images/video-ML-ZvJuHRqE.png) no-repeat; }
a#vDN-FzhAe1A { background: url(images/video-vDN-FzhAe1A.png) no-repeat; }
a#f0g5jlplO20 { background: url(images/video-f0g5jlplO20.png) no-repeat; }
a#iLIItsa8iuw { background: url(images/video-iLIItsa8iuw.png) no-repeat; }


div#feeds {
	height: 322px;
}

div#feeds-1, div#feeds-2 {
	width: 399px;
	height: 307px;
	float: left;
}

div#feeds-1 {
	margin-right: 6px;
}

div.nya-box ul.nya-box-nav li {
	width: 133px;
}

div#feeds-2 ul.nya-box-nav li a {
	background: #e86d1f;
}

div.nya-box-tab {
	height: 253px;
}
div#feeds-1 div a:hover {
	color: #666;
}

div.flickr {
	margin: 0 auto;
}

div.flickr a {
	width: 75px;
	height: 75px;
	display: block;
	float: left;
	margin: 2px;
}

div.flickr div.flickrpress-container {
	overflow: hidden;
}

div.eventnews_date {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	width: 70px;
	text-align: right;
}

div.eventnews_info {
	float: left;
	margin-left: 10px;
	width: 250px;
	font-size: 11px;
}

div.eventnews_info a, div.eventnews_info a:link, div.eventnews_info a:visited {
	color: #000;
}

div.news ul, div.events ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

div.news li, div.events li {
	overflow: hidden;
	margin-bottom: 8px;
}

div.twitter {
	line-height: 1em;
}

div.twitter p {
	text-align: right;
}	

div.twitter ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

div.twitter li {
	padding: 0.5em 0.2em;
	border-bottom: 1px solid #eee;
}

div.twitter li:hover {
	background: #f5f5f5;
}

div.twitter li span {
	display: block;
}

div.events p, div.news p, div.events h4, div.news h4 {
	padding: 0;
	margin: 0;
}

div.events, div.news {
	line-height: 1em;
}

div#feeds div div p.more {
	margin-left: 80px;
}

div.events h4, div.news {
	margin-top: 0;
}