/* List of items to target
body
header
main
section
article
aside
footer
figure
figcaption
img
audio
video
ul
li
a
h1
h2
h3
h4
p
.logo
.main-nav 
.vertical-nav
.horizontal-nav
.clear-fix
*/

/*standard css*/
html {
}
body,
h1,
h2,
h3,
h4,
ul {
	margin: 0;
	font-family: 'Overlock', cursive;
	font-size: 17px;
}
.page-header h1 {
	text-align: center;
	font-size: 120%;
	padding-top: 20px;
}
ul {
	font-size: 110%;
}
body {
	height: 100%;
	background-color: #e8d598;
	color: #333;
}
p {
    margin: 12px 0;
}
a {
	color: #161dff;
}
header {
	background-color: black;
}
.overlay {
	display: none;
}
#toggle {
	display: none;
}
main {
	position: relative;	
	height: 100%;
	padding-bottom: 0;
}
section{
	position: relative;
	display: block;
	width: 75%;
	background-color: #d8ab4e;
}
article{
	height: 100%;
	min-height: 460px;
	margin-left: 20%;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 15px;
	background-color: #da0541;
	overflow: hidden;
    font-size: 20px;
}
.carpet{
	background-color: white;
	min-height: 400px;
	padding: 10px 20px 1px 20px;
}
.item-page .pull-left{
	float:left;
	max-height: 250px;
	padding: 10px 10px 10px 0;
}
.item-page .pull-right{
	float: right;
	max-height: 250px;
	padding: 10px 0 10px 10px;
}
.item-page .pull-center{
	max-height: 250px;
	padding: 10px 10px 10px 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.custom-logo p{
	padding: 0;
	margin: 0;
}
.custom-flier{	
	position: relative;
	float: right;
	min-height: 250px;
	text-align: center;
	padding: 0;
	margin: 0 10px 10px 10px;
}
.custom-flier p{
	margin-bottom: 0px;
}
.custom-flier img {
	border: 1px solid #4ab8ba;
}
.custom-sponsors{	
	width: 100%;
	min-height: 500px;
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
}
footer{
position: absolute;
width: 100%;
	color: #ffffff;
padding-bottom: 0;
text-align: right;
right: 30px;
}
footer span {
padding-right: 10px;
}
footer a {
color: #ffffff;
text-decoration: none;
}
h4{
	font-size: 80%;
	font-weight: normal;
}
p img{
	max-width: 100%;
}
figure{
}
figcaption{
}
img{
}
audio{
}
video{
}
nav.vertical-nav{
	float: left;
	position: relative;
	height: 100%;
	width: 20%;
	min-width: 175px;
	
}
nav ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	background-color: #e8d598;
	font-family: 'Marcellus SC', serif;
	font-size: 1.1rem;
	
}
nav a {
	display: block;
	color: #333;
	border-bottom: 1px solid #da0541;
	padding: 8px 30px 8px 16px;
	text-decoration: none;
}
nav .current a{
	color:  #da0541;
}
nav a:hover {
	background-color: #111;
	color:  #FDCB68;
}
nav .active{
	border-bottom: 1px solid #da0541;
	background: url(../images/musicnotes.png) bottom right no-repeat;
}
nav ul ul {
	display: none;
}
.email {
	padding: 3px 16px 3px 16px;
	background-color: #e8d598;
}
.email span {
    font-size: 75%;
}
.email:hover  {
	background-color: #111;
}
.custom-logo, #mod-custom90 {
  	margin-left:20%;
}
.custom-logo img {
  	max-width: 100%;
}
.logo {	
	position: absolute;
	width: 100%;
	margin: 0;
	z-index: 100;
	top: 0;
}
.logo-mask{
	position: absolute;
  	width: 100%;
	margin: 0;
	z-index: 50;
	top: 0;
}
.logo-mask img{
  	margin-left: 20%;
}
.logo a{	
	color: white;
}
.logo img {
    max-width: 23%;
}
.dwn-btn{
	background-color: #95c347; 
	color: white;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 0;
	border-radius: 15px;
	width:100px;
	cursor: pointer;
	margin: 5px 3px;
}
.email {
	font-size: 175%;
	text-align: center;
}
/*login */
#login-form {
	width: 200px;
	position: fixed;
	border: 1px solid #4ab8ba;
	background-color: white;
	right: 10px;
	padding: 10px;
	bottom: 10px;
	border-radius: 8px;
  	font-size: 90%;
  	display: none;
}
.nmc-login {
  	cursor: pointer;
}
#login-form ul{
    font-size: 90%;
  	list-style: none;
} 
.btn.btn-primary.login-button {
    margin: 0 35%;
}
#login-form .control-group {
  	padding-bottom: 5px;
}
.remind fieldset, .reset fieldset {
  	border: 1px solid #4ab8ba;
	background-color: white;
  	border-radius: 8px;
  	margin: 10px 0;
}
.btn {
 	display: inline-block;
  	background-color: #4ab8ba;
  	border: #333;
  	border-radius: 8px;
  	color: white;
  	cursor: pointer;
  	text-shadow: 0px 1px 0px #3d768a;
  	box-shadow: 0px 10px 14px -7px #333;
  	padding: 5px 10px;
}
.icons ul {
  	list-style: none;
}
/*edit */
.dropdown-toggle {
    display: none;
}
#com-content-formTabs {
	display: none;
}
#publishing, #language, #options, #modules-form .control-group, #modules-form legend, #modules-form .label {
	display: none;
}
#modules-form hr {
	display: none;
}
.toggle-editor {
    display: none;
}
.btn-toolbar {

	height: 45px;
}
.btn-group {
	float: left;	
	padding-right: 20px;
	padding-top: 8px;
}
.tooltip {
	position: absolute;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
}
.edit-icon a {
  	height: 32px;
	width: 92px;	
	background-repeat: no-repeat !important;
  	background: none;
	background-image: url("../images/edit.png") !important;
}
.jmodedit {
  	z-index: 1000;
	height: 32px;
	width: 32px;	
	background-repeat: no-repeat !important;
  	background: none;
	background-image: url("../images/edit.png") !important;
}
.dropdown-menu {
	padding: 0;
	width: 92px;
	height: 32px;
}
.edit-icon {
	height: 32px;
}
.edit-icon a {
	padding-left: 40px;
	padding-bottom: 10px;
}

.button-apply {
  display: inline-block;
  padding: 8px 18px;
  font-size: 18px;
  font-family: Tahoma, "Trebuchet MS", sans-serif;
  font-variant: small-caps;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #4CAF50;
  border: none;
  border-radius: 10px;
}

.button-apply:hover {background-color: #3e8e41}

.button-apply:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}