/*

Theme Name: Sequart
URI: http://sequart.org/

Description: Designed for Sequart.org.
Author: Julian Darius

Version: 1.6

Tags: two-columns, fixed-width

*/



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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

h1, h2, h3 {
	font-weight: bold;
}
h4, h5, h6 {
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before, blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

a {
	border: none;
}



/* =Layout
-------------------------------------------------------------- */


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -320px 0 0;
	width: 100%;
}
#content {
	margin: 0 320px 0 0;
}
#content.full {
	margin: 0;
}

#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}

#footer {
	clear: both;
	width: 100%;
}



/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/



.one-column #content {
	margin: 0 auto;
	width: 640px;
}



/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}




/* =Fonts
-------------------------------------------------------------- */


body,
input,
textarea,
.pingback a.url {
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6,
legend,
label,
ul.tabs,
#cancel-comment-reply-link,
.form-allowed-tags,
form fieldset dd,
#access .menu,
#access div.menu ul,
#site-title,
#author-avatar,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.page-subtitle,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: Arial, Helvetica, Geneva, Montserrat, Eurostile, sans-serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.inline_admin {
	color: #ff0000;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */


#branding,
#colophon,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}

#access .menu-header,
div.menu {
	margin: 0 auto;
	width: 980px;
}

#wrapper {
	background: #fff;
	padding: 0 20px;
}



/* Structure the footer area */

#relatedcontent img.wp-post-image {
	width: 150px;
	border: 1px solid #000;
}

#footer-widget-area {
	overflow: hidden;
}

#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}

#footer-widget-area #fourth {
	margin-right: 0;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

body {
	background: #111;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}

hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}



/* Text elements */

p {
	margin-bottom: 18px;
}

ul {
	list-style: square;
	margin: 0 0 18px 2em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
em em,
i i,
em i,
i em {
	text-decoration: underline;
}
big {
	font-size: 131.25%;
}
.comment-body {
	font-size: 14px;
	line-height: 20px;
}
ins {
	background: #ffc;
	text-decoration: none;
}

blockquote {
	font-style: normal;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: italic;
}

pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link,
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:active,
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
.error {
	color: #ff0000;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}





/* =Header
-------------------------------------------------------------- */

#header {
	background: #d6d6ff;
	float: left;
	padding: 0;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #ccf;
}


/* =Menu and Tabs
-------------------------------------------------------------- */

#access {
	border: 0;
}
ul.tabs {
	height: 38px;
}
#access .menu-header,
div.menu {
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #000000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	line-height: 35px;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	font-size: 15px;
	font-weight: normal;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	position: absolute;
	display: none;
	top: 35px;
	left: 0;
	float: left;
	width: 340px;
	z-index: 99998;
}
#access ul ul.short {
	width: 190px;
};
#access ul ul li {
	min-width: 300px;
}
#access ul ul li.short {
	min-width: 150px;
}
#access ul ul ul {
	position: absolute;
	border: 1px solid #000;
	top: -8px;
	left: 50%;
	z-index: 99999;
}
#access ul ul a {
	text-shadow: 0px 0px 0px rgba(0,0,0,0.2);
	background: #c1c1ff;
	line-height: 1em;
	padding: 10px;
	width: 320px;
	height: auto;
}
#access ul ul.short a {
	width: 170px;
}
#access li:hover > a,
ul.tabs li a:hover {
	background: #c1c1ff;
}
#access ul ul :hover > a {
	background: #000000;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}
#access ul.search {
	list-style: none;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	display: inline;
	height: 30px;
}
ul.tabs {
	font-size: 18px;
	line-height: 38px;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
ul.tabs li {
	float: left;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	padding: 0;
	margin: 0 !important;
	height: 37px; /*--subtract 1px from the height of the unordered list--*/
	line-height: 37px; /*--vertically aligns the text within the tab--*/
	border: 1px solid #666;
	border-left: none;
	margin-bottom: -1px; /*--pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #d6d6ff;
	list-style-image: none !important;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	padding: 0 10px;
	border: 1px solid #fff; /*--gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li.active, ul.tabs li.active a:hover  { /*--makes sure that the active tab does not listen to the hover properties--*/
	color: #000;
	background: #fff;
	border-bottom: 1px solid #fff; /*--makes the active tab look like it's connected with its content--*/
	cursor: default;
}


/* =Content
-------------------------------------------------------------- */

body {
	margin: 0 !important;
}
#main {
	clear: both;
	overflow: hidden;
	padding: 20px 0 0 0;
}
#leaderboard {
	clear: both;
	text-align: center;
	overflow: hidden;
	padding: 0 0 20px 0;
	margin: 0 auto;
	height: 90px;
}
#leaderboard-inset {
	clear: both;
	text-align: center;
	overflow: hidden;
	padding: 10px 0 30px 0;
	margin: 0 auto;
	height: 90px;
}
#banner {
	clear: both;
	text-align: center;
	overflow: hidden;
	padding: 20px 0 0 0;
	margin: 0 auto;
	height: 60px;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 12px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.3em;
	margin: 0 0 0.2em 0;
}
#content h1 {
	font-size: 24px;
};
#content h2 {
	font-size: 20px;
};
#content h3 {
	font-size: 18px;
};
#content h4 {
	font-size: 16px;
};
#content h5 {
	font-size: 12px;
};
#content h6 {
	font-size: 10px;
};
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.hentry {
	clear: both;
}
#content h1.page-title {
	clear: both;
	color: #000;
	font-size: 48px;
	line-height: 0.9em;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
