/*

Screen Stylesheet for jQuery Realistic Hover Effect
Created by Adrian Pelletier
http://www.adrianpelletier.com

*/


/* =Imports
============================================================================== */

	/*@import url("resets.css");*/


/* =Base Structure
============================================================================== */

/* =Navigation
============================================================================== */

/* =Reflection Nav
-------------------------------------------------------------------------- */
		
		#nav-reflection {
		position:relative;
		top: 53px;
		float:right;
		width: auto;
		
		min-height: 80px;
		list-style: none;
			}
			
		#nav-reflection li {
			margin-right: 0px;
			width: 48px;
			float: left;
			}
			
		#nav-reflection a, #nav-reflection a:visited, #nav-reflection a:hover {
			width: 42px;
			height: 40px;
			text-indent: -9999px;
			overflow: hidden;
			background: url(../images/social_icons/icons.png) no-repeat;
			display: block;
			
			}
			
		#nav-reflection span {
			margin-top: 1px;
			width: 45px;
			height: 24px;
			text-align: center;
			background: url(../images/social_icons/icons-reflections.png) no-repeat;
			display: block;
			
			}
			
		/* Button Colors */
		
		#nav-reflection li.button-color-1 a {
			background-position: -1px -3px;
			}
			
		#nav-reflection li.button-color-2 a {
			background-position: -66px -3px;
			}
			
		#nav-reflection li.button-color-3 a {
			background-position: -130px -3px;
			}
			
		#nav-reflection li.button-color-4 a {
			background-position: -194px -3px;
			}
			
		#nav-reflection li.button-color-5 a {
			background-position: -256px -3px;
			}	
			
		/* Button Reflection Color */
		
		#nav-reflection li.button-color-1 span {
			background-position: 0 0;
			}
			
		#nav-reflection li.button-color-2 span {
			background-position: -64px 0;
			}
			
		#nav-reflection li.button-color-3 span {
			background-position: -129px 0;
			}
			
		#nav-reflection li.button-color-4 span {
			background-position: -192px 0;
			}
			
		#nav-reflection li.button-color-5 span {
			background-position: -255px 0;
			}	
			
