/*
Theme Name: Twenty Ten
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 0.7
Tags: black, blue, white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* --------------------------------------------------------------

   Reset default browser CSS.

   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -165px 0 0;
	width: 100%;
	margin-left: 4px;
}
#content {
	margin: 0 0px 0 0px;
	width: 731px;
	border-right: 1px solid silver;
	padding-right:24px;
	min-height: 1120px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width:161px;
}
#secondary {
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.onecolumn #content {
	margin: 0 auto;
	width: 640px;
}



/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget_search label,
.widget-title
{
	font-family: Georgia,"Bitstream Charter",serif;
}

pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 940px;
}
#wrapper {
	background: #fff;
	padding: 0px 20px 1px 20px;
	border: 1px solid silver;
	border-top: 0px solid #000;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-weight: bold;
	font-size: 14px;
	margin-top: 3px;
	margin-left: 7px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #fff;
/*	background-image:url(http://dtarnowski.com/onlivestest/images/stripe.png); */
}
body, input, textarea {
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
	margin-bottom: 0px !important;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], textarea {
	padding: 0 0 0 3px;
}
a:link {
	color:#000;
	text-decoration:underline !important;
}
a:visited {
	color:#000;
	text-decoration:underline !important;
}
a:active {color:#000;}
a:hover {
	color: #FF4B33 !important;
	text-decoration:underline !important;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	margin-top: 0px;
	padding: 4px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 0px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
}



/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header {
	font-size: 21px;
	margin-left: 12px;
}
#access .menu-header ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none !important;
	color:#fff;
	padding:0 10px;
	line-height:45px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	z-index: 99999;
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 130px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#FF4B34;
	background:#444;
}
#access ul li:hover > ul {
	display:block;
}



