/*
	Stylesheet for Northern Spanking

*/

body {
	background-color: black;
	color: #BB99FF;
	font-family: verdana, utopia, sans-serif;
	font-size: 12pt;
	background-image: url(update_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: fixed;
	line-height: 1.5em;
}

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

h1 {
	font-family: georgia, serif;
}

h2 {
	font-family: georgia, serif;
}

a:hover {
	color: white;
	text-decoration: underline;
}

p {
	padding: 3px;
}

#infobox {
	position: absolute;
	left: 50%;
	width: 500px;
	/*height: 350px;*/
	margin-left: -250px;
	border: 4px dashed #AA7799;
	background-color: #552244;
	color: #CCAAFF;
}
#infobox h1 {
	font-size: 20pt;
	font-weight: bold;
	color: #FF8888;
}

#filterbox {
	color: #BB99DD;
	font-size:10pt;
}
#filterbox a {
	margin-right: 1em;
}

#header {
	font-weight: bold;
}

#kuranes {
	color: #AAAAAA;
	font-family: Utopia serif;
	font-size: 9pt;
}
#kuranes a {
	color: #FFAAAA;
}

.ruranes {
	color: #AAAAAA;
	font-family: Utopia serif;
	font-size: 9pt;
}
.ruranes a {
	color: #FFAAAA;
}
#logobox {
	position: absolute;
	top: 20px;
	left: 40px;
	width: 740px;
	height: 250px;
/*	vertical-align: middle;*/
	overflow: visible;
}
#logobox h1 {
	font-size: 50px;
	color: #CC99EE;
}
#logobox a {
	padding-right: 1em;
	font-size: 14px;
}

#intromain {
	position: absolute;
	top: 200px;
	left: 40px;
	width: 300px;
}
#intromain h2 {
	font-size: 14pt;
	font-style: italic;
	color: #DDAAFF;
}
#intromain h3 {
	font-size: 10pt;
	color: #EE88EE;
}

#updatesbox {
	position: absolute;
	left: 350px;
	top: 200px;
	width: 350px;
	border: 1px dashed #9999AA;
}
#updatesbox h2 {
	font-size: 14pt;
	font-style: italic;
	color: #DDAAFF;
	padding-left: 5px;
}

.date {
	padding-left: 1em;
	color: #FFAADD;
}

#gallerymain {
	position: absolute;
	left: 40px;
	top: 200px;
	width: 700px;
	border: 1px dashed #9999AA;
}

#picmain {
	position: absolute;
	left: 40px;
	top: 200px;
	border: 1px dashed #9999AA;
}
#picmain img {
	margin-left: 20px;
	margin-right: 20px;
}

.littletext {
	font-size: 9pt;
}

.comment {
	margin-left: 1em;
	margin-right: 1em;
	border: 1px dashed #BB00AA;
	font-size: 10pt;
}

.post0 {
}

.post1 {
	background-color: #220033;
	-moz-opacity: 0.7;
	filter:alpha(Opacity=70);
	color: #DDAAFF;
}

