﻿/* main.css */
/* written by Rosalinda StMatthew */
/* copyright 2010 DoubleObsession */








/* Sets background, colors, font faces */

body {

	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	padding: 30px 50px 5px 120px;
	text-align: justify;
	}

a:link {
	color: #a4a4a4; 
	background-color: white;
	text-decoration: none;
	}

a:visited{
	color: #c4c4c4; 
	background-color: white;
	text-decoration: none;
	}

a:hover{
	color: #727272; 
	background-color: white;
	text-decoration: none;
	}

a:active{
	color: white; 
	background-color: grey;
	text-decoration: none;
	border: 1px solid black;
	}

.banner {

	padding: 0 0 30px 0;
	text-align: left;
	}


.title {

	font-size: 22px;
	font-weight: 900;
	text-align: right;
	letter-spacing: 2px;
	color: #444444;
	}

.author {

	font-size: 16px;
	font-weight: 500;
	text-align: right;
	}

.end {

	font-size: 16px;
	font-weight: 600;
	}

.nav {

	text-align: right;
	font-size: 15px;
	font-weight: 100;
	color: #777777; 
	}

a.nav {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 2px;
	}

.chap {

	text-align: left;
	font-size: 15px;
	font-weight: 100;
	color: #555555;
	}

a.chap {
	font-size: 20px;
	font-weight: 600;
	}

.indextitle{

	font-size:32px;
	font-weight: 900;
	text-align: left;
	padding:0;
	letter-spacing:3px;
	color: #666666;
	}

a.maintitle {
	font-size: 19px;
	font-weight: 500;
	padding: 0 50px;
	color: #777777;
	}

a.main {

	font-size: 15px;
	font-weight: 100;
	padding: 0 100px;
	}

/* Makes the Comment at LiveJournal link more obvious */

a.lj {
	color: #444444;
	font-weight: 900;
	}


/* Sets the font face of StudioSpeak.  Appears only in doll03.html, doll04.html, doll05.html, doll07.html. */

.studiospeak {
	
	font-family: "times new roman", courier;
	font-weight: bold;
	}



/* Sets the font face and margins of porn-film.  Appears only in onlylove02.html. */
	
.porn {
	
	font-family: "times new roman", courier;
	font-weight: bold;
	padding-left: 25px;
	padding-right: 15px;
	}





/* Crosses out King Stephen's 'mistake' in Foolish Heart.  Appears only in whoa02.html */
	
.foolishheart {

	text-decoration: line-through;
	}





/* Distinguishes Pacificana's ascencion line from the other royal children.  Appears only in whoa06.html  */

.royalty {

	color: red;
	}

