/*
Theme Name: FON
Theme URI: http://leonpaternoster.com/
Description: A flexible, typographically adventurous affair
Version: 0.2
Author: Leon Paternoster
Author URI: http://leonpaternoster.com/
Tags: fixed width, two columns, widgets, minimal

	The CSS, HTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* reset */

html, body, section, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
    display: block;
}


/* basics */

html {
	color: #444;
	background-color: #FFF;
}

body {
	width: 780px;
	margin: 24px auto;
	line-height: 24px;
	font-family: georgia, 'liberation serif', serif;
}

/* layout */

#masthead {
	width: 510px;
	margin-right: 30px;
	float: left;
}

#searchform {
	width: 240px;
	float: left;
	padding-top: 7px;
}

.hide {
	display: none;
}

.menu {
	width: 780px;
	height: 36px;
	margin-bottom: 24px;
	clear: both;
	background-color: #DFDFDF;
}

#content {
	width: 510px;
	margin-right: 30px;
	float: left;
	display: inline;
	clear: both;
}

#sidebar {
	width: 235px;
	float: left;
	display: inline;
}

footer {
	clear: both;
}

/* typography */

/* elements */

header {
	overflow: hidden;
}

hgroup {
	margin-bottom: 0;
}

h1  {
	font-size: 24px;
	padding-bottom: 15px;
	padding-top: 5px;
	border-top: 3px solid #005DB3;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	margin-top: 16px;
	margin-bottom: 8px;
}

#content h3 {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 8px;
}

#content h4, #content h5, #content h6 {
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
}

#content ul li, #content ol li {
	list-style-position: inside;
}

dt {
	font-weight: bold;
	font-size: 16px;
	margin-top: 16px;
	margin-bottom: 8px;
}

acronym, abbr, dfn {
	font-variant: small-caps;
	letter-spacing: 2px;
}

p, ul, ol, dd {
	font-size: 16px;
	margin-bottom: 12px;
}

blockquote, blockquote p {
	font-size: 12px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
	line-height: 18px;
	margin: 24px 48px;
}

ul li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

#content li {
	list-style-position: inside;
}

code {
	font-size: 12px;
	font-family: consolas, 'lucida console', 'courier new', monospace;
}

pre {
	overflow: auto;
	margin-bottom: 24px;
}

a:link {
	color: #005DB3;
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
}

a:visited {
	color: #888;
	text-decoration: none;
	border-bottom: 1px dotted #AAA;
}

a:hover {
	color: #005DB3;
	text-decoration: none;
	border-bottom: 1px solid #005DB3;
}

h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	border-bottom: none;
}

/* alterations */

h1.title {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0;
	padding-top: 0;
	border: none;
}

h1.title a:link, h1.title a:visited {
	color: #333;
}

.tag, .secondary, .breadcrumb {
	font-size: 12px;
	color: #888;
	margin-bottom: 12px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
}

h2.tag {
	margin: 0 0 12px 0;
	padding: 0;
	border: none;
	font-weight: normal;
}

.byline, .dateline {
	padding-bottom: 23px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 0;
	color: #888;
}

.taxonomy {
	padding-top: 5px;
	border-top: 1px dotted #CCC;
	padding-bottom: 17px;
	font-size: 12px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
}

.taxonomy p {
	font-size: 12px;
	margin-bottom: 0;
}

.taxonomy a {
	font-style: italic;
}

.archive_title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: 5px;
	border-top: 3px solid #CCC;
}

.archive_excerpt {
	margin-bottom: 16px;
}

.archive_excerpt p, .archive_excerpt li{
	font-size: 16px;
	margin-bottom: 0;
}

/* search */

#searchform input {
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
	font-size: 12px;
}

#s1 {
	border: 1px solid #CCC;
	padding: 4px;
	width: 230px;
}

/* navigation */

.menu {
	overflow: hidden;
	margin-bottom: 12px;
	background-color: #DDD;
}

.menu li {
	list-style-type: none;
    float: left;
	font-size: 12px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
}

.menu li a {
	float: left;
	width: 100px;
	padding: 0 14px 0 15px;
	text-align: center;
	line-height: 36px;
	background-color: #DDD;
	color: #333;
	text-decoration: none;
	border-bottom: none;
	border-right: 1px solid #FFF;
}

.menu li a:hover, .menu ul li.current_page_item a {
	float: left;
	width: 100px;
	padding: 0 14px 0 15px;
	text-align: center;
	line-height: 36px;
	background-color: #005DB3;
	color: #FFF;
	text-decoration: none;
	border-right: 1px solid #FFF;
}

.menu ul li.current_page_item a {
	cursor: default;
}

/* stop sub pages being displayed */

