/* css your poison menu style */
/* by Kelvin Owers - spittingcat.com */

.window_big .diagram_small {display:none;}
.window_medium .diagram_small {display:none;}
.window_small .diagram_small {display:block;}

.window_big .diagram_normal {display:none;}
.window_medium .diagram_normal {display:block;}
.window_small .diagram_normal {display:none;}

.window_big .diagram_big {display:block;}
.window_medium .diagram_big {display:none;}
.window_small .diagram_big {display:none;}

html, body {
	background: #070908 url(/interface/skull_poison.jpg) no-repeat top left fixed;
    color: #FFFFFF;
    font-family: Gadget, "Andale Mono", Consolas, "Courier New", monospace;
    font-size: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

img {
    font-size: 0.8em;
    border: 0px;
}

#main {
	color: #414139;
	background: #F2F0D1;
	border-left: solid 1px #FF6600;
	border-bottom: solid 1px #FF6600;
	margin-left: 371px;
	padding-bottom: 1em;
/*	min-height: 100%;   Safari? */
}

td {border-collapse: collapse;} /* make IE behave normally for tables */

del {color: #999999;}

hr {
    color: #999999; /* IE */
    background-color: #999999; /* W3C */
    border: 0; /* noshade */
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
    _margin: 0px; _padding: 0px;
}

.titles {
    position:relative;
    font-size: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
/*  left: 10px; */
/*  width : 90%; */
	font-style: italic;
	letter-spacing: 1;
	padding-top: 1em;
/*    font-family:  Bembo, "Adobe Garamond Pro", Garamond, "Adobe Jenson Pro", Jenson, Sabon, Constantia, Cambria, Georgia, Gadget, Helvetica, Arial; */
    font-family: "Trade Gothic", "Helvetica Neue", "Helvetica Neue CE 55 Roman", "Helvetica 55 Roman", Helvetica, Calibri, Verdana, Arial;
}

.reading {
    position:relative;
    font-size: 0.9em;
    padding-left: 20px;
    padding-right: 20px;
/*  left: 50%; */
/*  margin-left: -40%; */
/*  width: 80%; */
	font-style: normal;
	letter-spacing: 1;
	line-height: 1.2;
    font-family: "Trade Gothic", "Helvetica Neue", "Helvetica Neue CE 55 Roman", "Helvetica 55 Roman", Helvetica, Calibri, Verdana, Arial;
}

.reading a {
    text-decoration: underline;
    color: #000000
}
.titles a {
    text-decoration: none;
    color: #000000
}
.reading a:hover, .titles a:hover {
    text-decoration: none;
    background: transparent url(../interface/orangepixel.gif) repeat-x 0 1em;
    color: #000000;
}

.explain {
/*    font-size:1.1em; */
}

#intro {padding-top: 10px;}

.magquote {
    font-style: italic;
    font-weight: 600;
    font-size: 1em;
}

.magname {
    color: #000000;
}

.linkon {
    position:relative;
    font-family: Gadget, Calibri, Verdana, sans-serif;
    font-size: 0.9em;
    right: 10px;
    text-align: right;
}
.linkon a {
    text-decoration: none;
    color: #28328D;
}
.linkon a:hover {
    text-decoration: none;
    background: transparent url(/cotic_menu_05/decoration/orangepixel.gif) repeat-x 0 1em;
    color: #000000;
}

.smallprint {
    font-family: Gadget, Calibri, Verdana, sans-serif;
    font-size: 0.8em;
}

.save {color: #F10000;}