/*
Style Sheet for http://rock13.com/nikita/
The overall effect is for White/Grey on Black.
Style changes from the general.css are green links and headings.
*/

BODY {background: #000 none; color: #ccc;
	margin-left: 0.25em;
	margin-right: 0.25em;
	margin-top: 0em;
	margin-bottom: 0.25em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

H1, H2, H3, H4, H5, H6 {
	background: transparent;
	color: #090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

H1 {font-size: 160%}
H2 {font-size: 130%}
H3 {font-size: 115%}
H4 {font-size: 105%}
H5 {font-size: 90%}
H6 {font-size: 80%}


/* - - - - - - - - - - - - - - - - - */

P, UL, OL, DL, FORM, SMALL, DIV, TD, TH {
	color: #ccc;
	background: transparent;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

P, DL{margin-left: 1.5em;
	margin-right: 1.5em;
	line-height: 110%;
}

DD P {margin-left: 0em;
	margin-right: 0em;
	line-height: 110%;
}

DT {	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

PRE { display: block;
	color: #ccc;
	background: transparent;
	font-family: Courier, monospace;
	line-height: 110%;
	white-space: pre;
}

SMALL {font-size: 80%;}

CODE {font-size: 80%; font-family: Courier, monospace;}

TT {font-family: Courier, monospace;
	background: transparent;
	color: #fff;
}

SUP, SUB {font-size: 80%;
	font-family: Courier, monospace;}
SUP {vertical-align: super;}
SUB {vertical-align: sub;}


P STRONG, P EM, UL STRONG, UL EM, OL STRONG, OL EM
DL STRONG, DL EM {
	color : #fff;
	background: transparent;
}

.note EM, .note STRONG {color : #000;
	background: transparent;
}

FORM {font-size: 80%;}

HR {color: #ccc;
	background: transparent;
	margin-left: 5%; margin-right: 5%;
}

/*
LINKS - - - - - - - - - - - - - - - - -
*/

A:link, A:link IMG {text-decoration: underline;
	color: #3f0;
	background: transparent;
}
A:active, A:active IMG {text-decoration: none;
	color: #ccc;
	background: transparent;
}
A:visited, A:visited IMG {text-decoration: none;
	color: #390;
	background: transparent;
}
A:hover, A:hover IMG {text-decoration: none;
	color: #f00;
	background: #333;
}

UL LI {list-style-type: circle; list-style-position: outside;}
UL UL LI {list-style-type: circle; list-style-position: outside;}

UL.plain {list-style-type: none}

/*
CLASSES - - - - - - - - - - - - - - - -
*/

.byline {text-align: center;
	font-size: 80%;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 2em;
	padding-right: 2em;
}

.note { font-family: Courier, monospace;
	margin-left: 10%;
	margin-right: 10%;
	text-indent: 1em;
	color: #000;
	background: url(/sq.gif) #fff;
	padding: 0.25em;
}

.billboard { font-size: 80%;
	border: thin solid #00f;
	text-align: center;
}

.important { font-size: 105%;
	color: #f00;
	background: transparent;
	font-weight: normal;
	font-style: italic;

}

.premise {font-family: Courier, monospace;
	background: transparent;
	color: #fff;
	margin-left: 60px;
	margin-right: 60px;
}

DIV.form {text-align: center;
	border: 1px solid #ccc;
}

.center {text-align: center}
.right {float: right}
.small {font-size: 80%;}
.smaller {font-size: x-small;}

#google-search {
	float:right;
	margin-left:auto;
	margin-right: 1em;
	}
