@charset "iso-8859-1";

/*******************************************************************************
*  based on Ruthsarian layouts: st_gargoyles.css : 2005.06.28
* -----------------------------------------------------------------------------
*  A modification on the Skidoo Too layout
*******************************************************************************/

/* This section address variations in browser default values */

.clear
{
	clear: both;
	padding-bottom: 1px;	
	margin-bottom: -1px;	
}
.hide, .divider
{
	display: none;
}
.inside
{
	padding: 0 1em;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

a, a:link, a:visited, a:active
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a img
{
	border-width: 0;
}
code
{
	font-family: "Courier New", Courier, monospace;
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}
span.strike
{
	text-decoration: line-through;
}

/* This section established the page
 skeleton */

body
{
	padding: 70px 0 0 0;
	margin: 0;
	min-width: 35em;	
	background-color: #fff;
	color: #000;
	font-size: 100.1%;
}
#pageWrapper
{
	border: solid 1px #000;
	border-width: 1px;
	margin: 0 10px 0 30px;
	width: auto;
	background-color: #ccc;
	color: #000;
}
#outerColumnContainer
{
	padding: 0 0 0 135px;
}
#innerColumnContainer
{
	width: 100%;
	z-index: 1;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 1;
}
#masthead
{
	background-color: #ddd;
	color: #000;
	border: solid 1px #000;
	left: auto;
	margin: 0 10px -25px 30px;
	padding: 0 10px;
	position: relative;
	text-align: center;
	top: -25px;
	width: auto;
        height: 150px;
}
#masthead h1
{
	font-size: 150%;
	left: auto;
	margin: 0 0 -1em 0;
	padding: 0;
	position: relative;
	text-align: right;
	top: -1em;
	width: 100%;
}
#masthead h2
{
	color: #000;
	font-size: 400%;
	line-height: 1em;
	margin: 0 0 -0.14em 0;
	padding: 0;
	text-align: center;
}
#content
{
	background-color: #eee;
	color: #000;
	border: solid 1px #333;
	margin: 15px 0 0 0;
	padding: 0 10px 0 40px;
}
#content h3.pageTitle
{
	border: solid 1px #000;
	border-width: 0 0 1px 0;
	font-size: 200%;
	margin: 0;
	padding: 10px 15px;
}
#contentColumnContainer
{
	margin: 10px 30% 10px 0;
	border-right: solid 1px #000;
}
#innerContent
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
}
#pageColumn
{
	/*	R = #contentColumnContainer's right margin width
	 *	N = width for #pageColumn
	 *	------------------------------------------------
	 *	N = R / ( ( 100 - R ) / 100 )
	 */
	float: right;
	width: 42.85%;
	margin: 0 -42.85% 0 1px;
}
#siteColumn
{
	float: left;
	left: auto;		/* reset v4 css */
	margin: -50px -24px 0 -165px;
	position: relative;	/* reset v4 css */
	top: auto;		/* reset v4 css */
	width: 180px;
	z-index: 4;
	font-size: 64%;
}
#siteColumn .inside
{
	padding: 0;
}
#cornerLogo
{
	width: 180px;
	height: 123px;
	margin: 0 -11px;
	overflow: visible;
	position: relative;
	z-index: 10;
}
#cornerLogo .placeHolder
{
	width: 190px;
	height: 133px;
	border: solid 1px #000;
	background-color: #ddd;
	color: #000;
	position: absolute;
	top: auto;
	left: 0;
}
#cornerLogo .placeHolder p
{
	text-align: center;
}
.siteBlock
{
	background-color: #ddd;
	border: solid 1px #000;
	margin: 25px 0;
	padding: 0 5px;
	z-index: 9;
}
.siteBlock .vnav
{
	margin: -1px 0 5px 0;
}
.siteBlock h4
{
	background-color: #ddd;
	color: #000;
	border: solid 1px #000;
	font-size: 120%;
	margin: -10px 0 0 0;
	padding: 2px 6px;
}
#mainMenu
{
	margin-top: -15px;
}
#mainMenu .vnav
{
	margin-top: 23px;
}
.siteTextBlock
{
	font-size: 88%;
	padding: 0 7px;
}
.siteTextBlock p
{
	margin: 5px 0;
}
#footer
{
	clear: right;
	padding: 10px 24px 10px 34px;
}
#footer p
{
	padding: 0;
	margin: 0;
}


