/* CC Salsa Styling 
 *
 * (c) 2008, Creative Commons, 
 *    Nathan R. Yergler <nathan@creativecommons.org>
 * licensed to the public under GNU GPL v2.
 * 
 * Pallete based on the Tango Desktop Project
 * http://tango-project.org/
 *
 * Layout based on presentations by Jon Phillips
 * http://slideshare.net/rejon
 *
 */
 
     body {
     }

     .background {
     }

     div.slide {
         text-align:left;
        padding-top: 8px;
     }

     div.slide div.center-container {
        display: table;
        height: 90%;
        width: 100%;
     }

     div.slide div.center-content {
        display: table-cell;
        vertical-align: middle;
     }

     div.slide div.center-content h1 {
        padding-right: 0pt;
        margin-right: 0pt;
     }

.butter {
   background-color: rgb(252, 233, 79) !important;
}

.chameleon {
   background-color: rgb(115, 210, 22) !important;
}

.orange {
   background-color: rgb(245, 121, 0) !important;
   color:white;
}

.highlight {
   color: red;
}

.greenhighlight {
   color: green;
}

.sky-blue {
   background-color: rgb(52, 101, 164) !important;
   color:white;
}

.plum {
   background-color: rgb(92, 53, 102) !important;
   color:white;
}

.chocolate {
   background-color: rgb(143, 89, 2) !important;
   color:white;
}

.scarlet-red {
   background-color: rgb(204, 0, 0) !important;
   color:white;
}

.aluminum {
   background-color: rgb(186, 189, 182) !important;
   color: rgb(238, 238, 236);
}

     div.background {
         display:block !important;
         visibility:visible !important;
     }

     div.footer {
        padding: 5px;

        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
	top:auto;
        background-color: white;
        z-index:100;
	text-align:left;
    }

    div.slide.nofooter {
        z-index:101;
}

.tagline {
   color: white;
   line-height: 225%;
   font-size: 200%;
}

.center-text {
   width: 100%;
   text-align: center !important;
   margin-left: auto;
   margin-right: auto;
}

div.slide h1 {
   font-size: 200%;
}

div.slide.cover h1 {
   font-size: 300%;
   padding-right: 0;
   margin-right: 0;
   margin-bottom: 0;
}

div.slide.cover h2 {
   font-size: 200%;
   margin-bottom: .75em;
}

#license-img {
   position:fixed;
   right: 7px;
   bottom: 7px;
}
