﻿/* screen.css -- visual media styles for M-NASR main pages
   31 Aug 2006 - E-BZZZ, Inc. */
/* NOTE ON PAGE WIDTH: The value of 70% for the width of the div MAIN is the largest that can be used without   */
/* causing a horizontal scroll bar when screen resolution is set to 800 x 600. */
/* NOTE ON CHANGING COLORS: Easiest way is to use global find and replace, using the table below. */
/* BASIC COLORS */
/* #e3e3fb = body color (main screen color under all divs) */
/* #8585c3 = used for div borders and highlighting nav bars */
/* #ccccff = background color for divs */
/* #8585c3 = background for nav bar headings */
/* #660099 = text and link colors */
body {
	background: #e3e3fb;
	color: inherit;
	margin: 0;
	padding: 0;
}
div {
	border: 1px solid #8585c3;
	background: #ccccff;
	color: inherit;
}
/* ##== Header ==## */
#head-mast {
	margin: 0 auto;
	position: relative;
	padding: 0;
	border-top: none;
	border-right: 1px solid #8585c3;
	border-bottom: 2px solid #8585c3;
	border-left: 1px solid #8585c3;
	height: 120px;
	background: #ccccfe url('../bg.jpg') repeat-y 50% bottom;
	color: inherit;
}
#mnasr {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	margin: 0 0 0 -160px;
	width: 369px;
	height: 124px;
	border: none;
}
#head-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 47%;
	height: 120px;
	color: #000;
	background: #611f80;
	border: none;
}
#head-left img {
	margin: 0 0 0 12px;
	padding: 0;
	width: 154px;
	height: 120px;
	border: none;
}
#head-right {
	float: right;
	margin: 0;
	padding: 0;
	width: 47%;
	height: 120px;
	color: #000;
	text-align: right;
	border: none;
	background: #ccccfe;
}
#dancer {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 20px;
	margin: 0;
	width: 173px;
	height: 104px;
	border: none;
}
#div {
	clear: both;
	border: none;
}
.pic-right {
	float: right;
	padding: 0px 0px 8px 12px;
/*	width: 242px;
	height: 199px;
	border: 1px solid #000;*/
}
.pic-left {
	float: left;
	padding: 0px 12px 8px 0px;
/*	width: 242px;
	height: 199px;
	border: 1px solid #000;*/
}
p {
	margin: 2em 0;
	padding: 0;
}
/* First line emphasis; 2 types */
span.leader {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
/* Removed: line-height: 2.5em; */
}
span.label {
	font: italic 1em Arial, sans-serif;
	letter-spacing: 1px;
}
/* Don't highlight the current page in the menu */
p {
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #000000; /*#660099*/;
	margin: 0;
	text-transform: none;
	background-color: inherit;
}
/* Removed font-style: italic; */
h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #660099;
	margin: 0;
	text-transform: none;
}
h1 {
	font-size: 2.0em;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #660099;
	padding: 0.25em 0.33em 0.25em 0.65em;
	border-top: 2px solid #8585c3;
	text-align: center;
}
h2 {
	font-style: italic;
	color: #660099;
	padding: 0.25em 0.33em 0.125em 0.65em;
}
h3 {
	font-style: italic;
	font-weight: bold;
	color: #660099;
	background: inherit;
}
h4 {
	font-weight: bold;
	font-style: italic;
	padding: 0.33em 0.5em 0.167em;
	border-top: 1px solid #8585c3;
	border-bottom: 1px solid #8585c3;
	background: inherit;
	color: #660099;
}
/* Top horizontal navigation - several types 
   all contained within the overall container "topnavbar" */
#topnavbar {
	clear: both;
	background-color: #ccccff;
	margin: 10px 10px 10px 10px;
	padding: 5px;
	text-align: center;
	font: 100% arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 1px solid #8585c3;
	color: inherit;
	text-decoration: none;
}
/* Original topnavbar

#topnavbar a:link 
	{
	color: #660099; 
	background-color: #8585c3;
	}
	
#topnavbar a:visited 
	{
	color: #660099; 
	background-color: #8585c3;
	}
	
#topnavbar a:hover 
	{
		color: #660099;
		background-color: #8585c3;
	}
	
#topnavbar a:active 
	{ 
	color: #660099;
	background-color: 8585c3;
	}
*/
/* Replacement Top horizontal navigation - two elements 
replacing the above 4 elements */
#topnavbar a, #topnavbar a:visited {
	color: #660099;
	background-color: transparent;
	padding: 0 .5em;
	text-decoration: none;
}
#topnavbar a:hover {
	background: #ffffff;
	color: #660099;
}
/* Left side navigation - several types 
   all contained within the overall container "leftside" */
