/*
Name: vunlab
Date: June 2010
Description: Putting the VUN back in vunlab
Version: 1.0
Author: Edward Lee
Author URI: http://www.vunlab.com
*/

/* body */

* {
	margin:0;padding:0;
} 

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('Chunkfive.eot');
    src: local('ChunkFive'),local('ChunkFive'),
		url('type/filename.otf') format('opentype'),
        url('Chunkfive.woff') format('woff'),
        url('Chunkfive.ttf') format('truetype'),
        url('Chunkfive.svg#ChunkFive') format('svg');
}
body {
	background-image:url('img/bg.jpg') !important;
	background:#7df5fc; 
	font: 14px/1 ChunkFiveRegular, "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	font-size:12px; 
	height: 100%;
	margin:0px; 
	padding:0px;
}

div#header {
background-image:url('img/header.png');
background-position:center center;
background-repeat:no-repeat;
height: 500px;
}

div#header1 {
background-image:url('img/catpix.png');
background-position:center center;
background-repeat:no-repeat;
height: 500px;
}

div#footer {
background-image:url('img/bg_foot_fade1.jpg');
background-position:center center;
background-repeat:repeat-x;
height: 600px;
}

div#footer2 {
background-image:url('img/bg_foot.jpg');
background-position:center center;
background-repeat:repeat-x;
height: 600px;
}

div#footerbot {
background-image:url('img/bg_foot_fade_bot.jpg');
background-position:center center;
background-repeat:repeat-x;
height: 600px;
}

h1{
	font-size: 2.75em;
	color:#000000;
	text-align: center;
    text-transform: uppercase;
    text-shadow: -1px -1px #e8e8e8;
}

span {
    display: block;
}
.block1 {
	margin: auto;
	text-align: center;
    font-size: 200px;
}

.block2 {
	margin: auto;
	text-align: center;
    font-size: 45px;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:360px;
	width: 950px ;
	margin-left: auto ;
	margin-right: auto ;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #000000;
}
    div#rotator ul li.show {
	z-index:940;
}