#content h1.page-subtitle {
	clear: both;
	color: #000;
	font-size: 34px;
	line-height: 0.9em;
	font-weight: bold;
	margin: -8px 0 10px 0;
	text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
#content h2.entry-title {
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 0.1em 0;
}
h2.section-title {
	clear: both;
	text-align: center;
	color: #000;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1em;
}
.entry-meta {
	font-size: 15px;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	padding: 0;
}
.entry-summary {
	margin-right: -5px;
	line-height: 1.4em;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.product-content {
	padding-top: 20px;
	clear: both;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	font-weight: normal;
	padding: 0.5em 0.75em;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	border-bottom: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	padding: 20px;
}
.entry-utility {
	margin: 0 0 20px 0;
	font-size: 12px;
	line-height: 16px;
}
#content .video-player {
	padding: 0;
}
.nobrk {
	white-space: nowrap;
}


/* =Tables
-------------------------------------------------------------- */

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 0 0 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 6px 12px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 3px 6px;
}
#content tr.odd td {
	background: #f2f7fc;
}
#content tr td.faded img {
	opacity:0.4;
	filter:alpha(opacity=40);
}


/* =Continuity Pages
-------------------------------------------------------------- */

#content img.delayLoad {
	background: url('http://sequart.org/comicbooks/loading.gif') no-repeat 50% 50%;
}
#content h1.continuity-title {
	font-size: 32px;
}
#content h1.continuity-subtitle {
	font-size: 48px;
}
.continuity-pages {
	padding-left: 8px;
	padding-bottom: 0px;
	margin-bottom: 4px;
	min-height: 49px;
	clear: both;
	border-bottom: 1px solid #b6b6df;
	border-right: 1px solid #b6b6df;
	background: #eee;
}
.continuity-page-complete {
	background: #b6b6df;
	background: #ffea66;
}
#content img.continuity-thumbnail {
	display: inline;
	float: left;
	width: 50px;
	max-width: 50px;
	margin: 0px 0px 4px -58px;
	border: 0px;
	padding: 0px;
}
.continuity-page-entry-meta {
	margin-bottom: 3px;
	margin-top: 2px;
	padding-right: 3px;
	line-height: 1em;
}
.continuity-table-header {
	margin-top: 10px;
	margin-bottom: -5px;
}
h2.continuity-table {
	clear: both;
	text-align: center;
	line-height: 1em;
	border: 1px solid #e0e0e0;
	background: #f9f9f9;
}
.continuity-table-note {
	text-align: center;
	clear: both;
	border: 1px solid #e0e0e0;
	clear: both;
	margin-top: 9px;
	margin-bottom: -6px;
}
.continuity-table-entry {
	clear: both;
	margin-top: 0px;
	margin-bottom: -6px;
}
.comic-book {
	background: #ddf;
}
.comic-reprint {
	background: #eef;
}
.graphic-novel {
	background: #ecf;
}
.TPB {
	background: #edf;
}
.movie {
	background: #dfd;
}
.episode {
	background: #efe;
}
.continuity-alias {
	background: #ddd;
}
.cover-image {
	display: inline;
	float: left;
	text-align: center;
	padding: 5px 5px 0 5px;
	line-height: 0px;
	width: 150px;
}
#content img.continuity-table-cover {
	width: 150px;
}
.continuity-entry-title {
	font-size: 17px;
	margin-left: 160px;
	padding: 3px 6px 3px 12px;
	margin-top: 9px;
}
.continuity-number {
	float: right;
	padding-top: 2px;
	padding-left: 5px;
	margin-right: 5px;
}
.continuity-entry-main {
	margin-left: 160px;
	padding: 3px 6px 3px 12px;
	background: #fff;
}
.continuity-entry-main ul {
	margin-left: 52px;
	margin-top: -12px;
	padding: 0px;
}


