
/* LAYOUT */
/*
 *   Tripoli is a generic CSS standard for HTML rendering.
 *   Copyright (C) 2007 David Hellsing
 *
 *   http://devkick.com/lab/tripoli/
 *
 *   You should have received a copy of the GNU General Public License
 *   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 **/
/*
 _______________________________
 BASE */@import url(reset.css); /* provides some resets of css */
@import url(tripoli.base.css); /* provides some resets of css */
/*
 _______________________________
 PLUGINS */
/* @import url(plugins/tripoli.visual.css); */
/*@import url(plugins/tripoli.type.css);*/
@import url(plugins/tripoli.layout.css);
/*
 _______________________________
 END */
/* style for okapi theme */
/* background and main page wrappers */
html  {
 background-color: #49494A;
 overflow: auto;
 height: auto;
 color: #ffffff;
}

body {
    background-color: #49494A;
    background: url(../images/background.gif) repeat-x; 
    color: #ffffff;
    overflow: auto;
    height: auto;
    font-size: 0.9em;
	font-weight: normal;
	font-family:  Helvetica, Geneva, Arial,  Verdana, sans-serif;
 	letter-spacing: 0.02em;
	word-spacing: 0.1em;
}

body a{
     color: #ffffff;
     text-decoration: none;
     font-weight: bold;
}

body a:link,
body a:hover,
body a:active{
    color: #aaaaaa;
    text-decoration: none;
    font-weight: bold;
}

#container {
    width: 980px;
    background-color: #49494A;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    margin: auto;
    margin-bottom: 20px;
}

#content-wrap {
    background-color: #000000;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

/* layout styles, based on tripoli base css style */
body.l1 #primary {
    width: 60%;
    height: auto;
    margin: 0;
    padding: 0;
}

#primary .content{
    margin:  30px;
    padding:  30px;
    height: auto;
    color: #cccccc;
    background-color:  #1A1A1A;
    border: 2px solid #3e403f;
    font-size: 0.9em;
}

body.l1 #secondary {
    width: 40%;
    float: right;
    height: auto;
    margin: 0;
    padding:0;
}

#secondary {

}

#secondary .content{
    margin:  30px;
    margin-left: 5px;
    padding:  30px;
    height: auto;
    color: #cccccc;
    background-color:  #1A1A1A;
    border: 2px solid #3e403f;
    font-size: 0.9em;
}

#secondary .sidebar1 img,
#secondary .sidebar2 img,
#secondary .content .image img{
    padding:  1em;
    background-color:  #1A1A1A;
    border: 2px solid #3e403f;
}

.sidebar2{
    border-top: 2px solid #3e403f;
	margin-top: 2em;
	padding-top: 2em;
}

/** works with sifr: scaleable flash inman replacement -- uses javascript to replace certain text headlines with a flash text treatment **/
.content h3 {
     font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    height: auto;
    text-align: right;
    letter-spacing: -.05em;
    line-height: 0.8em;

    padding: 2px 0px 10px 0px;
    margin: 0;
    width: 80%;
    font-family: Palatino, Georgia, Lucida ;  
      text-align: left;
}

/** works with sifr: scaleable flash inman replacement -- uses javascript to replace certain text headlines with a flash text treatment **/
.content h4 {
    font-size: 1.0em;
    color: #fff;
    text-decoration: none;
    height: auto;
    text-align: right;
    letter-spacing: -.05em;
    line-height: 0.8em;
    padding: 2px 0px 10px 0px;
    margin: 0;
    font-family: Palatino, Georgia, Lucida ;  
    text-align: left;
}


.content p{
        font-size: 100%;
}

/* TODO: may comment this out*/
body.l1 #tertiary, body.l2 #tertiary, body.l3 #tertiary {
    display: none
}

#home-title {
    position: absolute; /*align flush to bottom*/
    bottom: 0px;
    width:980px;
    height: auto;
}

/* main title for the home page */
#home-title #header-title {
    width: 38%;
    position: absolute;
    bottom: 0px;
    padding-bottom: 10px;
    left: 0%;
}

#home-title .background{
    height: auto;
    width: 100%;
}

