* {
    margin: 0px;
    padding:  0px;
}
body {
    font-family: Helvetica;
    position: relative;
    margin-top: 22px;
    width:  100%;
    height: 100%;
    /*
background: -moz-radial-gradient(50% 50%, circle, #FFF 50px, #eee 3500px);
    background: -webkit-gradient(radial, 50% 50%, 300, 50% 50%, 3500, from(#FFF), to(#eee));
*//* rgba(253, 189, 90, 1) */
    background-image: -moz-linear-gradient(110% 110% 90deg, #ff33ff, #ff3300 );
    background-image: -webkit-gradient(linear, 50% 0%, 0% 50%, from(#ff3300), to(#ff33ff));
}
#backdrop {
    background: url(../media/images/diags_white.png) repeat top left;
    margin-top: -22px;
    padding-bottom: 20px;
    width:  100%;
    height: 110%;
    min-height: 650px;
}
#bgCanvas {
    position: absolute;
    margin-left: 0;
    left: 50%;
    top: -36px;
    outline: none;
    border: none;
    z-index: -10;
    background: none;
}
#canvasWrap {
    overflow: hidden;
}
ul {
    list-style: none;
}
#navContainer .linkz {
    display: inline-block;
    padding-right: 20px;
    
}
#projectContainer a {
    text-decoration: none;
    color: #4F425F;
    font-weight: 600;
}
#projectContainer a:hover {
    color: fuchsia;
}
#projectContainer a:active {
    color: cyan;
}
#mainContainer {
    background-color: #fff;
    padding: 22px;
    max-width: 824px;
    display: inline-block;
    margin-bottom: 22px;
    margin-top: 22px;
    /* box-shadow: 0px 0px 8px #fff; */
}
#navContainer {
    margin-bottom: 22px;
    overflow: visible;
    max-width: 830px;
    float: left;
}
.navItem {
    background-color: #000;
    padding: 6px 14px 2px;
    width: 232px;
    height: 20px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
    float: left;
    margin: 0px 22px 10px 0px;
    cursor: pointer;
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
.navItemHover {
    /* background-color: #fff; */
    background: #FFF url(../media/images/diags_black.png) repeat top left;
    color: #000;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
}
.navItemLast {
    margin-right: 0px;
}
.navObject strong {
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 18px;
    text-transform: uppercase;
}
#projectDrop {
    position: relative;
}
#projectDrop ul {
    margin-top: 4px;
    margin-left: -14px;
    display: none;
    padding-right: 30px;
    border-top: 2px solid #fff;
    overflow: hidden;
    height: 0px;
}
#projectDrop ul li {
    float: left;
    display: inline-block;
}
.dropItem {
    z-index: 5;
    background: #222 url(../media/images/diags_white40.png) repeat top left;
    padding: 6px 14px 2px;
    /* width: 232px; */
    height: 20px;
    color: #fff;
    float: left;
    display: inline-block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 0px 0px 0px 0px;
}
.dropItem:hover {
    background-color: #000;
    background-image: none;
}
.projectImg {
    margin-bottom: 20px;
    float: 
}
#projectPreview .projcectImg {
    max-width: 260px;
}
#projectContainer {
    clear: both;
}
#projectContainer .projectShow {
}
#projectContainer .projectText {
    float: left;  
    padding: 0px 14px 2px;
    max-width: 232px;
    margin: 0px 22px 10px 0px;
    font-size: 12px;
    display: block;
}
#projectContainer h2 {
    font-family: Georgia;
    font-style: oblique;
    font-weight: 400;
    font-size: 32px;
    margin-bottom: 0px;
    color: #000;
}
#projectContainer .date {
    font-style: italic;
    font-weight: 200;
    font-size: 10px;
    margin-bottom: 10px;
    color: #888;
}
#projectContainer .descrip {
    font-weight: 600;
}
#projectContainer p {
    margin: 0px 0px 10px;
    color: #444;
    line-height: 17px;
    font-size: 12px;
}
#projectContainer ul {
    list-style: none;
    margin: 10px 0px;
    font-size: 10px;
    font-weight: 200;
    overflow: hidden;
}
#projectContainer ul li {
    list-style: none;
    margin: 0px 0px 6px;
}
#projectContainer .caption {
    font-size: 11px;
    clear: both;
    color: #777;
    display: inline-table;
    width: 60%;
    line-height: 13px;
    margin-top: -12px !important;
    margin-bottom: 26px;
}
#projectExhibit {
    margin-left: -22px;
    overflow: hidden;
}
.tags {
    display: inline-block;
    padding: 2px 6px;
    background-color: #ddd;
    text-align: right;
}

.exhibit {
    padding: 0px 22px 0px 0px;
    max-width: 238px;
    margin: 0px 0px 32px 22px;
    display: block;
    float: left;
    cursor: pointer;
    background-color: #000;
}
#ex0 {
    max-width: 824px;
    width: 824px;
}
/*
.JSD {
    letter-spacing: 2px;
    font-size: 15px;
}
*/
.exhibitHover {
    background: #000 url(../media/images/diags_white40.png) repeat top left;media/images/namedarcs.png
}
#projectExhibit .exhibit .projectName {
    color: #FFF;
    margin-left: 8px;
    font-size: 21px;
    font-weight: 200;
}
.exhibit .keyImg {
    max-width: 260px;
    float: none;
}
#projectContainer .exhibit .date {
    margin-left: 8px;
}

.floatClear {
    clear: both;
    width: 100%;
    height: 2px;
}
.seeAll {
    position: absolute;
    z-index: 6;
    background-color: rgba(210,180,190,0.0);
    text-align: right;
    padding: 6px 14px 4px;
    width: 232px;
    height: 20px;
    display: block;
    margin-top: -30px;
}
.myimage {
    float: left;
    margin-right: 22px;
}
