@charset "utf-8";
/* CSS Document */

/* General Structure and Styles
--------------------------------------------- */
body {
	background-color:#ececec;
	font-family:Verdana, arial, sans-serif;
	color: #000;
}
#page {
	max-width: 1180px;
	margin: 12px auto;
	padding: 10px 15px;
	background-color:#fff;
	z-index: 0;
	border: 2px solid #c00000;
}
#wrap {
	margin:4px 0 0;
	padding:10px 0;
	overflow: hidden;
	border-top: 2px solid #fc7315;
}
#content {
	width: 100%;
	float: left;
}
#colophon {
	width: 98%;
	float: left;
	padding:30px 0 0;
	overflow: hidden;
	font-size: 0.7em;
}
#colophon p {
	line-height: 1.5;
}

	.box {
		border-radius: 0.3em;
		border-width: 1px;
		border-style: solid;
		border-color: #888;
		border-color: rgba(0,0,0,.3);
		-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) inset;
		color: #444;
		color: rgba(0,0,0,.8);
		padding: 1.4286em;
		margin: 1.5em 0 0 0;
	}

	.box > *:first-child {
		margin-top: 0;
	}



/* breadcrumb*/
.breadcrumb {
  padding: 8px 15px;
  font-size: 0.8em;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}


/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}
.btn-breadcrumb a {
  font-size: 12px;
}


/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}





/* Links
--------------------------------------------- */
a {
	color: #0a529c;
	text-decoration: none;
}
a:hover {
	color: #777!important;
	text-decoration: underline;
}



/* Lists
--------------------------------------------- */
#content .page2 ul  {
	padding:7px 0 7px 2px;
	line-height: 1.3;
}
#content .page2 ul li {
	padding:0 0 12px 12px;
}
ul {list-style:square; margin:5px 0 5px 0;}
ol {list-style:decimal; margin:5px 0 5px 0;}
li {margin:0 0 0 20px;}


/* Pages
--------------------------------------------- */
#content .page2 {
	margin: 0 0 40px;
	padding: 0 0 30px;
	overflow: hidden;
	clear: both;
	color:#000;
	border-bottom: 1px solid #fc7315;
}
#content .page2-entry-header {
	margin: 0;
}

#content .page2 p {
	padding: 0 0 20px 0;
}
/* --- Fullwidth Page --- */
#content.full-width {
	width:100% !important;
}
#content.full-width .page2 {
	margin: 0;
	padding: 0 0 20px;
	border-bottom: none;
}


/* --- Post Typography --- */
#content strong {
	font-weight: bold;
}
#content p em {
	font-family:'Droid Serif',  Times, serif;
	font-style: italic;
}
#content em {
	font-family:'Droid Serif',  Times, serif;
	font-style: italic;
	font-size: .9em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1 {
  font-size: 1.8em;
  padding-bottom: 0.5em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
text-decoration: underline;
}

.btn-wildpalm {
  color: #fff;
  background-color: #c00000;
  border-color: #000;
  margin: 3px;
}
.btn-wildpalm:focus,
.btn-wildpalm.focus {
  color: #fff;
  background-color: #ffe8a8;
  border-color: #faba00;
}
.btn-wildpalm:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}
.btn-wildpalm:active,
.btn-wildpalm.active,
.open > .dropdown-toggle.btn-wildpalm {
  color: #000;
  background-color: #999;
  border-color: #faba00;
}
.btn-wildpalm:active:hover,
.btn-wildpalm.active:hover,
.open > .dropdown-toggle.btn-wildpalm:hover,
.btn-wildpalm:active:focus,
.btn-wildpalm.active:focus,
.open > .dropdown-toggle.btn-wildpalm:focus,
.btn-wildpalm:active.focus,
.btn-wildpalm.active.focus,
.open > .dropdown-toggle.btn-wildpalm.focus {
  color: #000;
  background-color: #999;
  border-color: #faba00;
}
.btn-wildpalm:active,
.btn-wildpalm.active,
.open > .dropdown-toggle.btn-wildpalm {
  background-image: none;
}
.btn-wildpalm.disabled:hover,
.btn-wildpalm[disabled]:hover,
fieldset[disabled] .btn-wildpalm:hover,
.btn-wildpalm.disabled:focus,
.btn-wildpalm[disabled]:focus,
fieldset[disabled] .btn-wildpalm:focus,
.btn-wildpalm.disabled.focus,
.btn-wildpalm[disabled].focus,
fieldset[disabled] .btn-wildpalm.focus {
  background-color: #999;
  border-color: #faba00;
}
.btn-wildpalm .badge {
  color: #000;
  background-color: #999;
}

