/*
	svelte.css
	For the Tarski theme - http://tarskitheme.com/
	Designed by Dan Wright, http://danwright.info/
*/

body
{
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #f8fcff;
	color: #202020;
	border-top: 16px solid #445577;
	padding-top: 8px;
}

body.svelte .primary.posts
{
	width: 640px;
}

body.svelte code
{
	color: #406619;
}

pre, code, div.code {
	font-family: Menlo, Courier, "Courier New", monospace;
}

h1, h2, h4 
{ 
	font-family: "Lucida Grande", "Times New Roman", Times, serif; 
}

h2.entry-title
{
	font: 24px "Helvetica Neue", Helvetica, Verdana, sans-serif !important;
	word-spacing: 3px;
	font-weight: 200 !important;
}

span.amp
{
	font: 36px Baskerville, Georgia, Helvetica, sans-serif;
	color: #cccccc;
}

div#title {
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom-color: #ffffff;
}

div#title h1 {
	font-size: 44px;
	letter-spacing: -1px;
}

h2 a:link, h2 a:visited, h2 a:active 
{ 
	color: #222233; 
}

h3 {
	color: #775500;
	margin-top: 15px;
}

#blog-title
{
	font-family: "Gill Sans", "Times New Roman", Times, serif;
}

#tagline
{
	font-style: normal;
	letter-spacing: 1px;
	color: #cccccc !important;
}

ul {
	list-style: square;
}

li {
	margin-bottom: 4px;
}

div#navigation {
	display: none;
}

