@import "../../4/css/hl.css";

html, body {
	font-family: Verdana, Arial, Sans-serif;
}
a, a:link, a:visited {
	text-decoration: none;
  color: #00f;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 620px;
	margin: 0 auto;
}
#container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
#container:before,
#container:after {
  display: table;
  content: "";
}
#container:after {
  clear: both;
}

#header {
	height: 65px;
	background: url(../../4/logo.png) bottom center no-repeat;
  cursor: pointer;
}
#header h1 {
	display: none;
}

#navbar {
	background-color: #000;
	height: 30px;
	margin: 0;
	font-size: 0.9em;
	padding: 1px 0 0 12px;
}
#navbar .nav {
  margin: 0;
}
#navbar ul {
  margin: 0;
  padding: 6px 0 0 0;
  list-style: none;
}
#navbar .nav > li {
  display: block;
  float: left;
}
#navbar .nav > li > a {
  float: none;
  padding: 6px 16px 6px 0;
  color: #eee;
  text-decoration: none;
}
#navbar .nav > li > a:hover {
  text-decoration: none;
  color: yellow;
}
#navbar .nav .active > a,
#navbar .nav .active > a:hover {
  text-decoration: none;
  color: yellow;
}

#content {
	clear: both;
	font-size: 17px;
  font-family: 'Arvo', sans-serif;
  font-weight: lighter;
  border: 1px solid black;
  line-height: 24px;
  padding: 1em;
}
#content h2 {
  margin-top: 0;
  border-bottom: thin solid #999;
  font-size: 24px;
}
#content h3 {
  font-size: 20px;
}
#content h2,
#content h3 {
  border-bottom: thin solid #999;
}
#content li {
  line-height: inherit;
  margin: 0;
  padding: 0;
}

#content .archive {
}
#content .archive h3 {
}
#content .archive ul {
}
#content .archive li {
}

#post h2 {
  margin: 0; padding: 0;
}
#post h2 a,
#post h2 a:link,
#post h2 a:visited {
  color: black;
}
#post .article_meta {
  font-size: small;
}
#post .article_content {
  margin-top: 1em;
}

#page-navigation {
  font-size: 14px;
}

footer {
	font-size: 0.7em;
  background-color: #000;
  color: white;
}
footer > p {
	margin: 0;
	padding: 5px 8px;
  text-align: right;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
