/*   
Theme Name: SansPoint
Theme URI: http://www.sanspoint.com
Description: Theme for SansPoint version 9
Author: Richard Anderson
Author URI: http://www.sanspoint.com
Version: 9
.
Copyright 2010. Nyer.
.
*/

* {
	margin: 0;
	padding: 0;
}

@font-face {  
  font-family: "ChunkFive";
  src: url("Chunkfive.eot"); /* IE */  
}

@font-face {  
  font-family: "ChunkFive";
  src: local("ChunkFive"), url("Chunkfive.otf") format("opentype"); /* non-IE */  
}

body {
	width: 640px;
	margin: 50px auto 0;
	background: #d7cbb3 url("pagebg.png");
	font-size: 75%;
	font-family: "Hoefler Text", "Georgia", "Garamond", "Times New Roman", serif;
}

html>body {
	font-size: 18px;
}

a:link {
	font-weight: bold;
	color: #bc0929;
	text-decoration: none;
}

a:visited {
	color: #bd4259;
	font-weight: bold;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #bc0929;
	text-decoration: underline;
}

h1 {
	width: 103px;
	height: 575px;
	text-indent: -5000px;
	background: url("logo_big.png") no-repeat;
	float: left;
	margin-left: -120px;
}

h2 {
	font-family: "ChunkFive", "Georgia", "Times New Roman", serif;
	text-transform: lowercase;
	font-size: 2em;
}

.blog h2 {
	margin-bottom: .25em;
}

p {
	font-size: 1em;
	line-height: 1.5;
	text-align: justify;
	margin-bottom: 1.5em;
}

.blog div.postcontent p:first-child:first-letter {
	float: left;
	font-size: 3.2em;
	line-height: .7em;
	margin-top: .18em;
	margin-right: .05em;
}

#footer {
	clear: both;
}

.blog #navigation {
	float: right;
	width: 120px;
	margin-right: -134px;
	list-style: none;
	font-size: 1.5em;
	text-transform: lowercase;
}

.blog #navigation a:hover, .blog#navigation a:visited:hover {
	text-decoration: none;
	border-bottom: 1px solid #bc0929;
}

.blog #article {
	padding: 5px 10px 1px;
	background: url("contentbg.png");
}

.postheader p {
	margin-bottom: 0;
}

blockquote {
	margin: 0 auto 1.5em;
	padding: 5px 0 5px 60px;
	overflow: auto;
	font-style: italic;
}

blockquote p {
	padding-right: 60px;
}

.blog div.postcontent blockquote p:first-child:first-letter {
	float: none;
	font-size: 1em;
}

blockquote p.source {
	float: right;
	margin: -1em 0 0;
}

ul, ol {
	line-height: 1.5em;
	margin-bottom: 1.5em;
	list-style-position: inside;
}

.section {
	min-height: 575px;
	padding: 25px 50px 0;
}

.postheader ul {
	overflow: auto;
	list-style: none;
	margin-bottom: 0;
	border-bottom: 1px solid #999;
}

.postheader ul li {
	display: inline;
}

.postheader .date {
	float: left;
	font-weight: bold;
}

.postheader .category {
	float: right;
	font-weight: bold;
	text-align: right;
}

.postheader li a:link {
	color: #000;
}

.postheader li a:visited, .postheader li a:hover, .postheader li a:focus, .postheader li a:active {
	color: #000;
}

.postheader h2 {
	padding-top: .25em;
}

#archivenav {
	list-style: none;
	padding: 1em 0;
	overflow: auto;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

#archivenav li {
	font-size: 1.5em;
	text-transform: lowercase;
}

#archivenav li.olderpost a {
	float: left;
	background: url("older.png") no-repeat center left ;
	padding-left: 38px;
}

#archivenav li.newerpost a {
	float: right;
	background: url("newer.png") no-repeat center right;
	padding-right: 38px;
}

#footer {
	background: url("footerbg.png") bottom;
	padding: 0 10px 1.5em;
	margin-bottom: 3em;
	font-size: .75em;

}

#footer p {
	text-align: center;
	margin: 0;
}