/* @override http://anime-south.com/ASmodx/assets/site/ASstyleSheet.css */

body {
	margin: 0;
	padding: 0;
}

html{
		background-color: #16193a;
}
#header {
	display: block;
	padding: 0;
	margin-bottom: -187px;
	z-index: -1;
}

#content a:hover img {
	border: 4px dotted #a0c6da;
}

 a{
	font-weight: bold;
	color: #383b88;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#page {
	background-color: rgba(89,81,177,0.5);
	z-index: 0;
	width: 750px;
	position: relative;
	height: auto;
	display: block;
	margin-top: 32px;
	border-right-style: solid;
	border-right-color: #968cff;
	border-top-color: #635da6;
	border-top-style: solid;
}

#content {
	background-color: rgba(110,187,239,0.71);
	width: 650px;
	left: 100px;
	position: relative;
	top: 15px;
	height: auto;
	display: block;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #4654b1;
	border-left-color: #4654b1;
	border-right-color: #aedeff;
	border-left-style: solid;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

p {
	font: Georgia, "Times New Roman", Times, serif;
	margin-left: 25px;
	margin-right: 35px;
	color: #16193a;
}

.intro {
	background-color: #bedeff;
	z-index: 1;
	padding-bottom: 5px;
	margin-bottom: 0;
	margin-right: 25px;
	padding-left: 10px;
	margin-top: 5px;
}

.intro p{
	color: #144085;
	letter-spacing: -.02em;
	text-indent: 10px;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}


.intro h1, intro h2{
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 0;
}

.date{
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #2f4174;
	line-height: .5em;
	margin: 10px 0 0 10px;
	padding: 0;
}

h1, h2,h3,h4,h5,h6 {
	color: #191f54;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	line-height: .95;
	padding: 0;
	margin-bottom: .5em;
	margin-top: .5em;
}


#footer
{
	background-color: #3b5386;
	color: #A1C1FF;
	padding: 2px 20px 2px 100px;
	display: block;
	width: 700px;
	position: relative;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 6px;
}

#footer a:link, #footer a:visited  {
	color: #bbd1ff;
	text-decoration: none;
}

#footer a:hover {
	color: #bbd1ff;
	text-decoration: underline;
	font-weight: bold;
}
