/* Original CSS markup provided in part by glish.com's online CSS tutorials, and bits from elsewhere. 
  Mostly from bluerobot.com's Layout Reservoir, actually. An excellent resource! http://www.bluerobot.com/web/layouts/ */

/* warbard.css created by Brian Burger, Dec 2003 for http://www.warbard.ca/index.html  */

/* copyright 2005, Brian Burger */
/* See www.warbard.ca/tech.html for specific copyright & license information. */
/* warbard.css is licensed under the Creative Commons/GNU General Public License:  http://creativecommons.org/licenses/GPL/2.0/ */
/* PLEASE NOTE that this DOES NOT include the rest of the contents of my website (HTML & images)! Just warbard.css! */

/* Anything with "F" in the name is a fantasy-section style */

/* Body & links */

body {
	margin:0;
	padding:0;
	background:#F8EFDD;
	font-size:10pt;
	font-family:serif;
	}

/* 'body.battle' is used in "battle#.html" files */

body.battle {
	margin:10pt 20pt 10pt 10pt;
	padding:0;
	background:#F8EFDD;
	font-size:10pt;
	}

a:link {
	color:#0060FF;
	text-decoration:none;
	background:none;
	}

a:visited {
	color:#d900d9;
	text-decoration:none;
	}

a:hover {
	color:#0060FF;
	text-decoration:underline;
	}

a:active {
	color:#FF0000;
	text-decoration:none;
	}

/* "link.out" used for the bold text external links */

a:link.out {
	color:#0060FF;
	text-decoration:none;
	font-weight:bold;
	}

a:active.out {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
	}

a:hover.out {
	color:#0060FF;
	text-decoration:underline;
	font-weight:bold;
	}

a:visited.out {
	color:#d900d9;
	text-decoration:none;
	font-weight:bold;
	}

/* Page divisions */
/* Anything with "F" in the name is for the fantasy wargaming layout */

#topbar {
	BACKGROUND:#324532;
	background:url(images/alien7s.jpg) repeat-x;
	COLOR:#ffffff;
	height:100px;
	BORDER-BOTTOM:3px #0060ff ridge;
	BORDER-TOP:3px #0060ff ridge;
	}

#topbarF {
	BACKGROUND:#f7f7f7;
	background:url(images/greypattern.jpg);
	COLOR:#000000;
	height:120px;
	BORDER-BOTTOM:3px #101f47 ridge;
	BORDER-TOP:3px #101f47 ridge;
	}

#sidebar {
	background:#F8EFDD;
	margin:1.5em 1em 1.5em 1em;
	padding:0.4em;
	border:1px #0060ff solid;
	color:#ff0000;
	}

#sidebar3 {
	background:#D7CBAD;
	font-size:0.9em;
	margin:1.5em 1em 1.5em 1em;
	padding:0.4em;
	border:1px #000 solid;
	color:#ff0000;
	}

#sidebarF {
	background:#f7f7f7;
	margin:1.5em 1em 1.5em 1em;
	padding:0.4em;
	border:1px #ff0000 solid;
	color:#ff0000;
	}

#rightcontent {
	background:#F8EFDD;
	margin:0px 50px 5px 175px;
	padding:10px;
	}

#leftcontent {
	position:absolute;
	top:106px;
	left:0px;
	width:150px;
	background:#324532;
	background:url(images/alien7.jpg);
	border-right:0.3em #0060ff ridge;
	border-bottom:0.3em #0060ff ridge;
	margin-bottom:1em;
	}

#leftcontentF {
	position:absolute;
	top:126px;
	left:0px;
	width:160px;
	background:#324532;
	background:url(images/lionguardant.jpg) repeat-y;
	border-right:0.3em #101f47 ridge;
	border-bottom:0.3em #101f47 ridge;
	}

/* Graphic decoration inside #leftcontentF: */	
#halberd {
	height:250px;
	width:75px;
	display:block;
	margin:0.5em auto;
	}	

#footer {
	clear:both;
	background:#B6AD9B;
	width:100%;
	height:70px;
	border-top:0.3em #0060ff ridge;
	}

