/*
Theme Name: Dickensians
Theme URI: http://leonpaternoster.com
Description: My home page theme 
Author: Leon Paternoster
Author URI: http://leonpaternoster.com
Template: autobahn
Version: 0.1.0
*/

@font-face {
	font-family: 'LeagueGothicRegular';
	src: url('fonts/League_Gothic-webfont.eot');
	src: local('?'), url('fonts/League_Gothic-webfont.woff') format('woff'), url('fonts/League_Gothic-webfont.ttf') format('truetype'), url('fonts/League_Gothic-webfont.svg#webfontOTINA1xY') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
dd {
	margin:  0;
	padding: 0;
}

article,
aside,
dialog,
figure,
figcaption,
footer,
header,
hgroup,
nav,
section,
small {
    display: block;
}

html {
	background-color: #FFF;
	color: #333;
}

body {
	font-family: georgia, times, palatino, 'deja vu serif', serif;
	font-size: 100%;
	line-height: 1.5em;
	background-color: #FFF;
}

#wrapper {
	width: 900px;
	border: 1px solid #AAA;
	padding: 22px 28px;
	margin: 48px auto;
	background-color: #FFF;
}

a:link {
	color: #336699;
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

a:visited {
	color: #888;
        text-decoration: none;
        border-bottom: 1px dotted #888;
}

a:hover, a:active {
	color: #DF0000;
}

h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link {
	text-decoration: none;
	border-bottom: none;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	text-decoration: none;
	border-bottom: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
	border-bottom: none;
}

h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
	text-decoration: none;
	border-bottom: none;
}

a img {
	border: none;
}

.imglink {
	border: none;
	text-decoration: none;
	border: none;
	color: #FFF;
}

.cta {
	text-transform: uppercase;
	font-family:  'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 18px;
}

.pagination {
	clear: both;
	overflow: hidden;
	margin-bottom: 24px;
}

.next {
	float: right;
	text-align: right;
	list-style-type: none;
	width: 280px;
}

.previous {
	float: left;
	list-style-type: none;
	width: 280px;
}

p,
ul,
ol,
dd {
	font-size: 16px;
	margin-bottom: 12px;
}

/* Layout */

#content {
	width: 590px;
	float: left;
	padding-right: 14px;
	margin-right: 15px;
	display: inline;
	border-right: 1px solid #CFCFCF;
}

#primary {
	float: left;
	width: 125px;
	display: inline;
	border-right: 1px solid #CFCFCF;
	padding-right: 14px;
	margin-right: 15px;
}

#secondary {
	float: left;
	width: 125px;
}

#site-footer {
	clear: both;
}

/* Header */

#site-header {
	border-top: 4px solid #333;
	padding-top: 21px;
}

#branding {
	float: left;
	width: 435px;
	margin-right: 30px;
	display: inline;
}

#searchform {
	float: left;
	width: 435px;
	text-align: right;
}

#s {
	width: 250px;
}

#searchsubmit {
	cursor: pointer;
}

#site-title {
	font-size: 36px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-family:   LeagueGothicRegular, 'trebuchet ms', arial, helvetica, sans-serif;
}

#site-title a:link,
#site-title a:visited,
#site-title a:hover,
#site-title a:active {
	color: #333;
}

#tag {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-bottom: 24px;
}

#site-nav {
	clear: both;
}

#site-nav ul {
	border-bottom: 1px solid #AAA;
	margin-bottom: 23px;
}

#site-nav ul li {
	font-size: 18px;
	text-transform: uppercase;
	font-family:  'trebuchet ms', arial, helvetica, sans-serif;
	display: inline;
	margin-right: 24px;
}

#site-nav ul li a:link,
#site-nav ul li a:visited {
	color: #336699;
	text-decoration: none;
	border-bottom: none;
}

#site-nav ul li a:active,
#site-nav ul li a:hover {
	color: #DF0000;
	text-decoration: none;
	border-bottom: none;
}

#site-nav ul li.current-menu-item a {
	color: #444;	
}

/* Home page */

