/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

* {
	margin:0;
	padding:0;
	font-family:'Roboto', sans;
}

html {
	height:100%;
}

/*
Colors:
Scheme: 482700, AB5E06, FF8900
		FFB45D, FFA134

		#F9D171		hellorange

		#F79A0E		dunkelorange
*/
/**************    Layout */

body {
	background-color: #444;
	overflow-y: scroll;
	margin: 0px;
	height: 100%;
}

#wrapper{
	position:relative;
	min-height:100%;
	min-width:1200px;
	max-width:1300px;
	
	margin-left:auto;
	margin-right:auto;
	
	padding-bottom:25px;
	
	background-color:#EEE;
	box-shadow:0px 0px 15px 2px #000;
}
	
#section_wrapper {
	position:relative;
	width:auto;
	height: auto;
	padding-bottom:25px;
}
	
#sidebar-right{
	float: right;
	width: 25%;
}

#content {
	float: left;
	box-shadow:12px 0px 8px -10px grey;
	width:70%;
	#height: 500px;
	margin-bottom:0px;
	margin-top:0px;
	padding:15px;
	
	font: 1em sans-serif;
	color: #333;
}

#clear{
	clear:both;
}

footer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	height:24px;
	position:absolute;
	bottom:0;
	padding-top: 5px;
	background:#666;
	clear:both;
}

footer h6 {
	text-align:center;
	font-size: 14px;
}

/*****   Header    *****/

header h1 {
	text-align:center;
	padding: 0px;
}

#header-img {
	float: left;
}
.header-text {
	float: left;
	display: block;
	margin: 40px 10px;
}

@media (min-width: 1300px) {
	header h1 {
		line-height: 38px;
	}
	#header-img {
		width: 300px;
		margin: 30px;
	}
}
@media (max-width: 1299px) {
	header h1 {
		line-height: 2.9vw;
	}
	#header-img {
		width: 23.5%;
		margin: 2.3%;
	}	
}

	
/*** Text Design   article   ***/

article {
	margin: 2em 0em 1em 0em;
}

article:first-of-type {
	margin: 0.5em 0em 0.5em 0em;
}


article p {
	font-size: 1.2em;
	margin: 0.6em 0.2em 0.2em 1em;
}			
	
article h2 {			
	text-align: left;
	font-size: 2.1em;
	margin: 0.6em 0 0.2em 1em;
}

article h2:first-of-type {
	margin: 0.4em 0 0.2em 1em;
}
	
article h3 {
	text-align: left;
	font-size: 1.5em;
	margin: 1em 0.3em 0.2em 0.5em;
}

article h3:first-of-type {
	margin: 0.6em 0.3em 0.2em 0.5em;;
}

article h4 {
	font-size: 1.2em;
	color: #000;
}

article ul {
	margin: 0.6em 0.2em 0.2em 3em;
}

#news {
	padding: 10px 20px;
	border: 10px /*#F79A0E#E38B07*/#059505  double;
	background: #fff;
	color: #000;
	font-size: 1.1em;
}

#news * {
	margin: 0.6em 0.5em;
}

#news p {
	/*text-align: center;*/
	font-size: 1.25em;
}

#news b {
	margin: 0;
}

#news mark {
	background: greenyellow;
}

tr:first-child td {
	/*border-top: 0px solid grey;*/
}

.calendar td {
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
	padding: 10px;
	text-align: center;
}

.calendar th {
	border-bottom: 1px solid grey;
	border-top: 1px solid grey;
	padding: 10px;
	font-weight: normal;
	width: 8em;
}

.calendar {
	font-size: 1.01em;
	width: 100%;
	border-collapse: collapse;
}


/*.calendar tr:nth-child(even){/*background-color: #f1f1f1;*/}
/*.calendar tr:nth-child(even):hover{background-color: #d1d1d1;}
.calendar tr:nth-child(odd):hover{background-color: #ddd;}

.groupedrow tr:nth-child(even){/*background-color: #f1f1f1;*/}
/*.groupedrow tr:nth-child(even):hover{background-color: inherit;}
.groupedrow tr:nth-child(odd):hover{background-color: inherit;}

/* Hovering on a <td> with rowspan should highlight the entire tbody */
/*.rowgroup:has(tr td:hover) td {
    background-color: #d1d1d1;
}

tr:hover {
	background-color: #d1d1d1;
}*/

/*.groupedrow tbody:nth-child(even){/*background-color: #f1f1f1;*//*}
.groupedrow tbody:nth-child(even):hover{background-color: #d1d1d1;}
.groupedrow tbody:nth-child(odd):hover{background-color: #ddd;}*/


.emptyrow {
	border: none !important;
}
/***************************************** Sidebars **************/
.side_box {
	float: right;
	text-decoration: none;
	margin: 20px 0 0px 0;
	width: 100%;
	font-size: 1.10em;
}

.side_cap {
	font-size: 1.3em;
	border-bottom: 2px solid #000;
	width: 100%;
	display:block;
	margin-bottom: 10px;
}			
	
.hours table {
	color:black;
	border-collapse:collapse;
}

.hours tr {
	margin-bottom: 5px;
	border-bottom: 5px ridge #ddd;
	margin-right: 20px;
	height: 2.5em;
}

.hours tr.noborder {
	border-bottom: none !important;
	height: 2.0em;
}

.hours tr td:first-child{
	width: 6em;
	padding: 1px;
}
	
.hours tr td:last-child{
	padding: 1px;
	text-align: right;
}
	
.info ul{
	list-style: none;
	padding: 5px;
}

.importantnumbers ul {
	list-style: none;
	padding: 5px;
}

.smalltext {
	font-size: 0.8em;
}

.indent_class {
	padding-left: 1.5em;
}

.quote_text {
	margin-top: 2em;
	padding-left: 1em;
	font-size: 1.5em;
	text-shadow: 1px 1px 3px #999;
	color: #222;
}

.quote_source {
	padding-left: 5em;
	margin-bottom: 2em;
}


.addresses {

}

.level1 {
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 10px;
	text-decoration: underline;
}

.level2 {
	margin-top: 5px;
	margin-left: 20px;
}

.level3 {
	margin-left: 45px;
	font-size: 0.9em;
	margin-bottom: 10px;
}
/***************************************** Navigation **************/			

nav {
	background: #F9D171;
	width: 100%;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 10px 0px 8px 10px;
	/* Navigation Font Style */
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 1.3em;
}

/* Navigation Effect */
.nav-effect a {
	color: #fff;
	text-shadow: -1px 1px 5px #222;
	box-shadow: -3px 3px 5px -2px #444;
	padding: 5px 10px;
	border-width: 3px;
	border-style: solid;
	border-color: transparent transparent #F79A0E #F79A0E;
}

.nav-effect a:hover/*, .nav-effect a:focus*/ {
	border-color: #777;
	text-shadow: -1px 1px 7px #000;
}

.nav-effect a:active {
	border-color: #999;
	text-shadow: 0 0 5px #FFF;
}

/*.inactive {
	color: #999 !important;
	border-color: transparent transparent #777 #777 !important;
	text-shadow: none !important;
}*/
