/* Copyright OpenLX 2005. All rights reserved */
body {
	margin: 0;
	padding: 0;
	font-family : sans-serif;
	width:100%;
}

a {
	color: #FE9800;
}

:link:hover, :visited:hover {
	padding-bottom: 2px;
	border-bottom: solid 2px #FFC803; 
}

/* left and right figures..auto scaled (s) and raw size */
div.figurers, div.figurels {
  width: 25%;
  border: thin silver solid;
  margin: 0.4em;
  padding: 0.4em;
}

div.figurer, div.figurel {
  width:auto;
  border: thin silver solid;
  margin: 0.3em;
  padding: 0.3em;
}

div.figurel, div.figurels {
  float: left;
}
div.figurer, div.figurers{
  float: right;
}

div.figurel p , div.figurer p, div.figurels p, div.figurers p{
  text-align: right;
  font-style: italic;
  font-size: 70%;
  text-indent: 0;
  margin: 0;
  padding: 0;
}

img.scaled {
  width: 100%;
  border: thin silver solid;
}

img.noscaled {
  border: thin silver solid;
}


/* Page menubar */
.header {
	background: #660099;
	color: #FE9800;
	left: 0;
	width:80%; /* for full stripe change to 100% */
	padding-top:65px;
	top: 0;
	overflow:hidden;
	border:0;

}

img.logo {
	position:absolute;
	top:-20px;
	left:60%;
	height:9em;
	max-height:150px;
}

.menu {
	background: #660099;
	color: #FE9800;
	left: 0;
	top: 0;
	width:82%;
	padding:0.7em;
	overflow:auto;
	border:0;
	position:relative;
}
#ignored {}

.menu :link {
	text-decoration:none;
}

.menu :visited {

	text-decoration:none;
	font-weight:bolder;
	
}
.menu :link:hover, .menu :visited:hover {

}

.menu h2 {
	margin-top: 1em;
}


.menu h3 {
	margin: 2em 0 0 0;
}
.menu h4 {
	font-size: 90%;
	margin-top: 0;
	margin-bottom: 0.5em;
}
.menu p {
	margin: 0 0 2em 0;
	font-size: 87%;
}
.menu dl {
	margin-top: 0;
}
.menu dt {
	font-weight: bold;
	display: inline;
	font-size: 87%;
}
.menu dd {
	padding: 0 0 5px 5px;
	margin: 0 0 1em 0;
	border-left: solid 3px #ff9933; /* orange */
	font-size: 87%;
}
.menu ul {
	background:transparent;
	padding-top:0em;
	padding-bottom:0em;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	display: inline;
	/*white-space: nowrap; addin to keep all on one line */
}
.menu li {
	list-style-type: none;
	padding-top:0em;
	padding-bottom:0em;
	padding-left: 0;
	padding-right: 0.5em;
	margin-left: 0;
	display: inline;
	/*white-space: nowrap; addin to keep all on one line */
}

/* Body */
.main {
	position:relative;
	background: white;
	font-family : sans-serif; 
	width : 74%;
	line-height: 1.3; /* value other than 'normal' needed for WinIE */
	margin-left: 18%;
	voice-family: "\"}\""; voice-family:inherit; /* Tantek's hack */
	border-bottom: none;
} #ignored {}

.main h1,.main h2,.main h3 {
	clear:left; /* stops pictures pushing it arround */
}

.main h1 {

	border-style : none none solid; 
	border-width : medium medium 2px; 
	border-bottom-color : #660099;
	margin-left : -12% !important; margin-left:0; /*another ie hack */
	color : #fe9800; 
	page-break-after : avoid;
}

.main h2 {
	color : #660099;
	margin-left : -5% !important; margin-left:0; /*another ie hack */
}

.main h3 {
	color : #4CC77D;
	/*margin-left : -15px;*/
}

.pullquote {
	width:10%;
	min-width:48px;
	background-color:#f5e1ff;
	float:left;
	margin-left:-17%;
	border: thin silver solid;
	font-size:73%;
	text-align:center;
	padding: 0.7em 0.3em 0.7em 0.3em;
	
}

.pullquote .type{
	display:none;
}


/* Footer */
.footer  {
	font-size: 73%;
	border-top: solid 1px #28003C;
	margin-top: 2em;text-align:right;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:0.7em;
	padding-right:0.7em;
	background: white;
	font-family: sans-serif; 
	width : 77%;
	line-height: 1.3; /* value other than 'normal' needed for WinIE */
	margin-left: 15%;
	voice-family: "\"}\""; voice-family:inherit; /* Tantek's hack */
	border-bottom: none;
} #ignored {}


.footer .copyright {
	display: inline;
	white-space: nowrap;
	color:#660099;

}

.footer ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	display: inline;
	white-space: nowrap;
}

.footer .links li {

	list-style-type: none;
	padding:0.5em;
	display: inline;
	white-space: nowrap;
	
}


.footer .links  :link, .footer .links :visited {

}
.footer .links  :visited {
	font-weight: bold;
}

.footer .links a:hover {
	padding-bottom: 2px;
	border-bottom: solid 2px #660099;
	
}

/* turn off borders so we don't need border=0 on image links */
:link img, :visited img {
	border: 0;
}

.skipNav {
    display:            none;
}

@media print {
    .header, .footer .links a { display: none; }
    .copyright {display:inline;}
    .main { padding:1px; margin:auto; page-break-inside: auto; width:88%; margin-left:12%} /* default padding and margin don't exist */
    .pullquote {margin-left:-12%; width:9%; font-size:60%; padding:0.2em}
    .main h1, .main h2 {margin-left:-12%;}
    h1, h2, h3, h4, h5 { page-break-after: avoid; page-break-before: avoid; }
}

