/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #3B3B3B;
}

h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
	padding-bottom: 10px;
  letter-spacing: -2px;
  text-transform: uppercase;
  /*font-family: 'Crushed', serif;*/
  font-weight: normal;
  /*f6b300*/
  color: #eda547;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2.4em;
}

h3 {
  font-size: 1.6em;
}

p,
ul,
ol {
  margin-top: 0;
  line-height: 180%;
}

ul,
ol {}

a {
  text-decoration: none;
  /*f6b300*/
  color: #eda547;
}

a:hover {}

/* Header */

#header-wrapper {}

#header {
  clear: both;
  width: 1000px;
  margin: 0px auto;
}

/* Logo */

#logo {
  margin: 0px;
  padding: 30px 0px;
  color: #000000;
}

#logo h1,
#logo p {
  margin: 0;
  padding: 0;
}

#logo h1 {
  margin: 0px;
  padding: 0px;
  text-transform: lowercase;
  font-size: 3.8em;
  color: #323030;
}

#logo h1 span {
  color: #eda547;
}

#logo p {
  margin: 0px;
  padding: 0px;
  text-transform: uppercase;
  /*font-family: 'Crushed', serif;*/
  font-size: 1.3em;
  color: #3B3B3B;
}

#logo p a {
  color: #3B3B3B;
}

#logo a {
  border: none;
  background: none;
  text-decoration: none;
  color: #323030;
}

/* Menu */

#menu-wrapper {
  overflow: hidden;
  height: 56px;
  background: #274742;
  /*3e282a */
  border-top: 1px solid #3D2729;
}

#menu {
  width: 1000px;
  height: 55px;
  margin: 0px auto;
  padding: 0px;
}

#menu ul {
  margin: 0;
  padding: 7px 0px 0px 0px;
  list-style: none;
  line-height: normal;
}

#menu li {
  float: left;
  border-right: 1px solid #543E40;
}

#menu a {
  display: block;
  letter-spacing: 1px;
  margin: 0px 10px;
  padding: 10px 20px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  /*font-family: 'Crushed', serif;*/
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  border: none;
}

#menu a:hover,
#menu .current_page_item a {
  background: #eda547;
  /*f6ba00*/
  border-radius: 8px;
  text-decoration: none;
  color: #3D2729;
}

#menu .current_page_item a {
  /*f6ba00*/
  background: #eda547;
  border-radius: 8px;
}

/* Page */

#page {
  overflow: hidden;
  width: 1000px;
  margin: 0px auto;
  padding: 10px 0px 0px;
}

/* Content */

#content {
  float: right;
  width: 640px;
}

.post {
  margin-bottom: 15px;
  padding: 30px 40px;
  border: 1px solid #E7DFD7;
  border-radius: 8px;
  /*f1ede4*/
  background: #e1e9e9;
}

.post .title {
  height: 38px;
  margin-bottom: 10px;
  padding: 12px 0 0 0px;
  font-size: 34px;
  color: #274742;
}

.post .title a {
  border: none;
  color: #3D2729;
}

.post .meta {
  margin-bottom: 30px;
  padding: 5px 0px 15px 0px;
  text-align: left;
  font-weight: normal;
}

.post .meta .date {
  float: left;
}

.post .meta .posted {
  float: right;
}

.post .meta a {}

.post .entry {
  padding: 0px 0px 20px 0px;
  padding-bottom: 20px;
  text-align: justify;
}

/* Sidebar */

#sidebar {
  float: left;
  width: 280px;
  margin: 0px;
  padding: 40px 30px 40px 30px;
  color: #787878;
  border: 1px solid #E7DFD7;
  border-radius: 8px;
  /*f1ede4*/
  background: #e1e9e9;
}

/* Footer */

#footer {
  height: 25px;
  margin: 0 auto;
  padding: 0px 0 25px 0;
  /*f1ede4*/
  /*e7dfd7*/
  /*font-family: 'Crushed', serif;*/
}

#footer p {
  margin: 0;
  padding-top: 20px;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  color: #A0A0A0;
}

#footer a {
  color: #8A8A8A;
}

#banner {
  width: 1000px;
  margin: 0px auto;
}

#banner img {
  border-radius: 8px;
}

/* table */
th,
td {
  border: 1px solid black;
	padding: 5px;
}

h4 {
	font-size: 1rem;
}

p {
	margin-top: 5px;
}

a img {
	margin-top: 5px;
}