/* Start of CMSMS style sheet 'MUM' */
/*
 *  mumsaskatoon.com
 *  screen.css
*/

/** accessibility **/

span.accesskey {
  text-decoration: none;
}

.accessibility, hr {
  left: -999em;
  position: absolute;
  top: -999em;
}

dfn {
  display: inline;
  left: -1000px;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: -1000px;
  width: 0;
}

a.external span {
  left: -5000px;
  position: absolute;
  width: 4000px;
}

a.external {
  padding: 0 12px 0 0;
}

a.external:link {
  background: url(images/cms/external.gif) no-repeat 100% 0;
  color: #18507C;
}

a.external:visited {
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  color: #18507C;
}

a.external:hover {
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
  color: #18507C;
}

/** clearing **/

/*
	.clearfix:after {
		clear: both; 
		content: "."; 
		display: block; 
		height: 0; 
		visibility: hidden;
}

	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
}
	
	* html .clearfix {
		height: 1%;
}
*/


/** horizontal nav **/

* html div#menu_horiz {
  height: 1%;
}

div#menu_horiz {
/*  background-color: #EEE;*/
  border-top: 4px solid #000;
  margin: 0;
  margin-bottom: 0.5em;
  width: 100%;
}

div#menu_horiz ul {
/*  border-bottom: 1px solid #C0C0C0;*/
  border-bottom: 1px solid #CCC;
/*  border-left:  1px solid #600;*/
  height: 2.2em;
  margin: 0;
  padding: 0;
}

div#menu_horiz li {
  float: left;
  list-style: none;
  margin: 0;
  border-right: 1px solid #C0C0C0;
}

div#menu_horiz a {
  background: url(images/cms/arrow-right.gif) no-repeat 0.65em center;
/*  color: #18507C;*/
  color: #001;
  display: block;
  margin: 0;
  padding: .6em 1.2em .6em 1.8em;
  text-decoration: none;
}

div#menu_horiz li a:hover {
/*  background-color: #FFF;*/
  background-color: #EEE;
  text-decoration: underline;
}
div#menu_horiz a.activeparent:hover {
  background-color: #C3D4DF;
  color: #18507C;
}

div#menu_horiz li.activeparent a {
/*  background: #385C72 url(images/cms/arrow-down.gif) no-repeat 0.4em center;*/
  background: #600 url(images/cms/arrow-down.gif) no-repeat 0.65em center;
  color: #fff;
  font-weight: bold;
}

div#menu_horiz h3 {
/*  background: #385C72 url(images/cms/arrow-down.gif) no-repeat 1em center; */
  background: #600 url(images/cms/arrow-down.gif) no-repeat 0.65em center;
  color: #FFF;
  display: block;
  font-size: 1em;
  margin: 0;
  padding: .6em 1.2em .6em 1.8em;
  text-decoration: none;
}

/** vert nav **/

#menu_vert {
  margin-bottom: 2em;
  margin-left: 1em;
  padding-left: 0;
}

div#menu_vert ul ul ul {
  padding-bottom: 0.5em;
}

#menu_vert li {
  border-bottom: 1px solid #C0C0C0;
  display: block;
  list-style: none;
  margin: 0;
}

#menu_vert ul ul li {
  border: none;
}

/* ie */
* html #menu_vert li a { height: 1%; }
* html #menu_vert li hr { height: 1%; }

div#menu_vert a {
  /*background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; */
  color: #18507C;
  display: block;
  margin-bottom: 1em;
  min-height: 1em;
/*  padding: 0.8em 0.5em 0.8em 1.5em;*/
  padding: 0.8em 0.5em;
  text-decoration: none;
}

div#menu_vert ul ul a {
/*  background-position: 1.5em center;*/
  font-size: 90%;
/*  padding: 0.5em 0.5em 0.5em 2.8em;*/
  padding: 0.5em 1em 1em;
}

div#menu_vert ul ul ul a {
  background: url(images/cms/dash.gif) no-repeat 2.8em center;
/*  padding: 0.3em 0.5em 0.3em 4.3em;*/
}

div#menu_vert a:hover {
  border: 1px solid #CCC;
  color: #611;
  text-decoration: underline;
}

div#menu_vert a.activeparent:hover {
/*  background-color: #C3D4DF;*/
  background-color: #CCC;
}

div#menu_vert li a.activeparent {
  background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
  background-color: #385C72;
  color: #fff;
}

div#menu_vert ul ul li a.activeparent {
  background-color: transparent;
  background-position: 1.5em center; 
  color: #18507C;
}

div#menu_vert ul h3 {
  background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
  background-color: #385C72;
  color: #fff;
  display: block; 
  font-size: 1em;
  margin: 0;
  padding: 0.8em 0.5em 0.8em 1.5em;
}

div#menu_vert ul ul h3 {
  border-bottom: none;
  background-color: transparent;
  background-position: 1.4em center;
  color: #000;     
  font-size: 90%;
  padding: 0.3em 0.5em 0.3em 2.8em;
}

div#menu_vert ul ul ul h3 {
  background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
  padding: 0.3em 0.5em 0.3em 4.3em;
}

div#menu_vert li.sectionheader {
  background-color: #FFF;
  border-right: none;
  font-size: 130%;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 1.5em 0 0.8em 0;
  text-align:center;
}

div#menu_vert li.separator {
  background-color: #000;
  font-size:1px; /* ie */
  height: 1px !important;
  line-height:1px !important;
  margin-top: -1px;
  margin-bottom: 0;
  overflow:hidden !important;
  padding:2px 0 2px 0;
}

