/* Main Color/Secondary Color guide
   ==========================================================================
    main: cb98a1 (pink)
   ========================================================================== */

/* Body Class - Background Color/Main Text Color
   ========================================================================== */
body {
  background-color: #212121;
  color: #646464;
}

/* Navigation
   ========================================================================== */

#menu ul {
  color: #9f9f9f;
}

.navibar {
  background-color: #434343;
  color: #ffffff;
}

.navibar i {
  color:inherit;
}

.navibar a:link,
.navibar a:visited,
.navibar a:active {
  color: #ffffff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.navibar a:hover {
  color: #ffffff;
  background-color:rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.3);

}


/* Wrapper/Container
   ========================================================================== */

#box {
  background-color:#ffffff;
}

#container {
  background-color:#ffffff;
}

/* Header
   ========================================================================== */
.topbar {
  background-color:#cb98a1;
  border-bottom:3px solid #b3868e;
  color:#ffffff;
}

.sitetitle { 
  color:#ffffff;
  text-shadow: 1px 1px rgba(105, 105, 105, 0.2);
}

.slogan {
  color:#ffffff;
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
  text-shadow: 1px 1px rgba(105, 105, 105, 0.2);
}

.welcomemessage {
  color:#ffffff;
}


/* Regular Link Class
   ========================================================================== */

a:link {
  color: #141414;
}

a:visited {
  color: #141414;
}

a:active {
  color: #141414;
}

a:hover {
  color: #c33737;
}


/* H5 Class
   ========================================================================== */
h5 {
    color: #888888!important;
}

h5 a:link, h5 a:active, h5 a:visited {
    color: #888888;
}

h5 a:hover {
    color: #888888;
}


/* Footer
   ========================================================================== */

#footer {
  background-color:#121212;
  color: #adadad;
}

#footer b {
  color: #adadad;
}

#footer ul {
background-color:rgba(234, 234, 234, 0.1);
  color: #adadad;
}


#footer a:link {
  color: #adadad;
}

#footer a:hover {
  color: #949494;
}

#footer a:visited {
  color: #adadad;
}

/* Basic CPG Colors
   ========================================================================== 
   All colors included in the basic CPG coding.
   IMPORTANT CLASSES ARE AT THE TOP.
   ========================================================================== */

/* Category Link Classes
   ========================================================================== */

.catlink a {
  color: #707070;
 text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
border-bottom:1px dotted #707070;

}

.catlink a:hover {
    color: #726182;
 text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
border-bottom:1px dotted #726182;
}

/* Image Classes
   ========================================================================== */
a img {
  background-color:rgba(0, 0, 0, 0.1);!important;
}

a img:hover{
  background-color:rgba(0, 0, 0, 0.1);!important;
}


/* Table Classes
   ========================================================================== */
.tableh1 {
  background-color:#e9e9e9;
  color: #949494;
}

.tableh1 .statlink {
  border-top:0px solid #c8c8c8!important;
  border-bottom:0px solid #c8c8c8!important;
}

.tableh2 {
        background-color: #ffffff;
        color: #919191;
}

.tableb {
        color: #5a5a5a;
}

.tablef {
}

/* Category Row
   ========================================================================== */
.catrow_noalb {
        border-bottom: 1px solid #f2f2f2;
}



.catrow {
        border-bottom: 1px solid #f2f2f2;
}

/* Statlink, which is the ??? files in ?? categories text
   ========================================================================== */

.statlink {
       color: rgba(0, 0, 0, 0.3);
}

.statlink a {
       color: #888888;
}

.statlink a:hover {
       color: #888888;
}


/* H Classes
   ========================================================================== */
h1{
    color: #e9e9e9;
}

h2 {
    background-color: transparent;
}

h3 {
    font-color: #ffffff;
}

h4 {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}


/* P, UL, Input, Textarea Buttons
   ========================================================================== */
.textinput {
        border: 1px solid #888888;
  background-color:#ffffff;
        font-color: #555555;
}

.listbox {
        border: 1px solid #888888;
}

.button {
        border: 1px solid #888888;
        background-position : bottom;
}

/* BBLink
   ========================================================================== */
.bblink a {
        color: #45848b;
}

.bblink a:hover {
        color: #45848b;
}

/* Below Thumbnail Classes
   ========================================================================== */
.album_stat {
   color: #686868;
}

.thumb_title_title {
        background-color:#eeeeee;
        color: #878787;
        padding:5px;
}

.thumb_title {
        border-top:1px solid #eeeeee;
}

.thumb_title_views {
        border-top:1px solid #eeeeee;
}

.thumb_caption {
        color: #999999;
        background-color:#f7f7f7;
}

.thumb_caption a {
        background: #ffffff;
        color: #767676;
}

.thumb_num_comments {
        background: #ffffff;
        color: #767676;
}

.user_thumb_infobox a {
        color: #555555;
}

.user_thumb_infobox a:hover {
        color: #555555;
}

/* Sort Cell
   ========================================================================== */
.sortorder_cell {
  background-color: transparent;
        color: #999999;
}


.sortorder_options {
        background : transparent;
        color: #999999;
}



/* NavMenu
   ========================================================================== */
.navmenu {
        color: #686868;
        background-color:#ffffff;
}

.navmenu a {
        color: #555555;
}

.navmenu a:hover {
        background-color:#ffffff;
        color: #696969;
}



/* Admin Menu
   ========================================================================== */
.admin_menu_thumb {
        border: 1px solid #888888;
        color: #555555;
}

.admin_menu_thumb a {
        color: #555555;
}


.admin_menu_thumb a:hover {
        color: #555555;
}

.admin_menu {
        border: 1px solid #888888;
        background-color: #e9e9e9;
        color: #555555;
}

.admin_menu a {
        color: #555555;
}

.admin_menu a:hover {
        color: #555555;
}


/* Alblink Class
   ========================================================================== */
.alblink {
       color: #888888;
}

.alblink a {
       color: #575757;
}

.alblink a:hover {
       color: #575757;
}

/* Other Classes
   ========================================================================== */
.comment_date{
        color : #555555;
}

.display_media {

}

.thumbnails {

}

.topmenu a {
        color : #CDCDCD;
}

.topmenu a:hover  {
        color : #CDCDCD;
}

.img_caption_table {
        background-color: #eeb6bd;
}

.img_caption_table th {
        background: #eeb6bd;
        color : #CDCDCD;
        border-top : 1px solid #888888;
}

.img_caption_table td {
        background: #eeb6bd;
        border-top : 1px solid #888888;
}

.debug_text {
        border: #888888;
        background-color: #eeb6bd;
}


.listbox_lang {
        color: #888888;
        background-color: #ffffff;
        border: 1px solid #ffffff;
}

.pic_title {
        color: #000000;
}

.pic_caption {
        color: #000000;
}

.cpg_message_info {
    color: #00529B;
    background-color: #e9e9e9;
}
.cpg_message_success {
    color: #4F8A10;
    background-color: #e9e9e9;
}
.cpg_message_warning {
    color: #9F6000;
    background-color: #e9e9e9;
}
.cpg_message_error {
    color: #D8000C;
    background-color: #e9e9e9;
}
.cpg_message_validation {
    color: #D63301;
    background-color: #e9e9e9;
}
.cpg_summary {
    color: #FF2B9C;
    background-color: #e9e9e9;
}


#GB_window {
  background-color: #e9e9e9;
  border: 5px solid #AAAAAA;
}
