/************************* Theme Created By Deanna @ Feelin Alive Designs (feelinalivedesigns@outlook.com).
 Please do not edit or redistribute without permission. **********************************************/


/**** BODY, FONTS & CONTAINERS ****/
body {
    background: #ededed;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    line-height: 12pt;
    margin-bottom: 0px;
    margin-top: 0px;
    color: #000000;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ce8949;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a95a58;
}

::-webkit-scrollbar-track {
    background: #eddcc4;
    border-radius: 0px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}

::selection {
    background: #da5d66;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #da5d66;
    /* Gecko Browsers */
}

#gal {
    width: 100%;
    max-width: 1200px;
    padding: 0px;
    margin-bottom: 0px;
    overflow: hidden;
}

table {
    font-size: 10px;
}

.maintable {
    font-family: 'Roboto', sans-serif;
    background: #ffffff;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px;
    max-width: 1200px;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tableb {
    color: #000000;
    background: transparent;
}

/**** HEADER & NAVIGATION ****/
#container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
}

#header {
    width: 100%;
    max-width: 1200px;
    height: 600px;
    margin: 0 auto;
    background-image: url('images/header.png');
    background-repeat: no-repeat;
    background-position: center;
}

#mobileheader {
    display: none;
}

#siteinfocon {
    padding-top: 20px;
    display: block;
    min-height: 30px;
    overflow: hidden;
}

#sitename {
    max-width: 500px;
    width: 100%;
    float: left;
    text-align: center;
}

span.websitename {
    font-family: 'Staatliches', cursive;
    font-size: 32pt;
    color: #a95a58;
    line-height: 26pt;
}

span.websitename:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004\00a0";
    font-weight: 900;
    font-size: 30pt;
    margin: 0px 0px 0px 0px;
}

.websitesubtitle {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 2px;
}

.websitesubtitle:before {
    display: inline-block;
    margin: auto;
    width: 30px;
    height: 25px;
    background: linear-gradient(to left, white, transparent 90%);
    content: "";
}

.websitesubtitle:after {
    display: inline-block;
    margin: auto;
    width: 30px;
    height: 25px;
    background: linear-gradient(to right, white, transparent 90%);
    content: "";
}

.wsub {
    display: inline-block;
    background: #ffffff;
    height: 20px;
    vertical-align: top;
    padding-top: 5px;
}

#navigation {
    width: 100%;
    max-width: 700px;
    height: auto;
    background: transparent;
    text-align: center;
    margin: 0 auto;
    float: right;
    padding-top: 15px;
}

a:link.nav, a:visited.nav, a:active.nav, .navigation a:link, .navigation a:visited, .navigation a:active {
    background: transparent;
    padding: 5px;
    font-size: 13pt;
    font-family: 'Roboto', sans-serif;
    color: #1d1b1b;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    text-decoration: none;
    position: relative;
}

a:hover.nav, .navigation a:hover {
    color: #ffffff;
}

a:link.nav::before, .navigation a:link::before {
    content: '';
    background-color: #ce8949;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    z-index: -1;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

a:hover.nav::before, .navigation a:hover::before {
    bottom: 0;
    height: 100%;
}

#navlinks {
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
}

#navlinks a:link, #navlinks a:active, #navlinks a:visited, .admin_menu a:link, .admin_menu a:visited, .admin_menu a:active {
    padding: 2px;
    margin: 2px;
    font-size: 10pt;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    display: inline-block;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    line-height: 12pt;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 400;
}

#navlinks a:hover, .admin_menu a:hover {
    background: #ce8949;
    color: #ffffff;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.navmenu {
    font-family: 'Roboto', sans-serif;
    padding: 2px;
    background: #ece8e8;
    color: #000000;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.navmenu img.icon {
    margin: -4px -5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navmenu a:link, .navmenu a:visited, .navmenu a:active {
    padding: 10px 13px;
    margin: 7px;
    text-decoration: none;
    color: #000000;
    background: transparent;
}

.navmenu a:hover {
    text-decoration: none;
    color: #a95a58;
}

span#tabs_dropdown_span {
    text-transform: uppercase;
}

select#tabs_dropdown_select {
    background: #f4f3f3;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px;
}

.navmenu-active p {
    padding: 15px 15px;
    margin: 0px;
    text-decoration: none;
    color: #ffffff;
    background: #a95a58;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.admin_menu_thumb {
    font-family: Tahoma, Helvetica, sans-serif;
    border: 1px solid #000000;
    background-position: bottom;
    color: #6b6b6b;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50px;
}

