/*  Main CSS - Museum Conservation Institute
    2006
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  General
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

 body {
   margin: 0;
   padding: 0;
   font-size: 0.9em;
   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
   color: #333;
   background-color: #0B2854;
   background-image: url(../images/body_background.gif);
   background-repeat: repeat-y;
   background-position: center;
   text-align: center;
 }

 .spacer {
   clear: both;
 }

 .alert {
   color: #f00;
   font-weight: bold;
 }

 .description {
    color: #999;
    font-size: 0.8em;
 }


/*  For Internet Explorer 6.0 and bellow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
  * html #footer {
    margin-top: 800px;
  }


/*  Container
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

 #container {
   width: 760px;
   margin: 0 auto;
   text-align: left;
   background-color: #fff;
   background-image: url(../images/container_background.gif);
   background-repeat: repeat-y;
   background-position: center;
 }


/*  Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
   margin: 0;
   padding: 0;
   background-color: #fff;
   font-size: 0.7em;
}

#header ul {
  margin: 10px 16px 0 0;
  padding: 0;
  list-style-type: none;
  float: right;
}

#header ul li {
  margin: 0;
  padding: 0 7px 0 7px;
  border-right: 1px solid #727D85;

  display: inline;
}

#header ul li.last {
  border-right: none;
}

#header ul  li a {
  color: #727D85;

  text-decoration: none;
}

#header ul  li a:hover {
  text-decoration: underline;
}


/*  Navigation Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#pri_menu {
  position: relative;
  top:0;
  left: 0;
  margin: 0;
  padding: 10px 0 10px 24px;
  border: 0;
  background-color: #18263B;
  background-image: url(../images/menu_background.gif);
  background-position: top;
  background-repeat: repeat-x;
  list-style-type: none;
}

ul#pri_menu li {
  margin: 0 20px 0 0;
  padding: 10px;
  border: 0;
  display: inline;
}

ul#pri_menu li.selected {
   background-color: #ccc;
}

ul#pri_menu li a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

ul#pri_menu li a:hover {
  color: #FFB005;
}


/*  SubMenu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#pri_menu li ul{
  position: absolute;
  top: 37px;
  left: 0;
  width: 736px;
  margin: 0;
  padding: 7px 0 7px 24px;
  background-color: #666;
  list-style-type: none;
}


/*  For Internet Explorer 6.0 and bellow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

  * html ul#pri_menu li ul {
      top: 46px;
      left: -24px;
  }

ul#pri_menu li ul li {
  margin: 0 20px 0 0;
  padding: 0;
  display: inline;
}

ul#pri_menu li ul li a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}

ul#pri_menu li ul li a:hover {
  color: #ff0;
}


/*  Wrapper (this is only presentational) ... my apologies
    this div provides us with the nice background at the top of the page / bellow the header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
  margin-top: 31px;
  float: left;
  background-image: url(../images/content_background.gif);
  background-position: top;
  background-repeat: no-repeat;
}


/*  Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
  width: 255px;
   margin-right: 10px;
   color: #4F4D5C;
   float: right;
position: relative;   line-height: 1.5;
z-index:+1 }





 #sidebar h2 {
   margin: 7px 0 0 0;
   padding: 0;
   color: #E9E9E9;
   font-size: 0.9em;
   font-weight: normal;
 }

 #sidebar h3 {
  margin: 14px 0 0 0;
  padding: 0;
  color: #BB9955;
  font-family: "Bookman Old Style", "Times New Roman", Times, serif;
  font-size: 1.1em;
  font-weight: normal;
 }

 #sidebar h4 {
  margin: 0;
  padding: 0;
  font-size: 0.8em;
 }

 #sidebar p {
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 0.8em;
 }

 #sidebar ul {
   margin: 8px 0 30px 15px;
   padding: 0;
   font-size: 0.8em;
   list-style-type: square;
 }

 #sidebar ul li {
   margin-bottom: 10px;
 }

 #sidebar ul ul {
   font-size: 1em;
 }

 #sidebar a {
  color: #1859BE;
 }

 #sidebar a:hover {
  color: #D9B261;
 }


/*  Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content {
	/* to fix ie 6.0 double margin bug, please keep this here */
	position: relative;   display: inline;
	line-height: 1.5;
	width: 480px;
	min-height: 800px;
	margin-top: 80px;
  margin-right: 280px;
  margin-left: 20px;
}


/* Styles for all the headings */
#content h1, #content h2, #content h3, #content h4, #content h5 {
  margin-bottom: 0;
  padding-bottom:0;
  color: #1F3247;
  font-family: "Bookman Old Style", "Times New Roman", Times, serif;
  font-weight: normal;
}


/* Styles for a paragraph that follows inmediatly after the heading */
#content h1+p, #content h2+p, #content h3+p, #content h4+p, #content h5+p {
  margin-top: 0;
  padding-top: 0;
}


