﻿/*  
    v1.0 - upload to aws



*/
#years
{
    position:relative;
    left:10px;
}

#content_years
{
    height:100%;
    position:relative;
}

.year_holder{
	display:inline-block;
}

.rt_year, .rt_year_loading{
    -moz-box-shadow:inset 0px 0px 2px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 0px 2px 0px #bbdaf7;
    box-shadow:inset 0px 0px 2px 0px #bbdaf7;
    border:1.5px solid #BBBCBC;
    display:inline-block;
    color:#E7EDEF;
    font-family:Georgia;
    font-size:60px;
    padding:70px 0px;
    text-decoration:none;
    text-shadow:1px 1px 0px #528ecc;
    text-align:center;
    width:180px;
    margin-left:8px;
    cursor:pointer;
    overflow:hidden;
    max-height:100px;
    
    transition-property:all;
	transition-duration:0.15s;
	transition-timing-function:linear;
	transition-delay:0s;
	-moz-transition-property:all;
	-moz-transition-duration:0.15s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay:0s;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.15s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay:0s;
}

.rt_year {
	background-color:#2493C8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4C9EC6), color-stop(1, #2493C8) );
    background:-moz-linear-gradient( center top, #4C9EC6 5%, #2493C8 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C9EC6', endColorstr='#2493C8');
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4C9EC6', endColorstr='#2493C8');
}
.rt_year_loading{
    background-color:#8E9AA7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8E9AA7), color-stop(1, #4B5764) );
    background:-moz-linear-gradient( center top, #8E9AA7 5%, #4B5764 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8E9AA7', endColorstr='#4B5764');
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8E9AA7', endColorstr='#4B5764');
}

.rt_year:hover {
    border:1.5px solid #ffffff;
    color:#FFFFFF;
    background-color:#1BA1E2;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #44ADE0), color-stop(1, #1BA1E2) );
    background:-moz-linear-gradient( center top, #44ADE0 5%, #1BA1E2 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44ADE0', endColorstr='#1BA1E2');
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44ADE0', endColorstr='#1BA1E2');
}

.rt_year:active {
	position:relative;
	top:1px;
}

.rt_year_albumText, .rt_year_albumText_hover 
{
    position:relative;
    font-family:Century Gothic, Arial, Helvetica, sans-serif;
    font-size:17px; 
    padding:none;
    top:-25px;
    
    transition-property:all;
	transition-duration:0.15s;
	transition-timing-function:linear;
	transition-delay:0s;
	-moz-transition-property:all;
	-moz-transition-duration:0.15s;
	-moz-transition-timing-function:linear;
	-moz-transition-delay:0s;
	-webkit-transition-property:all;
	-webkit-transition-duration:0.15s;
	-webkit-transition-timing-function:linear;
	-webkit-transition-delay:0s;
}
.rt_year_albumText 
{
    color:#A3D9F3;
}
.rt_year_albumText_hover 
{
    color:#FFFFFF;
}

.rt_year_bottom, .rt_year_bottom_hover{
	margin-top: -2px;
	margin-left:8px;
	height: 30px;
	width: 180px;
	-moz-box-shadow:inset 0px 0px 2px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 0px 2px 0px #bbdaf7;
    box-shadow:inset 0px 0px 2px 0px #bbdaf7;
}
.rt_year_bottom{
   border:1px solid #BBBCBC;
   background-color:#1BA1E2;
}
.rt_year_bottom_hover{
	background-color:#EC6C16;
    border:1px solid #ffffff;
}