body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	/* [disabled]border-top-width: 5px; */
	/* [disabled]border-top-style: solid; */
	/* [disabled]border-top-color: #5f5e61; */
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.1em;
	padding-bottom: 0.3em;
	padding-top: 1em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: normal;
	line-height: 1.1em;
	padding-bottom: 0.3em;
	padding-top: 1em;
}
.nav    a{
	font-weight: 300;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Josefin Slab", serif;
	font-size: 1.2em;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5F5E61;
	transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	height: 40px;
	background-color: #918C8A;
	width: 65px;
	display: inline-block;
	padding-top: 12px;
	/* [disabled]text-align: center; */
	padding-right: 20px;
	padding-left: 20px;
	margin-top: -15px;
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	margin-right: -2px;
	margin-left: -2px;
}
.nav  a.active{
	/* [disabled]transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; */
	/* [disabled]-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; */
	background-color: #5F5E61;
	/* [disabled]border-top-width: 5px; */
	/* [disabled]border-top-style: solid; */
	border-top-color: #918C8A;
	/* [disabled]color: #FFFFFF; */
	/* [disabled]-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; */
	/* [disabled]margin-right: -2px; */
	/* [disabled]margin-left: -2px; */
}
.nav a:hover {
	transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	background-color: #5F5E61;
	/* [disabled]border-top-width: 5px; */
	/* [disabled]border-top-style: solid; */
	border-top-color: #918C8A;
	/* [disabled]color: #FFFFFF; */
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	/* [disabled]margin-right: -2px; */
	/* [disabled]margin-left: -2px; */
}
.active a:hover {
	/* [disabled]margin-right: -2px; */
	/* [disabled]margin-left: -2px; */
}
.fader a {
	color: #8BA8FF;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 1em;
	-webkit-transition: color 600ms ease-out;
	-moz-transition: color 600ms ease-out;
	-o-transition: color 600ms ease-out;
	transition: color 600ms;
	text-decoration: none;
}
.fader a:hover {
	/* [disabled]text-decoration: underline; */
	color: #00CCFF;
	-webkit-transition: color 600ms ease-out;
	-moz-transition: color 600ms ease-out;
	-o-transition: color 600ms ease-out;
	transition: color 600ms ease-out;
}
.first {
	padding-top: 0px;
}
#move {
	/* [disabled]margin-right: -1px; */
	/* [disabled]margin-left: 0px; */
}
#gap {
	/* [disabled]margin-left: -1px; */
	/* [disabled]margin-right: 0px; */
}
