/* CSS Document */

/* Set all margins and padding to zero */
* {margin: 0; padding: 0}
 

body 
{ 
  text-align: center; 
  background: #ffffff;
  color: #231f1f; /* dark grey */
  font-family: "mr-eaves-xl-modern", verdana, sans-serif;
  font-size: 100%;
  margin: 0px; 
  padding: 0px; 
} 

div.clearfloats { clear: both; }

#banner
{
  margin: 0px auto;
  width: 1260px;
  text-align: left;
}

#nav
{
  background-color: #797272;
  width: 1260px;
  height: 50px;
  margin: 0px auto;
  color: #ffffff;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  border-top-left-radius: 10px;  
}

#nav p a
{
  color: #ffffff;
  text-decoration: none;
}

#nav p a:hover, #nav p a.selected
{
  color: #c3e21a; /* lime */
}

.divider
{
  font-weight: bold;
}

.lime
{
  color: #c3e21a; /* lime */
}

.teal
{
  color: #15516d; /* teal */
}

.sky
{
  color: #34badb; /* sky */
}

.orange
{
  color: #fc5713; /* orange */
}

.yellow
{
    color: #feb401; /* orange-yellow */
}

.grass
{
  color: #2cc12f; /* grass */
}


#content
{
  width: 1248px;
  margin: 0px auto 30px;
  border-left: 6px solid #797272; /* grey */
  border-right: 6px solid #797272; /* grey */
  border-bottom: 6px solid #797272; /* grey */
  text-align: left;
  overflow: hidden;
  padding: 0 0 20px;
  border-bottom-right-radius: 15px;
}

#content.home
{
  padding: 0;
}

.row
{
  overflow: hidden;
}

.full
{
  padding: 30px 0px;
}

.half
{
  width: 42%;
  padding: 30px 4%;
  float: left;
}

#fullcopy .half {
    float: left;
    padding: 15px 3% 15px 0;
    width: 47%;
}


#fullcopy.art .half {
    float: left;
    padding: 30px 4%;
    width: 42%;
}


.twothirds {
    float: left;
    padding: 30px 4%;
    width: 54%;
}

.onethird {
    float: left;
    padding: 30px 4%;
    width: 30%;
}

.half img,
.third img,
.twothirds img,
.onethird img
{
  width: 100%;
  height: auto;
}

#fullcopy .half img
{
  width: auto;
}

#fullcopy.art .half img
{
  width: 100%;
}

.third
{
  width: 30%;
  padding: 30px 1.5%;
  float: left;
}


.photoandcaption {
    float: left;
    padding: 0 4% 0 0;
    width: 21%;
}


#content .photoandcaption > p {
    font-size: 18px;
    line-height: 20px;
    padding: 5px 0 20px;
}

#content #leftphotos
{
  float: left;
  width: 45%;
}

#content #leftphotos img
{
  width: 100%;
  height: auto;
  border-bottom: 6px solid #797272;
  border-right: 6px solid #797272;
}

#content #rightcopy
{
  width: 49%;
  float: left;
  padding: 0 3%; 
}

#content #fullcopy 
{
  width: 96%;
  padding: 0 2%;
}

#content.home #fullcopy
{
  text-align: left;
}

#content #fullcopy.art
{
  text-align: center;
}

#content #fullcopy.art p
{
  padding: 10px 40px 0px;
}

#content #fullcopy.art .third a,
#content #fullcopy.art .third a p
{
  color: #231f1f;
  text-decoration: none;
  font-style: normal;
}


#fullcopy .peace {
    float: left;
    margin: 30px 30px 20px 0;
    width: 57%;
}

#fullcopy #photos {
    float: right;
    padding: 20px 0 0 30px;
}

#content #photos img
{
  margin: 10px 25px 40px 25px;
  border: 0px solid #797272; /* grey */
}

#content h1 {
    font-size: 40px;
    font-weight: 400;
    padding: 20px 0px 0;
}

#content #fullcopy.art h1
{
  padding: 20px 0 15px;
}

#content h2 {

    font-size: 32px;
    font-weight: 300;
    padding: 20px 0 8px;
}

#content h2 strong {
  font-weight: 700;
}

#content h3
{
  font-size: 28;
  font-style: italic;
  color: #cacaca; /* light grey */
}

#content h4
{
  padding-top: 15px;
  font-size: 28px;
  font-weight: 400;
}

#content p
{
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  padding: 10px 0px 0px;
}

#content p.quote
{
  padding: 10px 0 10px 0;
}


#content #fullcopy.art p.menu {
    line-height: 32px;
    padding: 0;
}

#content p.menu a.selected
{
  text-decoration: none;
  color: #2cc12f; /* grass */
}

#content #peace
{
  margin-right: 30px;
}

#content #peace p
{
  font-size: 1em;
  text-align: center;
}

#content p.details
{
  font-style: italic;
}

#content p a
{
  color: #34badb; /* sky */
  text-decoration: none;
}

#content p a:hover
{
  color: #2cc12f; /* grass */
}

#content a
{
  text-decoration: none;
}

#homephoto {
    border: 6px solid #797272;
    float: left;
    margin: 20px 30px 20px 0;
    width: 49%;
}
#homephoto img
{
  width: 100%;
  height: auto;
}


#applausephotos {
    border-bottom: 6px solid #797272;
    border-left: 6px solid #797272;
    float: right;
    margin: 0 0 0 3%;
    width: 45%;
}

#applausephotos img
{
  width: 100%;
  height: auto;
}


p.quote span.name
{
  color: #15516d; /* teal */
}

#mc_embed_signup {
    color: #797272;
    padding: 0px 3px;
}

#mc_embed_signup ul li {
    list-style-type: none;
    padding: 3px 0;
}

#mc_embed_signup ul li input {
    margin-right: 5px;
}


#content #mc_embed_signup h2 {
    font-size: 28px;
    font-weight: 400;
    color: #fc5713;
}

#peacevideo
{
  padding: 20px;
  float: left;
  width: 600px;
}

#videotext
{
  padding: 20px;
  float: left;
  width: auto;
}

#footer
{
  width: 1260px;
  margin: 0px auto 30px;
  padding: 0px;
}

#footer p
{
  font-size: 18px;
  line-height: 24px;
}



#footer p a
{
  text-decoration: none;
  color: #15516d; /* teal */
}

#footer p a:hover
{
  color: #2cc12f; /* grass */
}














#content-art
{
  width: 878px;
  height: 6900px;
  margin: 0px auto;
  border-left: 6px solid #797272; /* grey */
  border-right: 6px solid #797272; /* grey */
  text-align: left;
  padding-left: 10px;
}

#content-art h1
{
  padding: 20px 0px 0px 0px;
}

#content-art p
{
  padding: 20px 40px 0px 0px;
  font-size: .9em;
  font-style: italic;
}

#content-art p.caption
{
  text-align: right;
  padding: 0px 0px;
  padding-bottom: 50px;
  font-size: .7em;
}

#content-art img.studio
{
  float: left;
  padding: 0px 20px 30px 10px;
}


#content-art div.art
{
  display: inline;
  float: left;
  padding: 10px 10px 20px 10px;
}









