h1, h2, h3, h4, h5 {
	font-family: 'AdelleBasic', Arial, sans-serif;
}

body.default {
	font-family: georgia, serif;
	font-size: 12pt;
}

#main {
	width: 700px;
	margin: 0 auto;
}

ul.posts {
	line-height: 170%;
}

#post p {
	line-height: 140%;
	text-align: justify;
}

a, a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #666;
	text-decoration: none !important;
	color: black;
}

a:hover {
    border-bottom: 1px solid;
}

a.dsq-subscribe-email, a.dsq-subscribe-rss {
	text-decoration: none;
}

.post {
	line-height: 150%;
}

.highlight {
    background-color: #F8F8F8;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    font-size: 13px;
    line-height: 19px;
    overflow: auto;
    padding: 6px 10px;
	margin-top: 1em;
}

.highlight code {
	border: 0px;
}

.highlight span.lineno {
	font-weight: bold;
	font-size: 11px;
	padding-right: 10px;
	border-right: 2px solid #CCCCCC;
	margin-right: 15px;
}

blockquote {
	font-style: italic;
}

code {
    background-color: #F8F8F8;
    border: 1px solid #DEDEDE;
    border-radius: 3px 3px 3px 3px;
    font-size: 13px;
    padding: 0;
}

.publication-date {
	font-size: small;
	text-align: right;
	font-style: italic;
	float: right;
}

p a.undecorated-link {
	text-decoration: none;
	border: 0px;
}

p a.undecorated-link:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}

.welcome-text-1 {
	font: 30pt 'AdelleBasic', Arial, sans-serif;
	color: #c0c0c0;
}

.welcome-text-2 {
	font: 22pt 'AdelleBasic', Arial, sans-serif;
	color: #c0c0c0;
}

.welcome-text-3 {
	font: 16pt 'AdelleBasic', Arial, sans-serif;
	color: #c0c0c0;
}

.black {
	color: #000;
}

.grey {
	color: #c0c0c0;
}

#welcome-container {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#navlist {
	padding-left: 0px;
}

#navlist li {
	display: inline;
	padding-right: 15px;
	font-weight: bold;
}

#navlist li a {
	color: #c0c0c0;
	text-decoration: none;
}

#navlist li a:hover {
	color: black;
}

#navlist li a.active {
	color: black;
}

