/*
 *  © 2000-2011 deviantART, Inc. All rights reserved.
 */


#drebox {

    display: none;
}

html,body {
    margin: 0px;

}
html,body,#gmi-Gruser,#gmi-GPage,#portfolio {
    margin:0;
    padding:0;
    height:100%;
    cursor: default;
}

a {
    color: gray;
}

/* smooth scaling in ie 7+ */
img{-ms-interpolation-mode:bicubic;}

/*
      PORTFOLIO
 *******************/
#portfolio {
    font-family: Helvetica, arial, verdana, sans-serif;
    /*
    margin-left: 15px;
    margin-top: 20px;*/
    color: gray;
    font-size: .9em;
}

#portfolio.portfolio-serif {
    font-family: georgia, "times new roman", serif;
}

div.item {
width:218px;
position:relative;
float:left;
height:250px;
text-align:center;
background:#f2f2f2;
color:#454545;
margin-bottom:10px;
border:1px solid #009999;
}

div.item:hover{
background:#f4f4f4;
}

div.item table{
width:220px;
height:200px;
}

div.item img{
margin:10px 0;
}

div.clear {
    clear: both;
    height: 1px;
}

#portfolio img {
    border: 0px;
}

#portfolio-image-copyright {
    font-size: 10px;
    font-family: verdana, helvetica, arial, sans;
    width: 162px;
    text-align:right;
    vertical-align: top;
    padding-top: 3px;
}

.portfolio-serif #portfolio-image-copyright {
    font-family: georgia, "times new roman", serif;
}

#portfolio-image-titletext, #portfolio-image-titletext.hilite {
    color: gray;
    cursor: pointer;
}

.portfolio-home #portfolio-image-copyright {
    text-align: center;
}


/*
      PORTFOLIO TOP
 *******************/
#portfolio.portfolio-top #portfolio-thumbstrip {
    margin-bottom: 10px;
}


/* shadow for carousel */

#portfolio-carousel div.thumb img {
    
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
    
}

#portfolio-image {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

.portfolio-noborder #portfolio-image {
    -webkit-box-shadow: none;
}

.portfolio-home #portfolio-image {
    -webkit-box-shadow: none;
}

#portfolio-image-fullsizeimg {
    -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
}

.portfolio-noborder #portfolio-image-fullsizeimg  {
    -webkit-box-shadow: none;
}



/*
      MENU
 *******************/
.portfolio-vertical.portfolio-light #portfolio-menu {
    background: white url(http://st.deviantart.com/portfolio/white-shadow.png) no-repeat right center;
    width: 250px;
    height: 500px;
    margin-right: 70px;
    margin-top: 13px;
    clear: both;
    /*do we really want scrollbars or cutting off teh text?  I'm removing overflow auto */
    overflow:visible;
}


#portfolio h1, #portfolio h2, #portfolio h3, #portfolio h4 {
    margin: 0px;
}


#portfolio-menu h1 {
    font-size: 2.1em;
    /*line-height: 1em;*/
    font-weight: 700;
    margin: 0px;
    margin-bottom: 7px;
    max-width: 420px;
}

#portfolio-menu h1 a {
    color: inherit;
    text-decoration: none;
    border: 0px;
    outline: none;
}


#portfolio-menu h1.hilite a:hover {
    color: inherit;
    text-decoration: none;
    border: 0px;
    
}

#portfolio-menu h2 {
    font-size: .8em;
    color: gray;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 20px;
    max-width:300px;
}

#portfolio-menu .links a {
    display: block;
    font-size: 1em;
    color: gray;
    margin: 14px 0px 14px 0px;
    text-decoration: none;
    outline: none;
}


/*
      THUMBSTRIP
 *******************/


#portfolio-thumbstrip {
     clear: both;
     height:90px;
}

#portfolio-thumbstrip .main {
    float: left;
    width: 800px;
    overflow: hidden;
    position: relative;
}

.portfolio-top #portfolio-thumbstrip .main {
    height: 90px;
}

#portfolio-thumbstrip img {
     max-height: 64px;
     _height: 64px;
}

