/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2006 Coppermine Dev Team
  v1.1 originally written by Gregory DEMAR

  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ********************************************
  Coppermine version: 1.4.4
  $Source:
  $Revision:
  $Author:
  $Date:
**********************************************/

/* Theme design by Billy Bullock

Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex FFFFFF = RBG 255, 255, 255 = white
   Hex 999999 = RBG 153, 153, 153 = gray
   Hex 666666 = RBG 102, 102, 102 = dark gray
   Hex CCCCCC = RBG 204, 204, 204 = light gray
   Hex 071C6D = RBG  13,  33, 120 = blue  moje 0a01c3
   Hex 071C6D = RGB   7,  28, 109 = dark blue
   Hex FFCC00 = RGB 255, 204,   0 = yellow (admin menu hover links)
*/

body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #ffffff;
	/*margin: 0px;    /*moje*/
	/*margin: 0px;
        background: #000000;*/
	background-color: #000000;
}

table {
	font-size: 11px;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height : 120%;
        color : #000000;
        margin: 2px;
}
h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}
h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 2px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
		margin: 2px 0px;
		/*margin: 2px 0px;*/
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 10px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

.textinput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #666666;
	padding-right: 10px;
	padding-left: 10px;
}

.listbox {
        font-family: Verdana, Arial, Arial, Helvetica, sans-serif;
        font-size: 100%;
        border: 1px solid #666666;
        vertical-align : middle;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #666666;
	background: #CCCCCC;
	background-position : bottom;
	font-weight: bold;
}

.comment_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border: 1px solid #0a01c3;
	background: #CCCCCC;
	background-position : bottom;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: bold;
	margin-left: 10px;
}

.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: #FFFFFF;
        text-decoration: none;
}

a:hover {
        color: #CCCCCC;
        text-decoration: underline;
}

bblink a {
        color: #071C6D;
        text-decoration: none;
}

bblink a:hover {
        color: #071C6D;
        text-decoration: underline;
}

.maintable {
	border: 1px solid #0a01c3;
	margin-top: 0px;  /*bilo 3*/
	margin-bottom: 0px;	/*moje*/
}

.tableh1 {
	background: #071C6D;
	font-size: 13px;
	color : #FFFFFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	/*margin-right: 5px;*/
}

.tableh1_compact {
        background: #071C6D;
        color : #FFFFFF;
        padding-top: 3px;
        padding-right: 5px;
        padding-bottom: 3px;
        padding-left: 5px;
}

.tableh2, .catrow_noalb {
	background: #071C6D;
	color : #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.tableh2 {
	text-align: left;
}


.tableh2_compact {
	background: transparent;
	color : #FFFFFF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: left;
	
}

.tableb, .catrow {
	background: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #000000;

}

.tableb {
	text-align: left;
}

.tableb_compact {
	background: transparent;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	/*border: 1px solid #0a01c3;*/
}

.tablef {
	background: transparent;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

.display_media {
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
}

.album_stat {
        font-size: 95%;
        margin: 5px 0px;
}

.thumb_filename {
        font-size: 95%;
        display: block;
}

.thumb_title {
       /* font-weight : bold;*/
        font-size: 95%;
        padding: 2px;
        display : block;
}

.thumb_caption {
        font-size: 95%;
        padding: 1px;
        display : block;
}

.thumb_caption a {
        text-decoration: underline;
        color: #FFFFFF;
}

.thumb_num_comments {
        font-weight: normal;
        font-size: 95%;
        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: #FFFFFF;
}

.user_thumb_infobox a:hover {
        color: #FFFFFF;
        text-decoration: underline;
}

.sortorder_cell {
        background: transparent;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
}

.sortorder_options {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        background: transparent;
        color : #FFFFFF;
        padding: 0px;
        margin: 0px;
        font-weight: normal;
        font-size: 80%;
        white-space: nowrap;
}

.navmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 100%;
	font-weight: bold;
	background: #071C6D; /*moje*/
	/*  border-style: none;
	background-color: #0a01c3;*/
}

.navmenu img {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	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: #FFFFFF;
}

.navmenu a:hover {
	text-decoration: none;
	color: #999;
}

.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;
}

.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: Verdana, Helvetica, sans-serif;
        font-size: 85%;
        border: 1px solid #404750;
        background-color : #071C6D;
        color: #FFFFFF;
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: center;
}

.admin_menu a {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        position: relative;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 2px;
        padding-right: 2px;
}

.admin_menu a:hover {
        color: #FFCC00;
        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: #CCC;
	margin: 5px;
	padding: 2px;
}

.thumbnails {
        background: transparent;
        padding: 5px;
}

