/*
 *  __                  __
 * /\ \                /\ \
 * \ \ \___   __  __   \_\ \     __
 *  \ \  _ `\/\ \/\ \  /'_` \  /'__`\
 *   \ \ \ \ \ \ \_\ \/\ \_\ \/\  __/
 *    \ \_\ \_\/`____ \ \___,_\ \____\
 *     \/_/\/_/`/___/> \/__,_ /\/____/
 *                /\___/
 *                \/__/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/hyde.
 */


/*
 * Contents
 *
 * Global resets
 * Sidebar
 * Container
 * Reverse layout
 * Themes
 */


/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */

html {
  font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 58em) {
  html {
    font-size: 20px;
  }
}


/*
 * Sidebar
 *
 * Flexible banner for housing site name, intro, and "footer" content. Starts
 * out above content in mobile and later moves to the side with wider viewports.
 */

.sidebar {
  text-align: center;
  padding: 2rem 1rem;
  color: rgba(255,255,255,.5);
  background-color: #202020;
}
@media (min-width: 48em) {
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 18rem;
    overflow-y: scroll;
    text-align: left;
  }
}

/* Sidebar links */
.sidebar a {
  color: #fff;
}

/* Sidebar nav */
.sidebar-nav {
  margin-bottom: 1rem;
}
.sidebar-nav-item {
  display: block;
  line-height: 1.75;
}
a.sidebar-nav-item:hover,
a.sidebar-nav-item:focus {
  text-decoration: underline;
}
.sidebar-nav-item.active {
  font-weight: bold;
}

/* Sticky sidebar
 *
 * Add the `sidebar-sticky` class to the sidebar's container to affix it the
 * contents to the bottom of the sidebar in tablets and up.
 */

@media (min-width: 48em) {
  .sidebar-sticky {
    position: absolute;
    right:  1rem;
    top: 1rem;
    left:   1rem;
  }
}


/* Container
 *
 * Align the contents of the site above the proper threshold with some margin-fu
 * with a 25%-wide `.sidebar`.
 */

.content.container {
  padding-top:    88px;
  padding-bottom: 24px;
  width: 96%;
}

@media (min-width: 48em) {
  .content {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (min-width: 64em) {
  .content {
    margin-left: 12px;
    margin-right: 12px;
  }
}

/* Here comes all the extra stuff */


/*.fc_box {
    border: 1px solid black;
    border-radius: 7px;
    margin-bottom: 32px;
}*/

.fc_box .box_title {
    color: black;
    font-weight: bolder;
    position: relative;
    top : -0.7em;
    margin-left: 1em;
    display: inline;
    background-color: white;
    border: 6px solid white;
}

.fc_box .box_content {
    color: black;
    margin-top: -0.3em;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.sidebar-nav-item2 {
  display: block;
  margin-left: 1em;
  line-height: 1.5;
  font-size: small;
}

.footer {
  padding-bottom: 200px;
  padding-right: 2%;
  padding-left: 2%;
  padding-top: 1%;
  margin-left: 2%;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 96%;
  opacity: 0.8;
  background-color: #111111;
  color: #ffffff;
  border-radius: 0px;
}

.footer a {
    color: #bbbbbb;
    text-decoration: none;
}

.footer a:hover, .footer a:focus {
    color: #dddddd;
    text-decoration: none;
}

::-webkit-input-placeholder {
   font-size: small;
}

:-moz-placeholder { /* Firefox 18- */
   font-size: small;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-size: small;
}

:-ms-input-placeholder {
   font-size: small;
}

.pagehead {
	margin-top: 12px;
	margin-left: 10%;
}

.pagehead0 {
	position: absolute;
	left: 74%;
	right: 12%;
	top: 108px;
}

.pagehead1 {
	font-family: "Times New Roman", "Times", "serif";
	display: block;
	color: black;
	font-weight: bolder;
	font-size: 3em;
	margin-left: 0;
	margin-right: 0;
}

.pagehead2 {
	display: block;
	font-size: 1em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 16px;
}

.content_frame {
  padding-top:    0rem;
  padding-bottom: 0rem;
}

div#content iframe {
	display:block;
	position: absolute;
	height: 100%;
	width: 96%;
	margin-left: 36px;
	margin-top: 54px;
}

@media (max-width: 48em) {
	div#content iframe {
		display:block;
		position: absolute;
		height: 100%;
		margin-left: 8px;
	}
}

@media (max-width: 36em) {
	div#content iframe {
		margin-top: 100px;
	}
	.content.container {
		padding-top: 104px;
	}
	.header_box {
		margin-top: 18px;
	}
	.pagehead0 {
		top: 128px
	}
}


.page-title {
	margin-top: 68px;
}

.logo{
	width:180px;
}

.header_box {
	background-color: #eeeeee;
	border-radius: 6px;
	color: inherit;
	font-size: 18px;
	font-weight: 200;
	line-height: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.column1{ float: left; width: 32%; margin-right: 2%;}
.column2{ display: inline-block; width: 32%; }
.column3{ float: right; width: 32%; }

@media (max-width: 48em) {
	.column1{ float: none; width: 96%; margin-right: 2%;}
	.column2{ display: auto; width: 96%; }
	.column3{ float: none; width: 96%; }
}

img.paypal_button {
	border-radius: 0;
}

.buttons {
	margin-bottom: 0;
	margin-top: 12px;
}

.navbar div div .nav > li > a {
  padding: 15px;
}

.navbar div div .nav > li > form {
  margin-top: 12px;
  margin-bottom: 0;
  margin-left: 16px;
}

.navbar div div .nav > li > form > input {
	height: 27px;
}

.page, .post {
    margin-bottom: 36px;
    margin-left: 36px;
}

body>h2 {
	margin: 0 10px 0 0;
}


