body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: lightgray;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

a {
	color: #9999ff;
}

a:hover {
	background: none;
	color: #ff0000;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border-left: 1px black solid;
	border-right: 1px black solid;
	background: white;
}

#header {
	width: 900px;
	height: 10em;
	margin: 0 auto;
	background: white;
	background-size: 1em;
	background-position: left;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

#logo {
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: white;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.7),
              -1px 2px 20px rgba(255, 255, 255, 0.6) inset; 
	background-color: white;
	padding: 0.2em;
	margin-top: 1.5em;
	margin-right: 10px;
        font-size: 0.8em;
        font-weight: bold;
	letter-spacing: -1px;
        color: #222222;
	text-decoration: none;
}

.date-container {
	padding-right: 1em;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 900px;
	background: black no-repeat left top;
	margin: 0 auto;
	padding: 0;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

#menu ul {
	margin: 0;
	list-style-type: none;
	display: inline;
}

#menu li {
	display: inline;
	padding-right:0.5em;
}

#menu a {
	padding: 0.3em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}


#menu .current_page_item a {
	color: #FF7900;
}


#menu a:hover {
	color: #ff0000
}


#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 640px;

}

.post {
	padding-bottom: 30px;
}

.post .title {
	padding-left: 10px;
	border-left: 4px solid #F57601;
	color: #000000;
}

.post .title a {
	background: none;
	color: #444444;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	background: #E0E0E0;
	border-left: 4px double #F57601;
	border-right: 4px double #F57601;
	padding: 3px 10px 3px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

.post .author {
	border-top: 1px solid;
	padding-top: 0.2em;
	padding-left: 1em;
}

/* Sidebar */

#sidebar {
	width: 200px;
	font-size: 0.8em;
	float: left;
	padding: 0px 10px 0 20px;
	border-right: 1px solid black;
}

#sidebar ul {
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding-top:0.5em;
	padding-left:1.5em;
	list-style: disc;
}

#sidebar li li {
}

#sidebar li li span {
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	padding-top: 0em;
}

#sidebar p {
	padding-bottom: 20px;
}

#sidebar a {
	border: none;
	text-decoration: none
}

#sidebar a:hover {
	text-decoration: underline;
	color: #ff0000;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: black;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border-left: 1px black solid;
	border-right: 1px black solid;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

a.popup {
	position:relative;
	border-right: 1em solid white;
	text-decoration: none;
}

a.popup span {
	display: none;
}

a.popup:hover span {
	color: #444444;
	display: block;
	position: absolute;
	top: -1em;
	left: 4em;
	text-align:justify;
	font-size: 1.2em;
	font-weight:normal;
	background: white;
	padding: 0.5em;
	border: 1px solid black;
	display: block;
	cursor: default;
	z-index:2;
	margin-bottom: 2em;
}

a.popup span.abstract {
	width: 30em;
	font-size: 1.2em;
}

a.popup span.bibtex {
	white-space: pre;
	font-family: monospace;
}

a.citation:before {
	content: "[";
}

a.citation:after {
	content: "]";
}

#Bibliography {
	padding-top: 2em;
	font-size: 1.2em;
	color: gray;
}

ul.rss_items {
	padding-left: 1em;

}