#home-title #header-links {
    position: absolute;
    left: 38%;
    width: 60%;
    bottom: 0px;
}
#header{
	background-color: #000000;
}

#header-links {
      padding:0; 
      margin:0px auto 0 auto; 
      font-size: 75%;
}

#header-links li {
    margin: 0 5px 0 0 ;
    padding:10px;
    float: left;
    width: 108px;
    height: 120px;
    background-color: #1A1A1A;
    list-style: none;
    color: #ffffff;
    display:inline;  
}

/* this links to the rounded corners */
#header-links-content{
    margin:-1px auto 20px auto;
    padding:10px; 
}    

#header-links li a, #header-links li a *{
    float: none;
    font-weight: bold;
    color: #ffffff;
}

#header-links li a { display:block;  text-decoration:none;  padding:5px;}
#header-links li, #header-links li .sb-inner { background:#000; }
#header-links li .sb-border { background: #fff; }

/* The tabs */
* html #header-links { height:1%; }
* html #header-links li { display:inline-block;  }


#header-links li, #header-links li .sb-inner { background:transparent url(../images/header_links_gradient.png) repeat-x; }

/* #header-links li .sb-border {  background: #ffcc00; } */

/* hover color */
#header-links li:hover, #header-links li:hover .sb-inner { background:#8B2500; }
#header-links li.hover, #header-links li.hover .sb-inner { background:#8B2500; }/* for ie6 */



/* links that display near the title on the home page */
.home #primary-nav{
   height: 200px;
   background-color: #000000;
}

.main #primary-nav{
   height: 80px;
   background-color: #000000;
}

#header-media{
    height: auto;
}

#header .content {
    background-color: #1a1a1a;
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
}

/** works with sifr: scaleable flash inman replacement -- uses javascript to replace certain text headlines with a flash text treatment **/
#home-title h1 {
    font-size: 300%;
    color: #fff;
    text-decoration: none;
    height: auto;
    text-align: left;
    letter-spacing: -.05em;
    line-height: 0.9em; 
    padding: 0px 10px 0px 10px;
    margin: 0;
    width:100%;
    font-family: Palatino, Georgia, Lucida ;  
}

/** works with sifr: scaleable flash inman replacement -- uses javascript to replace certain text headlines with a flash text treatment **/
#home-title h2 {
    font-size: 200%;
    color: #ffffff;
    text-decoration: none;
    height: auto;
    text-align: left;
    letter-spacing: -.05em;
    line-height: 0.8em;
    padding: 0px 5px 0px 10px;
    margin: 0;
    width: 100%;
     font-family: Palatino, Georgia, Lucida ;  
}

/* primary navigation*/
/* tabs for navigations. tabs are overwritten with rounded corners using ShadedBorders javascript. */
#primary-nav {
    padding: 0px;
    margin: 0px
}

ul#navigation {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 1em;
    width: 100%;
    height: 40px;
    font-size: 0.75em;
}

ul#navigation li {
    display: inline;
    float: left;
    padding: 5px; /*this padding should match the amount of rounding */
    padding-top: 10px;
    background-color: #444;
    margin-left: 2px;
    margin-right: 2px;
    font-family: Palatino, Georgia, Lucida ;  
    height:  auto;
    max-width: 11%;
    text-align: center;
    margin-bottom: 20px;
}

ul#navigation li.search-wrap{
    max-width: 20%;
    text-align: left;
}


ul#navigation li a {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

ul#navigation li a:link, ul#navigation li a:visited {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

/* specific css to support shadedBorders; TODO: remove any excess styles. */
ul#navigation{
     margin:5px auto 0 auto; 
     color:#fff;
}


                
/* The tabs */
ul#navigation {  padding:0; margin:0px auto 0 auto; }
* html ul#navigation { height:1%; }
ul#navigation li { float:left; color:#000; list-style:none; padding:10px; margin:0 0 0 5px;     margin-bottom: 20px; }
* html ul#navigation li { display:inline-block;  }
ul#navigation li a { display:block; float:left; text-decoration:none; padding:5px; color:#000000; height: 20px;}
ul#navigation li, ul#navigation li .sb-inner {background:#444;

}