div#menu_vert li.separator hr {
  display: none;
}

/** site **/

* {
  margin:0;
  padding:0;
}

body {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 75.01%;
  line-height: 1em;
  text-align: left;
}

div {
  font-size: 1em;
}

img {
  border: 0;
}

a,
a:link 
a:active {
  background-color: inherit; 
  color: #600;
  text-decoration: underline;
}

a:visited {
  background-color: inherit;
  color: #600;
  text-decoration: underline;
}

a:hover {
  color: #800;
  text-decoration: none;
}

body {
  background-color: #000;
  color: #EEE;
  margin: 0;
}

div#pagewrapper {
  background-color: #FFF;
  border: 1px solid black;
  color: #000;
  margin: 0 auto;
  max-width: 80em;
  min-width: 60em;
}

div#header {
  background: #600;
  height: 160px;
}

div#header h1 a {
  background: #600 url(/img/logo.gif) no-repeat 0 0;
  display: block; 
  height: 160px;
  text-indent: -999em;
  text-decoration: none;
}

div#search {
  float: right;
  margin: 0 1em;
  padding: 0.6em 0 0.2em 0;
  text-align: right;
  width: 27em;
}

div.breadcrumbs {
  border-bottom: 1px dotted #000;
  font-size: 90%;
  margin: 0 1em;
  padding: 1em 0 1.2em 0;
}

 div.breadcrumbs span.lastitem { 
  font-weight: bold; 
 }

div#content {
  margin: 1.5em auto 2em 0;
}

div#main {
  margin-left: 2%;
  margin-right: 29%;
}

div#main img {
  background: #FFF;
  border: 1px solid #CCC;
  padding: 0.4em;
}

div#sidebar {
  display: inline;
  float: right;
  margin-left: 0;
  margin-right: 1%;
  width: 26%;
}

div#sidebar.hascontent {
  padding: 0 1%;
  width: 24%;
}

div#sidebar li a {
  background: #FFE;
  border: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  color: #600;
/*  margin-top: 0.5em;*/
  text-align: center;
}

div#sidebar li a:hover {
  background: #FFD;
  border-color: #CCC;
/*  color: #622;*/
}

div#sidebar img {
  background: #FFF;
  border: 1px solid #CCC;
  margin-top: 0.6em;
  padding: 0.4em;
}

div#footer {
  background-color: #600;
  clear:both;
  color: #FFF;
}

div#footer p {
  font-size: 0.8em;
  margin:0;
  padding: 1.5em;
  text-align: center;
}

div#footer p a {
  color: #FFF;
}

div.hr {
  border-bottom: 1px dotted #000;
  height: 1px;
  margin: 1em;
}

div.left49 {
  float: left;
  width: 49%;
}

div.right49 {
  float: right;
  text-align: right;
  width: 49%;
}

div#content {

}

/* headings */

div#content h1 {
  font-size: 2em;
  line-height: 1em;
  margin: 0;
}

div#content h2 {
  color: #600;
  border-bottom: 1px solid #E7AB0B;
  border-left: 1.1em solid #E7AB0B; 
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
  padding-bottom: 1px;
  padding-left: 0.5em;
  text-align: left; 
}

div#content h3 {
  color: #600;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
}

div#content h4 {
  color: #600;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}

div#content h5 {
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}

h6 {
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}

/* text */

p {
  font-size: 1em;
  line-height: 1.4em;
  margin: 0 0 1.5em 0;
  padding: 0;
}

blockquote {
  border-left: 10px solid #ddd;
  margin-left: 10px;
}

pre {
  font-family: monospace;
  font-size: 1.0em;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

code, pre {
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

pre {
  border: 1px solid #000;
  background-color: #DDD;
  font-size: 90%;
  line-height: 1.5em;
  margin: 0 1em 1em 1em;
  padding: 0.5em;
}

/* lists */

div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
  line-height: 1.6em;
  list-style: square;
  margin: 0 0 1.6em 0;
}

div#main ul li,
div#main ol li {
  margin: 0 0 0.25em 3em;
}

div#dl dt {
  font-weight: bold;
  margin: 0 0 0.25em 3em;
}

div#dl dd {
  margin: 0 0 0 3em;
}

/* tables */

div#main table td {
  padding: 0.5em 0.75em;
}

/** news **/

div#news {
  background: #FFE;
  border: 1px solid #DDD;
  margin: 0 0 1em 1em;
}

div#news h2 {
  background: #FFF;
  font-size: 1em;
  line-height: 2em;
}

.NewsSummary {
  border-bottom: 1px solid #EEE;
  margin: 0 0.5em 1em 0.5em;
  padding: 0.5em 0.5em 1em;
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
}

.NewsSummaryLink {
  font-weight: bold;
  padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
}

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary,
.NewsSummaryContent {
  line-height: 140%;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 5px;
}

#NewsPostDetailSummary {
  margin-top: 1em;
  line-height: 150%;
}

#NewsPostDetailCategory {
  border-top: 1px solid #ccc;
  font-style: italic;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  background: #FFF;
/*  border: 1px solid #CCC;*/
  line-height: 150%;
  margin: 0;
  margin-bottom: 15px;
/*  padding: 1em;*/
  padding: 0.5em;
  padding-top: 0;
}

#NewsPostDetailAuthor {
  font-style: italic;
  padding-bottom: 1.5em;
}

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

#winners table {
  width: 100%;
}

#winners h3,
#winners h4 {
  text-align: center;
  width: 100%;
}
/* End of 'MUM' */

