/**	Reset defaults
-------------------------------------------------------------------- **/

* {
	margin: 0;
	padding: 0;
	outline: 0;
	cursor: default;
	border: 0;
	text-decoration: none;
}

/**	Hide selection highlights
-------------------------------------------------------------------- **/

::-moz-selection {
	background: transparent;
	color: normal;
}

::selection {
	background: transparent;
	color: normal;
}

/**	Backgrounds and fonts
-------------------------------------------------------------------- **/

html,body {
	height: 100%;
}

body {
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 0 0px;
	background-color: #697ecc;
	background-image: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(0%, #f6f6f6), color-stop(100%, #d8d8d8));
	background-image: -webkit-radial-gradient(center, circle cover, #f6f6f6, #d8d8d8);
	background-image: -moz-radial-gradient(center, circle cover, #f6f6f6, #d8d8d8);
	background-image: -ms-radial-gradient(center, circle cover, #f6f6f6, #d8d8d8);
	background-image: -o-radial-gradient(center, circle cover, #f6f6f6, #d8d8d8);
	background-image: radial-gradient(center, circle cover, #f6f6f6, #d8d8d8);
}

body, button {
	font: 11px Helvetica, Calibri, "Lucida Grande", sans-serif;
}

ol, ul {
	list-style: none;
}

.SmallField:-moz-placeholder {
	color: #777;
	text-shadow: 0 0px 0px black;
}

:-moz-placeholder {
	color: #777;
	text-shadow: 0 0px 0px black;
}

::-webkit-input-placeholder {
	color: #777;
	text-shadow: 0 0px 0px black;
}

.logo {
	width: 700px;
	height: 251px;
	background-image: url(logo.png);
	text-align: center;
}

/**	Search form
-------------------------------------------------------------------- **/

form {
	display: inline-block;
	margin: 10px 0 0 0;
	position: relative;
}

form input {
	width: 670px;
	height: 20px;
	padding: 6px 95px 6px 10px;
	margin: 0 0px 0 7px;
	color: #414141;
	font: 15px Helvetica, Calibri, "Lucida Grande", sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,0.55);
	cursor: text;
	background-image: -moz-linear-gradient(top,  rgba(14,14,14,0.3) 10%, rgba(100,100,100,0.1) 150%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(14,14,14,0.3)), color-stop(150%,rgba(100,100,100,0.1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(14,14,14,0.3) 10%,rgba(100,100,100,0.1) 150%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(14,14,14,0.3) 10%,rgba(100,100,100,0.1) 150%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(14,14,14,0.3) 10%,rgba(100,100,100,0.1) 150%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(14,14,14,0.3) 10%,rgba(100,100,100,0.1) 150%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0e0e0e', endColorstr='#33646464',GradientType=0 ); /* IE6-9 */
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	box-shadow: 0 1px 2px rgba(255,255,255,0.75), inset 0 4px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), inset 0 4px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), inset 0 4px 7px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), inset 0 4px 7px rgba(0,0,0,0.5);
}

.SmallField {
	width: 148px;
	height: 16px;
	padding: 9px 95px 6px 9px;
	margin: 0 0px 0 7px;
	color: #414141;
	font: 13px Helvetica, Calibri, "Lucida Grande", sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,0.55);
	cursor: text;
	background-image: -moz-linear-gradient(top,  rgba(14,14,14,0.3) 10%, rgba(100,100,100,0.1) 150%); /* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%,rgba(14,14,14,0.3)), color-stop(150%,rgba(100,100,100,0.1))); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top,  rgba(14,14,14,0.3) 10%,rgba(100,100,100,0.1) 150%); /* Chrome10+,Safari5.1+ */
	background-image: -o-linear-gradient(top,  rgba(14,14,14,0.3) 10%,rgba(100,100,100,0.1) 150%); /* Opera 11.10+ */
	background-image: -ms-linear-gradient(top,  rgba(14,14,14,0.3) 10%,rgba(100,100,100,0.1) 150%); /* IE10+ */
	background-image: linear-gradient(to bottom,  rgba(14,14,14,0.3) 10%,rgba(100,100,100,0.1) 150%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d0e0e0e', endColorstr='#33646464',GradientType=0 ); /* IE6-9 */
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 1px 2px rgba(255,255,255,0.75), inset 0 4px 7px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), inset 0 4px 7px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), inset 0 4px 7px rgba(0,0,0,0.5);
	-khtml-box-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), inset 0 4px 7px rgba(0,0,0,0.5);
}

form button {
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 8px;
	padding: 2px 15px;
	color: #4a4a4a;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	font-weight: 900;
	font-size: 0.9em;
	text-transform: uppercase;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,#ddd,#aaa); /* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#aaa)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#ddd,#aaa); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#ddd,#aaa); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#ddd,#aaa); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#aaaaaa 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#aaaaaa',GradientType=0 ); /* IE6-9 */
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
	-khtml-box-shadow: 0 3px 3px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.5);
}