ul#navigation li .sb-border { background:#444;}
ul#navigation-content { background:#ccc; margin:-1px auto 20px auto; padding:10px;  border:1px solid #000000; color:#000; }

/* hover color */
ul#navigation li:hover, ul#navigation li:hover .sb-inner { background:#8B2500;  filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}
ul#navigation li.hover, ul#navigation li.hover .sb-inner { background:#8B2500;  filter:alpha(opacity=100);-moz-opacity:1;opacity:1;}/* for ie6 */

ul#navigation   li.rounded-tabs:hover, ul#navigation   li.rounded-tabs:hover .sb-inner { background:#8B2500; }
ul#navigation   li.rounded-tabs:hover, ul#navigation   li.rounded-tabs:hover .sb-inner { background:#8B2500; } /* for ie6 */
ul#navigation   li#search-wrap.search-wrap:hover .sb-inner { background: #8B2500;  }
ul#navigation   li#search-wrap.search-wrap:hover .sb-inner { background: #8B2500; } /* for ie6 */


/* special omeka styles for plugins */
#primary-nav li.current a, #contribution #primary-nav li.nav-contribute-a-story-or-file a, #Tags #primary-nav li.nav-browse-contributions a, #items #primary-nav li.nav-browse-contributions a {
}

/* wrapper for search box. these are also given the class .roundedTabs -- which works with curvyCorners, specified in common/header.php */
#search-wrap {
    float: left;
    height: 45px;
    font-size: 100%;
    overflow-y: visible;
    margin:0;
    padding: 0;
    padding-right: 2px;
    padding-bottom: 8px;
    margin-left: 30px;
    height: 2em;
}

#search-wrap form {
    display: inline;
    width: 100%;
    margin:0;
    padding: 0;
    padding-right: 2px;
}

#search-wrap p, #search-wrap input , form#simple-search{
	padding: 0px;
	margin: 0px;
}

#search-wrap input.textinput {
      background-color: #e2e2e4;
      border: 2px solid #b6babb;
      width: 50px;
      width: 50% !important;
      display: inline;
      font-family: Palatino, Georgia, Lucida ;  
      height: 1.3em;
      padding-right: 2px;
}

input#submit_search {
     /*background-color: transparent;
     border: none;*/
     width: 80px;
     display: inline;
     /*color: #ffffff;*/
     font-family: Palatino, Georgia, Lucida ;  
	 padding: 5px;
 	 margin: 0px;
 	 text-align: center;
}



/*  page footer */
body.l1 #footer {
    margin: 0px;
    padding: 0px;
    margin-bottom: 0;
}

#footer {
    background: #000;
    margin: 0px;
    padding: 0px;
}

#footer{
    border-top: 2px solid #1a1a1a;
	margin-top: 6em;
	padding-top: 2em;
}

#footer .content {
    background-color: transparent;
    margin: 0px;
	padding-top: 2em;
    font-size: 85%;
}


.footer-navigation,
.footer-navigation-small{
    width:  100%;
    height: auto;
    background: #000000 /*url(../images/footer_gradient.gif) repeat-x*/; 
    height: 80px;
    margin: 0px;
    padding: 0px;
    }


.footer-navigation ul,
.footer-navigation-small ul{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.footer-navigation li,
.footer-navigation-small li{
    float: left;
    width: 15%;
    height: 80px;
    margin:  0px;
    padding: 10px;
    padding-left:  30px;
    color: #cccccc;
    list-style: none;
}

.footer-navigation-small {
	/*font-size: 0.75em;*/
}
.footer-navigation-small a:link,
.footer-navigation-small a:hover,
.footer-navigation-small a:active{
	font-weight: normal;
}

/* utility styles */
.clear {
    clear: both
}



/* custom styles from user: turning this on will let you use another stylesheet that helps you set colors &  fonts, but not layout, padding */
/*@import url(custom_style.css);*/


/* sub pages */


#sub-navigation{
    width: 100%;
    background:#000000 url(../images/breadcrumb_gradient.gif) repeat-x; 
    height: 50px;
    font-size: 100%;
    }
    
    