#content table.continuity-pages {
	border: 0px;
	width: auto;
	margin: 0px;
	text-align: left;
}
#content tr td.continuity-thumbnail {
	text-align: right;
	vertical-align: middle;
	line-height: 0px;
	border: 0px;
	margin: 0px;
	width: 50px;
	padding: 2px 0px 0px 0px;
}
#content tr td.continuity {
	border: 0px;
	margin: 0px;
	padding: 3px 6px;
	vertical-align: middle;
}
#content tr td.cover-image {
	border-top: 1px solid #e7e7e7;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 1px solid #e7e7e7;
	text-align: center;
	line-height: 0px;
	vertical-align: top;
	margin: 0px;
	padding: 5px 6px 0px 5px;
}
#content tr td.cover-image img {
	max-width: 150px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#content tr td.issue-title {
	border-top: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 0px;
	border-left: 0px;
	padding: 3px 6px 3px 12px;
	vertical-align: middle;
	height: 24px;
}
#content tr td.issue-desc {
	border-top: 0px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 0px;
	border-left: 0px;
	padding: 3px 6px 1px 12px;
	vertical-align: top;
}
#content tr td.issue-desc ul {
	margin-top: -12px;
	margin-left: 45px;
}
#content tr td.purchase-button {
	text-align: center;
	line-height: 0px;
	vertical-align: middle;
}
#content tr td.purchase-button form {
	height: 27px;
	margin-top: -1px;
}
#content tr td.purchase-button select {
	margin-bottom: 6px;
}
#content tr td.purchase-desc {
	text-align: left;
	vertical-align: middle;
}
#content tr td.purchase-price {
	text-align: right;
	vertical-align: middle;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 660px;
	width: auto;
}
#content img.togglebutton {
	margin-bottom: -4px;
	padding-right: 4px;
}
#content .attachment img {
	max-width: 980px;
}
#author-avatar {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	font-size: 12px;
	line-height: 1.2em;
	width:155px;
}
#author-avatar p {
	margin-bottom: 5px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
#content img.wp-post-image {
	width: 150px;
	border: 1px solid #000;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited,
.navigation a:active,
.navigation a:hover {
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0 0 0 0;
	clear: both;
}
.navigation #nav_page_button {
	display: inline;
	position: relative;
	color: #fff;
	font-size: 24px;
}
.navigation #nav_page_button a,
.navigation #nav_page_button a:link,
.navigation #nav_page_button a:visited,
.navigation #nav_page_button a:active,
.navigation #nav_page_button a:hover {
	color: #fff;
	text-decoration: none;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 95px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 12px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 20px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 10px 0;
}
.comment-meta a:link,
.comment-meta a:visited,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}



/* =Forms and Fieldsets
-------------------------------------------------------------- */

fieldset {
	width: 100%;
	float: left;
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #e0e0ff;
	background-color: transparent;
}
form fieldset {
	padding-bottom: 10px;
}
legend {
	display: inline;
	margin-left: 1em;
	padding: 0;
	color: #000;
	font-weight: bold;
}
fieldset p {
	margin-left: 10px;
	margin-right: 10px;
}
fieldset .entry-meta {
	line-height: 1.2em;
}
fieldset table {
	width: 100%;
}
form fieldset dl {
	margin: 0;
	padding: 0;
	list-style: none;
}
form fieldset dt {
	float: left;
	clear: left;
	width: 100%;
	margin-top: 0.3em;
}
form fieldset dd {
	display: block;
	padding-left: 12.7em;
	padding-right: 10px;
	line-height: 1.2em;
	border: 0px none;
	font-size: 14px;
	margin: 0;
}
form fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 11em;
	background-color: transparent;
}
form fieldset label {
	float: left;
	width: 10em;
	margin-top: 0.3em;
	margin-right: 1em;
	text-align: right;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited,
.widget-area a:active,
.widget-area a:hover {
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#nav-calendar {
	margin: 0 0 15px 0;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size: 11px;
	border: 1px solid #fff;
}
#wp-calendar thead #prev {
	font-size: 14px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
#wp-calendar thead #current {
	color: #222;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#wp-calendar thead #next {
	font-size: 14px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
	font-size: 24px;
}
#wp-calendar tbody td a,
#wp-calendar tbody td a:link,
#wp-calendar tbody td a:visited,
#wp-calendar tbody td a:active,
#wp-calendar tbody td a:hover {
	color: #fff;
	text-decoration: none;
}
#wp-calendar tbody .pad {
	background: none;
}
.widget_rss a.rsswidget {
}
.widget_rss a.rsswidget:hover {
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Sequart Ads
-------------------------------------------------------------- */

#sequart_adbox {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0 0 8px 0;
}

#sequart_adbox_overlay {
}

#sequart_adbox_overlay img {
	border-top: 0px;
	border-bottom: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	clear: right;
	float: left;
	display: inline;
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#leaderboard,
	#access,
	#branding img,
	#content img.togglebutton,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-motto {
		float: none;
		width: auto;
	}
	#site-motto {
		margin: 0;
		padding: 0;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}