.menu ul li ul {
	display: none;
}

/* content changes */

/* content widget areas */

#content h3.widgetTitle {
	font-size: 18px;
	border-top: 3px solid #CCC;
	padding-bottom: 9px;
	padding-top: 5px;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#tag_cloud {
	margin-bottom: 24px;
}

#content .widgetContainer ul li {
	list-style-type: none;
	border-bottom: 1px dotted #CCC;
	margin-bottom: -1px;
}

#content .widgetContainer ul li a:link {
	border-bottom: none;
}

#content .widgetContainer ul li a:visited {
	color: #888;
	border-bottom: none;
}

#content .widgetContainer ul li a:hover {
	color: #005DB3;
	border-bottom: none;
}

#content aside {
	width: 240px;
	float: right;
	margin-left: 30px;
	font-size: 12px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
	line-height: 18px;
	padding-top: 8px;
	border-top: 3px solid #AAA;
}

#pagination {
	border-top: 1px dotted #CCC;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 24px;
	margin-top: 12px;
}

#pagination p, .permalink {
	font-size: 12px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
}

.newer {
	float: left;
	width: 240px;
	margin-right: 30px;
	line-height: 18px;
}

.older {
	float: right;
	width: 240px;
	text-align: right;
	line-height: 18px;
}

/* images and captions */

.wp-caption {
	overflow: hidden;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
	line-height: 18px;
	color: #888;
	text-align: center;
}

.wp-caption a {
	color: #fff;
	border-bottom: none;
}

.alignnone {
	margin-bottom: 24px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

/* comments */

#comments {
	clear: both;
}

#comments h2 {
	font-size: 21px;
	padding-bottom: 15px;
	padding-top: 5px;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.says, .reply {
	display: none;
}

.comment-author cite {
	text-transform: lowercase;
	font-variant: small-caps;
}

.avatar {
	float: right;
}

.comment-meta {
	border-bottom: 1px dotted #CCC;
	font-size: 12px;
	line-height: 18px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
	padding-bottom: 4px;
	margin-bottom: 4px;
}

.comment-meta a:link, .comment-meta a:visited, .comment-meta a:hover {
	color: #888;
	text-decoration: none;
	border: none;
}

cite.fn a {
	color: #333;
	text-decoration: none;
	border: none;
}

ol.commentlist li {
	list-style-type: none;
}

ol.commentlist li p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
}

li.bm-trackback  li{
	list-style-type: lower-roman;
	margin-bottom: 0;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
}

#commentform label {
	display: block;
	font-size: 12px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
}

input#author, input#email, input#url {
	border: 1px solid #CCC;
	width: 500px;
	font-family: georgia, 'liberation serif', serif;
	font-size: 21px;
	padding: 4px;
	margin-bottom: 12px;
}

#commentform textarea {
	border: 1px solid #AAA;
	width: 500px;
	font-family: georgia, 'liberation serif', serif;
	font-size: 16px;
	line-height: 24px;
	padding: 4px;
	margin-bottom: 4px;
	height: 230px;
}

#subscribe {
	float: left;
	margin-right: 3px;
}

.subscribe-to-comments label {
	display: inline;
}
	
/* sidebar */

#sidebar {
	line-height: 18px;
}

#sidebar p, #sidebar ul, #sidebar ol, #sidebar dd {
	font-size: 12px;
	margin-bottom: 9px;
	font-family: 'lucida grande', 'lucida sans unicode', 'helvetica neue', arial, helvetica, sans-serif;
}

#sidebar h3 {
	font-size: 16px;
	font-weight: bold;
	border-top: 3px solid #CCC;
	padding-bottom: 9px;
	padding-top: 5px;
	border-top: 3px solid #CCC;
	border-bottom: 1px solid #CCC;
}

#sidebar ul li {
	list-style-type: none;
	border-bottom: 1px dotted #CCC;
	margin-bottom: -1px;
	color: #333;
}

#sidebar ul li a:link, #sidebar ul li a:visited {
	border-bottom: none;
	display: block;
	padding: 3px 0 3px 3px;
}

#sidebar ul li a:visited {
	color: #888;
}

#sidebar ul li a:hover {
	color: #FFF;
	display: block;
	background-color: #005DB3;
}

#subscribe2 p {
	margin-bottom: 0;
}

#sidebar input {
	margin-bottom: 4px;
	font-family: georgia, 'liberation serif', serif;
	font-size: 14px;
}	

#sidebar input[type=text] {
	border: 1px solid #CCC;
	width: 238px;
	padding: 4px 0;
	font-size: 16px;
}

footer p {
	padding-top: 23px;
	border-top: 1px solid #CCC;
}