.vnav
{
	margin: 10px 0;
}
.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li, .vnav ul li a
{
	margin: 0;
	padding: 0;
	line-height: normal;
	display: block;
}
.vnav ul li a
{
	display: block;
	padding: 2px 5px 3px 5px;
}
.vnav ul li a, .vnav ul li a:link, .vnav ul li a:visited, .vnav ul li a:active, .vnav ul li a:hover
{
	text-decoration: none;
	cursor: pointer;
}
.vnav h4
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

.hnav
{
	border: solid 1px #000;
	margin: 0;
	padding: 3px 0 4px 0;
	white-space: nowrap;
}
.hnav ul span.divider
{
	display: none;
}
.hnav form
{
	display: inline;
}
* html .HNAV
{
	padding: 0;
}
.hnav ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	display: inline;
}
.hnav ul li
{
	display: inline;
	white-space: nowrap;
	margin: 0;
}
.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	margin: 0 -1px 0 0;
	padding: 3px 10px 4px 10px;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	cursor: pointer;
}
.hnav ul li a, .hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}


.bottomBorderOnly
{
	border-width: 0 0 1px 0;
}

* html #masthead,
* html #masthead h2,
* html #siteColumn,
       .siteBlock h4, 
* html #pageColumn
{
	position: relative;
}
* html #masthead,
* html #content,
* html #contentColumnContainer,
* html .vnav,
* html .vnav ul li a/**/,
* html .hnav, 
* html .hnav ul li a,
* html .siteBlock,
* html div
{
	overflow: visible;
}

/* These are colors and fonts things */

#pageWrapper, #masthead, #content, #siteColumn .siteBlock, #cornerLogo .placeHolder, 
#siteColumn .vnav ul, #siteColumn .vnav ul li
{
	border-color: #000;
}
#masthead, #siteColumn .siteBlock h4
{
	border-color: #000;
}
#content h3.pageTitle, #contentColumnContainer, #content .hnav, #content .hnav ul li a
{
	border-color: #aba;
}

/* now comes the normal line of things, fonts and colors being set
 */
body
{
        background-image: url('starfield.jpg');
	background-color: #000;
	color: #0e0;
	font-family: Georgia,"Times New Roman","Times Roman",roman,time,serif;
}
#pageWrapper
{
/*	background-color: #226; */
        background-color: transparent;
	color: #000;
}
#masthead
{
        background-image: url('starfield.jpg');
	background-color: #000;
	color: #fff;
}
#masthead h1, #cornerLogo .placeHolder
{
	color: #0e0;
}
#masthead h1 a,#masthead h1 a:link,#masthead h1 a:visited,
#masthead h1 a:active,#masthead h1 a:hover
{
	text-decoration: none;
	color: #0e0;
}
#masthead h2
{
	color: #0e0;
	font-family: Georgia,"Times Roman",times,roman,serif;
	font-weight: bold;
	font-size: 250%;
	padding-top: 45px;        
}
#masthead h2 a,#masthead h2 a:link,#masthead h2 a:visited,
#masthead h2 a:active,#masthead h2 a:hover
{
	text-decoration: none;
	color: #0e0;
}
#content
{
	background-color: #f7fff7;
	color: #000;
}
#content h3.pageTitle
{
	color: #000;
}
#content .hnav ul a, #content .hnav ul a:link, #content .hnav ul a:visited, #content .hnav ul a:active
{
	color: #000;
	background-color: #dfd;
}
#content .hnav ul a:hover
{
	color: #000;
	background-color: #afa;
}
#cornerLogo .placeHolder
{
	background-color: #456;
}
#siteColumn .siteBlock
{
	background-color: #456;
	color: #fff;
	font-family: verdana,"Trebuchet MS","Arial Black",arial,helvetica,sans-serif;
	margin: 2em 0 2em -5px;
}
#siteColumn .siteBlock h4
{
	background-color: #003;
	color: #0e0;
}
#siteColumn .gal h4
{
	background-color: #003;
	color: #ee0;
}
#siteColumn .siteBlock h4 a,#siteColumn .siteBlock h4 a:link,
#siteColumn .siteBlock h4 a:visited
{
	text-decoration: none;
	color: #fff;
}
#siteColumn .siteBlock h4 a:hover,#siteColumn .siteBlock h4 a:active
{
	text-decoration: none;
	color: #063;
	background-color: #fff;
}

