
/* 
  main.css  Definitions here overload blueprint/screen.css
  
  Blueprint has no #id definitions, so I can use anything for those.


*/

html,body{margin:0;padding:0}

body{
    font: 76% arial,sans-serif;
    background-color: #000000;
}


/* Make smaller, greyer */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#444;}
h1 {font-size:1.8em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.6em;margin-bottom:0.75em; color: #8d0000} /* dark brown */
h3 {font-size:1.4em;line-height:1;margin-bottom:1em; color: #860000} /* redbrown */
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

/* fix the table defs */
table {
    border-collapse: collapse;
    border-spacing: 1px;
    border-color: #cccccc;
    border-style: solid;
}

table, td, th {
    vertical-align: top;
}

table { margin-bottom:1.4em; width:100%;}

.vsmall {font-size:.6em;margin-bottom:1.5em;line-height:1.5em;}


.home-title {
    font-size: 2.0em;     /*  size */
    font-weight:bold;
    color: #790000;     /*  red earth side menu background */
    line-height:1.5em;
}
.home-text {
    font-size: 1.2em;     /*  size */
    font-weight:bold;
    color: #790000;     /*  red earth side menu background */
    line-height:1.4em;
}

/* --- Testimonials -------------------------- */

.page_title {
    font-size: 2em;     /* h2 size */
    font-weight:bold;
    color: #790000;     /*  red earth side menu background */
    margin-top:     1em;
    margin-bottom:  1em;
}

.testimonial_shield{
    width:  140px;  /* tuck in a little to make space for right margin */
    height: 200px;
    margin-right: 5px;
    clear:both;
    background-image: url(images/shield_silhoutte150.png);
    overflow:visible;
    /* kluge for centering */
    position:relative;
}


.testimonial_text{

    text-align: center;
    vertical-align: middle;
    color: #666666;     /* greyish blue */
    /* kluge for centering */
    position:absolute; top:50%; height:10em; margin-top:-5em ;

}
/* --- Testimonials on the Testimonial Page ------------------ */
.testimonial, .testimonial-author{
    color: #666666;     /* greyish blue */
    font-size: medium;
    line-height: normal;
    font-weight: normal;
    padding: 3px;
    text-align: center;
}
.testimonial{
    /* wrap then indent, but needs outer div like  <div style="margin-left: 5em;">   */
    /* dont need outdents anymore
    text-indent: -2em;
    margin-top: .5em;
    */
}
.testimonial-author{
    color: #888888;     /* greyish blue */
    font-style:italic;
    font-size: small;
}
.color0 { 
    color: #6666aa;     /* greyish blue */
}
.color1 { 
    color: #790000;     /*  red earth side menu background */
}
.color2 { 
    color: #419a20;     /* green */
}
.color3 { 
    color: #ef7110;     /* orange */
}
.testi {
    vertical-align: middle;
}

/* --- Single Testimonial on a Page on a shield -------------------- */

.testimonial-page, .testimonial-page-quote, .testimonial-page-author{
    font-size: small;
    color: #6666aa;     /* greyish blue */
}
.testimonial-page{
    text-align: center;
    margin-left:  10%;
    margin-right: 10%;
}
.testimonial-page-quote{
    width: 80%;
}
.testimonial-page-author{
    font-style:italic;
}

/* Firefox, Safari, Chrome */
.rounded{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

/* --- Margin -------------------------- */

#rightmargin{
  background-color: blue;
  color: red;

}


.admin-note {
  border: solid 1px red;
  float: left;
  background-color: #fefef0;
  padding: 5px;

}

/* centering tables is an example of how stupid css design is */
.table-center { 
    margin-left: auto;
    margin-right: auto;
}


/* ---------- Programs table ---------- */
table.programs, td.programs  {
    border-color: #000;  /* black */
    border-style: solid;

    border-spacing: 1px;
    border-style: solid;
}

table.programs {
    border-width: 1px;
    xxborder-spacing: 0px;
    xxborder-collapse: collapse;
}

td.programs {
    margin: 0;
    padding: 4px;
    border-width: 1px;
}

.programs-title{
    color:white; 
    background-color: black;
}

.programs-even{
    color: #444;
    background-color: #ffd39e; /* hot tang   */
}

.programs-odd{
    color: #444;
    background-color: #e7c3be; /* murky violet */
}


/* ---------- Staff page has a table and an inner table ---------- */
table.staff {
    border-style: none;
}
tr.staff {
    background-color: #860000;  /* redbrown */
    border-style: none;
}
td.staff {
    margin: 0;
    padding: 5px;
    border-width: 1px;
}
.staff-text{
    color: #ffd300;     /* yellorange */
}
.staff-list-name{
    font-size: 1em;
    color: #ef7110;     /* orange */
}
.staff-list-info{
    color:white; 
    font-size: 1em;
}
.staff-list-mail{
    color:white; 
    font-size: 1em;
    text-decoration:none;
}


.staff-even{
    color: #444;
    background-color: #ffd39e; /* hot tang   */
}

.staff-odd{
    color: #444;
    background-color: #e7c3be; /* murky violet */
}



/* funders page ------------------------------- */
table.funders, td.funders {
    xborder-color: #f0e0d0;  /*  darker whitish   f7e7df */
    xborder-style: solid;
}

table.funders  {
    xborder-width: 1px;
    xborder-spacing: 0px;
    border-collapse: collapse;
}

td.funders  {
    margin: 0;
    padding: 4px;
    border-width: 1px;
    xbackground-color: #ffffff;
    vertical-align: middle;
    font-size: 1.2em;
}





.indent-1 {text-indent:40px;}
.indent-2 {text-indent:80px;}


.container{
    xborder: solid 2px #7e0000;   /* header-brown border around everything */
    border: solid 2px #e97313;   /*  orange1   home header title  (was yellorange ffd300)  border around everything */
    background-color: #f7e7df;    /* whitish   Dennis sez ede4dd, I sez f7e7df */
}

/* ---------- Advert ---------- */    
.advert_box, .advert_title, .advert_text {
    line-height: normal;
    letter-spacing: .1em;
    text-align: center;
    xwidth: 96%; /* bumping side */

}
.advert_box {
    margin: 5px 0 10px 0;
    border: 2px solid #d7a296;   /* greyish pink */
    
}
.advert_title {
    color: #790000;     /*  red earth side menu background */
    background-color: #ffb696;  /* redder tang  another: ffaa71 */
    padding: 3px;
    font-size: 1.1em;
    border-bottom: 2px solid #d7a296;   /* greyish pink */
}
.advert_text {
    color: #790000;     /*  red earth side menu background */
    background-color: #ffcf96;  /* tang     another: ffc371 */
    padding: 3px;
    font-size: small;
    font-weight: normal;
    font-size:1em;
}



.required{
    color: red;
    font-weight:bold;
}


.sitemap_menu{
    color: #666666;     /* greyish blue */
    font-size: medium;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 10px 5px;

}
.sitemap_page{
    font-size: small;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 10px 25px;
}

.sitemap_td{
    color: #666666;     /* greyish blue */
    font-size: small;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 5px 0 10px 5px;

}

/* Sidemenu --------------- */
.sidemenu, .sidemenu_current, .sidemenu_title {

    font-size:1em; /* xsmall margin-bottom:1.5em; line-height:1.5em; */
    line-height:1.5em;
    font-weight:bold;
    text-decoration: none;
    text-align: center;
    color: #ef7110;     /* orange */
    margin: 10px 0 10px 5px;
    padding: 5px;
    background-color: #f7e7df ;  /* whitish */
}
.sidemenu {
    background-color: #860000;  /* redbrown */
}
.sidemenu_current {
    background-color: #419a20;  /* green */
    color: #ffd300;     /* yellorange */
}
.sidemenu_title {
    background-color: #f7e7df ;  /* whitish */
}
.sidemenu_spacer {
    background-color: #f7e7df ;  /* whitish */
    line-height: 1px; 
    height:      1px;
    padding: 2px;
}

/* Media like photos and videos --------------- */
.media, .media_current, .media_title {

    font-size:1em; /* xsmall margin-bottom:1.5em; line-height:1.5em; */
    line-height:1.5em;
    text-align: left;
    padding: 5px;
    text-decoration:none;
}
.media {
    color: #790000;     /*  red earth side menu background */
    margin-left: 5px;
}
.media_current {
    color: black ;     /*    */
    background-color: #419a20;  /* green */
    margin-left: 5px;
    padding-left: 2px;
}
.media_title {
    xmargin: 5px 0 5px 5px;
    font-weight:bold;
    background-color: #ffd300;     /* yellorange */
    color: black ;     /*    */
}

/* ----gallery with cycle 6, using existing pic -----------------------*/

#slideshow { xmargin: 20px }
#nav { xwidth: 300px; xmargin: 15px }
#nav li { width: 50px; float: left; margin: 8px; list-style: none }
#nav a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#nav a.activeSlide { background: #ffd300 }  /* yellorange */
#nav a:focus { outline: none; }
#nav img { border: none; display: block }


.pics {     xheight: 400px; xwidth: 232px; padding: 0; margin:0; overflow: hidden }
/*.pics img { height: 200px; width: 200px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 } */
.pics img { -moz-border-radius: 10px; -webkit-border-radius: 10px; }

.orig_pics {     height: 232px; width: 232px; padding: 0; margin:0; overflow: hidden }
.orig_pics img { height: 200px; width: 200px; padding: 15px; border: 1px solid #ccc; background-color: #eee; top:0; left:0 }
.orig_pics img { -moz-border-radius: 10px; -webkit-border-radius: 10px; }

/*
#slideshow { left: 20px }
#nav { width: 300px; margin: 15px }
#nav li { width: 50px; float: left; margin: 8px; list-style: none }
#nav a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#nav a.activeSlide { background: #88f }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }

#slideshow { left: 20px }
#nav { width: 100%; height: 80px; margin: 15px;  }
#nav li { width: 50px; float: left; margin: 8px; list-style: none }
#nav a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#nav a.activeSlide { background: #88f }
#nav a:focus { outline: none; }
#nav img { border: none; display: block }

*/

/* ------------------------------------------*/

/*
div#navigation{background:#ffffff}
div#navigation{
    xxfloat:left;
    xxwidth:150px;
    xxmargin-left:-700px
}
*/

/* copied from gala3.css    */

/* orig =======================================================================

I want to merge blueprint. So remove the widths and heights, padding, those are in the spans

 */

pre{
    font: 100% arial,sans-serif;
}



p{margin:0 10px 10px}
    xweird-a{display:block;color: #006;
    xpadding:10px;
}

div#header{
    position:relative;

     /* height: 90px;    these do nothing  here */
     /* line-height: 90px;   */
}
div#header h1{ 
  xxheight:80px;
  xxline-height:80px;

      line-height: 90px;  /* 18 x 5 = 90 prh */
      height: 90px;       /* 18 x 5 = 90 prh   need both to make height... */

  margin:0;
  xpadding-left:10px;
  background: #EEE;
  color: #79B30B;
  }
div#header a{ position:absolute; right:0; top:23px}


div#topmenu {
    position:relative;
}


div#Xcontainer{
    /* text-align:left;
    margin:0 auto;  
    border-left, border-right: solid 1px black;
     */
}

xxdiv#container{ xxwidth:700px; margin:0 auto}

.content p{
    /*  This sets the content on the pages */
    font-size: 1.2em;
}
.contenta p{
    /*  This sets the content on the pages */
    font-size: 1.2em;
}

 
#footer{
    background: #e97313;     /* orange1 home header title       (was  ffd300 yellorange) */
    color: #444;
    text-align:center;
    line-height: 2;
}
#footer p{
    margin:0;
    xpadding:5px 10px;
}
#footer a{
    display:inline;
    xpadding:0;
    color: #444;
}


div#wrapper{
    xfloat:left;
    xwidth:100%;
}