form button:hover {
	background: -moz-linear-gradient(top,#fff,#ccc); /* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#fff,#ccc); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#fff,#ccc); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#fff,#ccc); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

form button:active {
	position: absolute;
	top: 6px;
	bottom: 4px;
	right: 8px;
	background: #ccc; /* Old browsers */
	background: -moz-linear-gradient(top,#aaa,#ddd); /* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,from(#aaa),to(#ddd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#aaa,#ddd); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#aaa,#ddd); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#aaa,#ddd); /* IE10+ */
	background: linear-gradient(to bottom,  #aaaaaa 0%,#dddddd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#dddddd',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px 0px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px 0px rgba(255,255,255,0.5);
	-khtml-box-shadow: 0 2px 3px rgba(0,0,0,0.5), inset 0 1px 0px rgba(255,255,255,0.5);
}

/**	Footer menu
-------------------------------------------------------------------- **/

#tab {
	width: 75px;
	height: 145px;
	margin-right: 60px;
	margin-bottom: 310px;
	background-image: url(ribbon.png);
}

#menu {
	height: 13px;
	margin-bottom: -145px;
	padding: 10px 150px 40px 20px;
	background-color: #303030;
	box-shadow: 0 0 6px #000000;
	-moz-box-shadow: 0 0 6px #000000;
	-webkit-box-shadow: 0 0 6px #000000;
	-khtml-box-shadow: 0 0 6px #000000;
}

#menu a {

	padding: 10px 20px;
	margin: 5px 0 0 10px;
	color: #008a8a;
	font: 11px Helvetica, Calibri, "Lucida Grande", sans-serif;
	text-shadow: 0 1px 2px rgba(0,0,0,0.4);
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
	line-height: 9px;
	background: #2e2e2e; /* Old browsers */
	background: -moz-linear-gradient(top,#424242,#2e2e2e); /* FF3.6+ */
	background: -webkit-gradient(linear,left top,left bottom,from(#424242),to(#2e2e2e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#424242,#2e2e2e); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#424242,#2e2e2e); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#424242,#2e2e2e); /* IE10+ */
	background: linear-gradient(to bottom,  #4242420%,#2e2e2e100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#2e2e2e',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 3px 3px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.2);
	-khtml-box-shadow: 0 3px 3px rgba(0,0,0,0.5), inset 0 1px 1px rgba(255,255,255,0.2);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .75s ease-in-out; /* Safari and Chrome */
	-o-transition: all .75s ease-in-out; /* Opera */
}

#menu a:hover {
	color: #00ffff;
	text-shadow: 0 0px 10px rgba(0,255,255,0.75);
	background: -moz-linear-gradient(top, #595959, #424242);
	background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#424242));
	background: -khtml-gradient(linear, left top, left bottom, from(#595959), to(#424242));
	transition: all .07s ease-in-out;
	-moz-transition: all .07s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .07s ease-in-out; /* Safari and Chrome */
	-o-transition: all .07s ease-in-out; /* Opera */
}

#menu a:active {
	color: #00ffff;
	text-shadow: 0 0px 5px rgba(0,255,255,0.75);
	background: -moz-linear-gradient(top, #2e2e2e, #424242);
	background: -webkit-gradient(linear, left top, left bottom, from(#2e2e2e), to(#424242));
	background: -khtml-gradient(linear, left top, left bottom, from(#2e2e2e), to(#424242));
	transition: all .07s ease-in-out;
	-moz-transition: all .07s ease-in-out; /* Firefox 4 */
	-webkit-transition: all .07s ease-in-out; /* Safari and Chrome */
	-o-transition: all .07s ease-in-out; /* Opera */

}


/**	Social links
-------------------------------------------------------------------- **/

#social {
	position: absolute;
	right: 50%;
	top: 180px;
	padding-top: 0px;
	padding-right: 160px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.facebook_link {
	clear: both;
	font-size: 35px;
	color: #c7ccd1 !important;
	text-shadow: 0 -1px 0px #414141;
	text-transform: uppercase;
	margin: auto;
	text-align: center;
	line-height: 23px;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.facebook_link:hover {
	color: #0000ff !important;
}

.lower_links {
	text-shadow: 0 -1px 0 #414141;
	margin: auto;
	display: block;
	clear: both;
	padding-top: 6px;
	padding-bottom: 0px;
}

.lower_links a {
	font-size: 14px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #c7ccd1;
	line-height: 22px;
}

.lower_links a span {
	letter-spacing: normal;
}

.deviant_link {
	font-size: 22px !important;
	text-shadow: 0 -1px 0 #414141;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.deviant_link:hover {
	color: #FF00FF !important;
}

.youtube_link {
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.youtube_link:hover {
	color: #00AA00 !important;
}

.lastfm_link {
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.lastfm_link:hover {
	color: #FF9900 !important;
}

.twitter_link {
	padding-left: 10px;
	line-height: 24px !important;
	letter-spacing: 13px !important;
	font-size: 26px !important;
	text-shadow: 0 -1px 0 #414141;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	-webkit-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

.twitter_link:hover {
	color: #000099 !important;
}

#social a {
	font-family: yard_font;
 /* no .ttf */;
}

#social span {
	font-family: yard_font;
 /* no .ttf */;
}

@font-face {
	font-family: yard_font;
	src: url('../library/font.ttf');
}

/**	Clock & Date
-------------------------------------------------------------------- **/

#clock {
	position: absolute;
	left: 50%;
	padding-left: 150px;
}

#time {
	font-size: 24px;
	clear: both;
	color: #fff !important;
	text-shadow: 0 1px 3px #000;
	font-family: yard_font;
	/* no .ttf */
	text-align: center;
}

#time span {
	display: inline-block;
	text-align: center;
	width: 60px;
}

#date {
	font-size: 20px;
	font-family: yard_font;
	/* no .ttf */
	color: #c7ccd1 !important;
	text-shadow: 0px -1px 0px #414141;
	text-align: center;
	margin: 10px 0;
}


/** Theme selector
-------------------------------------------------------------------- **/

.main {
	position: absolute;
	right: 50%;
	padding-right: 325px;
}

.main .icon {
	text-align: left;
}

.icon {
	position: relative;
	height: 40px;
	padding: 8px 12px 8px 8px;
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
}

.icon img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 8px;
}

.icon:hover ul {
	visibility: visible;
	opacity: 1;
	padding: 4px 0 6px;
}

.icon ul {
	width: 150px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	border: 1px solid;
	border-color: #777 #6c6c6c #666;
	border-radius: 5px;
	-webkit-transition-property: opacity, padding, visibility;
	-moz-transition-property: opacity, padding, visibility;
	-ms-transition-property: opacity, padding, visibility;
	-o-transition-property: opacity, padding, visibility;
	transition-property: opacity, padding, visibility;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	background-color: #d9e3fa;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eef3fe), color-stop(100%, #d9e3fa));
	background-image: -webkit-linear-gradient(top, #eef3fe, #d9e3fa);
	background-image: -moz-linear-gradient(top, #eef3fe, #d9e3fa);
	background-image: -ms-linear-gradient(top, #eef3fe, #d9e3fa);
	background-image: -o-linear-gradient(top, #eef3fe, #d9e3fa);
	background-image: linear-gradient(top, #eef3fe, #d9e3fa);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 2px 5px rgba(0, 0, 0, 0.25);
}

.icon ul:before, .icon ul:after, .icon li:first-child:after {
	display: block;
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 15px;
	border: 7px outset transparent;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.icon ul:before {
	border-top: 7px solid #555;
	top: -14px;
}

.icon li:first-child:after {
	border-top: 7px solid #fff;
	top: -13px;
}

.icon ul:after {
	border-top: 7px solid #eef3fe;
	top: -12px;
}

.icon li {
	padding: 0 12px;
	font-size: 11px;
	color: #838ca2;
	text-shadow: 0 1px #fff;
}

.icon li.sep {
	border-top: 1px solid #b4bbce;
	padding-top: 4px;
	margin-top: 4px;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
}

.icon li a {
	display: block;
	position: relative;
	margin: 0 -13px;
	padding: 0 20px 0 12px;
	color: #313a4f;
	border: 1px solid transparent;
}

.icon li a:hover {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.3);
	border-color: #5a70b0 #495d98 #42558a;
	background-color: #5a70b0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7688bd), color-stop(100%, #4e64a3));
	background-image: -webkit-linear-gradient(top, #7688bd, #4e64a3);
	background-image: -moz-linear-gradient(top, #7688bd, #4e64a3);
	background-image: -ms-linear-gradient(top, #7688bd, #4e64a3);
	background-image: -o-linear-gradient(top, #7688bd, #4e64a3);
	background-image: linear-gradient(top, #7688bd, #4e64a3);
}
