/** BASIC */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #6f6f6f;
	padding:0; margin: 0 auto; text-align:center;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #746D12;
}
h1 a { text-decoration: none; color: #746D12; }  

p, ol, ul {
	line-height: 160%;
}

a {
	color: #F47511;
}

a:hover {
	text-decoration: none;
	color: #746D12;
}
img { border: 0; }

/** HEADER */

#header {
  float: left;
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

#header h1 {
	margin: 0px;
	font-size: 2.2em;
}

#header h2 {
	margin: 0px;
	font-size: 1em;
}

/** MENU */

#menu {
	padding: 2.2em 0em 0em 2em;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 0px 0px 0px 0px;
	padding: .2em 1em;
	background-color: #F47511;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #746D12;
}

/** CONTENT */
#page {
  margin-left: auto;
  margin-right: auto;
  width: 930px;
  text-align: left;
}
#main {
  background-color: white;
  border-bottom: 1px solid #fc0;
  float: left;
  width: 100%;
}
#content-wrapper {
  float: left;
  width: 600px;
}
#content {
  padding: 25px;
  clear: both;
  margin: 1em 0px;
  border-top: 1px dotted #a3a39c;
  float:left;
}

#content h2 {
}

#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
 /*  background-color: #f7f3e8; */
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}

#left {
	float: left;
	width: 55%;
	padding-right: 4%;
}

#sidebar-wrapper {
  float: right;
  width: 225px;
}
#sidebar {
  font-size: 90%;
  padding: 15px;
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}


/** FOOTER */

#footer {
	clear: both;
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size: .8em;
	color: #CCCCCC;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#navigation {
  font-size: 90%;
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 100%;
  padding: .5em;
  padding-right: 20px;
  /*border-bottom: 2px solid #c00; 
  _border-bottom: 0; /* IE only */
  text-align: right;
}
#navigation a, #navigation a:visited {
  /*background-color: #eae3c5;*/
  background-color:#fff;
  color: black;
  display: inline;
  padding: .5em;
  padding-left: .9em;
  padding-right: .9em;
  text-decoration: none;
  outline: none;
  -moz-outline: none;
}
#navigation a:hover, #navigation a:visited:hover {
  text-decoration: underline;
}
#navigation strong a, #navigation strong a:visited {
  background-color: white;
  color: black;
}
#navigation .separator {
  display: none;
}

