/*      This theme was designed and built by Billy Bullock.
	  http://www.BillyGBullock.com

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

        I hope you enjoy this them and if you have questions, please don't hesitate to let me know.


Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex 999999 = RBG 255, 255, 255 = white - "used for title and menu text"
   Hex 999999 = RBG 153, 153, 153 = gray
   Hex 666666 = RBG 102, 102, 102 = dark gray
   Hex CCCCCC = RBG 204, 204, 204 = light gray - "used for certain buttons"
   Hex 333333 = RBG  51,  51,  51 = brown - "class = tableh1"
   Hex 6A6A5A = RGB 106, 106,  90 = light brown - "class = tableb, catrow, background for information windows in Config"
   Hex 65CECF = RGB 255, 204,   0 = Yellow - "used for table headings text"
   Hex 999999 = RGB 204, 204, 153 = Off White - "used for text and table borders"
*/

body
{
	  background: url(images/__body.gif) repeat-y top center;
	  background:#384949;  /* 1A3D3D*/
	  padding:0px 0 10px 0; 
	  margin:0;
	  color: #999999;
	 scrollbar-3dlight-color:     #939393;       /* Rollbalkenfarbe */
     scrollbar-base-color:        #363636;       /* je nach Hintergrund - dedede */
     scrollbar-highlight-color:   #363636;       /* aktiver Rollbalken */
     scrollbar-arrow-color:       #999999;       /* Pfeil */
     scrollbar-shadow-color:      #363636;
     scrollbar-darkshadow-color:  #363636; 
     scrollbar-face-color:        #363636;       /* Hauptfarbe */
}

table {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
}

h1{
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color : #999999;
        margin: 2px;
        font-style : italic;
        font-weight: bold;
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
		font-weight: bold;
        margin: 0px;
}
h3 {
        font-weight: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: Arial, 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: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #999999;
        padding-right: 3px;
        padding-left: 3px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #999999;
        vertical-align : middle;
}

.button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #999999;
        background: #CCCCCC;
        background-position : bottom;
}

.comment_button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #999999;
        background: #CCCCCC;
        background-position : bottom;
        padding-left: 3px;
        padding-right: 3px;
}

