﻿/*

Site: Ray Kit Shum | Online Gallery
Author: Ray Kit Shum

© Copyright 2012 Ray Kit Shum. All rights reserved.

*/

body
	{
	margin: 0px;
	background-color: #333;
	background-image: url('../images/grid.gif');
	}

#container
	{
	position: absolute;
	top: -50%;
	left: -50%;
	bottom: -50%;
	right: -50%;	
	margin: auto;
	width: 1000px;
	height: 600px;
	}

#title
	{
	position: absolute;
	bottom: -30px;
	background: url("../images/banner.png") no-repeat;
	width: 268px;  
	height: 12px;
	padding: 0;
	}

#footer
	{
	position: absolute;
	bottom: -60px;
	right: 0px;
	font-size: 0.75em;
	color: #555;

	}
	
.gallery_container
	{
	display: table;
	width: 1000px;
	height: 600px;
	
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
	}
	
.gallery_row
	{
	display: table-row;
	width: 50px;
	height: 50px;
	}
	
a.gallery
	{
	display: table-cell;
	width: 67px;
	height: 100px;
	background-repeat: no-repeat;
	
	transition-duration: 0.8s, 0.8s;
	-webkit-transition-duration: 0.8s, 0.8s; 
	-o-transition-duration: 0.8s, 0.8s; 
	-moz-transition-duration: 0.8s, 0.8s;
	
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	box-shadow: 0px 2px 5px #000;
	}
	
a.gallery:hover
	{
	display: table-cell;
	width: 800px;
	height: 500px;
	
	transition-duration: 0.8s, 0.8s;
	-webkit-transition-duration: 0.8s, 0.8s; 
	-o-transition-duration: 0.8s, 0.8s; 
	-moz-transition-duration: 0.8s, 0.8s;
	
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	}
	
a.gallery span /* Description Hidden */
	{
    position: absolute;
   	bottom: -53px;
    left: 450px;
    width: 0px; 
    height: 50px;
    overflow: hidden;
	white-space: nowrap;

	transition-duration: 0.8s, 0.8s;
	-webkit-transition-duration: 0.8s, 0.8s; 
	-o-transition-duration: 0.8s, 0.8s; 
	-moz-transition-duration: 0.8s, 0.8s; 
    }

a.gallery:hover span /* Description Show */
	{
	position: absolute; 
	bottom: -53px;
    left: 450px;
	width: 180px;
	height: 50px;

	transition-duration: 0.8s, 0.8s;
	-webkit-transition-duration: 0.8s, 0.8s;
	-o-transition-duration: 0.8s, 0.8s; 
	-moz-transition-duration: 0.8s, 0.8s; 
    }

a.image_01
	{
	background: url('../images/raykitshum_image_01.jpg') center center;
	}

a.image_02
	{
	background: url('../images/raykitshum_image_02.jpg') top center;
	}
	
a.image_03
	{
	background: url('../images/raykitshum_image_03.jpg') top center;
	}
	
a.image_04
	{
	background: url('../images/raykitshum_image_04.jpg') center center;
	}
	
a.image_05
	{
	background: url('../images/raykitshum_image_05.jpg') right top;
	}
	
a.image_06
	{
	background: url('../images/raykitshum_image_06.jpg') center center;
	}
	
a.image_07
	{
	background: url('../images/raykitshum_image_07.jpg') top center;
	}
	
a.image_08
	{
	background: url('../images/raykitshum_image_08.jpg') center center;
	}
	
a.image_09
	{
	background: url('../images/raykitshum_image_09.jpg') bottom center;
	}
	
a.image_10
	{
	background: url('../images/raykitshum_image_10.jpg') right center;
	}	
	
a
	{
	outline: 0;
	text-decoration: none;
	color: #999;
	}

p
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	}
	
#email a
	{
	position: absolute;
	bottom: -40px;
	right: 0px;
	color: #99CCFF;
	font-size: 0.75em;

	transition-duration: .3s, .3s;
	-webkit-transition-duration: .3s, .3s; 
	-o-transition-duration: .3s, .3s; 
	-moz-transition-duration: .3s, .3s;
	}
	
#email a:hover
	{
	color: #6699CC;
	text-decoration: underline;
	
	transition-duration: .3s, .3s;
	-webkit-transition-duration: .3s, .3s; 
	-o-transition-duration: .3s, .3s; 
	-moz-transition-duration: .3s, .3s;
	}