@import "./reset.css";

/* Typography and style */

body {
	font: .95em/1.6 Georgia, Times, "Times New Roman", serif;
	color: #333;
	background-color: #F9F8F6;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}

a:link {
	color: #00C;
	border-bottom-color: #88F;
}

a:visited {
	color: #909;
	border-bottom-color: #CAC;
}

a:hover {
	border-bottom-style: solid;
}

a:link:hover {
	color: #66C;
	border-bottom-color: #00F;
}

a:visited:hover {
	color: #868;
	border-bottom-color: #808;
}

#sidebar {
	font: .9em/1.6 "Arial Narrow", Arial, Helvetica, sans-serif;
}

#sidebar img {
	vertical-align: middle;
}

#mainHeading  h1 {
	font: 2.8em "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

#mainHeading h2  {
	font: .9em "Trebuchet MS", Verdana, Arial, Helvetic, sans-serif;
}

#mainHeading h2:before {
	content: "\21D2\0020";
}

#mainHeading  a:link, #mainHeading  a:visited,
.entry .heading a:link, .entry .heading a:visited {
	color: #333;
	border-bottom-style: none;
}

#mainHeading  a:hover,
.entry .heading a:hover {
	color: #333;
	border-bottom: #666 1px dashed;
}

.entry .body img {
	/*background: url(../img/img_shadow.gif) no-repeat right bottom;
	padding: 4px 10px;
	border: none;
	border-top: #eee 1px solid;
	border-left: #eee 1px solid;*/
	padding: 4px 10px;
	border: #ccc 1px solid;
}

.entry .readMore {
	font-size: 1.1em;
	font-weight: bold;
}

.body p {
	margin: 1em 0;
}

.entry blockquote {
	font-size: .9em;
	text-align: justify;
	margin: 1em 2em;
}

.entry .body hr {
	width: 33%;
	height: 1px;
	margin: 2em auto;
	border: 0;
	border-bottom: #444 1px dashed;
}

.entry .c {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.entry ul {
	margin: 1em 0;
	margin-left: 1.5em;
}

.entry ul li {
	list-style: outside disc;
}

/* Structure */

#wrapper {
	width: 640px;
	margin: 0 auto 0 auto;
}

#main {
	clear: both;
	border-left: #A4B5BD 1px solid;
	border-right: #A4B5BD 1px solid;
	/*border-top: #A4B5BD 1px solid;*/
	border-bottom: #A4B5BD 1px solid;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 50px;
	background-color: #FFF;
}

#mainContent {
	position: relative;
}

#content:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}

#sidebar {
	position: absolute;
	top: 0px;
	width: 150px;
	left: 605px;
}

#sidebar li {
	margin: 1em 0;
}

#sidebar li li {
	margin: 0;
}

#footer {
	font: .65em "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: center;
	padding: 10px;
}

#mainHeading {
	margin-bottom: 2em;
}

.entry .heading {
	margin-bottom: 1.2em;
}

.entry .heading h3 {
	font: 1.4em Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}

.entry .heading h4 {
	font: 1em "Arial Narrow", Arial, Helvetica, sans-serif;
}

.entry .summary {
	margin: 1em 0;
}

#comments h3 {
	font: 1.2em Georgia, Times, "Times New Roman", serif;
	padding: .1em 0;
}

#comments .comment,
#comments .commentPreview {
	margin: 5px 0;
	padding: 0 10px;
	border-top: #CCCCEE 1px dotted;
	background-color: #F6F6FC;
}

#comments .comment .heading .website {
	font-size: .8em;
}

#comments .comment .body,
#comments .commentPreview p {
	font-size: .8em;
}

#comments .commentPreview h4 {
	font-weight: bold;
	font-style: italic;
}

#comments .commentPreview p {
	margin: 1em 0em;
}

#commentForm input {
	font: .8em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	border: #AAC 1px solid;
}

#commentForm textarea {
	width: 100%;
	height: 12em;
	font: .8em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	border: #AAC 1px solid;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#filterOptions {
	float: right;
	font: .7em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	vertical-align: middle;
}

#filterOptions input, #filterOptions img {
	vertical-align: middle;
}

#filterOptions a, #filterOptions a:hover {
	border: none;
}

#commentForm .submit {
	float: left;
	font: .7em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	margin: 0;
	border: #FFF 1px solid;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding: 1px 3px;
	color: #246;
	background: #e5e5e5;
}

#commentForm .submit:hover {
	color: #66C;
	border-color: #999;
}