/* Modified by maty (http://maty.galeon.com) to NireBlog */


/* Basic typography   -------------------------------------------- */
a:link, a:visited {
	border: 1px solid #FFF;
	color: #B54141;
	text-decoration: none;
}
a:hover {
	border: 1px solid #CCC;
	background: #EEE;
}
body {
	margin: 0.5em;
  padding: 9px;
	border: 1px solid #AAA;
	background: url("http://images.nireblog.com/css/rubric/images/gradient.gif") repeat-x fixed bottom;
	color: #111;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	-moz-border-radius: 5px;
}
blockquote {
  margin-bottom: 3em;
  padding: 0em 1.5em;
  border: 1px outset #FFF;
  background: #F5F5F5;
  color: #121A21;
  -moz-border-radius: 7px;
}
p, td, th, li {
	font-size: 1em;
	line-height: 1.55em;
}
#content {
	margin-right: 19em;
	margin-left: 16px;
	margin-top: 104px;
	padding: 1.5em;
	border: 1px #EEE solid;
	background: #FFF;
	-moz-border-radius: 9px;
}
#header {
	width: 78%;
	margin: 0;
	padding-left: 40px;
	background: url("http://images.nireblog.com/css/rubric/images/pen-sm.jpg") no-repeat top right;
	font: normal 3.4em Georgia;
	font-style: italic;
	letter-spacing: 0.03em;
	position: absolute;
	top: 58px;
	left: 30px;
	height: 140px;
}
#header a {
	color: #A07910;
}

/* Content & menu   -------------------------------------------- */
#menu {
	width: 16em;
	float: right;
	font-size: 90%;
	position: absolute;
	top: 190px;
	right: 4.5em;
}
#menu a:link, #menu a:visited {
	border: none;
	color: #02326C;
}
#menu form {
	margin: 0;
}
#menu form br {
	display: none;
}
#menu ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	color: #b54141;
}
#menu ul ul {
	margin-left: 0;
	padding-left: 0.5em;
	list-style: disc;
	list-style-position: inside;
	color: #000;
	text-indent: 0;
}
input {
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

/* Post   -------------------------------------------- */
#content h2 {
	margin-bottom: 0;
	margin-top: 0;
	color: #666;
	font-size: 0.9em;
}
h3 {
	margin-bottom: 0.33em;
	font-size: 1.5em;
	font-weight: normal;
}
.storytitle {
	margin-top: 0.35em;
	font-size: 1.45em;
}
.post, .feedback {
	margin-bottom: 3em;
	border-bottom: 1px solid #CCC;
	padding-bottom: 1px;
}
.meta {
	color: #111;
	font-size: 0.85em;
}
.post-categories {
	margin: 0;
	padding: 0;
	display: inline;
}
.post-categories li {
	margin-left: 0 3px 0 0;
	padding: 0;
	display: inline;
}
.storycontent {
	text-align: justify;
}

/* Credit   -------------------------------------------- */
p.credit {
	margin-right: 20em;
	margin-left: 40px;
	padding: 0.5em;
	font-size: 90%;
}
p.credit, a:visited, p.credit, a:link {
	border: none;
}
