/*
   Halcyonic 3.1 by HTML5 UP
   html5up.net | @n33co
   Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
   */

/*********************************************************************************/
/* Desktop (>= 480px)                                                            */
/*********************************************************************************/

/* Basic */

body
{
  min-width: 1200px;
  font-family: Palatino;
  line-height: 1.20em;
}

section:last-child
{
  margin-bottom: 0 !important;
  }

/* Wrappers */

#header-wrapper
{
  background: #3B4346 url('images/bg01t.jpg');
  border-bottom: solid 1px #272d30;
  box-shadow: inset 0px -1px 0px 0px #51575a;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
  }

.subpage #header-wrapper
{
  height: 155px;
  }

#features-wrapper
{
  background: #353D40 url('images/bg02.jpg');
  border-bottom: solid 1px #272e31;
  padding: 45px 0 45px 0;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
  }

#content-wrapper
{
  background: #f7f7f7 url('images/bg04.png');
  border-top: solid 1px #fff;
  padding: 45px 0 45px 0;
  }

#footer-wrapper
{
  padding: 45px 0 45px 0;
  text-shadow: 1px 1px 1px rgba(255,255,255,1);
  }

/* Header */

#header
{
  min-height: 155px;
  position: relative;
  }

#header h1
{
  position: absolute;
  left: 0;
  bottom: 35px;
  font-family: 'Lobster', sans-serif;
  font-size: 2.75em;
/*  color: #d77534;*/
  color: #d4a06a;
  color: #447684;
  }

#header h1 a
{
  color: #d77534;
  color: #447684;
  text-decoration: none;
  }

#header nav
{
  position: absolute;
  right: 0;
  bottom: 35px;
  font-weight: 200;
  }

#header nav a
{
  color: #c6c8c8;
  text-decoration: none;
  font-size: 1.4em;
  margin-left: 60px;
  outline: 0;
  }

#header nav a:hover
{
  color: #f6f8f8;
  }

/* Banner */

#banner
{
  border-top: solid 1px #222628;
  box-shadow: inset 0px 1px 0px 0px #3e484a;
  padding: 35px 0 35px 0;
  color: #fff;
  }

#banner .bordered-feature-image
{
  margin-bottom: 0;
  }

#banner p
{	
  font-size: 2em;
  font-weight: 200;
  line-height: 1.25em;
  padding-right: 1em;
  margin: 0 0 1em 0;
  }

/* Features */

#features
{
 font-family: 'Yanone Kaffeesatz';

  color: #a0a8ab;
  }

#features h2
{
  font-size: 1.25em;
  margin: 0 0 0.25em 0;
  }

#features a
{

  color: #447684;
  color: #aa6a39; /* orange */

  }

#features strong
{
  color: #fff;
  }

/* Content */

#content
{
  }

#content section
{
  background: #fff;
  padding: 40px 30px 45px 30px;
  box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
  margin: 0 0 10% 0;
  }

#content h2
{
  font-family: 'Yanone Kaffeesatz';
  font-size: 1.8em;
  color: #68939f;
  margin: 0 0 1.25em 0;
  }

#content h3
{
 font-family: 'Yanone Kaffeesatz';
 font-size: 1.20em;
 color: #8699a5;
 color: #41837e;
 margin-bottom: 1.2em;
  }

/* -elf main page article links below fold*/
#content section h3 a
{ font-size: 1.20em !important; }

#content strong
{
	color: #000;
}

/*-elf settings for sidebar  */
section.sidebar h2
{ 
  font-size: 1.0em !important; 
  padding-bottom, margin-bottom: 0 !important;
}

section.sidebar p
{ 
  font-family: 'Yanone Kaffeesatz';
  font-size: 0.8em;
  line-height: 1.10em; 
  color: #686868;
}

#content a
{
  color: #aa6a39; /* orange */
/*   color: #003430; */

}

#content header
{
  margin: 0 0 2em 0;
  }

/* Footer */

#footer
{
  color: #546b76;
  text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
  }

#footer h2
{
  font-size: 1.0em;
  color: #212f35;
  margin: 0 0 1em 0;
  }

#footer a
{
  color: #546b76;
  }

#footer p
{ font-size: 0.8em;
  line-height: 1.2em;
 }
/* Copyright */

#copyright
{
  border-top: solid 1px #b5bec3;
  box-shadow: inset 0px 1px 0px 0px #e0e4e7;
  text-align: center;
  padding: 45px 0 80px 0;
  color: #8d9ca3;
  text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
  }

#copyright a
{
  color: #8d9ca3;
  }

table, dt
{
	font-family: 'Yanone Kaffeesatz';
}

dd
{ 
	margin-bottom: 1.25em;
	line-height:1.2em;
	margin-left: 1.25em; 
}

table
{
  font-size: 0.90em;
  line-height: 1.1em;
  padding-top: 1.9em !important;
  border-bottom: solid 1px #a0a4a7;
  border-top: solid 1px #a0a4a7;


}

th
{
	border-bottom: solid 1px #a0a4a7;
	font-size: 1.2em !important;
	padding-top: 0.5em !important;
	padding-bottom: 0.5em !important;
}

tr
{
   border-top: dotted 1px  #a0a4a7;
/*    background: #d5dDe0;*/
}

td
{
   padding: 0.5em !important;
}

.blockquote
{
	margin-left: 4em;
	margin-right: 4em;
}
