/*
Old version of Ogre navigation bar, with text links.

Use these LI items in /sitewide/frames/ogre6e.html's content_top parameter when using this CSS sheet.
*/

<li><a href="/ogre/products/" class="first">Games &amp; Supplements</a></li>
<li><a href="/ogre/articles/">Articles</a></li>
<li><a href="/ogre/resources/">OGRE Resources</a></li>
<li><a href="/ogre/miniatures/">OGRE Miniatures</a></li>
<li><a href="/ogre/" class="last">Main Page</a></li>

body {
	color: #27221D;
}

#wrapper {
	background: #531924 url(../img/big_background.jpg) no-repeat center top;
/*	bottom: -100px; */

/*
VERY IMPORTANT: Do not apply styles to #wrapper unless required, as #wrapper
  is an element styled by the navbar CSS. However, in this case, it is better
  to apply the background to #wrapper rather than BODY, so that if the navbar
  gets a facelift, we won't have to tweak this to compensate. This actually
  follows the core principle better than a strict "no #wrapper styles" rule
  would allow.

If this gets moved from #wrapper to BODY, change "center top" to "center 31px"
  to compensate for the navbar's height.

The #wrapper bottom value is the footer's height minus the #leftbugs bottom
  value: 210px - 310px = -100px.  This prevents a big empty spot at the bottom
  of the page.
*/
}

a:link {
	color: #732634;
}

a:visited {
	color: #6E6C64;
}

a img {
	border: none;
}

.headline {
	margin-top: 0;
	text-align: center;
}

.firstline { margin-top: 0; }
.title, .subtitle, .sub2title { text-align: center; }
.subtitle, .sub2title { margin-top: -0.5em; }

.ogrenav {
	background: #732634 url(../img/ogrenav.jpg);
	font-family: Arial, Helvetica, sans-serif;
	height: 36px;
	text-align: center;
	font-size: 16px;
	min-width: 800px;
}
.ogrenav a {
	border: none;
}
.ogrenav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 7px;
}
.ogrenav li {
	display: inline;
}
.ogrenav a:link, .ogrenav a:visited {
	white-space: nowrap;
	text-decoration: none;
	color: #FDC023;
	font-weight: bold;
	text-shadow: 0 0 10px #000000;
	margin: 0 12px;
	padding: 9px 10px 8px;
}
.ogrenav a:hover {
	color: #FFFFCC;
	background-color: #3C0000;
/* text-shadow: (left offset) (top offset) (amount) (color) */
	text-shadow: 0 0 15px #FF3300;
}
.ogrenav a.first {
	margin-left: 0;
}
.ogrenav a.last {
	margin-right: 0;
}

#content {
/*
This is a standard "boxframe" border, copied from the Cthulhu theme:
	border: 5px solid #526852;
	margin: 0 -5px;
*/
	border: none;
	margin: 0;
	overflow: hidden;
	background-color: #cfc6be;
	background-image: url(../img/whitetiles.jpg);
}

#leftcol {
	height: 100%;
}

/* This is for the credits and purchase info block, to appear to the right of a 300x150 cover image. */

#buyblock {
	min-height: 150px;
	margin-left: 300px;
	padding-left: 1em;
}

/*
This defines a reserved "bug zone" (#bugzone) at the bottom of the left column, 310px tall (height + margin-top).
Bug zone height = (total bug height) + ((1 + number of bugs) * 20px).
Currently, two bugs are defined: a 104x110 "mailing list" bug and a 147x140 "W23" bug.
Hence: (110+140) + (3*20) = 310px tall.
Note that the bugzone is only a spacer to ensure that the bugs don't get placed on top of left column content when the right column is short.  On a long-right page, the bugzone will have no visible effect.
Note that if the bugzone is taller than the page footer, the bottom value for #wrapper must be adjusted accordingly.
*/

#bugzone {
	margin-top: 20px;
}

#bugzone, #leftbugs {
	height: 290px;
	width: 200px;
}

#leftbugs {
	position: relative;
/*	bottom: 310px;
	margin-bottom: -310px; */
	top: 0;
	margin-top: -310px;
	text-align: center;
}

#leftbugs div {
	margin: 20px 0;
}

#decals {
	margin: 1em auto;
}

#decals td {
	vertical-align: center;
	padding: 0 30px;
}

/* For /ogre/products/ support pages (product category lists) */

.cover100 {
	padding: 6px 8px;
	border: none;
}
#gamelist td {
	vertical-align: top;
	text-align: left;
}
#gamelist td:first-child {
	text-align: center;
}
#gamelist td *:first-child {
	margin-top: 0;
}

/* More specific definitions */

.ital { font-style: italic; }

sup, sub {
	vertical-align: baseline;
	font-size: 0.8em;
	top: 0.1em;
	position: relative;
}
sup { top: -0.4em; }

.fl, .fr {
	border: 1px solid black;
}

.sidebox_left, .sidebox_right {
	text-align: center;
	padding: 10px;
	background-color: white;
	border: 2px solid black;
}

.fl, .sidebox_left {
	float: left;
	margin-right: 10px;
}

.fr, .sidebox_right {
	float: right;
	margin-left: 10px;
}

.sidebox_left p, .sidebox_right p { margin-bottom: 0; }

/*
From here down comes from the "caution bar" CSS file.

The next two definitions modify those above to make nice fractions possible. Use them like so:

<span class="frac"><sup>1</sup>&frasl;<sub>8</sub></span>
*/

.frac sub, .frac sup { font-size: 0.5em; }
.frac sup { top: -0.7em; margin-left: 0.2em; }

/* Definitions in this block are for the tables in /ogre/miniatures/otherminis.html */

.minislist { max-width: 95%; }
.minislist + p { margin-top: 0; }
table.minislist { margin-bottom: 1em; }

.minislist {
	margin: 0 auto;
	border-spacing: 0;
	border: none;
}
.minislist th, .minislist td {
	text-align: left;
	vertical-align: top;
	padding: 0.1em 0.5em;
}

/* Make all header cells one step larger */
.minislist th { font-size: larger; }

/* Make .quad header cells one MORE step larger */
.quad { font-size: larger; }
.quad th { text-align: center; }
.quad td { font-size: smaller; }

/* Add borders, gutter, and shading with CSS3 */
.minislist tr:nth-child(even) { background-color:#cccccc; }
.quad tr th:nth-child(3), .quad tr td:nth-child(3) { padding-left: 1em; border-left: 1px solid black; }
.quad tr th:nth-child(2), .quad tr td:nth-child(2) { padding-right: 1em; border-right: 1px solid black; }
.minislist tr:nth-child(1) th, .minislist tr:nth-last-child(1) td { border-bottom: 2px solid black; }
.minislist tr td:nth-child(1) { border-left: 2px solid black; }
.minislist tr td:nth-last-child(1) { border-right: 2px solid black; }

/* End of otherminis.html block */