#footerF {
	clear:both;
	background:#f7f7f7;
	width:100%;
	height:70px;
	border-top:0.3em #101f47 ridge;
	}

#footer p, #footerF p {
	padding:0.5em;
	}

#column {
	float:right;
	width:40%;
	margin-right:-2em;
	}

div.highlight {
	background:#B6AD9B;
	padding:0.5em;
	margin:0.3em;
	border:1px #0060ff solid;
	}

/* "L" for featured Links */
div.highlightL {
	background:#8F9DBD;
	padding:0.5em;
	margin:0.3em;
	border:1px #0060ff solid;
	}

/* "S" for Site News */
div.highlightS {
	background:#D7CBAD;
	padding:0.5em;
	margin:0.3em;
	border:1px #000 solid;
	}

/* "F" for Fantasy features or quotes */
div.highlightF {
	background:#B6AD9B;
	padding:1em;
	margin:0.3em;
	float:right;
	border:2px #f00 ridge;
	}

/* Creative Commons Fundraising Link */

#commons {
	border:1px #0060FF solid;
	height:35px;
	width:96px;
	display:block;
	margin:0.5em auto;
	}

/* Text formatting */

h1 {
	font-size:2.2em;
	color:#fff;
	padding:0;
	vertical-align:middle;
	font-family:sans-serif;
	text-transform:uppercase;
	margin:0;
	}

h1.fant {
	font-size:2.5em;
	color:#000;
	padding:0;
	margin:0;
	vertical-align:middle;
	font-family:serif;
	text-transform:none;
	}

h2 {
	font-size:2em;
	padding-top:1em;
	margin:0 3em 0.2em -0.5em;
	padding:0;
	}

span.subhead2 {
	font-size:2em;
	padding-top:1em;
	margin:0 0.2em 1em 0.2em;
	}

span.quote {
	font-style:italic;
	font-size:1em;
	margin-left:5em;
	}

span.quoteF {
	font-style:italic;
	font-size:1em;
	margin-left:5em;
	}

span.new {
	font-size:1.1em;
	background:#B6AD9B;
	color:#fe0;
	font-weight:bold;
	border:1px #fe0 solid;
	}

span.changed {
	color:#f00;
	font-weight:bold;
	}

span.hilite {
	color:#339933;
	font-weight:bold;
	}

/* 'post' is for sg2fifteen.html's listings */

div.post {
	background:#fff;
	float:right;
	width:20%;
	padding:2px;
	border:1px #0060ff ridge;
	}

/* List Formatting */

ul {
	line-height:2em;
	}

ul.list {
	line-height:1.2em;
	}

ul.list li {
	margin-bottom:1em;
	}

ul.display {
	line-height:1.1em;
	list-style:none inside;
	margin:0;
	padding:0;
	}

#sidebar ul, #sidebarF ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1;
	}

#sidebar ul li, #sidebarF ul li {
	margin-bottom:1em;
	}

#sidebar ul ul, #sidebarF ul ul {
	margin: 0 0 5px 10px;
	}

#sidebar ul ul li, #sidebar ul ul ul li, #sidebarF ul ul li, #sidebarF ul ul ul li {
	margin:0;
	padding:0;
	list-style:none;
	}

#sidebar ul ul ul, #sidebarF ul ul ul {
	margin: 0 0 5px 15px;
	}

#sidebar3 ul, #sidebar3 li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1em;
	}


/* Gallery Layout */

div.Lgal {
	float:left;
	width:300px;
	padding:0.5em;
	font-size:0.95em;
	}

div.Rgal {
	float:right;
	width:300px;
	padding:0.5em;
	font-size:0.95em;
	}

div.LM {
	float:left;
	width:250px;
	padding:0.5em;
	font-size:1.2em;
	font-weight:bold;
	}

div.RM {
	float:right;
	width:250px;
	padding:0.5em;
	font-size:1.2em;
	font-weight:bold;
	}

div.LS {
	float:left;
	width:350px;
	padding:0.5em;
	}

div.RS {
	float:right;
	width:350px;
	padding:0.5em;
	}


/*  End warbard.css  */