.radio {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

.checkbox {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        vertical-align : middle;
}

a {
        color: #999999;
        text-decoration: none;
}

a:hover {
        color: #CCCCCC;
        text-decoration: underline;
}

bblink a {
        color: #333333;
        text-decoration: none;
}

bblink a:hover {
        color: #333333;
        text-decoration: underline;
}

.maintable {
        border: 1px solid #384949 ; /* 989589 -1A3D3D */
        margin-top: 1px;
        margin-bottom: 1px;
}

.tableh1 {
        background: #456762; /* 333333 */
	    font-size: 12px;
		font-weight: bold;
        color: #65CECF;
		clear: both;
        margin:  0 0 30px 0;
        padding: 10px 20px 10px 20px;   /* Wert1 oben Wert2 rechts Wert3 unten  Wert4 links  */
        border-top:    1px dotted #6C9192;   /* #CCCCCC */
        border-left:   1px solid #6C9192; 
        border-right:  1px solid #6C9192;
        border-bottom: 1px dotted #6C9192;
}

.tableh1_compact {
        background: #1A3D3D;  /* 333333 */
        color : #65CECF;
		font-weight: bold;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableh2, .catrow_noalb {
        background: #1A3D3D;
        color : #999999;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableh2_compact {
        background: transparent;
        color : #999999;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tableb, .catrow {
        background: #1A3D3D ;  /* 6A6A5A 384949*/
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
		font-weight: bold;
        color : #999999;
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.tableb_compact {
        background: transparent;
        color : #999999;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
}

.tablef {
        background: transparent;
        color: #999999;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
}

.display_media {
        background: #1A3D3D;  /* 333333  */
        padding-top: 3px;
        padding-right: 10px;
        padding-bottom: 3px;
        padding-left: 10px;
}

.album_stat {
        font-size: 100%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 80%;
        color: #999999;
        display: block;
}

.thumb_title {
        color: #999999;
        font-size: 95%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 95%;
        color: #999999;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #999999;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 95%;
        color: #999999;
        padding: 2px;
        font-style : italic;
        display : block;
}

.user_thumb_infobox {
        margin-top: 1px;
        margin-bottom: 1px;
}

.user_thumb_infobox th {
        font-weight : bold;
        font-size: 95%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox td {
        font-size: 95%;
        margin-top: 1px;
        margin-bottom: 1px;
        text-align : center;
}

.user_thumb_infobox a {
        text-decoration: none;
        color: #999999;
}

.user_thumb_infobox a:hover {
        color: #999999;
        text-decoration: underline;
}

.sortorder_cell {
        background: transparent;
        color : #999999;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Arial, Helvetica, sans-serif;
        background: transparent;
        color : #999999;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 90%;
        white-space: nowrap;
}

.navmenu {
        font-family: Arial, Helvetica, sans-serif;
        color: #999999;
        font-size: 100%;
        font-weight: bold;
        background: #333333;
        border-style: none;
}

.navmenu img {
        margin-top: 1px;
        margin-right: 5px;
        margin-bottom: 1px;
        margin-left: 5px;
}

.navmenu a {
        position: relative;
        display: block;
        padding-top: 2px;
        padding-right: 5px;
        padding-bottom: 2px;
        padding-left: 5px;
        text-decoration: underline;
        color: #999999;
}

.navmenu a:hover {
        text-decoration: none;
        color: #999999;
}

.admin_menu_thumb {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        border: 1px solid #666666;
        background: #CCCCCC;
        background-position : bottom;
        color: #000000;
        font-weight: bold;
        margin-top: 0px;
        margin-bottom: 0px;
        width: 85px;   /* 85 */
}

.admin_menu_thumb a {
        color: #000000;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 5px;
        padding-right: 5px;
}


.admin_menu_thumb a:hover {
        color: #000000;
        text-decoration: underline;
}

.admin_menu {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 95%;
        border: 1px solid #404750;
        background-color : #333333;
        color: #999999;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #999999;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #65CECF; /*   */
        text-decoration: underline;
}

td #admin_menu_anim {
        background-image : url(images/button_bg_anim.gif);
}

.comment_date{
        color : #CCCCCC;
        font-size : 10px;
        vertical-align : middle;
}

.image {
        border-style: solid;
        border-width:1px;
        border-color: #040404;
        margin: 2px;
}

.thumbnails {
        background: transparent;
        padding: 5px;
}

.footer {
        font-size : 8px;
}

.footer a {
        text-decoration: none;
        color: #999999;
}

.footer a:hover {
        color: #999999;
        text-decoration: underline;
}

.statlink {
        color: #65CECF;
}

.statlink a {
        text-decoration: none;
        color: #65CECF;
}

.statlink a:hover {
        color: #65CECF;
        text-decoration: underline;
}

.alblink a {
        text-decoration: underline;
        color: #999999;
}

.alblink a:hover {
        color: #999999;
        text-decoration: none;
}

.catlink {
	  font-size: 12px ;
      display: block;
      margin-bottom: 2px;
}

.catlink a {
      text-decoration: underline;
      color: #999999;
	  letter-spacing: 0.5px;
}

.catlink a:hover {
        color: #999999;
        text-decoration: none;
}

.topmenu {
        line-height : 150%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
	/*	font-weight: bold;	*/
        color:#65CECF;
        border: 0px solid #989589;
        margin-top: 1px;
        margin-bottom: 1px;
}

.topmenu a {
        color: #65CECF; /* #999999 */
        text-decoration : none;
}

.topmenu a:hover  {
        color : #00FFD8;
        text-decoration : underline;
}

.img_caption_table {
        border: none;
        background: transparent;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: transparent;
        font-size: 110%;
        color : #CCCCCC;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #999999;
}

.img_caption_table td {
        background: transparent;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #999999;
}

.clickable_option {
        border-bottom : 1px dotted #999999;
        cursor : default;
}

.mainblock {
      background: #1A3D3D;  /* 6A6A5A - 384949 */
	  margin: 0 auto;
	  width: 962px;  /* 740 470 */
}

.maintitle {
        font-size: 36px;
        font-family: Arial, Verdana, sans serif;
        text-decoration: none;
        color : #999999;
        margin: 2px;
        font-style : italic;
        font-weight: bold;
	    text-align: center;
}

.header
{
	  background: url(images/bluespixel-962x150-XL.jpg) no-repeat center center;
	  border-bottom: 1px solid #999999;
	  border-top: 0px solid #999999;
	  clear: both;
	  text-align: center;
	  width: 962px;
	  height: 150px;
}

.header-BOX {
   background-color: #000000;
   border-bottom: 2px solid #999999; 
   padding:3px 15px 3px 15px;
/* background-image: url(../../templates/free_X/bg/bg_header-verlauf.png); */
   background-repeat: repeat;
   background-attachment: fixed;
}

#container-MASTER-XL { 
   width: 962px; 
   text-align: center; 
   background-color: #000000;   /* F9F9F9  */
   margin:0 auto;

/* Die 3 folgenden Zeilen aktivieren fuer Schattenverlauf */
   padding: 0 10px;  
   background-image: url(images/bg_middle_F9F9F9-neu.png);  
   background-repeat: repeat;  

/* --- Rahmenlinien rechts und links --- */
/* border-left und border-right = 1px wenn kein Schatten verwendet wird */
/* border-left und border-right = 0 wenn Schattenfunktion verwendet wird */
   border-left:   0px solid #CCCCCC; 
   border-right:  0px solid #CCCCCC; 
 
/* --- Rahmenlinien oben und unten --- */
   border-top:    0px solid #333333;                      /* Linie oberhalb vom Header */
   border-bottom: 0px solid #CCCCCC;   
}

#container-BLATT-XL { width: 962px; }

#footer-shadow-XL {
   width: 982px; height: 10px; margin: 0px auto; 
/* Hintergrundbild für Schatten */
   background-image: url(images/bg_bottom_F9F9F9-neu.png);
}

#container-UNTEN-XL { 
   width: 962px;
   background: black;
   font-family: Arial, Helvetica, sans-serif;
} 

.siegls-footer a:link, .siegls-footer a:visited, .pepes-footer a:hover {
   font-size: 10px; color: #999999; text-align: center;                 /* 333333 */
}
.siegls-footer {
   font-size: 10px; color: #999999; margin:0; padding: 10px 0 5px 0;    /* 333333 */
}
.siegls-footer SPAN {
   color: #999999; font-weight:normal;                                  /* 333333 */
}

.siegls-footer-copyright a:link, .siegls-footer-copyright a:visited, .siegls-footer-copyright a:hover {
   font-size: 9px; color: #999999; text-align: center;                 /* 333333 */
}
.siegls-footer-copyright {
   font-size: 9px; color:#999999; margin:0; padding:5px 0 10px 0;       /* 333333 */
}
