/* Style Sheet for R.I.P.T. Website */


/* Page structure */
body {margin: 0; background-image: url("blackwood.jpg");}
.header {text-align: center; width: 100%; background-image: url(blackwood.jpg); background-repeat: repeat-x; 
	height: 90px; margin-left: 0;}
.side {background-image: url(blackwood.jpg); background-repeat: repeat-y; width: 111px; max-width: 111px;
	/*padding-top: 30px;*/ vertical-align: top;}
.main {padding-top: 15px; padding-right: 10px;padding-left: 10px; padding-bottom: 15px;}

/* Styles for text */
.title {color: #003300; text-align: center; font: 32pt/38pt Georgia, Times New Roman, Times, Serif;}
.subtitle {color: #003300; text-align: left; font: 16pt Georgia, Times New Roman, Times, Serif; 
	padding-top: 5px;}
p.influences {font: 12pt Times New Roman, Helvetica, Sans-Serif; color: silver; margin-bottom: 5px; margin-top: 15px;}
p.normal {font: 12pt Times New Roman, Helvetica, Sans-Serif; color: silver; font-weight: bold; margin-bottom: 5px; margin-top: 15px;}
p.normal:first-letter {font-weight: bold; color: red;}
p.news {font: 12pt Times New Roman, Helvetica, Sans-Serif; color: silver; font-weight: bold; margin-bottom: 20px; margin-top: 0px;}
p.news:first-letter {font: 20pt font-weight: bold; color: red;}
td.table {font: 12pt Times New Roman, Helvetica, Sans-Serif; color: black; font-weight: bold; margin-bottom: 5px; margin-top: 0px;}
th.tablehead {font: 14pt Times New Roman, Helvetica, Sans-Serif; color: red; style: bold; margin-bottom: 5px; margin-top: 0px;}
h1.phead {font: Times New Roman, Helvetica, Sans-Serif; color: red; margin-bottom: 5px; margin-top: 0px;}
h1.heading {font: Times New Roman, Helvetica, Sans-Serif; color: white; margin-bottom: 5px; margin-top: 0px;}
.painting {font-style: italic;}
.hnav {text-align: center; font: 10pt Arial, Helvetica, Sans-Serif; color: white; margin-top: 10px; 
	border-top: 3px solid gray; padding-top: 10px;}
.navbar {border-left: 1px solid white; border-right: 1px solid white; padding-left: 2px; padding-right: 2px;}
.bookinf {text-align: center; font: 10pt Arial, Helvetica, Sans-Serif; color: white; margin-top: 15px; 
	margin-bottom: 10px;}
.lstupd {text-align: center; font: 10pt Times New Roman, Helvetica, Sans-Serif; color: silver; margin-top: 5px; 
	margin-bottom: 0;}
.footer {text-align: center; font: 8pt Times New Roman, Helvetica, Sans-Serif; color: white; margin-top: 15px; 
	margin-bottom: 10px;}

/* Styles for image positioning */
.rightimage {float: right; margin-right: 10px; margin-left: 10px; margin-bottom: 5px; margin-top: 5px;}
.leftimage {float: left; margin-right: 10px; margin-left: 10px; margin-bottom: 5px; margin-top: 5px;}
.center {text-align: center; margin-bottom: 10px}
IMG.large {margin-bottom: 20px;}

/*Styles for links */
A.text:link {color: white; text-decoration: none;}
A.text:visited {color: gray; text-decoration: none;}
A.text:hover {color: #FFFFFF; background-color: #005500; text-decoration: none;}
A.navbar:link {color: white; text-decoration: none;}
A.navbar:visited {color: gray; text-decoration: none;}
A.mail:link {color: red; text-decoration: none;}
A.mail:visited {color: teal; text-decoration: none;}
A.totop {float: right; font: 8pt Arial, Helvetica, Sans-Serif; margin-top: 5px;}
A.totop:link {color: #005500; text-decoration: none;}
A.totop:visited {color: #550000; text-decoration: none;}
