/*

ISSN -- CSS
11 Aug 2003
Noel D. Jackson (noel@noeljackson.com)

*/

/* The Body--start at the beginning 'cause there's nowhere else to start. */
body
{
	text-align: center;
	background-color: black;
	font-family: Georgia, Verdana, Univers, "Espy Sans", sans-serif;
	color: #ccc;
	line-height: 1.3em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* layout */
#holder
{
	width: 80%;
	background-color: #f90;
	margin-left: auto;
	margin-right: auto;
}

#column
{
	width: 200px;
	float: left;
	text-align: left;
}

#content
{
	position: relative;
	right: 0px;
	background-color: black;
	text-align: left;
	margin-left: 201px;
	padding: 1px 0px 10px 15px;
}

/* Head Elements */
h1
{

	/*Size of the image*/
   padding-top: 170px;
   width: 186px;
        
   /*The image*/
   background-image: url(ISSN1.gif);
   background-repeat: no-repeat;
        
   /*Hide the text*/
   overflow: hidden;
   /* WIN IE5 hack */
   height: 170px;
        
   voice-family: "\"}\""; 
   voice-family:inherit;
   height: 0; 
}

h1
{
	font-weight: bold;
	font-family: Verdana;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-left: 7px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2
{
	font-family: Verdana;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	letter-spacing: 0.2em;
}

h3, h3 a:link, h3 a:visited
{
	font-family: Verdana;
	font-weight: bold;
	margin-top: 1.5ex;
	font-size: 14px;
	margin-left: 0em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

/* Used this regex to replace in html:
\<h3 id="(.*?)"\>(.*?)\<\/h3\> to <h3 id="\1"><a href="#\1">\2</a></h3> */


h4, h5, h6
{
	font-family: Verdana;
	font-weight: normal;
	margin-top: 1.1ex;
	margin-bottom: 0.5em;
	margin-left: 0em;
	font-style: italic;
	text-align: center;
}

/* Other Formatting */
a:link
{
	color: #fc9;
	font-weight: bolder;
	text-decoration: underline;
	font-family: Verdana;
}

a:visited
{
	color: #c3c;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana;
}

a:hover
{
	color: #ff6600;
	text-decoration: underline overline;
}

a:link.orange
{
	color: black;
}

/* #column a:hyperlinks */



div#column a:link
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	border-bottom: none;
}

div#column a:link.visited
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	border-bottom: 1px dotted #ccc;
}

div#column a:link.hover
{
	color: green;
	text-decoration: underline;
	font-weight: bold;
	font-family: Verdana, "Lucida Grande", "Trebuchet MS", sans-serif;
	border-bottom: none;
}


abbr, acronym, span.jakob
{
	border-bottom: 1px dotted #000000;
}

blockquote
{
	margin-left: 5em;
	margin-bottom: 1em;
}

em
{
	font-style: italic;
}

form, legend, fieldset
{
	margin-top: 0;
}

ol, ul
{
	margin-left:1em;
	margin-top: 0px;
}

li, dt, dd
{
	margin-top: 0.5ex;
}

dl, dt, dd {text-align: left; color: black;}

dl { padding-left: 1em; padding-right: 1em; }

strong
{
	font-family: Verdana, Univers, sans-serif;
	font-weight: bold;
}

/* special classes and other stuff */
p, .indented
{
	margin-left: 2em;
	margin-top: 0px;
}

#column p
{
	font-size: 10px;
	text-align: left;
	margin: 1ex 1px 0px 1px;
	padding: 0;
	color: black;
}

p.youarehere
{
	text-align: right;
	font-family: Verdana;
	font-size: small;
	padding-bottom: 1ex;
	margin: 0px auto 0px 0px;
	background-color: black;
}

/* Unused, but Noel didn't want to change them for fear of Joe just having to add them again. */
p.dialogue
{
	margin-bottom: 0;
	text-indent: 1em;
}

span.smallcaps, span.caps
{
	letter-spacing: .1em;
}

span.hilite
{
	border: dashed 1px #339933;
	color: black;
	padding: 1px;
	font-weight: bold;
}

div.hilite
{
	border: dotted 3px #339933;
	color: black;
	padding: 0.5em;
}

.cc
{
	font-family: "TheSans Mono", monospace;
}

.noindent
{
	margin-left: 0;
}

.cc
{
	font-family: "TheSans Mono", monospace;
}
