/* CSS reset for browser consistency */
*
{
  margin: 0;
  padding: 0;
  border: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section 
{
	display: block;
}
body 
{
	line-height: 1;
}
ol, ul 
{
	list-style: none;
}
blockquote, q 
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after 
{
	content: '';
	content: none;
}
table 
{
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of CSS reset */


/* OWE 4.3 default stylesheet */
html
{
  font-family: arial, helvetica, sans-serif;
  height: 100%;
  margin: 0px;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  padding: 0px;
}

body
{
  background-color: white;
  background-repeat: repeat;
  background-size: auto;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#owepage
{
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#owewrapper
{
  display: block;
  height: 100%;
  margin: 0px;
}

#oweheader
{
  color: white;
  min-height: 400px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
}

#oweheader a
{
  color: white;
  text-decoration: none;
}

#cmdarticleheader
{
  color: white;
  min-height: 100px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
}

#owetopright, #mobile-menu
{
  display: none;
}

br.mvnarrowonly
{
  display: none;
}

#cmdtopnav
{
  display: inline-block;
}


#owetopnav
{
  float: left;
  margin: 0 0 1em 0;
  padding: 0;
  position: relative;
  width: 100%;
  
}

#owetopnav ul
{
  left:-9999px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  width: 1000px;
}

#owetopnav li
{
  float: left;
}

#owetopnav li a
{
  background: rgb(0, 0, 0) transparent;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: block;
  font-size: 15pt;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 1.0s ease-in-out;
  transition: color 1.0s ease-in-out;
}

#owetopnav li a:hover
{
  background: #ffffff;
  color: #000000;
}

#owetopnav ul li
{
    padding-top:	0px;
    float:		none;
    width:		auto;
}

#nav li:hover ul
{
    left:		-40px;
}

#owetopnav li:hover ul a
{
    text-decoration:	none;
}

#owetopnav li:hover ul li a:hover
{
    transition:		none;
}

#nav
{
    list-style:none;
    margin-bottom:	0px;
    margin-left:	20px;
    margin-right:	0px;
    padding-right:	0px;
    position:		relative;
    z-index:		5;
}

#nav li
{
  float:		left;
  margin-right:	0px;
  position:		relative;
  width:		135px;
}

#nav a
{
  background: rgb(0, 0, 0) transparent;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  display: block;
  font-size: 15pt;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 1.0s ease-in-out;
  transition: color 1.0s ease-in-out;
}

#nav a:hover
{
    color:#fff;
    background-color:	#c08040;
    text-decoration:none;
}

#nav ul
{
    background:#fff;
    background:rgba(255,255,255,0);
    list-style:none;
    position:absolute;
    left:-9999px;
}
#nav ul li
{
    padding-top:	0px;
    float:		none;
    width:		auto;
}
#nav ul a
{
    white-space:	nowrap;
}
#nav li:hover ul
{
    left:		0px;
}
#nav li:hover a
{
    background-color:	#8D8A79;
    text-decoration:	none;
    text-align:		left;
    opacity:		0.95;
  -moz-border-top-left-radius:	0px;
  border-top-left-radius:	0px;
  -moz-border-top-right-radius:	0px;
  border-top-right-radius:	0px;
}
#nav li:hover ul a
{
    text-decoration:	none;
}
#nav li:hover ul li a:hover
{
    background:		#333;
}

#cmdheaderboxwrapper
{
  text-align: center;
  width: 100%;
}

#cmdheadersinglebox
{
  display: inline-block;
  text-align: left;
  width: 1000px;
}

.mvlogo
{
  border: none;
  margin: 0px;
  padding: 0px;
  padding-bottom: 45px;
  padding-left: 20px;
  padding-top: 16px;
  text-align: left;
}

#mvlogo-image
{
  width: 27%;
  float: left;
}

#mv-feature-image-wrapper
{
  text-align: center;
}

#mv-feature-image
{
  width: 200px;
  height: 200px;
  float: right;
  border: none;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-top: 12px;
}

#owecontent
{
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.9);
  text-align: center;
  width: 100%;
}

#cmdcontent
{
  text-align: center;
  width: 100%;
}

#owecontentbox
{
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
  width: 920px;
}

#mvfootercontainer
{
  text-align: center;
  width: 100%;
}

#mvfooterbox
{
  display: block;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 20px;
  text-align: left;
  width: 920px;
}

#mvrecentbox
{
  margin-right: 340px;
  width: 550px;
}

#mvarticlebox
{
  margin-right: 340px;
  min-height: 800px;
  padding: 25px;
  width: 526px;
}

#cmdwidebox
{
  min-height: 600px;
  padding: 25px;
}

.cmd-third-width-box
{
  float: left;
  padding: 1%;
  width: 31%;
}

#mvsponsoredbox
{
  border-style: solid;
  border-color: black;
  border-width: 2px;
  float: right;
  padding: 20px;
  text-align: left;
  width: 300px;
  background-color: white;
}

#mvsponsoredbox img
{
  height: 100px;
  width: 100px;
}

#mvarticlebuttonsbox
{
  border-style: solid;
  border-color: black;
  border-width: 2px;
  float: right;
  left: 576px;
  min-height: 760px;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 900px;
  width: 300px;
  background-color: white;
}

#owefooter
{
  color: white;
  min-height: 100px;
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
  text-align: center;
  width: 100%;
}

#owefooter a
{
  color: white;
}

.articlefooterbox
{
  background-color: #f0f0f0;
  padding: 5%;
  width: 90%;
}

#footnav
{
  list-style:none;
  margin: 0;
  padding: 0;
  position: relative;
}

#footnav > li > ul
{
  clear: none;
  display: contents;
  float: left;
  list-style:none;
  margin: 0;
  padding: 0;
  position: relative;
}

#footnav > li
{
  clear: both;
  display: inline;
  float: left;
  margin: 0;
  margin-top: 12px;
  padding: 0;
  text-align: left;
}

#footnav > li > ul > li
{
  clear: none;
  display: contents;
  float: left;
  padding-right: 5px;
}

#footnav li > ul > li > a:hover
{
  color: #c0c0c0;
}

#footnav > li > a
{
  display: inline;
  float: left;
  font-size: 12pt;
  font-weight: bold;
  padding-right: 5px;
  text-decoration: none;
}

#footnav > li:nth-child(2) > a
{
  display: none;
}

#footnav > li > a:after
{
  content: ": ";
}

#footnav li ul li a
{
  display: contents;
  font-size: 12pt;
  font-weight: normal;
  text-decoration: none;
}

#footnav li ul li a:after
{
  content: "; ";
}

#footnav li ul li:last-child a:after
{
  content: "";
}

p
{
  font-size: 12pt;
  line-height: 1.2;
  margin-bottom: 15px;
}

p.small 
{
  font: 10pt arial,helvetica;
}

.centre
{
  text-align: center;
}

.centresmall
{
  font: 10pt arial,helvetica;
  text-align: center;
}

p.littlequote 
{
  font: 10pt arial,helvetica;
  font-style: italic;
  margin-left: 15%;
}

p.inset
{
  font-size: 12pt;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 15%;
}

p.smallinset
{
  font-size: 10pt;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-left: 15%;
}

a.footlink
{
  font: 10pt arial,helvetica;
  font-style: italic;
  color: #000000;
  text-decoration: none;
}

a.home
{
  color: black;
  text-decoration: none;
}

a.sponsorlink
{
  color: black;
  text-decoration: underline;
}

a.mvarticle
{
  font-style: normal;
  color: black;
  text-decoration: none;
}

a.mvarticle:active, a.mvarticle:hover
{
  color: black;
  text-decoration: underline;
}

a, a:visited, mvarticlebox a, mvarticlebox a:visited
{
  color: black;
  text-decoration: underline;
}

a.related
{
  font: 10pt arial,helvetica;
  font-style: italic;
  color: #000000;
  text-decoration: none;
}

p.cdspotlightaudio
{
  font-size: 10pt;
  text-align: center;
}

p.cdspotlightaudio audio
{
  background-color: #c0c0c0;
  border: solid 1px white;
  width: 100%;
}

p.cdspotlightaudio video
{
  background-color: #c0c0c0;
  border: solid 1px white;
  width: 100%;
}

.signed
{
  font: 10pt arial,helvetica;
  font-style: normal;
  text-decoration: none;
  text-align: right;
  margin-right: 0.10in;
}

h1
{
  font-family: footlight,garamond,times;
  font-size: 19pt;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center; 
}

h2
{
  font-family: footlight,garamond,times;
  font-size: 17pt;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center; 
}

#mvarticlebox h2
{
  font-family: footlight,garamond,times;
  font-size: 16pt;
  font-style: italic;
  margin-top: 6px;
  text-align: center; 
}

h3
{
  font-family: footlight,garamond,times;
  font-size: 16pt;
  font-style: italic;
  margin-top: 6px;
  text-align: center; 
}

#mvarticlebox h3
{
  color: black;
  font-size: 14pt;
  margin-bottom: 9px;
}

#cmdheadersinglebox h2,h3
{
  color: white;
}

#index_page #cmdheadersinglebox h2 a, #index_page #cmdheadersinglebox h3 a
{
  color: white;
  text-decoration: none;
}

.featureimagelandscape, .featureimageportrait
{
  text-align: center;
  width: 100%;
}

.featureimagelandscape img
{
  width: 100%;
  height: auto;
  max-width: 525px;
}

.featureimageportrait img
{
  height: 100%;
  max-height: 400px;
  width: auto;
  max-width: 100%;
}

.caption
{
  font-size: 9pt;
  font-weight: bold;
  text-align:center;
}

.caption img
{
  margin-bottom: 10px;
} 

.caption a img:hover
{
  border: 1px solid black;
} 

.caption a
{
  text-decoration: none;
}

.caption a:hover
{
  text-decoration: underline;
}

hr
{
  border-style: inset;
  border-width: 1px;
  color: black;
  display: block;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5em;

}

.cmdarchivedarticlelink
{
  color: #808080;
}

form table, form tr
{
  width: 100%;
}

form td:first-child
{
  width: 30%;
}

form td:last-child
{
  width: 70%;
}

select
{
  background-color: #e0e0e0;
  color: #000000;
  font: 14pt;
  margin-bottom: 5px;
  text-decoration: none;
  width: 100%;
}

input
{
  background-color: #e0e0e0;
  color: #000000;
  font: 14pt;
  margin-bottom: 5px;
  text-decoration: none;
  width: 100%;
}

textarea
{
  background-color: #e0e0e0;
  color: #000000;
  font: 14pt;
  margin-bottom: 5px;
  text-decoration: none;
  width: 100%;
}

.dftc
{
  display:	none;
}

.pagetitle
{
  display:	none;
}

.error
{
  color: red;
}

.warning
{
  color: orange;
}

em
{
  font-style: italic;
}

p > em > a
{
  font-style: italic !important;
}

strong
{
  font-weight: bold;
}

ol.abc
{
  font: 12pt arial,helvetica;
  list-style-position: outside;
  list-style-type: lower-alpha;
  margin-bottom: 15px;
  margin-left: 30px;
}

ol.abclittlequote
{
  font: 10pt arial,helvetica;
  font-style: italic;
  list-style-position: outside;
  list-style-type: lower-alpha;
  margin-bottom: 15px;
  margin-left: 30px;
}

ol.roman
{
  font: 12pt arial,helvetica;
  list-style-position: outside;
  list-style-type: lower-roman;
  margin-bottom: 15px;
  margin-left: 30px;
}

#mvarticlebox ul
{
  font: 12pt arial,helvetica;
  list-style-position: outside;
  list-style-type: disc;
  margin-bottom: 15px;
  margin-left: 30px;
}

ul.smallsquare
{
  font: 10pt arial,helvetica;
  list-style-position: outside;
  list-style-type: square;
  margin-bottom: 15px;
  margin-left: 30px;
}

ul.smallsquare li
{
  font-size: 10pt;
}

ol.abc li, ol.roman li, #mvarticlebox ul li
{
  margin-bottom: 15px;
}


#mvfestivalslist a
{
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
}


/* Devices whose width is less than 1200px */
@media (max-width: 1199px)
{
  #nav
  {
    margin-left:	0px;
  }

  #nav li
  {
    margin-right:	0px;
    width:		100px;
  }

  #nav a
  {
    font-size: 11pt;
    padding: 8px 22px;
  }


}



/* Devices whose width is less than 1000px */
@media (max-width: 999px)
{
  #owetopnav ul
  {
    width: 100%;
  }

  #owewrapper
  {
    display: block;
    height: auto;
    margin: 0px;
  }

  #cmdheadersinglebox
  {
    padding-left: 2%;
    padding-right: 2%;
    width: 96%;
  }

  #owetopright
  {
    border: none;
    display: block;
    float: right;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 2%;
    margin-top: 3%;
    padding: 0px;
    width: 11%;
  }

  #mobile-menu
  {
    border: none;
    display: inline;
    margin: 0px;
    width: 100%;
  }

  #cmdtopnav
  {
    display: none;
  }

  .mvlogo
  {
    padding-top: 0px;
  }

  #mvlogo-image
  {
    margin-top: 2%;
    width: 60%;
  }

  #cmdarticleheader
  {
    min-height: 15vw;
  }

}

/* Devices whose width is less than 920px, the width of a standard CMD content box */

@media (max-width: 920px)
{
  #owecontentbox
  {
    margin: 0;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }

  #owetopright
  {
    padding-right: 3%;
  }

  #mvrecentbox
  {
    float: none;
    width: 100%;
  }

  #mvarticlebox, #cmdwidebox
  {
    float: none;
    padding: 5%;
    width: 90%;
  }

  #mvfooterbox
  {
    margin: 0;
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }

  #mvsponsoredbox
  {
    border-style: solid;
    border-color: black;
    border-width: 1px;
    margin-bottom: 5%;
    margin-left: 0px;
    padding: 5%;
    text-align: left;
    width: 90%;
    background-color: white;
  }

  #mvsponsoredbox img
  {
    height: 200px;
    width: 200px;
  }

  .cmd-wide-only
   {
     display: none;
   }
}

@media (max-width: 700px)
{
  br.mvnarrowonly
  {
    display: inherit;
  }
}

@media (max-width: 500px)
{
  #mv-feature-image-wrapper
  {
    margin-top: 3%;
    text-align: center;
    width: 100%;
  }

  #mv-feature-image
  {
    width: 75%;
    height: auto;
    float: none;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-top: 5px;
  }

  .cmd-third-width-box
  {
    float: left;
    padding: 1%;
    width: 98%;
  }

}