#banner p {
	font-size: 60px;
	line-height: 60px;
	text-transform: uppercase;
	padding-bottom: 23px;
	border-bottom: 1px solid #CFCFCF;
}

.home h1.article-leads-title {
	font-size: 21px;
	font-family:  'trebuchet ms', arial, helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: normal;
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 11px;
}

.home .hentry {
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 11px;
	margin-bottom: 12px;
}

.home .hentry .entry-summary p {
	margin-bottom: 0;
}

.home .entry-meta p {
	margin-bottom: 0;
}

.home .entry-title {
	font-size: 18px;
}

/* Search and archive */

.archive .hentry,
.search .hentry  {
	border-bottom: 1px solid #CFCFCF;
	padding-bottom: 11px;
	margin-bottom: 12px;
}

.archive .hentry .entry-summary p,
.search .hentry .entry-summary p {
	margin-bottom: 0;
}

.search .entry-title,
.archive .entry-title {
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 11px;
}

.search .entry-meta p,
.archive .entry-meta p {
	margin-bottom: 0;
}

.archive-list li {
	list-style-type: none;
}

.archive-list li .entry-title {
	font-size: 21px;
	margin-bottom: 0;
	border-bottom: none;
}

/* Pages */

.page .entry-title {
	border-bottom: 1px solid #CFCFCF;
	margin-bottom: 11px;
}

/* Posts */

.hentry {
	clear: both;
	margin-bottom: 48px;
}

.entry-title {
	font-size: 24px;
	font-family:  'trebuchet ms', arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

.entry-meta p {
	font-size: 12px;
	color: #888;
}

.single .entry-summary {
	margin-bottom: 11px;
	border-bottom: 1px solid #CFCFCF;
}

.single .entry-summary p {
	font-size: 18px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content dt {
	font-family:  'trebuchet ms', arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 20px;
	font-weight: normal;
}

.entry-content h1 {
	font-size: 21px;
}

.entry-content h2 {
	font-size: 18px;
}

.entry-content h3,
.entry-content dt,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 16px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 12px 48px;
}	

.entry-content ul li {
	list-style-type: square;
}	

.entry-content blockquote {
	margin: 48px 30px;
	font-size: 15px;
}

.entry-content blockquote cite {
	font-style: italic;
}

.entry-content code {
	font-family: consolas, 'lucida console', 'andale mono', 'courier new', monotype;
	font-size: 14px;
	color: #669900;
}

.entry-content pre {
	overflow: auto;
	margin-bottom: 12px;
}

.entry-content abbr {
	font-variant: small-caps;
	font-style: normal;
}


/* Article content images
-----------------------------*/

.entry-content img {
	border: 1px solid #CFCFCF;
}

.aligncenter {
	display: block;
	margin: 0 auto 12px auto;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 18px;
	color: #AAA;
}


/* Article content tables
-----------------------------*/

.entry-content table {
	width: 588px;
	margin: 24px 0;
	border-collapse: collapse;
	border: 1px solid #CCC;
}

.entry-content tr {
	font-size: 12px;
}

.entry-content tbody tr:nth-child(even) {
	background-color: #DFDFDF;
}

.entry-content th,
.entry-content tbody td {
	text-align: left;
	padding-left: 3px;
	margin: 0;
}

.entry-content th {
	font-weight: bold;
	background-color: #444;
	color: #FFF;
}

.entry-content table caption {
	font-size: 12px;
	text-align: left;
}

.entry-content tfoot tr {
	font-size: 12px;
	color: #AAA;
}

/* Article footer
-----------------*/

.entry-footer {
	padding-top: 23px;
	border-top: 1px solid #CFCFCF;
	line-height: 18px;
}

.entry-footer p,
.entry-footer ul {
	font-size: 12px;
}

.entry-taxonomy p {
	margin-bottom: 18px;
}

.entry-taxonomy a {
	text-decoration: none;
	border-bottom: none;
	border-bottom: none;
	background-color: #DFDFDF;
	color: #444;
	padding: 3px 6px;
}

.entry-taxonomy a:hover,
.entry-taxonomy a:active {
	background-color: #DF0000;
	color: #FFF;
}

/* Comments
----------------*/

#comments {
	padding-top: 11px;
	border-top: 1px solid #CFCFCF;
}