#siteColumn .vnav ul a, #siteColumn .vnav ul a:link, #siteColumn .vnav ul a:visited, #siteColumn .vnav ul a:active
{
	color: #ddd;
	background-color: #669;
	font-family: verdana,"Trebuchet MS","Arial Black",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

#siteColumn .vnav ul li a:hover
{
	color: #000;
	background-color: #ccf;
	font-family: verdana,"Trebuchet MS","Arial Black",Arial,Helvetica,sans-serif;
}
#siteColumn .gal ul a, #siteColumn .gal ul a:link, #siteColumn .gal ul a:visited, #siteColumn .gal ul a:active
{
	color: #fff;
	background-color: #969;
	font-family: verdana,"Trebuchet MS","Arial Black",Arial,Helvetica,sans-serif;
	font-weight: bold;
}

#siteColumn .gal ul li a:hover
{
	color: #000;
	background-color: #fcf;
	font-family: verdana,"Trebuchet MS","Arial Black",Arial,Helvetica,sans-serif;
}
#pageColumn
{
	font-size: 80%;	
}
#footer
{
	color: #0e0;
	font-family: verdana, helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
}
#footer a,#footer a:link,#footer a:visited,#footer a:hover,#footer a:active
{
	text-decoration: none;
	color: #0e0
}
#footer .credit { text-align: right; }


/* special */


#mean {
float: right;
width: 90px;
height: 108px;
margin: 15px;
}
#muscle {
width: 180px;
height: 123px;
}
#icra {
margin: 5px;
border-width: 0;
width: 26px;
height: 25px;
}
#rta{
width: 88px;
height: 31px;
border-width: 0;
}
#surf{
width: 108px;
height: 34px;
border-width: 0;
}
#wikifoot
{
font-weight: bold;
}
pre 
{
	overflow: auto;
}

.mycal {
background-color: #ffd;
border: 3px outset #000;
color: #000;
padding: 10px;
margin: 10px;
overflow: auto;
}
.mycal CAPTION {
font-family: Impact,"Arial Black",arial,helvetica,sans-serif;
font-weight: bold;
color: #fff;
background-color: #000;
}
.mycal .createlink { display: none; }
.mycal a.createlinktext,.mycal a.createlinktext:link,
.mycal a.createlinktext:visited,
.mycal a.createlinktext:hover,
.mycal a.createlinktext:active {
text-decoration: none;
color: #00d;
vertical-align: super;
}

.mycal TD, .mycal TH {
padding: 5px;
}

.mycal TD.today{
border: 1px solid #000;
background-color: #fff;

}


.mycal a.wikilink,.mycal a.wikilink:link,
.mycal a.wikilink:visited,
.mycal a.wikilink:hover,
.mycal a.wikilink:active {
text-decoration: none;
color: #d00;
font-weight: bold;
vertical-align: super;
}

.exclaim a.wikilink,.exclaim a.wikilink:link,
.exclaim a.wikilink:visited,
.exclaim a.wikilink:hover,
.exclaim a.wikilink:active {
text-decoration: none;
color: #000;
font-weight: bold;
vertical-align: sub;
}

.bloggy a,.bloggy a:link,
.bloggy a:visited,
.bloggy a:hover,
.bloggy a:active {
text-decoration: none;
color: #0a0;
font-weight: bold;
vertical-align: sub;
}

.mycal P {
font-size: 80%;
}
.bl ul
{
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
	display: inline;
}
.bl ul li
{
	display: inline;
	margin: 0;
}

DIV.text P { text-indent: 2em; margin-top: 0; margin-bottom: 0; }
DIV.text P:first-child { text-indent: 0; }
DIV.text P:first-child:first-line { font-variant: small-caps;
    font-weight: 900; }
DIV.text P:first-child:first-letter { 
    font-variant: normal;
    color: #0a0;
    font-size: 200%;
    vertical-align: bottom; 
    font-weight: 900; 
    float: left;
    margin-right: 3px;
    font-family:  Georgia, "Times New Roman", times, roman, serif;
    text-decoration: none;
    }

a.createlinktext,a.createlinktext:link,a.createlinktext:visited,
a.createlinktext:hover,a.createlinktext:active {
color: #600;
}

