@charset "UTF-8";
/* CSS Document */

/* rt_epsilon-custom.css  template override */
/* add background picture */
/* http://www.hypeit.net/images/rocketlauncher/frontpage/showcase/bg1.png  */

.menu-about-us #rt-header-surround {
  background-image: url(http://www.hypeit.net/images/rocketlauncher/frontpage/showcase/bg1.png);
}

.menu-my-portfolio #rt-header-surround {
  background-image: url(http://www.hypeit.net/images/rocketlauncher/frontpage/showcase/bg1.png);
}
.menu-my-portfolio #rt-main-surround {
  background-image: url(http://www.hypeit.net/images/rocketlauncher/frontpage/showcase/bg1.png);
}

.menu-login #rt-header-surround {
  background-image: url(http://www.hypeit.net/images/rocketlauncher/frontpage/showcase/bg1.png);
}

/* Phoca Gallery Category View change picture background colors*/
.pg-cv-box {
    float:        left;
    padding:     10px;
    margin:     5px;
    -webkit-box-shadow:1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
    box-shadow:1px 1px 2px 1px rgba(120, 120, 120, 0.5), inset 0px 0px 7px 7px rgba(240, 240, 240, 0.2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
      background: #fafafa;
}

.pg-cv-box:hover {
    background: #f2f2f2;
}

/* Make file-name bold in category list tiles */
.pg-cv-name {
    text-align: left;
    margin-top: 5px;
    font-size: x-small;
    font-weight: bold;
}

/* align the download buttons with the voting panel */
.pg-icon-detail {
    text-align:right;
    margin:0px;
    padding:0px;
    margin-top: -27px
}

/* remove the redmore button from the rocksprocket slides */
a.sprocket-readmore {
    display: none !important;
} 


