/* RPGamer Style sheet >> 2005 */
body, table	{	
			/* Default Text Formatting */
	font-family	: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size	: 12px;
	line-height	: 14px;
	color		: #202020;
}	
body {
	background-image: url('/header/2007/images/bmarble.jpg'); 
	background-color: #e8e8e8;
	margin		: 0px 0px 0px 0px;
	scrollbar-Track-Color		: #000000;
	scrollbar-Face-Color		: #696969;
	scrollbar-3dLight-Color		: #000000; 
	scrollbar-Highlight-Color	: #EBEBEB; 
	scrollbar-Shadow-Color	 	: #0F3C58; 
	scrollbar-DarkShadow-Color	: #000000; 
	scrollbar-Arrow-Color		: #EBEBEB;
}
	
/* body.index {
	background: #FFFFFF url('/header/2007/images/background/torchlight_bg.jpg') no-repeat fixed top center;
}
*/

/* Custom Spacing for Paragraphs */
p, ol		{ margin-top: 10px;	margin-bottom: 10px; 	 }


/* Default Link Formatting */
a, a:link, a:visited, a:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #DB1F1F;
}
a:visited {
	color 		: #202020; 
}
a:active, a:hover {
	text-decoration: underline;
}
a.nav, a.nav:link, a.nav:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}
a.nav:active, a.nav:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C32929;
}

.SearchBoxHeader {
  height:20px;
  width:100px;
  border-width:1pt;
  border-color:#000000;
  border-style:solid;
  background-color:#E8E8E8;
  color:#000000;
}
.SearchBox {
  height:20px;
  width:150px;
  border-width:1pt;
  border-color:#000000;
  border-style:solid;
  background-color:#FFFFFF;
  color:#000000;
}
.CommentBox {
  height:15px;
  width:200px;
  border-width:1pt;
  border-color:#000000;
  border-style:dashed;
  background-color:#E8E8E8;
  color:#000000;
  font-size : 12px;
}
.sm_header {
  color : #d8d8d8;
  font-family : Western;
  text-decoration : none;
  font-size : 14pt;
}
.minus1 {
  font-family: serif;
  font-size: 9pt;
}
.txtheader {
  text-decoration : underline;
  font-style : italic;
  font-variant : small-caps;
  font-family : sans-serif;
  font-size : 12px;
}

/* Formatting Classes */
.small	{	font-size	: 10px;		}
.large	{	font-size	: 15px;		}
.white	{	color		: white;	}
.bold	{	font-weight	: bold;		}
.italic	{	font-style	: italic;	}
.blue	{	color		: #696969;	}
.indent	{	margin-left	: 10px;		}
.right 	{	text-align	: right;	}
.no-ul	{	text-decoration: none;		}
.no-marg {	margin-left	: 0px;		
		margin-right	: 0px;
		margin-top	: 0px;
		margin-bottom	: 0px;		}


/* Specific Classes */
.title	{
	font-size	: 18px;
	color			: #696969;
	line-height	: 20px;
	}
.input	{
	background-image: url(images/bg_form.gif);
	width: 70px;
	height: 17px;
	border-width: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 3px;
	}
a.article, a:link.article, a:visited.article {
	text-decoration: none;
	font-weight: bold;
	}
a:hover.article {
	text-decoration: underline;
	font-weight: bold;
	color: #C32929;
	}
a.imglink, a:link.imglink, a:visited.imglink {
	border : 1px solid #000000;
	}
a:hover.imglink {
	border : 1px solid #C32929;
	}	

/* Nav shim */

@font-face {
    font-family: 'dungeonregular';
    src: url('/design/2015/fonts/dungeon-webfont.eot');
    src: url('/design/2015/fonts/dungeon-webfont.eot?#iefix') format('embedded-opentype'),
         url('/design/2015/fonts/dungeon-webfont.woff2') format('woff2'),
         url('/design/2015/fonts/dungeon-webfont.woff') format('woff'),
         url('/design/2015/fonts/dungeon-webfont.ttf') format('truetype'),
         url('/design/2015/fonts/dungeon-webfont.svg#dungeonregular') format('svg');
}

.font-dungeon {
    font-family: dungeonregular,Verdana,Arial,sans-serif;
}

.nav-header {
    background-image: url('/design/2015/images/navbar.png');
    background-repeat: no-repeat;
    background-position: center right;
    height: 19px;
    border-left: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1px;
    padding: 0 15px 0 10px;
    margin: 10px 5px 5px;
    text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}
.nav-header::before {
    content: "\2022";
    color: #d01010;
    font-size: 17px;
    line-height: 19px;
    margin-right: 4px;
    vertical-align: middle;
}
.nav-header::after {
    content: "\00BB";
    font-size:15px;
    margin-left: 5px;
}

.nav-narrow .nav-header::after {
    display: none;
}
.nav-narrow .nav-header {
    box-sizing: border-box;
    letter-spacing: normal;
    margin: 10px 2px 5px 4px;
    padding: 0 10px 0 0;
    width: 110px;
}
.nav-narrow .nav-header::before {
    margin-right: 2px;
}
