/* CSS Document */
#animeostnav {
	list-style: none;
	padding: 0;
	margin: 10px auto;
	width:700px;
}

#animeostnav li {
	display: inline;
	text-transform: capitalize;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: 7px;
	text-decoration: none;
}

#animeostnav li .current{
	text-decoration: underline;
	font-weight: bold;
}

#animeostnav li a {
	text-transform: capitalize;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

#animeostgallerly {
	text-align:center;
	width: 940px;
	display: block;
	clear: both;
	margin: auto;
}

.archivegallerly 
{
	margin: 10px auto;
	display:block;
}

.ostcover {
	background-color:#DDDDDD;
	width: 210px;
	padding: 5px 2px 2px 5px;
	text-align:center;
	vertical-align: middle;
	float: left;
	margin: 2px 12px 8px 2px;
	
	border-top: 2px solid #999999;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 2px solid #999999
}

.ostcover img {
	border-top: 1px solid #555555;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #555555;
	width: 200px;
	height: 200px;
}

.ostcoverimg
{
	width: 200px;
	height: 200px;
	margin-bottom:1em;
}


.ostdetails
{
	width: 200px;
	height: 200px;
	margin-bottom:1em;
	
	text-align:left;
}
/*
.ostcover img:hover {
	border-top: 2px solid #333333;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 2px solid #333333;
}
*/
/*MSIE 6.0 and lower fix, while it doesn't support hover element*/
.ostcover .hover {
	border-top: 2px solid #333333;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 2px solid #333333;
}

.ostcover a {
	text-decoration: none;
	color: #000000;
}

.clearline {
	clear: left;
}

.footer {
	clear:both;
	padding-top:10px;
}
