
/*
				d8b
				888
				888
	d8b d8b d8b 888
.db 888888888888888
888 88888888P "4888
888 888888888   888
88888    d888   888
88888b         d88P
"48888.d888888888P
  "8888888888888"
   "88888888888P
*/


/* //////////////    NAV    \\\\\\\\\\\\\\ */
.home #currentPage {
	color: #ffffff;
	background: #ABABAB;
}

.home #currentPage:hover {
	color: #ABABAB;
	background: #ffffff;
}

.home .navButton {
	color: #ABABAB;
	background: #ffffff;
	box-shadow: 0 0 0 1px #E0E0E0 inset, 0 2px 0 0 #D8D8D8;
}

.home .navButton:hover {
	color: #ABABAB;
}

.home .navButton:active {
	color: #ABABAB;
  	box-shadow: 0 0 0 0 #D8D8D8 inset;
}

.home .nav li a {
	background: #E0E0E0;
}

.home .nav li a:hover {
	color: #ABABAB;
	background: #ffffff;
}

/* //////////////    SUN HOME    \\\\\\\\\\\\\\ */
.home .main {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: #ffffff;
}

.home .informationBlock {
	background: transparent;
	border-bottom: 0;
}

/* //////////////    HOME PLANETS    \\\\\\\\\\\\\\ */
.home .defaultEarth {
	position: fixed;
	right: 71%;
	top: 37%;
}

.home .defaultEarth div {
	position: relative;
}

.home .defaultEarth .earth {
	width: 10px;
	height: 10px;
	background: #0fa2cb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 2;
	position: absolute;
}

.home .defaultEarth .shadow {
	width: 12px;
	height: 4px;
	position: absolute;
	top: 8px;
	right: -13px;
	background: #D0D0D0;
	-webkit-border-radius: 10px/4px;
	-moz-border-radius: 10px/4px;
	border-radius: 10px/4px;
}

.home .defaultVenus {
	position: fixed;
	left: 71%;
	top: 39%;
}

.home .defaultVenus div {
	position: relative;
}

.home .defaultVenus .venus {
	width: 15px;
	height: 15px;
	background: #d14e42;
	-moz-border-radius: 7.5px;
	-webkit-border-radius: 7.5px;
	border-radius: 7.5px;
	z-index: 2;
	position: absolute;
}

.home .defaultVenus .shadow {
	width: 16px;
	height: 6px;
	position: absolute;
	top: 12px;
	right: -19px;
	background: #D0D0D0;
	-webkit-border-radius: 10px/4px;
	-moz-border-radius: 10px/4px;
	border-radius: 10px/4px
}

.home .defaultMercury div {
	position: relative;
}

.home .defaultMercury {
	position: fixed;
	left: 30%;
	top: 48%;
}

.home .defaultMercury .mercury {
	width: 20px;
	height: 20px;
	background: #e5614e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 25px;
	z-index: 2;
	position: absolute;
}

.home .defaultMercury .shadow {
	width: 20px;
	height: 8px;
	position: absolute;
	top: 15px;
	right: -23px;
	background: #D0D0D0;
	-webkit-border-radius: 10px/4px;
	-moz-border-radius: 10px/4px;
	border-radius: 10px/4px;
}

.home .defaultSun {
	position: fixed;
	right: 50%;
	top: 30%;
}

.home .defaultSun div {
	position: relative;
}

.home .defaultSun .sun {
	width: 250px;
	height: 250px;
	background: #FFC43A;
	-moz-border-radius: 125px;
	-webkit-border-radius: 125px;
	border-radius: 125px;
	z-index: 2;
	position: absolute;
}

.home .defaultSun .sunShadow {
	width: 248px;
	height: 244px;
	background: #DFA622;
	-webkit-border-radius: 125px;
	-webkit-border-bottom-right-radius: 150px;
	-moz-border-radius: 125px;
	-moz-border-radius-bottomright: 150px;
	border-radius: 125px;
	border-bottom-right-radius: 125px;
	z-index: 1;
	position: absolute;
	top: 7px;
	right: -257px;
}

.home .defaultSun .shadow {
	width: 250px;
	height: 90px;
	position: absolute;
	top: 197px;
	right: -320px;
	background: #D0D0D0;
	-webkit-border-radius: 125px/45px;
	-moz-border-radius: 125px/45px;
	border-radius: 125px/45px;
}

.home .defaultSun .innerShadow {
	width: 125px;
	height: 45px;
	position: absolute;
	top: 215px;
	right: -219px;
	background: #B2B2B2;
	-webkit-border-radius: 62.5px/22.5px;
	-moz-border-radius: 62.5px/22.5px;
	border-radius: 62.5px/22.5px;
}
