body {
	padding: 90px 10px 10px;
	background: url(/image/PRD/pageBackground.jpg);
	background-repeat: repeat;
	border-width: 0px;
	font-size: 10pt;
}

#body {
	padding-right: 15px;
	padding-left: 10px;
	display: table;
	font-size: 11pt;
}

#header {	
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 90px;
	padding: 0px 10px 0 0;
	clear: both;
	background-image: url(/image/PRD/headerBackground.png);
	background-repeat: repeat-x ;
	min-width: 900px;
}

#headerBackdrop {
	width: 0;
	height: 0;
	float: left;
}

#paizoLogo {	
	float:  left;
	padding-top: 12px;
	padding-left: 25px;
}

#rpgLogo{
	padding-top: 12px;
	padding-left: 15px;
	float: left;
}

#prdLogo{
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 20px;
	z-index: 2;
	float: left;
}

#search {
	position: absolute;
	top: 20px;
	right: 50px;
}

#navPath {
	/*font-size: 1.2em;
	padding-top: 1em;*/
}

#plug{
	top: 45px;
	position: absolute;
	left: 515px;
	overflow: hidden;
	white-space: nowrap;
}

#msgLink {
	top: 60px;
	position: absolute;
	left: 515px;
	overflow: hidden;
	white-space: nowrap;
}

#flourishTop{
	position: absolute;
	top: -10px;
	right: 0;
}

#flourishRight {
	position: absolute;
	top: 76px;
	right: 0;
}


#sideNav {	
	float:  left;
}

#sideNav table{
	font-size: 8pt;
	clear: none;
}

#sideNav ul, #spellIndex ul, #monsterIndex ul{
	list-style-type: none;
	padding-left: .75em;
}

#spellIndex ul li ul, #monsterIndex ul li ul {
	padding-bottom: 15px;
}


table#homePageList td, table#homePageList{
	border: 0px;
	text-align: left;
	vertical-align: top;
}

#shortcutBar{
	text-align: center;
}

.right {
	float: right;
	clear: right;
	max-width:60%;
	margin: 0 0 1em 1em;
}

.left {
	float: left;
	clear: left;
	max-width:60%;
	margin: 0 1em 1em 0;
}

#footer {
	color: gray;
	clear: both;
	padding-top: 10px;
}

.legal {
	font-size: .8em;
	text-align: center;
}

img {  
	border-style: none;
}

table {
	border: 1px solid black;
	border-collapse: collapse;
	font-size: 10.5pt;
	white-space: nowrap;
}

caption {
	font-variant: small-caps;
}

td {
	vertical-align: bottom;	
}

td, th {
	border: 1px solid black;
	padding: 1px 5px 1px 5px;	
	margin: 0;	
	text-align: center;
}

td:first-child {
	text-align: left;
}

td.indent {
	text-indent: 1em;
}

td.indent2 {
	text-indent: 2em;
}

td.indent3 {
	text-indent: 3em;
}

th {	
	border-color:  black;
	background-color: gray;
	color: #d1d1d1;
	white-space: normal;
	vertical-align: bottom;
}

tr.odd {
	background-color: #eee;
}

tr.even {
	background-color: #c2c2c2;
}

tfoot td {
	border-style: none;
	white-space: normal;
	background-color: white;
}

.diagram td{
	border-style: none;
}

p.body {
	line-height: 1.2em;
	text-align: justify;
}

h1 {
	font-size: 1.75em;
	margin-bottom: 0.00em;
	margin-top: 1.00em;
	text-indent: 0.00em;
	text-align: left;
	font-weight: bold;
	font-style: normal;	
	font-variant: small-caps;
	}
	
h2 {
	font-size: 1.25em;
	margin-bottom: 0.00em;
	margin-top: 1.00em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: left;
	font-weight: bold;
	font-style: normal;	
	font-variant: small-caps;
}


h3 {
	font-size: 1.0em;
	margin-bottom: 0.00em;
	margin-top: 1.09em;
	text-indent: 0.00em;
	margin-right: 0.00em;
	margin-left: 0.00em;
	text-align: left;
	font-weight: bold;
	font-style: normal;	
	font-variant: small-caps;
}

div + h1, div + h2, div + h3, div + p,h1 + p, h2 + p, h3 + p, h1+h2, :first-child, p:first-child{
	margin-top: 0;
}

p.stat-block-title {
	margin-bottom: 0.00em;
	margin-top: 0.64em;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.1em;
	background-color: black;
	color: white;
	padding-left: .5em;
}


p.stat-block-breaker {
	font-size: .8em;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	font-variant: small-caps;
}
a:link, a:visited {
	color: #050033;
	text-decoration: underline;
}

th a:link, th a:visited {
	color: #E5E5FF;
	text-decoration: none;
}

.autocomplete-w1 { position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
