/* Obvious enough, I hope.... */
/* Theme for Jefferson By NahtanoJ88 */


/* basic link definitions... */
a
{
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}

a:link
{
	color: #99fffd;
}

a:visited
{
	color: #79eeee;
}

a:hover
{
	color: #baffee;
}

a:active
{
	color: #88eedd;
}

a.pubnavlink
{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
}

a:link.pubnavlink
{
	color: #99fffd;
}

a:visited.pubnavlink
{
	color: #79eeee;
}

a:hover.pubnavlink
{
	color: #baffee;
}

a:active.pubnavlink
{
	color: #88eedd;
}

/* For all paragraphs on the main site... */
p
{
	text-indent: 3em;
	margin-top: .5em;
	margin-bottom: .5em;
}

/* self-explanatory? */
h1
{
	font-size: 4em;
	font-weight: bold;
	text-align: center;
	margin-top: .1em;
	margin-bottom: .2em;
}

h2
{
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	margin-top: .1em;
	margin-bottom: .2em;
}

h3
{
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-top: .1em;
	margin-bottom: .2em;
}
.notice
{
	font-weight: bold;
	color: #ffffff;
}
/* Okay, "red" is a misnomer.  Used as an attention-getter. */
h3.red
{
	font-size: 1.5em;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

/* Used for DIVs that contain lots of text in them.  This is the primary "box"
	used on the site */
.text
{
	background-color: #48abe2;
	color: #000000;
	font-size: medium;
	font-weight: normal;
	text-align: left;
	border-width: 2px;
	border-style: solid;
	border-color: #3376a2;
	padding: 5px;
	opacity: 0.8;					/* CSS 3.0 */
	MozOpacity: 0.8;				/* Mozilla */
	KhtmlOpacity: 0.8;				/* KDE / Safari */
	filter: alpha( opacity=80 );	/* IE. */
}

/* Outer menu block - IE */
.menu
{
	background-color: transparent;
	color: #ffffff;
	font-size: small;
	font-weight: normal;
	text-align: right;
	border-style: none;
	padding: 0px;
	width: 150px;
	float: left;
}

/* Outer menu block - Non-IE */
.menutext
{
	background-color: transparent;
	color: #ffffff;
	font-size: medium;
	font-weight: normal;
	text-align: right;
	border-style: none;
	padding: 0px;
	width: 150px;
	height: 400px;
	margin: 0px;
}

/* Inner Menu Block */
.menu2
{
	background-color: transparent;
	color: #ffffff;
	font-size: .75em;
	font-weight: normal;
	text-align: right;
	border-style: none;
	padding: 0px;
	width: 130px;
	float: left;
	margin: 0px;
	margin-bottom: .125em;
}

/* self-explanatory, but usually useless... */
DIV.center
{
	text-align: center;
}

/* for a form input text box */
.input_text
{
	width: 200px;
	background-color: #b0e8ff;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
}

/* for a LONG input text box.  Fills the entire containing block, rather than 
	having a specified width. */
.input_text_long
{
	width: 100%;
	background-color: #b0e8ff;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
}

/* form textarea that fills its containing block in width */
.input_textarea_large
{
	width: 100%;
	height: 100px;
	background-color: #b0e8ff;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
	padding: 5px;
}

/* form radio button */
.input_radio
{
	color: #bbbbbb;
	background-color: #777777;
}

/* used for form SELECT items */
.input_select_samecolor
{
	width: 100%;
	background-color: #48abe2;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
	opacity: 0.7;					/* CSS 3.0 */
	MozOpacity: 0.7;				/* Mozilla */
	KhtmlOpacity: 0.7;				/* KDE / Safari */
	filter: alpha( opacity=70 );	/* IE. */
}

.input_select
{
	width: 100%;
	background-color: #b0e8ff;
	color: #000000;
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
}

/* form buttons */
.input_submit
{
	background: #3376a2;
	color: #000000;
	border-style: outset;
	border-width: 3px;
	border-color: #3376a2;
	padding: 0px;
	margin: 0px;
	font-size: .5em;
}

/* smaller, parenthetical explanatory text */
.explanation
{
	font-size: .75em;
	font-style: italic;
	margin-left: 2em;
	text-indent: -.5em;
	text-align: left;
}

/* Just what it says: designed for use as a headline */
.headline
{
	font-size: 1.25em;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
}

/* horizontal rule */
.hrthin
{
	height: 6px;
	width: 76%;
	text-align: center;
	color: #000000;
	border-style: outset;
	border-width: 3px;
	border-color: #48abe2;
}

/* used on the main page to display the recent items list */
.table1
{
	width: 640px;
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
	border-collapse: collapse;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* a table cell with centered text */
.cellcenter
{

	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
	border-collapse: collapse;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	vertical-align: top;
}

/* table cell with left-justified text */	
.cellleft
{
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
	border-collapse: collapse;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	vertical-align: top;
}

/* table cell with right-justified text */
.cellright
{
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
	border-collapse: collapse;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	vertical-align: top;
}

/* a table cell with centered text */
.cellpostheader
{
	background-color: #3376a2;
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}


/* table cell with left-justified text */	
.cellpostleft
{
	background-color: #44abd4;
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
	border-collapse: collapse;
	color: #000000;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	vertical-align: top;
}

/* table cell with right-justified text */
.cellpostright
{
	background-color: #74c2e1;
	border-style: solid;
	border-width: 1px;
	border-color: #3376a2;
	border-collapse: collapse;
	color: #000000;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: left;
	vertical-align: top;
}

/* Not sure this appears anywhere on the site.  It defines a half-transparent
	item */
.faint
{
	opacity: 0.5;					/* CSS 3.0 */
	MozOpacity: 0.5;				/* Mozilla */
	KhtmlOpacity: 0.5;				/* KDE / Safari */
	filter: alpha( opacity=50 );	/* IE. */
}

.thumbdiv
{
	width: 640px;
	height: 200px;
	overflow: auto;
	background-color: transparent;
	color: #3376a2;
}

.storytext
{
    	color: WindowText;
    	background: Window;
	height: 500px;
	overflow: auto;
	padding: 10px;
}

body
{
	font-size: medium;
	font-weight: normal;
	color: #ffffff;
	background-color: #000533;
	/*background-image: url(../images/logo.png);*/
	background-attachment: fixed;
	background-repeat: no-repeat;
	margin-top: 5px;
}

.PRM_disabled
{
	color: #888888;
	font-weight: normal;
}

.publogo
{
	height: 150px;
	width: 100%;
	-webkit-mask-image: url("/images/PubLogo.png");
	mask-image: url("/images/PubLogo.png");
	-webkit-mask-size: 100%;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
}