﻿/* soltian.net stylesheet v1.5 */
body,td {
	background-color: #D7BB89;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #5D431E;
	font-size: 70%;
	text-align: justify;
	word-spacing: 0.1em;
	line-height: 16px; }
 
	body.index {
		background-color: #EAD2A2;
		font-family: Tahoma, Arial, Geneva, sans-serif;
		color: #5D431E;
		font-size: 70%;
		text-align: justify;
		word-spacing: 0.1em;
		line-height: 16px;}
 
	body.illust {
		background-color: #645538;
		font-family: Tahoma, Arial, Geneva, sans-serif;
		color: #44271A;
		font-size: 70%;
		text-align: justify;
		word-spacing: 0.1em;
		line-height: 16px; }

a {
	color: #917351;
	text-decoration: none; }
	
	a:visited { color: #917351; }
 
	a:hover { 
		color: #A88864; }
 
		a:hover.navi {
			filter: alpha(opacity=70);
			moz-opacity: 0.7;
			opacity: 0.7; }
 
		a:hover.push {
			position: absolute;
			top: 1px;
			left: 0px; }
		
		a:active { color: #917351; }
		
h1 {
	color: #4B3618;
	font-family: 'MuseoSlab500Regular';
	font-size: 150%;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1.5px;
	display: inline;
	border-bottom: #EAD2A2 solid 2px; }
 
b,i { color: #44271A; }

img.tb { border: 1px solid #917351; }
img:hover.tb { border: 1px solid #A88864; }

/* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
@font-face {
	font-family: 'MuseoSlab500Regular';
	src: local('☺'), url('museo_slab_500-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal; }
 
blockquote {
	color: #EAD2A2;
	font-family: Georgia, Times New Roman, Baskerville, Garamond, serif;
	font-size: 12px;
	letter-spacing: -0.0px;
	text-align: center;
	border: 1px solid;
	background-color: #706044;
	width: 430px;
	margin: 0px;
	padding: 10px; }
 
/* divs */
#updates {
	color: #82663E;
	font-size: 100%;
	background: #EAD2A2;
	border: 1px solid #82663E;
	width: 250px;
	height: 100px;
	overflow: auto;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;	}

#iframe {
	position: absolute;
	left: 51px;
	top: 74px;
	z-index: 3; }

#navi {
	border: 1px solid #1B1809;
	background-attachment: fixed;
	background-image: url(./images/pattern.png);
	background-repeat: repeat;
	background-color: #645538;
	position: absolute;
	left: 50px;
	top: 48px;
	width: 430px;
	height: 24px;
	filter: alpha(opacity=70);
	moz-opacity: 0.7;
	opacity: 0.7; }
	
#footer {
	color: #5D431E;
	font-size: 90%;
	text-align: left;
	position: absolute;
	left: 385px;
	top: 615px;
	width: 750px;	}