﻿/*

Site: Ray Kit Shum | Guitar Gears Gallery
Author: Ray Kit Shum

© Copyright 2012 Ray Kit Shum. All rights reserved.

*/

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

#background_a
	{
	position: fixed;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background: url('../images/background_a.jpg');
	z-index: -100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

#background_b
	{
	position: fixed;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background: url('../images/background_b.jpg');
	z-index: -100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

#background_c
	{
	position: fixed;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background: url('../images/background_c.jpg');
	z-index: -100;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}

#container
	{
	position: absolute;
	top: -50%;
	left: -50%;
	bottom: -50%;
	right: -50%;	
	margin: auto;
	width: 740px;
	height: 620px;
	padding: 10px 30px;
	
	background-color: #333;
	background-image: url('../images/grid.gif');
	
	-moz-box-shadow: 0px 5px 10px #666;
	-webkit-box-shadow: 0px 5px 10px #666;
	box-shadow: 0px 5px 10px #666;

	border: 2px solid #FC0;
	border-radius: 25px;
 	-moz-border-radius: 25px;
	}

#front_page
	{
	float: left;
	height: 497px;
	width: 740px;
	}

#header
	{
	float: left;
	width: inherit;
	}
	
#content
	{
	float: left;
	height: auto;
	}

#description
	{
	float: left;
	height: 355px;
	width: 230px;
	padding: 10px 0px 15px 30px;

	background-image: url('../images/grid_light.gif');
	
	border: 1px solid #333;
	border-radius: 5px;
 	-moz-border-radius: 5px;
	}
	
#photos_container
	{
	float: left;
	width: 480px;
	height: 400px;
	}

#info
	{
	float: left;
	height: 65px;
	width: 700px;
	padding: 5px 20px;
	margin-bottom: 20px;

	background-image: url('../images/grid_light.gif');
	
	border: 1px solid #333;
	border-radius: 5px;
 	-moz-border-radius: 5px;
	}

#menu
	{
	float: left;
	width: 460px;
	z-index: 99;
	}

#footer
	{
	float: right;
	text-align: center;
	}
	
#main_photo
	{
	float: right;
	}

.thumbnails
	{
	float: right;
	width: auto;
	height: auto;
	}

#main_photo img
	{
	float: left;
	border: 2px solid #333;
	opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	
	border-radius: 10px;
 	-moz-border-radius: 10px;
	}

.thumbnails img
	{
	float: left;
	border: 2px solid #333;
	margin: 15px 0px 20px 14px;
	opacity: 0.6;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;

	border-radius: 5px;
 	-moz-border-radius: 5px
	}
	
#main_photo img:hover
	{
	border: 2px solid #FC0;
	opacity: 1.0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;

	-moz-box-shadow: 0px 2px 6px #000;
	-webkit-box-shadow: 0px 2px 6px #000;
	box-shadow: 0px 2px 6px #000;
	}
	
.thumbnails img:hover
	{
	border: 2px solid #FC0;
	opacity: 1.0;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;

	-moz-box-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;
	
	transform: scale(1.05,1.05);
 	-ms-transform: scale(1.05,1.05); /* IE 9 */
 	-webkit-transform: scale(1.05,1.05); /* Safari and Chrome */
 	-o-transform: scale(1.05,1.05); /* Opera */
 	-moz-transform: scale(1.05,1.05); /* Firefox */
	
	transition-duration: .1s, .1s; 
	transition-timing-function: linear, ease-in;
	-webkit-transition-duration: .1s, .1s; 
	-webkit-transition-timing-function: linear, ease-in;
	-o-transition-duration: .1s, .1s; 
	-o-transition-timing-function: linear, ease-in;
	-moz-transition-duration: .1s, .1s; 
	-moz-transition-timing-function: linear, ease-in;
	}
	
.thumbnail_blank
	{
	background-color: #333;
	border: 1px dashed #666;
	height: 60px;
	width: 60px;
	float: left;
	margin: 16px 0px 20px 16px;

	border-radius: 5px;
 	-moz-border-radius: 5px;
	}
	
a
	{
	outline: 0;
	border: 0;
	}
	
img
	{
	outline: 0;
	border: 0;
	}

#pick
	{
	float: left;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 230px;
	left: -90px;
	background-image:url('../images/pick.png');
	background-repeat: no-repeat;
	clear: left;
	z-index: 2;
	}
	
#pick:hover
	{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
	-o-transform: rotate(45deg); /* Opera */
 	-moz-transform: rotate(45deg); /* Firefox */
 	
	transition-duration: .1s, .1s;
	transition-timing-function: linear, ease-in;
	-webkit-transition-duration: .1s, .1s;
	-webkit-transition-timing-function: linear, ease-in;
	-o-transition-duration: .1s, .1s;
	-o-transition-timing-function: linear, ease-in;
	-moz-transition-duration: .1s, .1s;
	-moz-transition-timing-function: linear, ease-in;
 	}

#description p
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	}

#description img
	{
	position:relative;
	top: -35px;
	left: 175px;
	}
	
#description ul
	{
	list-style-type: circle;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	margin: 20px 10px;
	padding: 0px;
	}
	
#description li
	{
	padding: 3px;
	}

#menu ul
	{
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.85em;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 99;
	}

#menu ul li
	{
	display: block;
	position: relative;
	float: left;
	}

#menu li ul
	{
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 0.7em;
	color: #000000;
	display: none;
	position:inherit;
	bottom: 25px;
	}
	
#menu ul li a
	{
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 5px 15px 5px 15px;
	background: #333;
	margin-right: 1px;
	margin-top: 1px;
	white-space: nowrap;
	
	transition-duration: .15s, .15s; 
	transition-timing-function: linear, ease-in;
	-webkit-transition-duration: .15s, .15s; 
	-webkit-transition-timing-function: linear, ease-in;
	-o-transition-duration: .15s, .15s; 
	-o-transition-timing-function: linear, ease-in;
	-moz-transition-duration: .15s, .15s; 
	-moz-transition-timing-function: linear, ease-in;
	}

#menu ul li a:hover
	{
	background: #FC0;
	}
	
#menu li:hover ul
	{
	display: block;
	position: absolute;
	}
	
#menu li:hover li
	{
	float: none;
	}
	
#menu li:hover a
	{
	background: #FC0;
	}
	
#menu ul li:hover a
	{
	color: #FC0;
	background: #333; /* main-menu */
	}	

#menu li:hover li a:hover /* sub-menu */
	{
	color: #000;
	background: #FC0;
	}
	
#menu #title
	{
	font-family: "Lucida Console", Monaco, monospace;
	text-transform: ;
	font-size: 1.0em;
	color: #FFF;
	padding: 5px 15px 5px 15px;
	margin-right: 1px;
	margin-top: 1px;
	background: #222;
	}

#menu #title:hover
	{
	color: #000;
	background: #FC0;
	}

#menu #end
	{
	height: 24px;
	width: 3px;
	margin-top: 1px;
	background: #222;
	}

#footer p
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.55em;
	color: #666;
	}

