/*
Theme name: Maya Shop Child
Description: The start base for easy theme wordpress development.
Version: 3.7.2
Author: Your Inspiration Themes
Author URI: http://yithemes.com/
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, red, white, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, custom-header, custom-background, custom-menu, editor-style, theme-options, threaded-comments, sticky-post, translation-ready
template: maya
*/

/* Below you can write your style */
/*****/
/**************** MAIN WIDTH ********************/
/*.boxed-layout .wrapper 	{ width:1000px; background: #ede3d4; opacity: 0.9; margin:0 auto; }*/

/*-----------------------------------------------------------------*/
/* PEAMENÜÜ   !important lõpuga read on muudetud või lisatud */
/*-----------------------------------------------------------------*/
/* nav */
#nav {
	background-color:transparent!important;
	margin: 30px 0 20px 0;
	border-top: 0px solid #CFCFCF!important;
	border-bottom: 0px solid #CFCFCF!important;
	text-align: center;
}

#nav ul {
	list-style: none;
	margin: 0px;
    font-size: 12px;
}

#nav ul li{
    position: relative;
    display:inline-block;
    margin-left:-4px;
    text-align:left;
}

#nav ul li a {
    color: #6c6c6c;
    display: block;
    letter-spacing:1px;
    font-family: 'Rokkitt', serif;
    line-height: 22px;
    position: relative;
}

#nav ul li a:hover, #nav .current-menu-item > a, #nav .current-menu-ancestor > a, div#nav ul .current_page_item > a {
    color: #9A6614;
}

#nav > ul li, #nav .menu > ul li {
    padding: 8px 0;
}

#nav > ul li a, #nav .menu > ul li a {
    padding: 0 25px 0 25px;
    border-left: 0px solid #CFCFCF!important;
}

#nav ul li:first-child a{
	border-left: 0px;
}
