/*======================================

- ATLAS, the Takashi Shirogane (Shiro) and Keith fanlisting
- Version 1
- Author: Shinju
- Author URI: http://snow-heart.net

======================================*/

/* GLOBAL LAYOUT AND STYLE */

html, body, div, span, h1, h2, h3,
p, blockquote, figure, figcaption, a, cite, dfn,
em, img, strong, b, i, 
ol, ul, li, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	margin: 0;
	padding: 0;
}

header, section, footer, aside, nav, main, article, figure {
	display: block;
}

body {
	background: #050217 url('imgs/atlasv1_bga.png') top center repeat-x;
	color: #8a99ce;
	margin: 0 auto !important;
	text-align: center;
}

#frame {
	margin: 0 auto;
	width: 960px;
	text-align: center;
}

header {
	background: url('imgs/atlasv1_01.jpg') top center no-repeat;
	width: 960px;
	min-height: 612px;
}

main {
	background: url('imgs/atlasv1_02.jpg') top center no-repeat;
	margin-bottom: 30px;
	width: 960px;
	min-height: 77px;
	text-align: left;
}

nav {
	margin-left: 30px;
	padding: 5px 0 20px 0;
	width: 860px;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0; 
	text-align: left;
}

nav ul li {
	margin-right: 40px;
	display: inline-block;
}

nav ul li.left {
	margin-left: 20px;
}

nav ul li:last-child {
	margin-right: 0 !important;
}

nav ul li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 132px;
	height: 58px;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in;
  	-moz-transition: opacity .5s ease-in;
  	-o-transition: opacity .5s ease-in;
  	transition: opacity .5s ease-in;
}

nav ul li span:hover {
	opacity: 1;
}

li#home, li#join, li#fans, li#codes, li#site {
	width: 132px;
	height: 58px;
	position: relative;
}

li#home {
	background: url('imgs/nava_01.png') no-repeat;
}

li#home span {
	background: #050217 url('imgs/navb_01.png') no-repeat;
}

li#join {
	background: url('imgs/nava_02.png') no-repeat;
}

li#join span {
	background: #050217 url('imgs/navb_02.png') no-repeat;
}

li#fans {
	background: url('imgs/nava_03.png') no-repeat;
}

li#fans span {
	background: #050217 url('imgs/navb_03.png') no-repeat;
}

li#codes {
	background: url('imgs/nava_04.png') no-repeat;
}

li#codes span {
	background: #050217 url('imgs/navb_04.png') no-repeat;
}

li#site {
	background: url('imgs/nava_05.png') no-repeat;
}

li#site span {
	background: #050217 url('imgs/navb_05.png') no-repeat;
}

#content {
	margin: 0 auto !important;
	width: 800px;
	font: 12pt/170% 'Open Sans', sans-serif;
}

footer {
	background: url('imgs/atlasv1_footer.png') center top no-repeat;
	min-height: 31px;
	padding-top: 30px;
	font: 10pt/170% 'Open Sans', sans-serif;
	color: #6e6896;
	text-transform: uppercase;
}

#end {
	background: url('imgs/atlasv1_bgbc.png') bottom center repeat-x;
	width: 100% !important;
	min-height: 240px;
}

/* HEADERS & FONTS */

h1 {
	background: -webkit-linear-gradient(#ffd8e8, #a39cd0, #6a5e92);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font: 30pt/90% 'Lobster', cursive;
	text-align: center;
}

#content p {
	margin: 0 0 15px 0;
}

.center, .codes, #links {
	text-align: center !important;
}

hr {
	background: url('imgs/atlasv1_hr.png') top center no-repeat;
	margin: 10px 0;
	min-height: 70px;
	border: 0;
}

blockquote:not(.quotes) {
	background: rgba(97, 77, 164, 0.30);
	margin: 15px auto;
	padding: 5px 0;
	width: 500px;
	font: 20pt 'Dosis', sans-serif;
	color: #ae98f7;
	text-align: center;
	text-transform: uppercase;
	border-top: 5px double #ae98f7;
	border-bottom: 5px double #ae98f7;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

blockquote.quotes {
	margin: 15px 100px;
	font: italic 14pt/170% 'Playfair Display', serif;
	color: #ffe0ce;
}

#content ul {
	margin: 5px 0 5px 30px;
	list-style-type: none;
}