#comments h1 {
	font-size: 21px;
	font-family:  'trebuchet ms', arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 12px;
}

#comments h1.comment-heading {
	margin-bottom: 12px;
}

#comments h1.commentform-heading {
	border-top: 1px solid #CFCFCF;
	padding-top: 11px;
}

.avatar {
	float: left;
	width: 24px;
	margin-right: 8px;
}

.says {
	display: none;
}

.reply {
	font-size: 16px;
	font-family: georgia, palatino, 'deja vu sans', serif;
	display: block;
	margin-bottom: 0;
}	

.fn {
	font-style: normal;
	font-size: 16px;
	margin-bottom: 0;
	font-family:  'trebuchet ms', arial, helvetica, sans-serif;
	text-transform: uppercase;
}

.fn a {
	text-decoration: none;
	border-bottom: none;
}

.comment-meta {
	font-size: 12px;
	color: #888;
}

.comment-meta a {
	color: #888;
	text-decoration: none;
	border-bottom: none;
}

.commentlist li {
	list-style-type: none;
	line-height: 24px;
	margin-bottom: 24px;
	overflow: hidden;
	padding-top: 11px;
	border-top: 1px dotted #CFCFCF;
}

.commentlist li p {
	font-size: 16px;
	font-family: georgia, palatino, 'deja vu sans', serif;
	margin-bottom: 12px;
}

.commentlist li blockquote {
	margin: 48px 30px;
	font-size: 15px;
}

.commentlist li blockquote cite {
	font-style: italic;
}

.commentlist li code {
	font-family: consolas, 'lucida console', 'andale mono', 'courier new', monotype;
	font-size: 14px;
	color: #669900;
}

.pinglist li {
	list-style-type: none;
	font-size: 12px;
	color: #AAA;
	margin-bottom: 24px;
}

.pinglist .fn {
	font-size: 12px;
	color: #AAA;
}

.pinglist .fn a {
	color: #AAA;
}

.pinglist .fn a:visited {
	color: #AAA:
}

.pinglist .reply {
	display: none;
}

.children li {
	margin-left: 72px;
	border: none;
}

#commentform label {
	display: block;
	font-size: 12px;
}

#author,
#email,
#url,
#commentform textarea {
	display: block;
	width: 274px;
	border: 1px solid #CFCFCF;
	font-size: 16px;
	font-family: georgia, palatino, 'deja vu sans', serif;
	padding: 4px 2px;
	margin-bottom: 12px;
}

#commentform textarea {
	margin-bottom: 3px;
	display: block;
	width: 580px;
	border: 1px solid #CFCFCF;
	font-size: 16px;
	font-family: georgia, palatino, 'deja vu sans', serif;
	padding: 4px;
	height: 230px;
}

#submit:hover {
	cursor: pointer;
}

.subscribe-to-comments {
	margin-bottom: 0;
}

.subscribe-to-comments #subscribe {
	float: left;
	margin-right: 2px;
}

.subscribe-to-comments label {
	float: left;
	margin-bottom: 0 !important;
}

/* Asides */

#primary,
#secondary {
	line-height: 18px;
}

#primary h1,
#secondary h1 {
	font-size: 16px;
	font-family:  'trebuchet ms', arial, helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 9px;
	font-weight: normal;
}

#primary p,
#secondary p,
#primary ul,
#secondary ul,
#primary ol,
#secondary ol {
	font-size: 12px;
	margin-bottom: 9px;
}

#primary ul,
#secondary ul,
#primary ol,
#secondary ol {
	margin-top: -1px;
	border-top: 1px solid #CFCFCF;
}

#primary li,
#secondary li {
	list-style-type: none;
	border-bottom: 1px solid #CFCFCF;
	padding: 4px 0;
}

#primary li a, #secondary li a {
	text-decoration: none;
	border-bottom: none;
}

#primary section,
#secondary section {
	padding-bottom: 9px;
}

/* Footer */

#site-footer {
	padding-top: 11px;
	border-top: 1px solid #AAA;
}
