/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/*
 * ThemeKat styles
 */

/*main sections-------------------------------------------------*/
#page {background:url(../images/background.jpg) no-repeat center center fixed; 
	-moz-background-size: cover; /* Firefox 3.6+ */
    -webkit-background-size: cover /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover; background-size: cover;}

#top-banner {margin-bottom: 0px;}



#header {}

#main, #top-a, #top-b, #bottom-a, #bottom-b {background: rgba(57, 111, 172, 0.85); }

#top-a {margin-top: 5px; border-top: 1px solid grey}

#header, #footer {margin:0;}

#header {}

#logo p {margin: 0; padding: 0;} 

#footer {color:#ddd;}

#footer {
	background-color: rgba(90, 123, 140, 0.6);
	background-position: center top;
	background-repeat: no-repeat;
	 background-size: contain;
padding-bottom: 3px;
padding-top: 6px;
-webkit-border-radius: 0px 0px 6px 6px;
        border-radius: 0px 0px 6px 6px;
        margin-bottom: 5px;
        box-shadow: 0 5px 5px rgba(0,0,0,0.5);

}

#footer a {color: #fff;}

#footer a:hover {color: #0097f6;}

#toolbar, #headerbar {color: #fff;}



/*main sections--------------------------------------------------*/



/*base------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {color: #fff;}

body {color:#D4D4D4;}

h4 {margin: 8px; font-size: 16px;}

dl {padding-left: 10px;}

dd {margin-left: 20px;}  

blockquote { border-top: #e7e8ec 3px solid; 
	border-bottom: #e7e8ec 3px solid; 
	border-left: #7e7e7e 1px dashed;
	border-right: #7e7e7e 1px dashed;
	font-size: 14px; margin: 3px 3px; 
	color: #e7e8ec;  
	letter-spacing: 0.2px;
	word-wrap:break-word;
-webkit-border-radius: 5px 5px 5px 5px; 
border-radius: 5px 5px 5px 5px;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
font-style: normal;
}

blockquote:hover{
	background-color: rgba(31, 65, 128, 0.4);

}

  


}
/*base-------------------------------------------------------------*/



/*menus-----------------------------------------------------------*/
#menubar {}
/*margin-top: -30px; border-bottom: 1px solid grey */