/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 26px 0 0 0px;
	
}
#content {
	margin-bottom: 6px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 16px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:24px;
}
#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 strong,
#content b,
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 20px 0;
}
#content table {
	border: 0px solid #e7e7e7;
	text-align: left;
	margin: 0px;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	border-bottom: 0px solid #e7e7e7;
	padding: 5px;
}
#content tr.odd td {
	background: #F2F7FC;
}
.hentry {
	margin: 0 0 0px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0 36px 0 !important;
}
.page-title span {
	color: #444;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link, .page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active, .page-title a:hover {
	color: #FF4B33;
}
.entry-title,
.entry-meta {
	clear: left;
	float: left;
	margin-right: 68px;
}
#content .entry-title {
	color: #000;
	font-size: 20px;
	margin: 0px 0 11px 0;
	border-bottom: 1px solid silver;
	width: 100%;
	padding-bottom: 5px;
}
.entry-title a:link, .entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active, .entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	display: none;
}
.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 {
	clear: both;
	padding: 0px 0 0 0;
	margin-top:0px !important;
	padding-top:0px !important;
	line-height:18px;
	font-size:12px !important;
	min-height: 85px;
}
#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 0px 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 0px 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%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 5px 0;
	word-spacing:2px;
	border-bottom:1px solid silver;
	padding-bottom:140px;	
	font-size:11px;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding: 5px;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
	display: none;
}
.entry-meta a, .entry-utility a {
	color: #888;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}



/* 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 {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.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-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.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
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 0px 0;
	max-width: 730px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 16px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
}
img.alignleft, img.alignright, img.aligncenter {
	border: 4px solid #ddd;
	margin-bottom: 9px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888 !important;
}
.navigation a:link, .navigation a:visited {
	color: #888 !important;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33 !important;
}
.nav-previous {
	float: left;
	width: 50%;
	display: show;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
	display: show;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none !important;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: 0px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	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 56px;
	position: relative;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.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 {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
#respond {
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 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;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px 0;
	width:98%;
}
#respond textarea {
	width:99%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =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: 195px;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-container {
	margin: 0 0 18px 0;
	list-style-type: none;
}
.widget-title {
	color: #222;
	font-weight: bold;
	margin-bottom: 6px;
}
.widget-area a:link, .widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active, .widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	margin: -2px 0 0 0;
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 12px;
}
#colophon {
	border-top: 4px solid black;
	padding: 15px 0px 0px 0px;
	overflow: hidden;
	margin: 10px 0px 0 0px;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #666;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 19px;
	line-height: 16px;
	margin-left: 1px;
}
#site-generator a:hover {
	text-decoration: underline;
}
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, .widget_search label, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
}

#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 4pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title, #site-description {
		float: none;
		margin: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
		line-height: 1.4em;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#branding img.wp-post-image {
		display: block !important;
	margin-left: -104pt;
	margin-top: 20pt;
	border: none;
	margin-bottom: -24pt;
	}
	#container, #header, #footer {
		margin: 0 0 0 24%;
		width: 70%;
	}
	#content {
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		margin: 0;
		width: auto;
		padding: 0;
	}
	.home .sticky {
		border: none;
	}
}

.bottomexcerpt {font-size:11px;line-height:15px;}
.bottomexcerpt + .bottomexcerpt {border-top:1px solid silver; padding-top:25px !important; margin-top:20px;}
#leftupdates {float:left; width: 475px; padding-right: 17px; padding-left: 0px; border-right: 1px solid silver; margin-top:9px; margin-bottom:6px; min-height:335px; font-size:13px; line-height:18px;}
#rightupdates {float:right; width: 220px;}
#thirdcell {border-top: 1px solid silver; padding-top: 2px; margin-left: 0px; min-height:190px; display: none;}
#barcontainers {z-index:1000 !important;}
.datetop {font-size:11px; height: 22px; font-weight: bold; color: #fff; float: left;}
.searchtop {float:right; margin-top: 24px; text-align: right;}
.searchtop2 {}
.takingcloser {float:left; margin-top: 35px; color: #000;}
.linkstop {text-align:right;}
.linkstop2 {width:160px; float: right; margin-top:7px; margin-right:3px; font-size:12px; color: #000;}
.rss {background: url(http://dtarnowski.com/onlivestest/images/rss.jpg) no-repeat 0px 0; width:39px; float:left;}
#other {padding-left:17px;border-left:1px solid silver; float:left; width:220px; min-height:274px; margin-left:17px; font-size:11px;}
#music {padding-right:17px;border-right:1px solid silver; float:left; width:220px; margin-left:0px; min-height:274px; font-size:11px;}
#comics {margin-left:17px; float: left; width:220px; min-height:274px;}
#fiction {margin-left:0px; float: left; width:730px;margin-top:7px;padding-top:5px;border-top:1px solid silver;}
.myexcerpt {font-size: 13px; line-height: 18px; margin-bottom: 0px;}
.myexcerpt + .myexcerpt {border-top:1px solid silver; margin-top: 20px;}
.fictionpanel {margin-top: 15px; line-height: 16px !important; font-size: 11px !important;}
.musicpanel {margin-top: 15px; line-height: 16px !important; font-size: 11px !important;}
.headerholder {width:690px; float:right; height:87px;}
.leftheadparts {float: left;}
.ads {border-top: 1px solid silver; padding-top: 15px; margin-left: 0px; margin-top: 0px; margin-bottom:15px; display:none;}
.news {border-bottom: 1px solid silver; padding-bottom: 10px; margin-left: 0px; display: none;}
.sitemap li {float:left; margin-right: 10px;list-style-type:none;}
.sitemap ul {padding:0px !important; margin:0px !important;}
.sitemap {}
.bylineholder {}
.byline {width: 356px; height: 16px; background: url('http://dtarnowski.com/onlivestest/images/byline.jpg'); margin-bottom: 20px;}
.bylinejack {width: 356px; height: 16px; background: url('http://dtarnowski.com/onlivestest/images/byline-jack.jpg'); margin-bottom: 20px;}
.bylinefarrell {width: 356px; height: 16px; background: url('http://dtarnowski.com/onlivestest/images/byline-farrell.jpg'); margin-bottom: 20px;}
.bylinemikedanjack {width: 507px; height: 16px; background: url('http://dtarnowski.com/onlivestest/images/byline-mikedanjack.jpg'); margin-bottom: 20px;}
.writtenby {background: url('http://dtarnowski.com/onlivestest/images/writtenby.jpg'); margin-bottom: 20px; float:left; width: 75px; height: 16px;}
.illustratedby {background: url('http://dtarnowski.com/onlivestest/images/illustratedby.jpg'); margin-bottom: 20px; float:left; width: 100px; height: 16px;}
.videoby {background: url('http://dtarnowski.com/onlivestest/images/videoby.jpg'); margin-bottom: 0px; float:left; width: 68px; height: 16px;}
.mattespantman {background: url('http://dtarnowski.com/onlivestest/images/mattespantman.jpg'); margin-bottom: 20px; float:left; width: 111px; height: 16px;}
.gregdigiacomo {background: url('http://dtarnowski.com/onlivestest/images/gregdigiacomo.jpg'); margin-bottom: 20px; float:left; width: 107px; height: 16px;}
.jackwilson {background: url('http://dtarnowski.com/onlivestest/images/jackwilson.jpg'); margin-bottom: 20px; float:left; width: 81px; height: 16px;}
.mikeparish {background: url('http://dtarnowski.com/onlivestest/images/mikeparish.jpg'); margin-bottom: 20px; float:left; width: 80px; height: 16px;}
.dantarnowski {background: url('http://dtarnowski.com/onlivestest/images/dantarnowski.jpg'); margin-bottom: 20px; float:left; width: 101px; height: 16px;}
.seancunningham {background: url('http://dtarnowski.com/onlivestest/images/seancunningham.jpg'); margin-bottom: 20px; float:left; width: 122px; height: 16px;}
.johndaciuk {background: url('http://dtarnowski.com/onlivestest/images/johndaciuk.jpg'); margin-bottom: 20px; float:left; width: 84px; height: 16px;}
.gabriellepati {background: url('http://dtarnowski.com/onlivestest/images/gabriellepati.jpg'); margin-bottom: 20px; float:left; width: 90px; height: 16px;}
.writtenand {background: url('http://dtarnowski.com/onlivestest/images/writtenand.jpg'); margin-bottom: 20px; float:left; width: 176px; height: 16px;}

.cbook {text-align: center; line-height: 26px;}
.cbook2 {text-align: center;}
.candy {border: 1px solid #8B4800; padding: 20px; background-color: #fff5bf; width: 370px; line-height: 22px; padding-top: 33px; background: url(http://dtarnowski.com/onlives/wp-content/uploads/2009/10/stripes.jpg); margin-top: 0px; margin-left: auto; margin-right: auto;}

#content .entry-title a:link {text-decoration:none !important;}
#content .entry-title a:visited {text-decoration:none !important;}
#content .entry-title {padding-bottom: 7px;}

.bottomexcerpt p {margin-bottom:0px !important;}
.myexcerpt p {margin-bottom:0px !important;}

#colophon .sitemap a:visited {color: gray; text-decoration: none !important;}
#colophon .sitemap a:link {color: gray; text-decoration: none !important;}
#colophon .sitemap a:hover {color: gray; text-decoration: underline !important;}

.leftad {float:left; padding-right:15px; border-right:1px solid silver; width: 434px; height: 119px;}
.rightad {float:right; width: 442px; height: 119px;}

.copy {width:200px;float:right;color:#9B9B9B;text-align:right; margin-top:-3px;}
.copydate {float:right;font-size:14px;margin:2px 5px 0 4px;}
.widget_twitter {color: #000 !important;}


/* STORE */
.floater {float: left;}
.priceunderline {border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px; border-top: 1px solid #ccc; padding-top: 10px; color: #8FBF60;}
.booktitle {font-size:18px; margin-top:5px; font-weight: bold;}
.bookauthor {border-bottom: 1px solid #CCCCCC; font-style:italic; padding-bottom:10px; margin-top:7px; font-size: 18px; margin-bottom: 18px;}
.overline {border-top: 1px solid #ccc; width: 100%; font-size: 22px; padding-top: 6px; height: 50px; line-height:20px;}
.overline2 {border-top: 1px solid #ccc; width: 100%; font-size: 18px; padding-top: 6px; height: 50px; line-height:20px;}
.clearing {height: 57px;}
.holder {}
.checkout {float:right;font-size:20px;margin-top:41px;}
.thumbz {float:left;}

a.wpsc_product_title {
border-bottom:0px solid silver;
font-size:20px;
margin-bottom:10px;
padding-bottom:10px;
width: 100%;
}

.wpsc_product_price .pricedisplay {color: #8FBF60; font-size: 30px; line-height: 30px;}
.noout {outline: 0;}
.wpsc_product_price {float:right; margin-top:10px;}
.wpsc_buy_button_container {float:left; margin-top:10px;}
input.wpsc_buy_button {float:left !important;}
.productdisplay {margin:30px 0 0 66px; border-bottom:0px solid silver;}
.wpsc_product_title {float:none !important; font-size:22px !important;}
.prodtitles {font-size:22px !important; padding-bottom: 30px; border-bottom: 1px solid silver; font-weight: normal !important;}
.textcol {padding-left:45px !important; padding-bottom:40px !important; line-height: 19px !important; padding-right: 65px !important;}
#sliding_cart {margin-left:2px !important;}
#wpsc_shopping_cart_container h2 {margin-top:20px !important;}
.wpsc_description td {vertical-align:top !important; padding:0px !important; padding-top: 11px !important;}
.wpsc_description {border-bottom:1px solid #E7E7E7; padding-bottom:15px; margin-top: 3px;}
.shoppingcart th {text-align:left !important; font-size:10px !important;}
.pricedisplay checkout-shipping {font-size:12px !important;}
#price {text-align:right !important;}
.total .pricedisplay {font-size:15px !important;}
.wpsc_description table {width: 100% !important; border:0px !important; padding:0px !important; margin-top:3px !important;}
.wpsc_description p {margin-bottom: 0px !important;}
h2.prodtitles {margin-bottom:0px !important; border-bottom:1px solid #E7E7E7 !important;}

.category a {}
.wpsc_checkout_table {border:0px !important;}
.wpsc_checkout_table tr td {border:0px !important; padding:0px 0px 0px 0px !important;}
.producttext p {margin-bottom:0px !important;}
.wpsc_description table tr td {padding-bottom: 8px !important;}
.wpsc_description table tr td a {outline: 0;}

.hand {padding-left:30px; background:url(http://dtarnowski.com/onlivestest/images/hand.jpg) no-repeat scroll 0 2px !important; font-weight:bold; margin-bottom:8px; padding-top:2px; margin-top:-5px;}
.video {padding-left:30px; background:url(http://dtarnowski.com/onlivestest/images/video.jpg) no-repeat scroll 0 1px !important; font-weight:bold; margin-bottom:12px; margin-top:1px; }
.pastlife {padding-left:20px; background:url(http://dtarnowski.com/onlivestest/images/pastlife.jpg) no-repeat scroll 0 0px !important; font-weight:bold; margin-bottom:6px; margin-top: 5px;}
.pastmusic {padding-left:20px; background:url(http://dtarnowski.com/onlivestest/images/onlivesmusic.jpg) no-repeat scroll 0 0px !important; font-weight:bold; margin-bottom:6px; margin-top: 5px; height: 16px;}
.twitter {padding-left:21px; background:url(http://dtarnowski.com/onlivestest/images/twitter.png) no-repeat scroll 0 10px !important; margin-bottom:6px; margin-top:0px; padding-top:8px; padding-bottom:0px; border-top:0px solid silver; border-bottom:0px solid silver;}
.facebook {font-size:15px; padding-left:20px; background:url(http://dtarnowski.com/onlivestest/images/facebook.png) no-repeat scroll 0 1px !important; margin: 7px 0 0 0; padding-top:0px; padding-bottom:0px; border-top:0px solid silver; border-bottom:0px solid silver; height: 16px;}
.goodreads {font-size:15px; padding-left:20px; background:url(http://dtarnowski.com/onlivestest/images/goodreads.png) no-repeat scroll 0 1px !important; margin: 8px 0 0 0; padding-top:0px; padding-bottom:0px; border-top:0px solid silver; border-bottom:0px solid silver; height: 16px;}
.podcasthead {background:url(http://dtarnowski.com/onlivestest/images/megaphone.jpg) no-repeat scroll 0 -1px !important; font-weight:bold; padding-left: 32px; line-height:30px; font-size:16px;}
.podcasthead2 {background:url(http://dtarnowski.com/onlivestest/images/megaphone.jpg) no-repeat scroll 0 -1px !important; font-weight:bold; padding-left: 31px; font-size:17px;}
.musichead {background:url(http://dtarnowski.com/onlivestest/images/onlivesmusic.jpg) no-repeat scroll 0 2px !important; font-weight:bold; padding-left: 22px; font-size:17px;}
.fictionhead {background:url(http://dtarnowski.com/onlivestest/images/onlivesfiction.jpg) no-repeat scroll 0 0px !important; font-weight:bold; padding-left:20px; font-size:17px;}
.comicshead {background:url(http://dtarnowski.com/onlivestest/images/onlivescomics.jpg) no-repeat scroll 0 1px !important; font-weight:bold; padding-left: 27px; font-size:17px;}
.otherhead {background:url(http://dtarnowski.com/onlivestest/images/onlivesother.jpg) no-repeat scroll 0 1px !important; font-weight:bold; padding-left: 24px; font-size:17px;}
.squigglehead {background:url(http://dtarnowski.com/onlivestest/images/onlives.jpg) no-repeat scroll 0 1px !important; font-weight:bold; padding-left: 22px; font-size:17px;}

.topspacer {height:10px;}
#leftright {padding-bottom:0px;}

h3 {font-size:15px;}
.squigglemain {width:14px !important; height: 15px !important; padding-bottom:0px !important; padding-right:0px !important; margin-right:7px !important;}
.proceed {text-align:center; font-size:21px; margin-bottom:22px; color:#FF4B33; border-bottom:1px solid silver; padding:12px 10px 10px 10px !important; height: 25px;
background-image: url("/images/accepting.jpg");
background-position: right 7px;
background-repeat: no-repeat;
}
.proceed2 {text-align:center; font-size:21px; margin-bottom:22px; color:#FF4B33; border-bottom:1px solid silver; padding:14px 10px 10px 10px !important; height: 25px;
background-image: url("/images/accepting.jpg");
background-position: left 12px;
background-repeat: no-repeat;
}
.lefttag {float:left; margin-right:14px; height: 119px; border-right:3px solid #000; width: 19px; overflow:hidden;}
.ad1 {background:url(http://onlives.net/images/store_4.jpg) scroll -4px -328px; width: 437px; height: 119px; text-align:left;}
.ad2 {background:url(http://onlives.net/wp-content/uploads/2009/10/100_1957.jpg) scroll -22px -106px; width: 437px; height: 119px; text-align:left;}
.bottomad {background:#fff; padding:0px 10px 7px 0; font-size:18px; float:left;}

#misc img {margin-top:3px !important; margin-right:10px !important;}
.comiccut {width: 218px; height:202px; overflow: hidden;
border-color:silver black black silver;
border-style:solid;
border-width:1px 1px 2px 1px;
}
.leftad a:link {text-decoration:none !important;}
.leftad a:visited {text-decoration:none !important;}
.rightad a:link {text-decoration:none !important;}
.rightad a:visited {text-decoration:none !important;}
.entry-content label {color:#000; line-height: 19px;}
.make_purchase {margin-top: 20px !important; margin-left:0px !important; font-size: 22px !important; padding: 5px !important;}
#tweet ul {list-style-type:none; margin-left:0px !important;}
.shout {border-bottom:2px solid #FF4B33; font-weight:bold;}
.shout2 {border-bottom:2px solid silver;}
.execphpwidget li {color:#FF4B33;}
#content p {margin-bottom:18px;}
.newbar {float:left; width:170px; background:#F7F7F7 none repeat scroll 0 0; margin-right:23px; padding:8px; width:155px; margin-bottom:20px;}
.newbarwhite {float:left; width:171px; margin-right:23px; margin-bottom:20px;}
.poststretcher {min-height:20px;}
.newthumb {width:100px;height:100px;overflow:hidden;display:inline;float:left;margin-right:16px;margin-top:3px;margin-bottom:9px;border:0px solid silver;}
.newthumbtim {display:inline;float:left;margin-right:16px;margin-top:3px;margin-bottom:9px;border:0px solid silver;}
.newthumbtim2 {display:inline;float:left;margin-right:16px;margin-top:3px;margin-bottom:4px;border:1px solid silver;}
.newthumbfic {width:85px;height:85px;overflow:hidden;display:inline;float:left;margin-right:16px;margin-top:2px;margin-bottom:0px;border:0px solid silver;}
.mythumb2 {width:120px;height:120px;overflow:hidden;display:inline;float:left;margin-right:16px;margin-top:3px;margin-bottom:9px;border:1px solid silver;}
.mythumb2tim {display:inline;float:left;margin-right:16px;margin-top:3px;margin-bottom:9px;border:1px solid silver;}
.mythumb3 {width:243px;height:243px;overflow:hidden; display:inline; float:left; margin-right:20px; border:1px solid silver; margin-top:3px;}
.mythumb3tim {display:inline; float:left; margin-right:20px; border:1px solid silver; margin-top:3px;}

h10 {font-size:30px;}
.poststretcher h3 {display:inline;}
.newbar2 {width: 537px; float:left;}
h6 {font-size:15px;}
.fictionpic {margin-bottom:8px;}

.fictioncol {float:right; width:627px;}
.customby {color:gray; font-size:13px;}
.ai {text-align:center; margin:15px 0 24px 0;}
.playerholder {background:#F7F7F7; padding: 2px 11px 0px 10px; line-height:30px; height: 64px; float:left; margin-bottom:20px; font-size:11px; margin-top:1px;}
.onliveschop {height:235px; overflow:hidden; margin-bottom:2px;}
.onliveschop2 {height:248px; overflow:hidden; margin-bottom:0px;}
.chapbook {float:left; margin-top:6px; margin-left:119px; width:129px; height:39px; display: none;}

.blogbyline {color:gray; font-size: 13px !important;}
.theblog {font-size:16px; line-height: 22px; padding-top:0px; padding-bottom:10px;}
.theblog .bottomexcerpt p {margin-bottom: 18px !important;}
.thumbandread {float:left;}
.blogleft {float:left; margin: 0 30px 20px 0 !important;}
.blogright {float:right; margin: 0 0 20px 30px !important;}
.more-link {float:left; margin-right:10px; border-right:1px solid silver; padding-right: 10px;}

.lpbcArchive ul {margin:0px; list-style-position: inside;}


#disqus_thread {margin-bottom: 0px !important;}
#dsq-content .dsq-pagination {display: none;}
#dsq-content .dsq-options {display:none;}
#dsq-content {padding-bottom: 10px;}
#dsq-content .dsq-comment-footer {margin: 0px !important;}
.dsq-full-comment {margin-top: 17px !important;}
#content tr td {border-top: 0px !important; padding: 0px !important;}
.dsq-header-avatar img {margin-right: 10px !important;}

/* begin people styles */

.authorpic {
	float: left;
	margin-right: 26px;
	}
	
.authorbio {
	margin-top: 6px;
	float: right;
	}
	
.poemsby {
		font-size: 24px;
		font-weight: bold;
		letter-spacing: -2px;
		line-height: 24px;
		float: left;
	}

.numberfloat {
		font-size: 20pt;
		line-height: 20px;
		margin-bottom: 18px;
	}

.caption {
	font-size: 11px;
	}

/* end people styles */

.blinkthing {
	width: 600px;
        height: 448px;
	display: block;
	background: url(http://onlives.net/images/blinkthing2.png) 0 10px;
	margin: auto;
	outline: 0;
}

.cat-spacer {
	margin: 0 0 50px 0;
}

.blogcent {
	margin:auto;
	display:block;
	width: 510px;
}

.my-blog-image {
	text-align: center;
}

.proceed-slider {
    color: #FF4B33;
    font-size: 16px;
    position: fixed;
}

.my-check {
    border: 2px solid #8FBF60;
    font-size: 12px;
    height: 20px;
    padding: 5px 19px;
    width: 100px;
}

#wpsc_shopping_cart_container {
	width: 509px;
}

#checkout_total, #checkout_shipping {
	text-align: right;
}

.total_price.total_shipping {
	padding: 20px 0 0 0;
}

div.producttext {
	width: 365px !important;
}

div.wpsc_description {
	font-family: georgia !important;
	font-size: 12px !important;
	padding: 8px 0 18px;
}

.itm-left {
	font-size: 13px !important;
	line-height: 22px;
}

.itm-head {
	font-size: 13px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
}

.itm-head-prev {
	font-size: 13px;
	height: 25px;
	font-weight: bold;
}

.itm-val {
	height: 30px;
}

.itm-val2 {
	height: 32px;
}

.itm-clr {
	background: #e7e7e7;
}

.check-gtwys {
	background: url(http://onlives.net/images/cart-pp-goog.png);
	display: block;
	width: 80px;
	height: 21px;
	margin: 13px 0 0 2px;
}

.ppl-photo {
	border: 1px solid #FF4A35;
	margin: 0 auto 29px auto;
        width: 400px;
        height: 300px;
        background: url(http://onlives.net/wp-content/uploads/2011/11/people2.jpg);
	display: block;
}

.no-related-holder {
	font-size: 14px;
	margin: 40px;
        line-height: 22px;
}

.comment-link-hold {
	margin: 10px 0 0 0;
}

.intrvw-qst {
    font-weight: bold;
    line-height: 21px;
    margin: 40px 0 28px;
}

.post-sm-bot {
    font-size: 12px;
    margin: 0 0 25px;
}

.chen-window {
    background: url("http://onlives.net/wp-content/uploads/2011/12/chens-window.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 30px;
    margin: 0 0 0 25px;
    padding: 280px 0 0;
    text-align: right;
    width: 369px;
}

.chen-lookout {
    background: url("http://onlives.net/wp-content/uploads/2012/01/lookout-montreal.jpg") no-repeat scroll 0 0 transparent;
    float: right;
    height: 30px;
    margin: 0 0 0 25px;
    padding: 247px 0 0;
    text-align: right;
    width: 356px;
}