#content ul li:before {
	padding-right: 0.5em;
	color: #c2e1bc;
	content: "\2605";
}

#content ul li:nth-child(even):before {
	color: #62b4b5;
}

b, strong {
	color: #f4acec;
	text-transform: uppercase;
}

i, em {
	color: #53b0e5;
}

.hearts {
	color: #e48edb;
}

/* FORMS AND SORT*/

#form {
	margin: 0 auto !important; 
	width: 80%; 
	text-align: center !important;
}

#form table {
	border: 0;
	border-collapse: collapse;
	text-align: left !important; 
}

#form td {
	padding: 3px;
	text-align: left;
}

#form td:nth-child(odd) {
	width: 40%; 
}

#form td:nth-child(even) {
	width: 60%;
}

#form select {
	width: 100% !important;
}

#fansort, #membersort {
	margin: 0 auto !important;
	padding: 5px 0;
	width: 100%;
	text-align: center !important;
}

#fansort td:nth-child(odd) {
	padding: 0;
	width: 50%;
	text-align: right;
}

#fansort td:nth-child(even) {
	padding-left: 20px;
	width: 50%;
	text-align: left;
}

#fanlist {
	margin: 0 auto !important;
	padding: 5px 0;
	width: 100%;
}

#fanlist ul {
	margin-left: 65px !important; 
}

#fanlist ul li {
	background: rgba(97, 77, 164, 0.70);
	margin: 0 5px 5px 0;
	padding: 5px;
	width: 30%;
	font: 10pt 'Open Sans', sans-serif;
	color: #8a99ce;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

#fanlist ul li:before {
	padding-right: 0 !important;
	content: "";
}

#fanlist ul li:last-child {
	margin-right: 0 !important;
}

#fanlist li span.name {
	padding: 0 0 2px 0;
	font: italic 14pt/140% 'Playfair Display', serif;
	color: #ffb6ba;
	text-transform: lowercase;
	border-bottom: 3px double #ae98f7;
	display: block;
}

/* dead

input.show_join_name_field, input.show_join_email_field, select.show_join_country_field, input.show_join_url_field, input.show_update_old_email_field, input.show_update_current_password_field, input.show_update_name_field, input.show_update_email_field, select.show_update_country_field, input.show_update_url_field, input.show_update_submit_button, input.show_lostpass_email_field, input.show_lostpass_submit_button {
	width: 100% !important; 
	padding: 2px;
}
input.show_join_password_field, input.show_join_password_field2, input.show_update_password_field, input.show_update_password_field2 {
	width: 47.2%;
}
input.show_join_submit_button, input.show_join_reset_button {
	width: 49.5%;
}

p.show_join_credits, p.show_update_credits, p.show_lostpass_credits {
	display: none;
}

*/

/* TEXT AREAS & SELECTIONS */
input, select, option {
	font: 12pt/170% 'Open Sans', sans-serif;
	color: #8a99ce;
}

input {
	background: transparent;
	margin: 0 0 5px 0; 
	padding: 2px 5px; 
	border-top: 0;
	border-right: 0; 
	border-bottom: 3px double #ae98f7; 
	border-left: 0;
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}

input[type=text], input[type=password] {
  width: 94%;
}

input[type=submit] {
	background: transparent !important;
	padding: 5px;
	width: 100%;
	text-transform: uppercase;
}

select {
	background: #050217;
	padding: 2px 5px; 
	border: 3px double #ae98f7; 
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
}

option {
	padding: 2px 5px;
}

/* LINKS */
a, a:link, a:visited {
	color: #e68ab7;
	text-decoration: none;
}

a:hover {
	color: #ffc795;
}

/* IMAGES */
img {
	border: 0px;
}

.codes img, #links img {
	margin: 3px; 
	border: 5px solid #37356a; 
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	opacity:0.5; 
	-webkit-transition: opacity .5s ease-in; 
	-moz-transition: opacity .5s ease-in; 
	-o-transition: opacity .5s ease-in; 
	transition: opacity .5s ease-in;
}

.codes img:hover, #links img:hover {
	border: 5px solid #8886d5; 
	opacity: 0.9;
}