#breadcrumbs{
    height: auto;
    float: left;
    width: 40%;
}

#breadcrumbs li {
        display: inline; 
}

ul.breadcrumbs a{
    margin:  6px;
    padding:  6px;
    color: #cccccc;
    background-color:  #1A1A1A;
    border: 2px solid #3e403f;
    font-size: 100%;
    float: left;
    font-family: Palatino, Georgia, Lucida ;  
    height: 1.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-decoration: none;
    display: inline; 
}

div.home-link:hover,
div.home-link:active,
.more-link a:hover,
.more-link a:active,
ul.breadcrumbs a:hover,
ul.breadcrumbs a:active{
    background-color:  #8B2500;
}
ul.breadcrumbs li.current a{
        background-color:  #444444;
}

ul.breadcrumbs a:before{
padding-right: 1em;
}



#page-navigation{
    height: auto;
    float: left;
    width: 60%;
}

#page-navigation li{
    display: inline; 
}
.page-navigation .current a,
.page-navigation a{
    margin:  6px;
    padding:  6px;
    color: #cccccc;
    background-color:  #1A1A1A;
    border: 2px solid #3e403f;
    font-size: 100%;
    float: left;
    font-family: Palatino, Georgia, Lucida ;  
    height: 1.3em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-decoration: none;
    display: inline; 
    }

.page-navigation a:hover,
.page-navigation a:active,
.page-navigation li.current a{
    background-color:  #8B2500;
    display: inline; 
}

.float{
    float: left;
}


/*sub pages */
#main-title {
    width: 100%;
    height: auto;
    background-color: #1A1A1A;
    overflow: hidden;
    margin: 0;
    padding: 0;

}

#main-title #site-title{
    width: 25%;  /* change this value to make main title smaller */
    height: auto;
    margin: 0;
    padding: 0px;
    padding-bottom: 5px;
}

#main-title #site-description{
    width: 75%;  /* change this value to make main description smaller */
    height: auto;
    margin: 0;
    padding: 0px;
}

#main-title #search-wrap {
    float: left;
    height: auto;
    font-size: 100%;
    padding: 10px;
    text-align: right;
    margin: 0;
    width: 25%;
}

/** works with sifr: scaleable flash inman replacement -- uses javascript to replace certain text headlines with a flash text treatment **/
#main-title h1 {
    font-size: 30px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    letter-spacing: -.05em;
    line-height: 0.8em;
    padding: 0px;
    margin: 10px;
/*    overflow: hidden;*/
    font-family: Palatino, Georgia, Lucida ;  
}
/** works with sifr: scaleable flash inman replacement -- uses javascript to replace certain text headlines with a flash text treatment **/
#main-title h2 {
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    line-height: 0.8em;
    padding: 0px;
    margin: 10px;
	padding-top: 5px;
    font-weight: normal;
    font-family: Palatino, Georgia, Lucida ;  
}






/* sections */
ul.exhibit-section-navigation{
    height: auto;   margin: 0; padding: 0; 
}
ul.exhibit-section-navigation li{
    margin: 0;
    font-size: 100%;
    float: left;
    list-style: none;
    width: auto;
    height: auto;
	margin-left: 10px;
    padding:  1em;
	margin-bottom: 2em;
    color: #cccccc;
    background-color:  #1A1A1A;
    border: 2px solid #3e403f;
}

.exhibit-section-navigation li a, 
.exhibit-section-navigation li a*
 .section-title,
 .section-title *{
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}









/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---default, do not modify*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/
    .sIFR-active h1,
    .sIFR-active h2,
    .sIFR-active h3,

    .sIFR-active h5#pullquote {
      visibility: hidden;
      font-family: Verdana;
    }

    .sIFR-active h1 {
      font-size: 65px;
      padding-bottom: 0;
    }

    .sIFR-active h2 {
      font-size: 42px;
      display: block;
    }

    .sIFR-active h3 {
       font-size: 30px;
    }

sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px !important;
  z-index: 0;
}


h1{
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -.05em;
  margin: 0;
  padding: 0;
  line-height: 1em;
}


h1 {
  text-align: center;
  font-size: 65px;
  padding: 20px 0 20px 0;
  margin: 0 20px 0 20px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}