p
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #FFF;	
	}


#info p
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	color: #FFF;
	line-height: 1.5em;	
	}


h1
	{
	font-family: Century Gothic, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
	-moz-text-shadow: 0px 1px 3px #000;
	-webkit-text-shadow: 0px 1px 3px #000;
	text-shadow: 0px 1px 3px #000;
	
	text-indent: -9999px;  
	background: url("../images/title.png") no-repeat;  
	width: 260px;  
	height: 40px;
	}

h2
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #FC0;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	}
	
.clear_float
	{
	clear: both;
	}
	
#icon_strat
	{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 515px;
	height: 315px;
	z-index: 1;
	}

#icon_acoustic
	{
	position: absolute;
	top: 280px;
	left: 160px;
	width: 615px;
	height: 250px;
	z-index: 1;
	}
	
#icon_pedal
	{
	position: absolute;
	top: 150px;
	left: 300px;
	width: 220px;
	height: 165px;
	z-index: 1;
	}
	
#icon_rack
	{
	position: absolute;
	top: 340px;
	left: 30px;
	width: 420px;
	height: 55px;
	z-index: 1;
	}
	
#icon_amp
	{
	position: absolute;
	top: 50px;
	left: 540px;
	width: 225px;
	height: 215px;
	z-index: 1;
	}

#icon_accessories
	{
	position: absolute;
	top: 415px;
	left: 30px;
	width: 95px;
	height: 95px;
	z-index: 1;
	}