/*
Document   : CascadeStyleSheet
Author     : theinnovatefactory
*/

@font-face {
    font-family: 'Existence Light Regular';
    src: url('Existence-Light.eot');
    src: local('Existence Light Regular'), local('ExistenceLight-Regular'), url('Existence-Light.otf') format('opentype');
}

body{
    background:#E7DECC;
}

#portfolio {}

#portfolio ul.gallery {
    list-style:none;
    margin:0;
    padding:15px 0 20px 0px;
    overflow:hidden;
}

#portfolio li {
    display:inline-block;
    margin:0 0 20px 10px;
    vertical-align:top;
    white-space:nowrap;
    cursor:pointer;
    font-family: 'Komika_display', Arial, sans-serif;
}

#portfolio li:hover {
}

#portfolio img {
}

#portfolio img {
}


#portfolio img {
    height:280px;
    width:auto;
    border:4px solid #FFF;
    display:block;
    opacity:1;
    filter:alpha(opacity=100);
}

#portfolio img:hover {
    opacity:0.5;
    filter:alpha(opacity=50);
}

#portfolio h1 {
    font-family: 'Existence Light Regular', Arial, sans-serif;
    color:#fff;
    font-size:15px;
    text-decoration:underline;
    text-shadow:2px 0 30px #FFFFFF;
}

#portfolio .info{
    width: auto;
}

#portfolio h2{
    font-family: 'Existence Light Regular', Arial, sans-serif;
    color:#fff;
    font-size: 13px;
    text-align: justify;
}