/******** new &***/

.item , .collection{
    border: 2px solid #3e403f;
    margin-bottom: 2em;
    padding: 1em;
}



a.more-link{
    border: 2px solid #3e403f;
    margin: 10px;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1em;
    height: auto;
}

div.more-link a{
    border: 2px solid #3e403f;
    margin: 10px;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1em;
    height: auto;
}

div.more-link{
    text-align: right;
    height: auto;
    margin-bottom: 2em;
    font-size: 1.2em;
}

div.collection-link{
    border: 2px solid #3e403f;
    margin: 10px;
    padding: 10px;
    height: auto;
    text-align: center;
    font-family: Palatino, Georgia, Lucida ;  
}

div.home-link{
    border: 2px solid #3e403f;
    margin: 10px;
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 1em;
    height: auto;
}

body.l1 #header-media{
    width:100%;
    height: auto;
    margin: 0;
    padding: 0;
	margin-top: 2em;
}


 #header-media .content{
    width:  100%;
    height: auto;
    background: #000000  url(../images/footer_gradient.gif) repeat-x bottom; 
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}


.multimedia,
.item-file{
padding-left: 0px;
padding-right: 0px;
padding-bottom: 10px;
height: auto;
  text-align: center;
}


.content-title{
    font-size: 100%;
    font-weight: bold;
    font-family: Palatino, Georgia, Lucida ;  
}


a.download-file{
    height:auto;
    }


.fullsize{
    height: auto;   
   }
   
.collection-thumbnails{
       padding: 5px;
       float: left;
       height: auto;
   }
   
  .collection-thumbnails a {
      height: auto;
  } 
  
  
  
ul.tags { padding-left:0;}
ul.tags li {display: inline;padding:0 .5em 0 0;}

/* Collections */
.collection ul {margin: 0 0 1em 1em;}

/* Microformats */
.hTagcloud ul {list-style:none; margin-left:0; padding-left:0;}
    .hTagcloud li {display:inline;}

    .hTagcloud * a,
    .hTagcould * a *{
        font-weight: normal;
    }
    


    .popular,.-popular {font-size:120%;}
    .v-popular {font-size:140%;}
    .vv-popular {font-size:180%;}
    .vvv-popular {font-size:220%;}
    .vvvv-popular {font-size:260%;}
    .vvvvv-popular {font-size:300%;}
    .vvvvvv-popular {font-size:320%;}
    .vvvvvvv-popular {font-size:340%;}
    .vvvvvvvv-popular {font-size:360%;}

    .popular a, .popular a:visited {color: #ccc;}
    .-popular a, .-popular a:visited {color: #ccc;}
    .v-popular a, .v-popular a:visited {color: #ccc;}
    .vv-popular a, .vv-popular a:visited {color: #bebebe;}
    .vvv-popular a, .vvv-popular a:visited {color: #b1b1b1;}
    .vvvv-popular a, .vvvv-popular a:visited {color: #a3a3a3;}
    .vvvvv-popular a, .vvvvv-popular a:visited {color: #959595;}
    .vvvvvv-popular a, .vvvvvv-popular a:visited {color: #888;}
    .vvvvvvv-popular a, .vvvvvvv-popular a:visited {color: #7a7a7a;}
    .vvvvvvvv-popular a, .vvvvvvvv-popular a:visited {color: #6d6d6d;}

    .popular a:hover, .-popular a:hover { color: #8B2500;}
    .v-popular a:hover {    color: #8B2500;}
    .vv-popular a:hover {    color: #8B2500;}
    .vvv-popular a:hover {    color: #8B2500;}
    .vvvv-popular a:hover {    color: #8B2500;}
    .vvvvv-popular a:hover {    color: #8B2500;}
    .vvvvvv-popular a:hover {    color: #8B2500;}
    .vvvvvvv-popular a:hover {    color: #8B2500;}
    .vvvvvvvv-popular a:hover {color: #CEB9CD;}    

    
    .content fieldset{
    margin: 2px;
    padding: 2px;
    }
    
    .content legend {
padding-left:0em;
padding-right:0em;
}