/* ================================================= */
/* = Is the New White Shiny Available Yet? dot com = */
/* ================================================= */

/* brought to you by Grant Blakeman (@gblakeman) of gb-studio.tv / i make magical things on the internets */

@import url("reset.css");

body {
	padding-top: 175px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #212121;
	text-align: center;
	
	text-rendering: optimizeLegibility
}

body.yes {
	border-top: 5px solid #ff00ae;
}

a {
	color: #212121;
	text-decoration: none;
}

h1 a {
	display: inline-block;
	padding: 5px;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 52px;
	letter-spacing: -0.05em;
}
h1 a:hover  { color: #464646; }
h1 a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

p img {
	margin: 75px 0px 0px 0px;
	padding: 15px;
}
body.yes p img {
   -webkit-transition: all 1s ease-in-out;
   -moz-transition: all 1s ease-in-out;
   -o-transition: all 1s ease-in-out;
 }
body.yes p img:hover {
  -webkit-transform: rotate(360deg) scale(2);
  -moz-transform: rotate(360deg) scale(2);
  -o-transform: rotate(360deg) scale(2);
}

h2 a {
	display: inline-block;
	padding: 15px;
	font-size: 52px;
	line-height: 52px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.05em;
	color: white;
	background-color: #212121;
	
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
h2 a:hover  { background-color: #464646; }
h2 a:active {
	position: relative;
	top: 2px;
	left: 2px;
}
body.yes h2 a {
	color: #a3a3a3;
	background-color: white;
	border: 3px solid #a3a3a3;
}
body.yes h2 a:hover { background-color: #eaeaea; color: #838383; }
body.yes h2 a:active { border: 3px solid #838383; background-color: #838383; color: white; }

#credits_rss {
	position: fixed;
	bottom: 0px;
	left: 50px;
	padding: 10px;
	width: 225px;
	height: 20px;
	background-color: #eaeaea;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

#credits_rss p {
	font-size: 12px;
	letter-spacing: -0.07em;
}

#credits_rss p.credit {
	display: inline-block;
	padding: 5px;
	float: left;
}

#credits_rss p.rss {
	float: right;
}
#credits_rss p.rss a {
	display: inline-block;
	padding: 5px;
	
	color: white;
	
	background-color: orange;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#credits_rss p.rss a:active {
	position: relative;
	top: 1px;
	left: 1px;
}

#bug {
	position: fixed;
	bottom: 0px;
	right: 50px;
/*	padding: 10px;*/
	width: 60px;
	height: 40px;

	border-top: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#bug p a {
	display: inline-block;
	padding: 10px;
	width: 40px;
	height: 15px;
	text-indent: -9999px;
	padding: 5px;
	background-image: url(/images/vbug.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#bug p a:active {
	position: relative;
	top: 2px;
}
