/*
 Project Name: Blog - O que tem o vinho
 Theme Name:
 Author: Digisoft Informática
 URI: www.oquetemovinho.com.br 

 Sumary:
 [ 1 - Menu ]
*/


/*************************
 1- Menu
**************************/

#container-nav {
	background-color: #7C0126;
	display: none;
	height: 100%;
	left: -300px;
	position: fixed;
	/*overflow-x: hidden;
	overflow-y: auto;*/
	overflow: hidden;
	z-index: 996;
	width: 300px;
}

@media screen and (max-width: 980px) {
	#container-nav {top: 66px;}
}
@media screen and (min-width: 981px) {
	#container-nav {top: 0px;}
}

/*#container-nav::-webkit-scrollbar{
	width: 16px;
	background-color:#7C0126;
} 

#container-nav::-webkit-scrollbar-thumb {
	background-color: #CB013E;
	border-radius: 10px;
}*/

/*Apenas no ie*/
/*#container-nav {
	scrollbar-base-color: #7C0126;
	scrollbar-highlight-color: #CB013E;
	scrollbar-track-color: #7C0126;
	scrollbar-arrow-color: #CB013E;
	scrollbar-shadow-color: #CB013E;
	scrollbar-dark-shadow-color: #C0C0C0;
	scrollbar-face-color: #CB013E;
}
*/

.main-menu {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0px;
	z-index: 996;
	width: 299px;
}

.main-menu a, .main-menu a:hover {text-decoration: none;}

/*.main-menu li:first-of-type {border-top: #8F012C 1px solid;}*/

.main-menu li {
	background-color: #A30132; /*!important;*/
	/*border-top-color: #444444 !important;
	border-top-width: 1px !important;
	border-top-style: solid !important;*/
	border-bottom: #7C0126 1px solid;
	border-right: #7C0126 1px solid;
	float: none !important;
	font-family: 'Libre Baskerville', serif; 	
	font-size: 16px;
	font-weight: 300;
	color: #FFF !important;
	height: 62px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 15px !important;
	position: relative !important;
	text-align: left;
	top: 0p !important;
}

.main-menu li:hover {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	background-color: #7C0126 !important;
	cursor: pointer;
}

.main-menu li span {
	color: #FFF;
	display: block;
	font-family: 'Libre Baskerville', serif; 	
	font-size: 16px;
	font-weight: 300;
}

.main-menu li span.info {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 4px 0px;
}

.control-scroll {
	background:url(../img/control-scroll.png) center center no-repeat;
	height: 212px;
	margin: 150px auto;
	width: 13px;
}