

body 						{ padding-top:20px; padding-bottom:20px; background:#232323; }
div.presenter 				{ padding:10px; background:#ffffff; }
nav 						{ background:none !important; padding-bottom:3px; }

nav ul 						{ float: ; margin:0; }

.sidebar nav ul,
footer nav ul				 {float:none; }
nav .container 			{ z-index: 9999; }

nav ul.menu-top a 			{

									background:#b2001a;
 

	margin-right:2px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

nav ul.menu-top ul a 		{ -webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px; margin-right:0; }



/* Smaller than 960 */
@media only screen and (max-width: 959px) {

body 						{ padding:0; }
div.presenter 				{ padding:0; width:100% !important; }

}

/* Tablet Portait */
@media only screen and (min-width: 768px) and (max-width: 959px) {



}

/* All Mobile */
@media only screen and (max-width: 767px) {

body 						{ padding-top:50px; }
#menu-primary-nav 			{ top:-50px !important; border-bottom:1px #343434 solid; }
#menu-primary-nav a			{  border-bottom:1px #343434 solid; }
.mobile-nav-toggle 			{ top:-43px !important; }

nav ul 						{ float:none; }


}

/* Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {



}

/* Mobile Portrait */
@media only screen and (max-width: 479px) {



}