.portfolio-border #portfolio-image,
.portfolio-border #portfolio-image-fullsizeimg,
.portfolio-border #portfolio-thumbstrip .thumb img {
     outline: 1px solid white;
     border-width: 0px;
}

.portfolio-noborder #portfolio-thumbstrip img {
    border-width: 0px;
    outline-width: 0px;
}

#portfolio-thumbstrip a {
    outline: none;
}

#portfolio-thumbstrip .arrow-thumb {
     width: 12px;
     height: 23px;
     display: block;
     background-image: url(http://st.deviantart.com/portfolio/white-arrow-thumb.png);
 }

#portfolio-thumbstrip .left .arrow-thumb {

}
#portfolio-thumbstrip .left .arrow-thumb:hover  {
    background-position: -12px 0px;
}

#portfolio-thumbstrip .right .arrow-thumb  {
    background-position: -24px 0px;
}

#portfolio-thumbstrip .right .arrow-thumb:hover  {
    background-position: -36px 0px;
}


.disabled .arrow, #portfolio-fullview-arrowleft.disabled, #portfolio-fullview-arrowright.disabled {
    opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=30);
    
    cursor: default;
}

.disabled .arrow:hover {
    cursor: default !important;
}



#portfolio-thumbstrip.single-page .arrow-thumb  {
    visibility: hidden;
}

#portfolio-thumbstrip .right {
    float: right;
    margin-left: 8px;
    margin-top: 25px;
    margin-right: 5px;
}

#portfolio-thumbstrip .left {
    float: left;
    width: 30px;
    margin-top: 25px;
    margin-right: 8px;
}


#portfolio-carousel {
    position: relative;
    left: 0px;
    width: 22000px;
    visibility: hidden;

}

#portfolio div.thumb {
    float:left;
    margin-right: 8px;
    padding:4px 5px 5px 4px;
    background-position: top left;
    background-repeat: no-repeat;
    margin-top:9px;
}


/*
      GALLERY
 *******************/

 #portfolio-gallery {
     min-height: 400px;
     overflow: hidden;
 }
.portfolio-vertical #portfolio-gallery {
    overflow: visible;
    position: relative;
}
 #portfolio-gallery .left {
     float: left;
     width: 64px;
 }

#portfolio-gallery .counter {
    color: gray;
    font-size: 11px;
    float: left;
    margin-top: 8px;
}

#portfolio-image-title img {
    vertical-align: top;
    margin-top: 0px;
}


#portfolio-image-footer {
    position:relative;
    left:0px;
    top:10px;
    height:18px;
    margin: auto;
    width: 260px;
    min-width: 260px;
    text-align: center;
    visibility: hidden;
}

.portfolio-home #portfolio-image-title {
    display: none;
}

#portfolio-image-title {
    text-align: center;
    vertical-align: top;
    padding: 5px 12px 0px 12px;
}

#portfolio-image-title.nodescription img {
    display: none;
}

/* no description box or effect when there is no description */
#portfolio #portfolio-image-title.nodescription a#portfolio-image-titletext {
    cursor: default;
}

#portfolio #portfolio-image-title.nodescription a#portfolio-image-titletext:hover {
    cursor: default;
    color: inherit;
}



#portfolio-image-description {
    background-image: url(http://st.deviantart.com/portfolio/description-box-sprite.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 285px;
    height: 110px;
    position: absolute;
    top: -115px;
    text-align: left;
    font-size: 12px;
    margin: auto;
    color: #ccc;
    overflow: auto;
    visibility: hidden;
    clip: rect(110px, 300px, 110px, 0px);
}

#portfolio-image-descriptionx {
    background-image:url(http://st.deviantart.com/portfolio/description-box-sprite.png);
    background-position:-295px 0;
    background-repeat:no-repeat;
    display:block;
    height:13px;
    position:absolute;
    right:2px;
    top:2px;
    width:13px;
    cursor: pointer;
}

#portfolio-image-descriptiontext {
    margin: 13px 10px;
}



#portfolio-image-controls {
    text-align: right;
    width: 160px;
    vertical-align: top;
    height: 10px;
}

.zoom {
    color: gray;
    font-size:13px;
	font-weight:bold;
    text-decoration:none;
    margin-right: 10px;
    float: right;
    margin-top: 1px;
	
}
#portfolio-image-footer .zoom img {
    position: relative;
    top: 3px;
}