.admin_menu_thumb a {
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.admin_menu_thumb a:hover {
    color: #000000;
    text-decoration: underline;
}

.admin_menu {
    font-family: Tahoma, Helvetica, sans-serif;
    background-color: transparent;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    padding: 0px;
}

.admin_menu img {
    display: none
}

.admin_float {
    float: left;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.admin_menu_wrapper {
    width: 100%;
}

td #admin_menu_anim {
    background-image: url(images/button_bg_anim.gif);
}

/**** GENERAL LINKS ****/
a:link {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

a:visited {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
}

a:focus {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
}

a:active {
    color: #000000;
    font-size: 8pt;
    text-decoration: none;
}

a:hover {
    color: #000000;
    font-size: 8pt;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.bblink a {
    color: #000000;
    text-decoration: none;
}

.bblink a:hover {
    color: #000000;
}

.statlink, .statlink b, .statlink strong, .statlink i {
    color: #ffffff;
}

.statlink a {
    text-decoration: none;
    color: #ffffff;
    font-size: 10pt;
}

.statlink a:hover {
    color: #000000;
    text-decoration: none;
    font-size: 10pt;
}

.topmenu {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
}

.topmenu a {
    color: #000000;
    text-decoration: none;
}

.topmenu a:hover {
    color: #df5466;
    text-decoration: underline;
}

/**** TITLE HEADERS ****/
.tableh1 {
    line-height: 22pt;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    background: #a95a58;
    background: -moz-linear-gradient(270deg, #da5c65 0%, #a95a58 50%, #da5c65 100%);
    background: -webkit-linear-gradient(270deg, #da5c65 0%, #a95a58 50%, #da5c65 100%);
    background: linear-gradient(270deg, #da5c65 0%, #a95a58 50%, #da5c65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da5c65", endColorstr="#da5c65", GradientType=1);
    color: #ffffff;
    padding: 8px;
    height: auto;
    min-height: 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tableh1 img.icon {
    display: none;
}

.tableh1nav {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    font-weight: 400;
    background: transparent;
    color: #000000;
    letter-spacing: 3px;
    padding: 10px;
    height: auto;
    min-height: 30px;
    text-transform: uppercase;
    text-align: center;
    background: #ece8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tableh1navspacer {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    font-weight: 400;
    background: transparent;
    color: #000000;
    letter-spacing: 3px;
    padding: 10px;
    height: auto;
    min-height: 30px;
    text-transform: uppercase;
    text-align: center;
    background: #ece8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tableh1navstat {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    font-weight: 400;
    background: transparent;
    color: #000000;
    letter-spacing: 3px;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
}

.tableh2 {
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    color: #000000;
    padding: 6px;
    text-transform: none;
    background: transparent;
}

.tableh3 {
    line-height: 22pt;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 14pt;
    background: #a95a58;
    background: -moz-linear-gradient(270deg, #da5c65 0%, #a95a58 50%, #da5c65 100%);
    background: -webkit-linear-gradient(270deg, #da5c65 0%, #a95a58 50%, #da5c65 100%);
    background: linear-gradient(270deg, #da5c65 0%, #a95a58 50%, #da5c65 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#da5c65", endColorstr="#da5c65", GradientType=1);
    color: #ffffff;
    padding: 8px;
    height: auto;
    min-height: 30px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tableh3 img.icon {
    display: none;
}

h1 {
    font-weight: normal;
    font-size: 20px;
    font-family: tahoma;
    text-decoration: none;
    line-height: 50px;
    color: #ececec;
    margin: 2px;
}

h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #ffffff;
    font-size: 12pt;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0;
}

h3 {
    font-weight: normal;
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 15px;
    margin: 2px;
    font-color: #000000;
}

h4 {
    border: 0px solid #c0b481;
    background-color: #df5466;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 20px;
}

/**** CATEGORY LINKS & STYLING ****/
.catrow, .catrow_noalb {
    color: #000000;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    height: auto;
}

td.catrow img, td.catrow_noalb img {
    border: 1px solid #d0d0d0;
    padding: 0px;
    margin: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.catlink {
    display: block;
}

.catlink:before {
    font-family: "Font Awesome 5 Free";
    content: "\f004\00a0";
    font-weight: 900;
    font-size: 24pt;
    margin: 0px 0px 0px 0px;
    color: #a95a58;
}

.catlink a {
    font-family: 'Staatliches', cursive;
    font-size: 20pt;
    font-weight: 700;
    line-height: 25pt;
    text-decoration: none;
    color: #a95a58;
}

.catlink a:hover {
    color: #da5c65;
}

.catdescrption {
    font-family: 'Roboto', sans-serif;
    font-size: 9pt;
    color: #000000;
    padding: 10px;
    line-height: 16pt;
    margin-bottom: 15px;
    background: #ece8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.piccount:before {
    font-family: "Font Awesome 5 Free";
    content: "\f302";
    font-weight: 900;
    font-size: 11pt;
    margin: 0px 5px 0px 0px;
    color: #da5d66;
}

.piccount {
    background: transparent;
    color: #da5d66;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.albcount:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07b";
    font-weight: 900;
    font-size: 11pt;
    margin: 0px 5px 0px 0px;
    color: ##ad7e86;
}

.albcount {
    background: transparent;
    color: #ad7e86;
    padding: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

/**** ALBUM LINKS & STATS ****/
.alblink a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f07c\00a0";
    font-weight: 900;
    font-size: 12pt;
    margin: 0px 0px 0px 0px;
}

.alblink a {
    font-family: 'Staatliches', cursive;
    font-weight: normal;
    color: #da5d66;
    font-size: 12pt;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 0;
}

.alblink a:hover {
    color: #ad7e86;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.album_stat {
    color: #000000;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    padding: 2px;
    display: block;
}

.album_stat a:link, .album_stat a:visited, .album_stat a:active {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    line-height: 12pt;
    background: transparent;
    padding: 2px;
}

.album_stat b {
    color: #16515e;
}

td.albumview {
    padding: 10px;
}

.albumviewthumbnails {
    display: block;
    text-align: center;
    max-width: 500px;
}

.albumstatinfo {
    display: block;
    max-width: 500px;
    text-align: center;
}

/**** THUMBNAILS ****/
.thumbnails a>img {
    margin: 5px;
    padding: 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
    background: transparent !important;
}

.thumbnails a>img:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.6s linear;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
    background: transparent !important;
}

.image.thumbnail {
    margin: 5px;
}

.thumbnails {
    padding: 5px;
    background: transparent;
    margin: 0px;
    display: table-cell;
    min-width: 200px;
}

.albumviewthumbnails a>img {
    max-width: 100%;
    width: auto;
    height: unset;
    border: 1px solid #d0d0d0;
    padding: 0px;
    margin: 2px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.albumviewthumbnails a>img:hover {
    -webkit-transition: opacity 0.6s linear;
    opacity: 0.7;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

/**** THUMBNAIL DETAILS ****/
.thumb_filename {
    font-size: 90%;
    display: block;
}

.thumb_title_title {
    font-size: 9pt;
    line-height: 13pt;
    padding: 5px;
    margin: 7px;
    display: block;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 190px;
    margin-top: 0px;
    position: relative;
    text-transform: uppercase;
    text-decoration: underline 2px;
    text-decoration-style: normal;
    text-decoration-color: #ce8949;
}

.thumb_title_title:after {
    content: "\a";
    white-space: pre;
}

.thumb_caption a {
    font-weight: bold;
    font-size: 100%;
    padding: 2px;
    display: block;
    font-style: normal;
    display: block;
    background: transparent;
    color: #000000;
}

.thumb_title_views {
    font-size: 100%;
    padding: 7px;
    margin: 0px 5px;
    display: block-inline;
    font-weight: 500;
    background: #ece8e8;
    color: #000000;
    text-shadow: none;
    max-width: 130px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform: uppercase;
}

.thumb_title_views:before {
    font-family: "Font Awesome 5 Free";
    content: "\f06e";
    font-weight: 900;
    font-size: 11pt;
    margin: 0px 5px 0px 0px;
    color: #00000066;
}

.thumb_caption {
    font-size: 100%;
    padding: 7px;
    margin: 0px 5px;
    font-weight: 600;
    background: #ece8e8;
    color: #000000;
    text-shadow: none;
    max-width: 130px;
    line-height: 16pt;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-transform:
        uppercase;
}

.thumb_caption_ctime:before, .thumb_caption_mtime:before {
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    font-weight: 900;
    font-size: 11pt;
    margin: 0px 5px 0px 0px;
    color: #00000066;
}

span.thumb_dimensions {
    display: block;
    padding: 5px;
    letter-spacing: 2px;
    color: #da5d66;
}

thumb_caption .thumb_num_comments {
    color: #000000;
    font-weight: normal;
    font-size: 85%;
    padding: 2px;
    font-style: italic;
    display: block;
    line-height: 9px;
}

.user_thumb_infobox {
    margin-top: 1px;
    margin-bottom: 1px;
}

.user_thumb_infobox th {
    font-weight: bold;
    font-size: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
}

.user_thumb_infobox td {
    font-size: 85%;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
}

.user_thumb_infobox a {
    text-decoration: none;
    color: #000000;
}

.user_thumb_infobox a:hover {
    color: #000000;
    text-decoration: underline;
}

/**** IMAGE DISPLAY ****/
.display_media {
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    background: transparent;
    width: auto;
}

.display_media img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: auto;
    max-width: 100%;
}

.img_caption_table {
    border: none;
    background-color: #ffffff;
    width: 100%;
    margin: 0px;
}

.img_caption_table th {
    background: transparent;
    font-size: 100%;
    color: #f1ada4;
    padding-top: 4px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 10px;
    border-top: 1px solid #bb4b45;
}

.img_caption_table td {
    background: transparent;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-top: 1px solid #bb4b45;
    white-space: normal;
}

.sortorder_cell {
    background: transparent;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_cell:hover {
    background: transparent;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 20px;
    margin: 0px;
}

.sortorder_options {
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    background: transparent;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
    font-size: 80%;
    white-space: nowrap;
}

.comment_date {
    color: #000000;
    font-size: 90%;
    vertical-align: middle;
}

.imageborder {
    margin-top: 30px;
    margin-bottom: 30px;
}

a.thumbLink {
    margin: 5px;
}

div#film {
    width: 950px !important;
    margin: 0 auto;
    position: relative;
}

a#filmstrip_next img, a#filmstrip_prev img {
    border: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px #c48990;
    box-shadow: 0px 0px 0px 0px #c48990;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

table.tape {
    margin: 0 auto;
}

/**** FOOTER ****/
.footer {
    color: #000000;
    font-size: 8pt;
    line-height: 12pt;
    font-family: 'Roboto', sans-serif;
    max-width: 1200px;
    overflow: hidden;
    padding: 2px;
    padding-top: 50px;
}

.footertext {
    width: 100%;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-size: 8pt;
    text-transform: none;
    margin: 0 auto;
    line-height: 10pt;
    text-align: center;
}

.themecredits {
    text-align: center;
    font-family: 'Staatliches', cursive;
    font-size: 12pt;
    padding: 10px;
}

.themecredits svg.svg-inline--fa {
    margin: 0px;
    padding: 0px 2px;
    background: transparent !important;
    color: #000000;
    font-size: 12pt;
}

.themecredits a:link, .themecredits a:visited, .themecredits a:active {
    font-size: 12pt;
    text-decoration: none;
    color: #000000;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    transition: all 0.8s ease-in;
}

.themecredits a:hover {
    color: #a95a58;
    -webkit-transition: opacity 0.6s linear;
    opacity: 1;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

/**** MISC ****/
p {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 100%;
    margin: 2px 0px;
}

ul {
    margin-left: 5px;
    padding: 0px;
}

li {
    margin-left: 10px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0px;
    list-style-position: outside;
    list-style-type: disc;
}

.textinput {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100%;
    border: 0px solid #cbcbcb;
    background-color: #ffffff;
    color: #000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.listbox {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 10pt;
    border: 0px solid #ffffff;
    vertical-align: middle;
}

.button {
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 100%;
    border: 0px solid #ffffff;
    background-position: bottom;
}

.radio {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

.checkbox {
    font-family: "Trebuchet MS", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 100%;
    vertical-align: middle;
}

.debug_text {
    border: #bb4b45;
    background-color: #000000;
    width: 100%;
    margin: 0px;
}

.clickable_option {
    cursor: default;
}

.listbox_lang {
    color: #000000;
    background-color: #ffffff;
    border: 0px solid #ffffff;
    font-size: 80%;
    font-family: Tahoma, Helvetica, sans-serif;
    vertical-align: middle;
}

.pic_title {
    color: #000000;
    font-size: 120%;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.0em;
}

.pic_caption {
    color: #000000;
    font-size: 100%;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.0em;
}

.cpg_message_info, .cpg_message_success, .cpg_message_warning, .cpg_message_error, .cpg_message_validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.cpg_message_info {
    olor: #000000;
    background-color: #ffffff;
    background-image: url('../../images/message/info.png');
}

.cpg_message_success {
    color: #000000;
    background-color: #ffffff;
    background-image: url('../../images/message/ok.png');
}

.cpg_message_warning {
    color: #0000000;
    background-color: #ffffff;
    background-image: url('../../images/message/warning.png');
}

.cpg_message_error {
    color: #000000;
    background-color: #ffffff;
    background-image: url('../../images/message/stop.png');
}

.cpg_message_validation {
    color: #000000;
    background-color: #ffffff;
    background-image: url('../../images/message/error.png');
}

.cpg_summary {
    font-size: 0.9em;
    border: 1px solid;
    margin: 10px 0px;
    padding: 5px 10px 5px 10px;
    color: #000000;
    background-color: #ffffff;
    text-align: right;
    float: right;
    width: 400px;
}

#vanity a {
    display: block;
    width: 57px;
    height: 20px;
    margin: 3px 20px;
}

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

