﻿/*----------------------------------------------------------
The base color for this template is #779bbe. If you'd like
to use a different color start by replacing all instances of
#779bbe with your new color.
----------------------------------------------------------*/

body
{
    background-color: #779bbe;
    font-size: .85em;
    font-family: "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}

a:visited
{
    color: #505abc;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #12eb87;
}

.linksmain
{
    display:inline-block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1, h2
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    border-bottom: 8px solid green;
    margin-bottom: 0;
    color: #000;
    padding: 0;
}

#whitecolor
{
    border-top: 2px solid Grey;
    border-bottom: 7px solid White;
    }

#main
{
    border-top: 6px solid red;
    padding: 5px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    /*CSS3 properties*/
    border-radius: 0px 0 4px 4px;
    -webkit-border-radius: 0px 0 4px 4px;
    -moz-border-radius: 0px 0 4px 4px;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    /*display:block;*/
}

/* Site Title 
----------------------------------------------------------*/
#header .site-title
{
    float: left;
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 1em;
    font-size: 24px; /*CSS3 properties*/
    text-shadow: 1px 1px 2px #111;
}
#header .site-title a:link, #header .site-title a:visited
{
    font-weight: normal;
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}
#header .site-title a:hover
{
    color: White;
    text-decoration: none;
}

#clock
{
    font-size: 0.6em;
    font-weight:normal;
    text-shadow:none;
    padding:3px 3px 3px 3px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:White;
    }

/* Login Display  
----------------------------------------------------------*/
#login
{
    float: right;
    font-size: 1.1em;
    display: block;
    text-align: right;
    color: white;
}

#login li
{
    margin: 0;
    display: inline;
    list-style: none;
    padding-left: 5px;
}

#login a:link, #login a:visited
{
    color: white;
    text-decoration: underline;
}

#login a:hover
{
    color: white;
    text-decoration: none;
}

/* Tab Menu   
----------------------------------------------------------*/
ul#menu
{
    clear: both;
    border-right: 1px Grey solid; /*border-bottom: 0px #779bbe solid;*/ /*border-right: 2px white solid;*/
    padding: 0 2px;
    position: relative;
    margin: 0px;
    text-align: right;
    background-color: Gray; /*CSS3 properties*/
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
}

ul#menu li
{
    display: inline-block;
    list-style: none;
    height: 40px;
}

ul#menu li a
{
    padding: 6px 4px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em; /*background-color: #e8eef4;             color: #034af3;#222222*/
    background-color: Gray;
    color: white; /*CSS3 properties*/
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover, ul#menu a.servpart:hover, ul#menu a.submenupart:hover
{
    background-color: #434547;
    text-decoration: none;
}

ul#menu li a:active, ul#menu a.servpart:active, ul#menu a.submenupart:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a, ul#menu li.selected a.servpart, ul#menu li.selected a.submenupart
{
    /*  background-image: url(/Pics/Bulgaria-flag-in-wind.gif); 	        background-position: center center; 	        background-repeat: no-repeat; */
    background-color: #fff;
    color: Black;
    border: 2px solid #222222;
}

ul#menu li a.servpart
{
    /*padding: 6px 4px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em; /*background-color: #e8eef4;             color: #034af3;#222222*/
    background-color: Red;
    color: white; /*CSS3 properties*/
    /*border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;*/
}

ul#menu li a.submenupart
{
    /*padding: 6px 4px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em; /*background-color: #e8eef4;             color: #034af3;#222222*/
    /*background-color: Fuchsia;*/
    color: white; /*CSS3 properties*/
    /*border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;*/
}

/* Tab SubMenu   
----------------------------------------------------------*/
ul#submenu
{
    clear: both; /* border-bottom: 0px #779bbe solid; */
    border-right: 1px Grey solid;
    /*border-bottom: 7px solid white;*/
    padding: 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
    background-color: Gray; /*CSS3 properties*/
    /*border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;*/
}

ul#submenu li
{
    padding: 2px 0px 4px 0px;
    /*background-color: Gray;*/
    display: inline-block;
    list-style: none;
    /*height: 40px;*/
}

ul#submenu li a
{
    padding: 2px 4px;
    font-weight: bold;
    text-decoration: none;
    /*line-height: 2em;*/
    background-color: Gray;
    color: white; /*CSS3 properties*/
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#submenu li a:hover
{
    background-color: #434547;
    text-decoration: none;
}

ul#submenu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#submenu li.selected a
{
    background-color: #fff;
    color: #000;
    border: 2px solid #222222;
}

/* ItemsMedia
----------------------------------------------------------*/
ul#ItemsMedia
{
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: left;
    background-color: white;
}

ul#ItemsMedia li
{
    vertical-align: top;
    display: inline-block;
    width: 250px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    list-style: none;
}

ul#ItemsMedia li a img
{
    margin: 3px 3px 3px 3px;
    width: 246px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul#ItemsMedia li span
{
    width: inherit;
    position: relative;
    bottom: 10px;
    font-size: small;
    font-style: italic;
    font-weight: bold;
    background-color: white;
    color: Black;
}
/* Pages
----------------------------------------------------------*/
ul#Pages, ul#PagesUp
{
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
    background-color: white;
}
ul#Pages li, ul#PagesUp li
{
    vertical-align: top;
    display: inline; /*width:250px;*/
    margin: 0 0 0 0;
    text-align: center;
    list-style: none;
}
ul#Pages li a:link, ul#PagesUp li a:link
{
    color: #034af3;
    text-decoration: none;
}

ul#Pages li a:visited, ul#PagesUp li a:visited
{
    color: #505abc;
}

ul#Pages li a:hover, ul#PagesUp li a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

ul#Pages li a:active, ul#PagesUp li a:active
{
    color: #12eb87;
}
ul#Pages li a.selected, ul#PagesUp li a.selected
{
    color: Black;
    font-weight:bold;
    text-decoration: none;
}
/* forms   
----------------------------------------------------------*/
fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset legend
{
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
}

fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}

fieldset label
{
    display: block;
}

fieldset label.checkbox
{
    display: inline;
}

fieldset input[type="text"], input[type="password"]
{
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 300px;
}

fieldset input[type="submit"]
{
    font-size: 1.2em;
    padding: 5px;
}

/* Information and errors  
----------------------------------------------------------*/
.message
{
    clear: both;
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 15px; /*CSS3 properties*/
    border-radius: 4px;
    /*-moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
    box-shadow: 2px 2px 5px #888;
    /*-webkit-box-shadow: 2px 2px 5px #888;
    -moz-box-shadow: 2px 2px 5px #888;*/
}

.info
{
    background: #bde5f8;
    color: #00529b;
}

.error
{
    background: #ffccba;
    color: #d63301;
}

.success
{
    background: #dff2bf;
    color: #4f8a10;
}

input[type="text"].error-field, input[type="password"].error-field
{
    border: solid 1px #d63301;
    background-color: #ffccba;
}

.validation-error
{
    display: inline;
    color: #d63301;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-error:before
{
    content: "»";
}

/* right div
-------------------------------------------------------*/
#rightdiv
{
    /*z-index: -1;*/
    /*background-color:Gray;*/
    position: relative;
    float: right;
    /*padding: 0px 10px 5px 2px;*/
    /*display: inline-block;*/
    /*width: 250px;*/
    text-align: center;
    color: inherit;
}

/* DanceGirl1
--------------------------------------------------------*/
#DanceGirl1
{
    position: absolute;
    bottom: 20px;
    left: 31px;
    /*left: 30px;*/
    /*top: 25px;*/
    /*width: 150px;*/
    /*height: 150px;*/
   /* z-index: 2;*/
}

/* me*/
.container:hover > .invisible {
display: inline-block;
}
.container:hover .inside {
display: block;
}
.checks:checked ~ .inside
{
position: relative;
display: block;
} 
.checkboxall:checked ~ .container .inside {
position: relative;
display: block;
}

/*audioli*/
.audioli 
{
    text-align:left;
    list-style:none;
    display:inline-block;
    background-color:LightGray;
    border:2px solid LightGray;
    padding:2px 3px 2px 3px;
    margin:5px 5px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:380px;
    }
.audioli a 
{
    text-decoration: none;
    display:inline-block;
    width:100%;
    }
.audioli:hover 
{
    border:2px solid blue;
    }
.audioli a span 
{
    color:LightGray;
    }
.audioli a:hover span
{
    color:Red;
    }