﻿/* Colors

   basic red: #e51937;'
   green: #006f51;
   tan: #ffe79f;

*/
div#kitContent
{
   background-color: #ffe79f;
}

div#kitContent div#floatingBanner
{
   position: relative;
   left: 25px;
   top: 20px;
}
#projectContainer
{
   background-color: #ffffff;
   margin: 50px 30px;
   padding: 10px 0 0 20px;
}

#projectContainer h3
{
   color: #e51937;
   margin-right: 10px;
}

.projectSelector
{
}



.projectSelector ul
{
   list-style: none;
   display: inline;
}

.projectSelector ul li
{
   display: inline;
}

.pdfView
,.projectSelector
{
   width: 100%;
   margin: 10px auto 20px auto;
   position: relative;
   clear: both;
   z-index: 100;
   overflow: auto;
   height: 300px;
}

.pdfView h3
,.projectSelector h3
{
   clear: both;
}

.pdfView div
,.projectSelector div
{
   float: left;
   width: 20%;
   padding: 2%;
   text-align: center;
   z-index: 90;
}

.pdfView div a
,.projectSelector div a
{
   color: #e51937;
   text-decoration: none;
   font-size: 90%;
}

.pdfView div a img
,.projectSelector div a img
{
   border: none;
}

.pdfView div a span
,.projectSelector div span
{
   clear: both;
   text-decoration: underline;
   line-height: 35px;
}

.crafts
{
   height: 260px
}

.toolkit
{
   height: 350px;
}
