/* 
Theme Name: Lyra
Theme URI: http://appstudio.org/
Description: Новая тема для обновлённого проекта AppStudio.
Version: 1.0.0
Author: Arkkeeper
Author URI: http://appstudio.org
Tags: white, two-column, elastic, light
Last updated: 12:00 PM 2/10/2012

The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: url('http://appstudio.org/wp-content/themes/lyra/img/dbase.png') repeat scroll left top #f9f9f9 !important;	
}




#access {
	position:relative;
	z-index:2000;
	white-space:normal;
	width:100%!important;
	display:block;
	min-width:1024px;
	font-size:11px !important;
	font-family:'ProximaNova','Trebuchet MS',Tahoma,Arial,sans-serif;
	line-height:0.5em;
}

#access select{
	font-size:12px !important;
	font-family:'ProximaNova','Trebuchet MS',Tahoma,Arial,sans-serif !important;
	padding:1px !important;
	margin-top:2px !important;
}

#access a {
	border-bottom:none;
}

#access ul ul {
	left:auto;
	right:0;
	float:left;
}
#access ul ul ul {
	left:auto;
	right:100%;
}

#access {
	background: #bababa;
	border-bottom: 1px solid #555;
	display: block;
	text-align:center;
}

#access ul{display:inline-block; text-align:left}


#access .menu-header,
div.menu {
	font-size: 11px !important;
	
	width: 100%;
}

.menu-header,
div.menu {
	margin-left:-20px;
}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #454545;
	display: block;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	background: #555;
	float: left;
	width: 200px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 160px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #aaa;
	line-height: 13px;
	padding: 7px 10px;
	width: 210px;
	height: auto;
	margin-left:-30px;
}

#access ul ul :hover > a {
	background: #777;
	color: #fff;
}

#access li:hover > a {
	background: #aaa;
	color: #fff;
}


#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}

#footerwrap {
	margin-top: -20px;
	width:100%;
	height:90px;
	position:absolute;
	min-width:1024px;
	overflow:hidden;
}

#footer {
	margin: 0 auto 0 -40px;
	width:110%;
	height:90px;
	z-index:12;
	position:relative;
	-moz-box-shadow: inset 0px 3px 16px 5px #444444;
-webkit-box-shadow: inset 0px 3px 16px 5px #444444;
box-shadow: inset 0px 3px 16px 5px #444444;
filter: progid: DXImageTransform.Microsoft.Shadow(strength = 3, direction = 180, color = '#444444');
-ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 3, Direction = 180, Color = '#444444')";
background: #aaaaaa; /* Old browsers */
background: -moz-linear-gradient(top,  #787878 0%, #555555 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#787878), color-stop(100%,#555555)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #787878 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #787878 0%,#555555 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #787878 0%,#555555 100%); /* IE10+ */
background: linear-gradient(top,  #787878 0%,#555555 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#787878', endColorstr='#555555',GradientType=0 ); /* IE6-9 */



}

#footer table {
	margin:0;
	padding: 28px 5px;
	font-size: 10px;
	line-height:14px;
	color: #ccc;	
}