
/*
Theme Name: FON
Theme URI: http://leonpaternoster.com/
Description: A flexible, typographically adventurous affair
Version: 0.1
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, div, 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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

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

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

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

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

strong{
	font-weight:bold;
	}
/* basics */

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

body {
	width: 780px;
	margin: 24px auto;
	padding-top: 11px;
	line-height: 24px;
	font-family: georgia, 'liberation serif', serif;
	border-top: 1px solid #CCC;
}

/* layout */

#masthead {
	width: 510px;
	margin-right: 30px;
	float: left;
}
#logo{
	padding:0px;
	border:0px none;
	}
#searchform {
	width: 240px;
	float: left;
	line-height: 48px;
}

.hide {
	display: none;
}

.menu {
	width: 780px;
	height: 36px;
	margin-bottom: 24px;
	clear: both;
	background-color: #DFDFDF;
}
.menu_social{
	float:right;
	margin:2px;
	}
a.menu_social:hover{
	border:0px none;
	}
#content {
	width: 510px;
	margin-right: 30px;
	float: left;
	display: inline;
	clear: both;
}

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

#footer {
	clear: both;
}

/* typography */

/* elements */

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

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: 24px;
}

blockquote, blockquote p {
	font-size: 12px;
	line-height: 18px;
	margin: 36px 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: #DF0009;
	text-decoration: none;
}

a:visited {
	color: #888;
	text-decoration: none;
}

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

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 {
	color: #333;
	border-bottom: none;
}

/* alterations */

.title {
	margin-bottom: 0;
	font-weight: bold;
}

.tag, .secondary, .breadcrumb {
	font-size: 12px;
	color: #888;
	margin-bottom: 12px;
}

.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;
}

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

.taxonomy a {
	border-bottom: none;
	font-style: italic;
}

.archive_title {
	font-size: 16px;
	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: 12px;
	line-height: 18px;
	margin-bottom: 0;
}

/* search */

#searchform input {
	font-family: georgia, 'liberation serif', serif;
	font-size: 14px;
}

#s1 {
	border: 1px solid #CCC;
	width: 238px;
}

/* navigation */

.menu {
	height: 36px;
	margin-bottom: 12px;
	background-color: #DDD;
}

.menu li {
	list-style-type: none;
    float: left;
	font-size: 12px;
}

.menu li a {
	float: left;
	width: 134px;
	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: 134px;
	text-align: center;
	line-height: 36px;
	background-color: #DF0009;
	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 */
#social ul{
	overflow:hidden;
	line-height:20px;
	}
#social ul li{
	list-style:none;
	float:left;
	margin-right:5px;
	}
#social a{
	opacity:0.5;
	}
#social a:hover{
	opacity:1;
	border:0px none;
	}
#social h4{
	border-top:3px solid #CCC;
	}
/* 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: #DF0009;
	border-bottom: none;
}

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

#pagination p, .permalink {
	font-size: 12px;
	text-transform: lowercase;
	font-variant: small-caps;
	letter-spacing: 2px;
}

#pagination p a:link, #pagination p a:visited, #pagination p a:hover, .permalink a {
	text-decoration: none;
	border-bottom: none;
}

.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-text {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
	color: #888;
	text-align: center;
}
.wp-caption a {
	color: #fff;
	border-bottom: none;
}
.wp-caption-text a{
	color: #888;
	text-decoration:underline;
	}
.names_and_links{
	border-bottom:1px dotted #CCCCCC;
	margin:10px 0px 20px 0px;
	}
.names_and_links p{
	margin-bottom:10px;
	}
.names_and_links p span{
	display:inline-block;
	width:185px;
	}
.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;
	margin-bottom:10px;
}

#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;
	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 p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}

li.bm-trackback  li{
	list-style-type: lower-roman;
	margin-bottom: 0;
}

#commentform label, #addform label {
	display: block;
	font-size: 12px;
}
input#author, input#email, input#url, input.textbox {
	border: 1px solid #CCC;
	width: 500px;
	font-family: georgia, 'liberation serif', serif;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 12px;
}
#commentform label.error, #addform label.error{
	margin-bottom:10px;
	color:red;
	}
textarea.textbox {
	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;
}
input.error, textarea.error{
	border: 1px solid red;
	margin-bottom:2px;
	}
#commentary{
	margin-bottom:20px;
	position:relative;
	}
.agree{
	position:absolute;
	top:-9999px;
	left:0px;
}
#subscribe {
	float: left;
	margin-right: 3px;
}

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

/* sidebar */

#sidebar {
	line-height: 18px;
}

#sidebar p, #sidebar ul, #sidebar ol, #sdiebar dd {
	font-size: 12px;
	margin-bottom: 18px;
}

#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.removed_item{
	background:url(http://www.kradimamu.com/templates/public/kradimamu/images/ok_small.png) no-repeat right center;
	padding:2px 25px 2px 0px;
	}
h2.removed_item{
	background:url(http://www.kradimamu.com/templates/public/kradimamu/images/ok_small.png) no-repeat right center;
	padding-right:25px;
	}
#sidebar ul li a:link {
	color: #333;
	border-bottom: none;
}

#sidebar ul li a:visited {
	color: #888;
	border-bottom: none;
}

#sidebar ul li a:hover {
	color: #DF0009;
	border-bottom: none;
}

#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;
}
.item_add_intro{
	border: 1px solid #ccc;
	margin:20px;
	padding:10px;
	}
.item_add_intro p{
	margin-bottom:10px;
	}
.removed{
	margin:10px 0px;
	background:url(http://www.kradimamu.com/templates/public/kradimamu/images/ok_big.png) no-repeat right center;
	border-bottom:1px dotted #ccc;
	padding:0px 80px 10px 0px;
	}
.removed p.dateline, .removed p{
	padding-bottom:0px;
	margin-bottom:10px;
	border:0px none;
	}