#portfolio-gallery .main {
    float: left;
}

#portfolio-image-holder {
    vertical-align: middle;
    text-align: center;
    height: 600px;
}

#portfolio-image-shadow {
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    padding: 4px;
    background-position: center center;
}

#portfolio-fullview-shadow {
    display: inline-block;
    text-align: center;
    background-repeat: no-repeat;
    padding: 4px;
    background-position: center center;
}


#portfolio-image {
    max-width: 800px;
    max-height: 500px;
    cursor: pointer;
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    margin: auto;
}

#portfolio.portfolio-home #portfolio-image {
    cursor: default;
    outline: none;
}

.portfolio-horizontal #portfolio-image {
    max-height: 100%;
    /*height: auto;*/
}


.portfolio-home #portfolio-image-controls {
    display:none;
}

#portfolio-gallery h3 {
    font-size: 1.1em;
    color: black;
    margin-top: 10px;
    text-align: left;
}



#portfolio .arrow  {
    width: 44px;
    height: 59px;
    display: block;
    position: relative;
    cursor: pointer;
    /*top: 175px;*/
    background: url(http://st.deviantart.com/portfolio/white-arrow-left.png) no-repeat;
    outline: none;
}

#portfolio-gallery .arrow:hover, #portfolio-gallery .right .arrow:hover, #portfolio-gallery .arrow.next:hover  {
    background-position: -44px 0px;
}

#portfolio-gallery .left .zoom  {
    font-size: .8em;
    color: gray;
    text-decoration: none;
    display: block;
    width: 80px;
    outline: none;
    margin-top: 8px;
}

#portfolio-fullview-arrowleft:hover {
    background-position: -44px !important;
}

#portfolio-fullview-arrowleft.disabled:hover {
    background-position: 0px !important;
}



#portfolio-fullview-arrowright {
    background: url(http://st.deviantart.com/portfolio/white-arrow-right.png) no-repeat !important;
}

#portfolio-fullview-arrowright:hover {
    background-position: -44px !important;
}

#portfolio-fullview-arrowright.disabled:hover {
    background-position: 0px !important;
}

#portfolio-gallery .left .zoom img {
    vertical-align: middle;
}

#portfolio-gallery .right {
    float: left;
}

#portfolio-gallery #portfolio-image-fullsize {
    display: none;
    cursor: pointer;
    background-color: white;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10000;
}
#portfolio-image-fullsizeimg {
    cursor: pointer;
    cursor: -moz-zoom-out !important;
    cursor: -webkit-zoom-out !important;
}

#portfolio-image-fullsize {
    z-index: 10000;
    background-color: white;
}
#portfolio-gallery .right .arrow {
    background: url(http://st.deviantart.com/portfolio/white-arrow-right.png) no-repeat;
}

#portfolio-notch {
    width: 11px;
    height: 6px;
    background-image: url(http://st.deviantart.com/portfolio/darkfolio-notch.gif);
    position: absolute;
    display: none;
    background-repeat: no-repeat;
}

#portfolio-image-fullsize .arrow {

    position: absolute;

}

#portfolio-image-fullsizex {
    position: absolute; 
    text-decoration: none; 
    top: 200px; 
    left: 200px;
    color: gray;
    width: 100px;
    text-align: right;
    outline: none;
    font-size: 12px;
}

/* .darkfolio, .lightfolio x image */
#portfolio-image-fullsizex img {
    vertical-align: middle;
}

#portfolio-fullview-title {
    position: absolute;
    height: 25px;
    width: 100%;
    bottom: 0px;
    text-align:center;
}
#portfolio-fullview-title .inner {
    padding: 5px;
    font-size: 13px;
}
#portfolio-fullview-title .littleline {
    margin: -8px 0px -8px 10px;
}
#portfolio-fullview-title .counter {
    margin-left: 10px;
}

/* 20after4 rules */

.portfolio-home #portfolio-gallery{
    height: 100%;
}

.portfolio-bottom #portfolio-gallery .main {
    height: 100%;
    position: absolute;
    float: none;
    left:0px;
    right:0px;
    top: 0px;
    bottom: 0px;
}