/* Level 1 */
/* Set Active */
.menu-dropdown li.active .level1 { color: #48b; font-weight:bold; }


.menu-dropdown { margin-bottom: -10px; }

.menu-dropdown li.level1 {
	margin-right: 10px;
	padding-bottom: 10px;
}

.menu-dropdown a.level1,
.menu-dropdown span.level1 {
	border: none;
	color: #fff;
}


/* Drop-Down */
.menu-dropdown .dropdown {
	top: 38px;
	border-top: 1px solid transparent;
}

.menu-dropdown .dropdown-bg > div {
	padding: 0 5px;
	border: 1px solid transparent;
	border-top: none;
	background:#222222; 
}

/* Level 2 */
.menu-dropdown li.level2 { 
	margin: 0 5px;
	border-top: 1px solid #6b6b6b;
}
.menu-dropdown li.level2:first-child { border: none; }

.menu-dropdown a.level2,
.menu-dropdown span.level2 , .menu-dropdown a.level3,
.menu-dropdown span.level3 { color: #fff; }

.menu-sidebar a,
.menu-sidebar li > span { color: #48b; }

/* Set Current */
.menu-dropdown a.current.level2 { font-weight: bold; } 

/* Set Current */
.menu-dropdown a.current.level3 { font-weight: bold; }

/* Current */
.menu-sidebar a.current { font-weight: bold; }

/* Level 1 */
.menu-sidebar li.level1 { border-top: none; }
.menu-sidebar li.level1:first-child { border-top: none; } 

/*menus*-------------------------------------------------------------/



/*tools----------------------------------------------------------------*/
form.box fieldset { border: 1px solid #ddd; border-radius: 3px; }
form.box legend { background: #fff; color: #222222;}

.button-default {
	padding: 3px 10px;
	border: none;
}

ul.zebra > li,
table.zebra tbody td { border-bottom: 1px solid #ddd; }
ul.zebra > li:first-child,
table.zebra tbody tr:first-child td { border-top: 1px solid #ddd; }

ul.zebra > li.odd,
table.zebra tbody tr.odd { background: #b9b9b9; color:#222222; }
ul.zebra > li:nth-of-type(odd),
table.zebra tbody tr:nth-of-type(odd) { background: #b9b9b9; }

table.zebra caption { color: #ddd; }

#system small { color: #ddd; }

.box-content, .box-note, .box-info, .box-warning, .box-hint, .box-download, pre {color:#222222;}
/*tools----------------------------------------------------------------*/

/*system------------------------------------------------------------------*/
#system .title a { color: #fff; }

#system .item > header .meta { color: #ddd; }

#system .pagination a,
#system .pagination strong { border: none; }

ul.line > li { border-top: none; }

#system .items .item {
	margin-top: 12px;
	padding-top: 18px;
	border-top: 1px dashed #767676;
}

#system .items .leading .item {
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px dashed #767676;
}

#system .item-list { border-top: 1px dashed #767676; }

.searchbox {
	width: 100px;
	height: 30px;
	padding: 0 25px;
	border: 1px solid #ddd;
	background:#fff url(../images/searchbox_magnifier.png) 0 50% no-repeat;
}

#system .item > .links a {
	padding: 5px;
	border-radius: 6px;

}

/*modules------------------------------------------------------------------*/
.mod-box {
	padding: 7px;
	border: none;
	color: #D4D4D4;	
	background: rgba(57, 106, 132, 0.7); 
	border-top: 1px solid #565656;
	-webkit-border-radius: 10px 10px 10px 10px; border-radius: 10px 10px 10px 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.mod-box h1, .mod-box h2, .mod-box h3, .mod-box h4, .mod-box h5, .mod-box h6 {color:#fdfdfd;}

/*modules------------------------------------------------------------------*/


/*Табличка с количеством денег*/
.simple-little-table {
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:17px;
text-shadow: 1px 1px 0px #fff;
background:#eaebec;
margin:10px;
border:#ccc 1px solid; 
border-collapse:separate;
opacity: 0.9;
 

-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
 
-moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
font-weight:bold;
padding:1px 1px 1px 1px;
border-top:1px solid #eaebec;
border-bottom:1px solid #e0e0e0;
border-left:1px solid #e0e0e0;
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
background: -moz-linear-gradient(top,  #ededed,  #ebebeb);

}
.simple-little-table th:first-child{
text-align: left;
padding-left:20px;
}
.simple-little-table tr:first-child th:first-child{
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
border-top-right-radius:3px;
}
.simple-little-table tr{
text-align: center;
padding-left:20px;
}
.simple-little-table tr td:first-child{
text-align: left;
padding-left:20px;
border-left: 0;
}
.simple-little-table tr td {
padding:0px;
border-top: 1px solid #ffffff;
border-bottom:1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
background: #fafafa;
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
background: #f6f6f6;
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-left-radius:3px;
border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
background: #f2f2f2;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
 
.simple-little-table a:link {
color: #666;
font-weight: bold;
text-decoration:none;
}
.simple-little-table a:visited {
color: #999999;
font-weight:bold;
text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
color: #bd5a35;
text-decoration:underline;
}

/*Кнопка скачать*/

.dbutton {  
  margin: 0 0 5px;  
  height: 28px;  
  line-height: 28px;  
  padding: 0 12px;  
  font-size: 13px;  
  font-weight: bold;  
  color: #555555;  
  text-shadow: 0 1px #fff;  
  border-width: 1px 1px 0;  
  border-style: solid;  
  border-color: #cecece #bababa #a8a8a8;  
  border-radius: 3px 3px 2px 2px;  
  outline: none;  
  -webkit-box-sizing: content-box;  
  -moz-box-sizing: content-box;  
  box-sizing: content-box;  
  display: inline-block;  
  vertical-align: baseline;  
  zoom: 1;  
  *display: inline;  
  *vertical-align: auto;  
  background-color: #dfdfdf;  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(70%, #dfdfdf), color-stop(100%, #dadada));  
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);  
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);  
  background-image: -ms-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);  
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);  
  background-image: linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);  
  -webkit-box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);  
  box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);  
  }  
  .dbutton:hover, .dbutton:active {  
  text-decoration: none;  
  background: #dfdfdf;  
  border-top-color: #c9c9c9;  
  }  

   .dbutton:active, .dbutton.green:active, {  
  vertical-align: -5px;  
  margin-bottom: 0;  
  padding: 1px 13px 0;  
  border-width: 0;  
  border-radius: 3px;  
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px white;  
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px white;  
  }  
  .dbutton.green {  
  color: #465f25;  
  text-shadow: 0 1px #d9f3b5;  
  border-color: #91ce5e #7ab04b #5e903f;  
  background-color: #94d362;  
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0eb85), color-stop(70%, #94d362), color-stop(100%, #8ed258));  
  background-image: -webkit-linear-gradient(top, #c0eb85 0%, #94d362 70%, #8ed258 100%);  
  background-image: -moz-linear-gradient(top, #c0eb85 0%, #94d362 70%, #8ed258 100%);  
  background-image: -ms-linear-gradient(top, #c0eb85 0%, #94d362 70%, #8ed258 100%);  
  background-image: -o-linear-gradient(top, #c0eb85 0%, #94d362 70%, #8ed258 100%);  
  background-image: linear-gradient(top, #c0eb85 0%, #94d362 70%, #8ed258 100%);  
  -webkit-box-shadow: inset 0 1px #d9f3b5, inset 0 0 0 1px #b1e095, 0 1px #5e903f, 0 3px #6da445, 0 4px #5e903f, 0 5px 2px rgba(0, 0, 0, 0.4);  
  box-shadow: inset 0 1px #d9f3b5, inset 0 0 0 1px #b1e095, 0 1px #5e903f, 0 3px #6da445, 0 4px #5e903f, 0 5px 2px rgba(0, 0, 0, 0.4);  
  }  
  .dbutton.green:hover, .dbutton.green:active {  
  background: #94d362;  
  border-top-color: #82bd53;  
  }  

/*Затемнение изображения*/

.zatemn:hover {
  opacity:0.8;
  -moz-opacity:0.8;
  filter: alpha(opacity=80) black;
  -khtml-opacity: 0.8;
}