/* Styles for a heading that comes after a paragraph (like a new subject) */
#content p+h2, #content p+h3, #content p+h4, #content p+h5 {
  margin-top: 50px;
  padding-top: 0;
}

#content h1 { font-size: 1.8em;}

#content h2 { font-size: 1.5em;}

#content h3 { font-size: 1.2em;}

#content h4 { font-size: 1.2em;}

#content ul, #content ol { margin-top: 0;  list-style-type: square;}

#content ul li, #content ol li { margin-bottom: 10px; font-size: 0.9em; line-height: 1.5em;}

#content p { text-align: left; line-height: 1.2em; margin-right: 20px;}

body #content a:hover { color: #ccc;}

#content #site_sections img{ margin-right: 20px;}

#content #site_sections img.last{ margin-right: 0;}


/*  Home page
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#site_sections{
  margin-top: 30px;
  margin-right: 280px;
  margin-left: 20px;
}

#home #site_sections img{
  margin-right: 5px;
}

#podcast {
  position: absolute;
  bottom: 20px;
}

#home #content {
  margin-bottom: 0;
}

#featured_projects h2 {
  margin: 38px -20px 13px -20px;
  padding: 13px 0 8px 20px;
  color: #838383;
  background-color: #D2D2D2;
  background-image: url(../images/featured_projects_background.gif);
  background-repeat: repeat-x;
  background-position: top;
  font-size: 1.2em;
  font-weight: normal;
}

#featured_projects h3 {
  margin: 0;
  padding: 0;
  border: 0;
  color: #1F3247;
  font-size: 1em;
  font-weight: bold;
  font-variant: normal;
}

#featured_projects p{
  margin: 0;
  padding: 0;
  font-size: 0.8em;
}

#featured_projects em{
  margin: 0 0 5px; 0;
  padding: 0;
  color: #999;
  font-size: 0.8em;
  font-style: normal;
  display: block;
}

#featured_projects img {
 margin: 2px 12px 18px 14px;
 float: left;
 border: 2px solid #1F3247;
}


/*  Taking Care Menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#taking_care_menu {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

ul#taking_care_menu li {
 padding-right: 5px;
 border-right: 1px solid #ccc;
 display: inline;
}

ul#taking_care_menu li#last {
  border: 0;
}

#content ul#taking_care_menu li a {
  color: #1859BE;
  text-decoration: none;
}

#content ul#taking_care_menu li a:hover {
  text-decoration: underline;
}


/*  Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

 #footer {
   padding: 10px 16px 10px 10px;
   color: #fff;
   background-color: #154DA2;
   background-image: url(../images/footer_background.gif);
   background-repeat: repeat-x;
   background-position: top;
   font-size: 0.7em;
   text-align: right;
}

 #footer ul {
  padding: 0;
  list-style-type: none;
}

#footer ul li {
  margin: 0;
  padding: 0 7px 0 7px;
  border-right: 1px solid #fff;
  display: inline;
}

#footer ul li.last {
  border-right: none;
}

#footer ul  li a {
  color: #fff;
  text-decoration: none;
}

#footer ul li a:hover {
  color: #FFD800;
}


/*  Colors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*  This is to change the submenu color depending on the category you are on */

body#about ul#pri_menu li.selected, body#about ul#pri_menu li ul{
  background-color: #3C157D;
}

body#learn_more ul#pri_menu li.selected, body#learn_more ul#pri_menu li ul{
  background-color: #DA8827;
}

body#learn_more ul#pri_menu li a:hover {
  color: #ff0;
}

body#professional_development ul#pri_menu li.selected, body#professional_development ul#pri_menu li ul{
  background-color: #528ADF;
}

body#research ul#pri_menu li.selected, body#research ul#pri_menu li ul{
  background-color: #7A0607;
}


/* Titles */

/* About us */
body#about #content h1, body#about #content h2, body#about #content h3, body#about #content strong, body#about #content a {
  color: #3C157D;
}

body#about #content a:hover {
  color: #999;
}

body#about #wrapper {
  background-image: url(../images/content_background_about.gif);
}


/* Learn More */
body#learn_more h1 {
  color: #9E671F;
}

body#learn_more #content h2, body#learn_more #content h3, body#learn_more #content strong, body#learn_more #content a {
  color: #BF8128;
}

body#learn_more #content a:hover {
  color: #999;
}

body#learn_more #wrapper {
  background-image: url(../images/content_background_learn.gif);
}

body#professional_development #content h1, body#professional_development #content h2, body#professional_development #content h3, body#professional_development #content strong, body#professional_development #content a {
  color: #528ADF;
}

body#professional_development #content a:hover {
  color: #999;
}

body#professional_development #wrapper {
  background-image: url(../images/content_background_prof.gif);
}

body#research #content h1, body#research #content h2, body#research #content h3, body#research #content strong, body#research #content a {
  color: #7A0607;
}

body#research #content a:hover {
  color: #999;
}

body#research #wrapper {
  background-image: url(../images/content_background_research.gif);
}