#portfolio-image {
    height: auto;
    width: auto;
    max-height: 100%;
}

#portfolio-image-fullsize {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 100%;
}

#portfolio-image-fullsizebg {
    height: 100%;
    width: 100%;
}

#portfolio-thumbstrip-holder {
    z-index: 100;
}

#gmi-mid_right #portfolio-thumbstrip-holder {
    display:none;
}

#portfolio-gallery .right {
    float:none;
    position:absolute;
    right:-38px;
    top:300px;
    width:44px;
    z-index:100;
}
#portfolio-gallery .left {
    float:none;
    left:-38px;
    width:44px;
    top:300px;
    position:absolute;
    z-index:100;
}

#portfolio-data {
    display:none;
}

/*
      ABOUT
 *******************/




#portfolio-about {
}

#portfolio-about h3 {
    display: block;
    font-weight: normal;
}

#portfolio-about .biography {
    margin-top: 12px;
    color: gray;
    width: 520px;
    line-height: 1.3em;
    font-size: .9em;
}

#portfolio-about .biobox {
    float: left;
    margin-right: 2%;
    font-size: .8em;
    margin-top: 20px;
    color: #B4B4B4;
    line-height: 1.4em;
}

#portfolio-about .biobox h4 {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 13px;
}

#portfolio-about-image {
    max-width: 300px;
    max-height: 200px;
    _height: 200px;
    margin-bottom: 15px;
}

/* custom logo */

div#portfolio-logo {
    position: relative;
    float:left;
    width:200px;
    height:50px;
    top: 20px;
    background-position: top left;
    background-repeat: no-repeat;
}

#portfolio-logo-link {
    outline: none;
}

img#portfolio-logo {
    position:relative;
    height: 50px;

}



/* dirty dirty dirty hack. but very very very cool */
* html img {
    filter:expression(
        this.napalmLoaded
        ? "" :
        (
            this.src.substr(this.src.length-4)==".png"
            ?
            (
                (!this.complete)
                ? "" :
                    this.runtimeStyle.filter=
                    ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
                    (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
                    String(this.napalmLoaded=true).substr(0,0)+
                    (this.src="http://st.deviantart.net/minish/main/blank.png").substr(0,0)
            )
            :
            this.runtimeStyle.filter=""
        )
    );
}

/* da logo */
#portfolio-poweredby {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    display: block;
    outline: none;
}



/* COLORS */

.at {
    width: 12px;
    height: 16px;
    position: relative;
    top: 3px;
    overflow: hidden;
    margin-left: 1px;
    margin-right: 1px;
}
.at .ie {
    display:none;
    _display:block;
    left:0;
    top:2px;
    width: 254px;
    height: 15px;
    position: relative;
}
.atl {
    float: left;
}

/* ie sucks */
* html .portfolio-home #portfolio-image-shadow {
    text-align:left !important;
}

a.copyright-notice {
    position: absolute;
    bottom: 5px;
    right: 8px;
    font-size: 0.85em;
}

@media screen and (max-device-width: 480px) {
    /* these rules only apply to devices with 480px screen and css3 support...
    currently that means only mobile safari (iphone/ipod touch) */
    #portfolio.portfolio-horizontal #portfolio-menu h1 {
        margin-top: 0.25em !important;
        -webkit-text-size-adjust:125%;
    }
    #portfolio.portfolio-horizontal #portfolio-menu h2 {
        margin-top: 1.4em !important;
        -webkit-text-size-adjust:135%;
    }
    #portfolio-menu .links {
        -webkit-text-size-adjust:120%;
    }
    #portfolio-menu-contact {
        -webkit-transform: scale(1.2);
    }
    #portfolio-gallery .left, #portfolio-gallery .right,
    #portfolio-image-fullsize .arrow {
        -webkit-transform: scale(1.5);
    }
    #portfolio-fullview-title {
        display:none;
    }
    #portfolio-gallery {
        min-height: 300px;
    }
    #portfolio-image-fullsize {
        min-height: 550px;
    }
    body, #gmi-Gruser {
        min-height: 550px;
    }
}
