/* Typefaces
-----------------------------------------------
Fonts by Jos Buivenga (exljbris) -> www.exljbris.nl
-----------------------------------------------*/
@font-face {
  font-family: "Museo Sans 500";
  src: url("type/MuseoSans_500.eot");
  src: local("Museo Sans 500"), local("MuseoSans-500"),
    url("type/MuseoSans_500.woff") format("woff"),
    url("type/MuseoSans_500.otf") format("opentype"),
    url("type/MuseoSans_500.svg#MuseoSans-500") format("svg");
}
@font-face {
  font-family: "Museo Sans 500 Italic";
  src: url("type/MuseoSans_500_Italic.eot");
  src: local("Museo Sans 500 Italic"), local("MuseoSans-500Italic"),
    url("type/MuseoSans_500_Italic.woff") format("woff"),
    url("type/MuseoSans_500_Italic.otf") format("opentype"),
    url("type/MuseoSans_500_Italic.svg#MuseoSans-500Italic") format("svg");
}
@font-face {
  font-family: "Museo 300";
  src: url("type/Museo300-Regular.eot");
  src: local("Museo 300"), local("Museo-300"),
    url("type/Museo300-Regular.woff") format("woff"),
    url("type/Museo300-Regular.otf") format("opentype"),
    url("type/Museo300-Regular.svg#Museo-300") format("svg");
}
@font-face {
  font-family: "Museo 500";
  src: url("type/Museo500-Regular.eot");
  src: local("Museo 500"), local("Museo-500"),
    url("type/Museo500-Regular.woff") format("woff"),
    url("type/Museo500-Regular.otf") format("opentype"),
    url("type/Museo500-Regular.svg#Museo-500") format("svg");
}
@font-face {
  font-family: "Museo 700";
  src: url("type/Museo700-Regular.eot");
  src: local("Museo 700"), local("Museo-700"),
    url("type/Museo700-Regular.woff") format("woff"),
    url("type/Museo700-Regular.otf") format("opentype"),
    url("type/Museo700-Regular.svg#Museo-700") format("svg");
}

/* font */
body {
  font: 14px/20px "Museo Sans 500", Helvetica, Arial, sans-serif;
}
h2 {
  font-family: "Museo 700", Georgia, serif;
  font-weight: bold;
  font-size: 24px;
}
h3, h4 {
  font-family: "Museo 500", Georgia, serif;
  font-weight: bold;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
#nav {
  font-size: 16px;
  font-family: "Museo 700", Georgia, serif;
}
.callout {
  font-family: "Museo Sans 500 Italic", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.callout .author {
  font-family: "Museo Sans 500", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
}
.mission {
  font-size: 15px;
  font-weight: bold;
}

/* layout */
.clear {
  clear: both;
}
a {
  text-decoration: none;
}

body {
  margin: 10px 15px;
}

h3, h4 {
  padding-bottom: 3px;
}
h3 {
  padding-top: 5px;
}
h4 {
  text-align: center;
}

h2 {
  text-align: center;
  padding: 10px 0;
}

#wrapper {
  margin: 0 auto;
  max-width: 1000px;
  min-width: 770px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
#header {
  height: 150px;
  padding: 10px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
}
#header h1 a {
  display: block;
  float: left;
  background: url(../img/LogoRandomWaltz.gif) no-repeat 0 0;
  width: 300px;
  height: 150px;
}
/* hide the text in the span */
#header h1 span
{
  display: none;
}

.blurb {
  float: right;
  margin: 20px;
  width: 300px;
}

#nav,
#nav li,
#nav li a{
  display: block;
  height: 1.5em;
}

#nav {
  width: 100%;
  padding: 0;
}

#nav li {
  float: left;
  text-align: center;
  width: 8em;
  /* need the round corners both places, or don't get them on hover... */
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#nav #nav_cal {
  width: 5em;
}

#nav #nav_loc {
  width: 10em;
}

#nav li { margin: 0 2px; }

#nav li a {
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding-top: 2px;
}


#content {
  padding: 10px 30px 20px 30px;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.dance {
  padding: 10px 0 10px 0;
}
.photoList {
  text-align: center;
}
.photoList a {
  padding: 10px;
}

.callout {
  float: right;
  clear: right;
  padding: 20px 20px 15px 20px;
  margin: 20px 0 15px 20px;
  width: 300px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
p {
  padding: 5px 0;
}
.callout .author {
  display: block;
  text-align: right;
}
.mission {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 20px auto;
  padding: 11px;
  text-align: center;
  width: 500px;
}
a:hover { text-decoration: underline; }

ul {
  padding-bottom: .5em;
}
ul ul {
  padding-left: 1em;
}

/* 2 cols for loc page */
.one {
  width: 45%;
  float: left;
}
.two {
  width: 45%;
  float: right;
}

/* colors */
a {
  color: #651725;
}

a:visited {
  color: #431765;
}

body {
  background: #98a695;
}

#wrapper {
  background: #98a695; /*  */
}

#header {
  background: #ffffcc; /* yellowy */
}
#nav {
  background: #ffffcc; /*  */
}
#nav li {
  background-color: #d6b67b;
  border-color: #c79a5e; /*  */
}

#nav li a {
  color: black;
}
#nav li a:hover {
  background-color: #b0857e;
  text-decoration: none;
}

.cal #nav_cal,
.loc #nav_loc,
.pic #nav_pic,
.inf #nav_inf,
.who #nav_who,
.cal #nav_cal a:hover,
.loc #nav_loc a:hover,
.pic #nav_pic a:hover,
.inf #nav_inf a:hover,
.who #nav_who a:hover {
  background: #98a695; /*  */
}

.mission,
.callout {
  color: black;
  background: #b0857e;
}

