/*
============================================
    BASE
============================================
*/



/* self clearing floats */
.group:after,.lastUnit:after {
	clear:both;
	display:block;
	visibility:hidden;
	overflow:hidden;
	height:0 !important;
	line-height:0;
	font-size:xx-large;
	content:" x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";}
	
.group{
	border-bottom: 2px solid #92278f; /* bottom purple border */
	margin-top: 0px;
	clear: right;
	display: block; *zoom:1;
	background-color: #000;
}

.group li a{
	font-size: 14px;
}

/*
============================================
    THE GOODS
============================================
*/

.navheader {
	margin: 0px;
	padding-top: 3px;
	font-size: 14px;
}
.slide-trigger {
	display: none; /* need this */
	border: 0px solid #333;
	cursor: pointer;
	margin-left: 0px;
	margin-right: 0px;
}

.slide-trigger  a {
	padding-left: 10px;
	color: #666;
}

.slide-trigger span {
	background: #000;
	background-image: url("../img/menu.gif");
	background-position: 0px;
	display: block;
	float: right;
	margin-top: 0px;
	height: 20px;
	width: 22px;
}

.navigation {
	max-width: none;
	background: #151515;
	padding: 0px;
}

.navigation li {
	float: left;
}

.navigation li a {
	display: block;
	color: #888;
	padding: 10px;
}

.navigation li a:hover { 
	background: #333;
	text-decoration:none;
}

.navigation .current a {
	background: #222;
	text-decoration:none;
}

.navigation.group {
	margin-top: 20px;
   	clear: right;
	padding-left: 365px;
	margin-bottom: 0px;
}



/*
============================================
    RESPONSIVENESS
============================================
*/

@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	.group{
		clear: both;
		/*padding-right: 48px;*/
	}
	
	.navigation.group {
		clear: right;
		padding-left: 85px;
	}
}


@media only screen and (max-width: 767px) {
  .slide-trigger { display: block; }
    .no-js .slide-trigger { display: none; }
  .navigation { display: none; }
    .no-js .navigation { display: block; }
  .navigation { margin: 0 0px; }
  .navigation li { float: none; }
  .navigation li a { border-bottom: 1px solid #333; }
  
  .navigation.group {
		clear: right;
		padding-left: 0px;
	}
}