.footer {
        font-size : 8px;
}

.footer a {
	text-decoration: none;
	color: #CCC;
}

.footer a:hover {
        color: #666666;
        text-decoration: underline;
}

.statlink {
	color: #FFFFFF;
	font-size: 11px;
}

.statlink a {
        text-decoration: none;
        color: #FFFFFF;
}

.statlink a:hover {
	color: #CCC;
	text-decoration: underline;
}

.alblink a {
	text-decoration: underline;
	color: #FFF;
	font-size: 14px;
}

.alblink a:hover {
	color: #CCC;
	text-decoration: none;
}

.catlink {
		font-size: 12px ;
        display: block;
        margin-bottom: 2px;
}

.catlink a {
        text-decoration: underline;
        color: #FFFFFF;
	  letter-spacing: 0.5px;
}

.catlink a:hover {
        color: #999999;
        text-decoration: none;
}

.topmenu {
        line-height : 130%;
        font-size: 1px;
}

.topmenu a {
        color : #FFFFFF;
        text-decoration : none;
}

.topmenu a:hover  {
        color : #071C6D;
        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: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
       border-top : 1px solid #FFFFFF;
}

.img_caption_table td {
        background: transparent;
        padding-top: 5px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        border-top : 1px solid #FFFFFF;
}

.clickable_option {
        border-bottom : 1px dotted blue;
        cursor : default;
}

.mainbkg {
	background-image: url(images/terra.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.mainblock {
	background: transparent;
	color: white;
	/*padding: 0.5em;*/
	padding: 8px;
	border: 1px solid #0a01c3;
	
}

.maintitle {
	font-size: 20px;
	font-family: "Times New Roman";
	text-decoration: none;
	color : #FFFFFF;
	margin: 2px;
	font-style : italic;
	font-weight: bold
}

.top_menu_left_bttn {
        white-space:nowrap;
}
.top_menu_left_bttn a {
        background: #000000;
        background-image : url(images/left_menu_button.gif);
        background-repeat : no-repeat;
        background-position : left;
        padding-left : 12px;
        padding-right : 6px;
        padding-top :0px;
        padding-bottom : 0px;
        display: block;
        height : 25px;
        line-height : 25px;
        text-decoration: none;
        color: #C6B78E;
        font-size: 10px;

}

.top_menu_left_bttn a:hover {
        background: #000000;
        background-image : url(images/left_menu_button.gif);
        background-position : left;
        background-repeat : no-repeat;
        text-decoration: none;
        color: #F0AF00;

}

.top_menu_right_bttn {
        white-space:nowrap;
}

.top_menu_right_bttn a {
        background: #000000;
        background-image : url(images/right_menu_button.gif);
        background-repeat : no-repeat;
        background-position : right;
        padding-right : 12px;
        padding-left : 6px;
        padding-top : 0;
        padding-bottom : 0;
        display: block;
        height : 25px;
        line-height : 25px;
        text-decoration: none;
        color: #C6B78E;
        font-size: 10px;
}

.top_menu_right_bttn a:hover {
        background: #000000;
        background-image : url(images/right_menu_button.gif);
        background-position : right;
        background-repeat : no-repeat;
        text-decoration: none;
        color: #F0AF00;
}

.top_menu_bttn {
  white-space:nowrap;
}
.top_menu_bttn a {
        background: #000000;
        background-image : url(images/center_menu_button.gif);
        background-position : left;
        padding-left : 6px;
        padding-right : 6px;
        padding-top : 0;
        padding-bottom : 0;
        display: block;
        height : 25px;
        line-height : 25px;
        text-decoration: none;
        color: #C6B78E;
        font-size: 10px;
}

.top_menu_bttn a:hover {
        background: #000000;
        background-image : url(images/center_menu_button.gif);
        text-decoration: none;
        color: #F0AF00;
}

#vanity a {
        display:block;
        width:57px;
        height:20px;
        margin: 3px 20px;
}
#vanity img {border:0}
#v_php {float:left;background-image:url(../../images/powered-php.gif);}
#v_php:hover {background-image:url(../../images/h_powered-php.gif);}
#v_mysql {float:left;background-image:url(../../images/powered-mysql.gif);}
#v_mysql:hover  {background-image:url(../../images/h_powered-mysql.gif);}
#v_xhtml {float:right;background-image:url(../../images/valid-xhtml10.gif);}
#v_xhtml:hover {background-image:url(../../images/h_valid-xhtml10.gif);}
#v_css {float:right;background-image:url(../../images/valid-css.gif);}
#v_css:hover{background-image:url(../../images/h_valid-css.gif);}