div#container {
	margin: 0;
	padding: 0;
	clear: both;
	background-color: #e3e3fb;
	border: 0;
}
div#leftside {
	position: absolute;
	left: 0px;
	width: 135px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #660099;
	color: inherit;
	background: transparent;
	padding: 0;
	margin: 0 1em;
	border-width: 0;
}
div#leftside div {
	margin-bottom: 1em;
}
div#leftside a:hover.nohilite {
	color: #e3e3fb;
	background-color: transparent;
}
div#leftside a {
	display: block;
	margin: 0;
	padding: 0.33em;
	letter-spacing: 1px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #8585c3;
	color: #ccccff;
	background-color: inherit;
	text-decoration: none;
}
div#leftside a:link {
	color: #ccccff;
	background-color: transparent;
}
div#leftside a:visited {
	color: #660099;
	background-color: #ccccff;
}
div#leftside a:hover {
	background: #8585c3;
	color: #660099;
}
div#leftside a:active {
	background: #8585c3;
	color: #660099;
}
div#leftside a span {
	display: none;
}
/* "nav" contains the site navigation */
div#nav {
	border-color: #8585c3;
}
div#nav h4 {
	background: #8585c3;
	color: #ccccff;
}
div#nav a {
	text-transform: none;
}
div#nav a:link {
	color: #660099;
	background-color: transparent;
}
div#nav a:visited {
	color: #660099;
	background-color: transparent;
}
div#nav a:hover {
	background: #fff;
	color: #660099;
}
div#nav a:active {
	background: #fff;
	color: #660099;
}
/* "resources" contains links to items being sold */
div#resources a {
	font-size: 90%;
}
/* "note" is for small generic notes to readers - it may not be used */
div#note p {
	margin: 0;
	padding: 4px;
	font-size: 0.8em;
	font-family: sans-serif;
	color: #660099;
/* Removed: background: inherit; */
}
/* "main" is the primary text display block, on the right side. */
div#main {
	top: 175px;
	margin: 0px 10px 10px 170px;
	padding: 10px 15px;
	font-family: Arial, sans-serif;
/* line-height: 2em; */
}
div#main h3 {
	margin: 1.25em 0 0;
	padding-bottom: .5em;
}
div#main h3#top {
	margin-top: 0;
}
div#main p {
	margin: 0.25em 0 1em;
}
.contact {
	text-align: left;
}
/* Original "copyright" bottom navigation. */
#copyright {
	clear: both;
	font: 85% arial, sans-serif;
	color: #660099;
	letter-spacing: 1px;
	margin: 10px 10px 10px 10px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	background-color: inherit;
}
/* four below replaced by new two

#copyright hr{
width: 60%;
color: #8585c3;
}

#copyright a:link {
font: 85% arial, sans-serif;
font-weight: bold;
color: #660099;
text-decoration: none;
}

#copyright a:visited {
font: 85% arial, sans-serif;
font-weight: bold;
color: #660099;
text-decoration: none;
}

#copyright a:hover {
font: 85% arial, sans-serif;
font-weight: bold;
color: #660099;
text-decoration: none;
}

#copyright a:active {
font: 85% arial, sans-serif;
font-weight: bold;
color: #660099;
text-decoration: none;
}
*/
/* New copyright "a" navigation*/
#copyright a, #copyright a:visited {
	color: #660099;
	background-color: transparent;
	padding: 0 .5em;
	text-decoration: none;
}
#copyright a:hover {
	background: #ffffff;
	color: #660099;
}
#footerimage {
	border: 1px solid #8585c3;
	margin: 0 10px;
	padding: 0;
	height: 25px;
	background: #ccccfe url('../images/footerbg.jpg') repeat-y center top;
	color: black;
}
/* Sometimes a fella just needs to make something small... */
small {
	letter-spacing: 0;
	font-size: 85%;
}
