/*
Theme Name: Beardfluff_v04
Description: Based on Archimedes, starter theme for building your own <a href="http://maikeruon.com/webcomic/">Webcomic</a> powered site.
Version: 4.0.0
Author: Rembrand Le Compte
Author URI: http://beardfluff.com/
*/

/** Load the Cascade Failure CSS Framework */
@import url( 'includes/css/cf-reset.css' );
@import url( 'includes/css/cf-layout.css' );
@import url( 'includes/css/cf-typography.css' );

/** Page settings */
html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

/** #header */
#header hgroup h1, #header hgroup h2 { display: none; }
#header hgroup a { display: block; position: absolute; left: 15px; top: 0; width: 210px; height: 170px; }
#header nav { width: 660px; height:55px; float: left; padding: 180px 0 0 0; }
#header nav ul { width: 660px; height:55px; float: left; list-style: none; margin: 0; padding: 0; }
#header nav ul li     { float: left; margin:0; padding:0; position: relative; font-family: Helvetica, Arial, sans-serif; font-size: 16px; font-weight: bold; }
#header nav ul a, #header nav ul a:visited	{ text-decoration: none; float: left; padding: 0 15px; line-height: 35px; color: #3b0000; -webkit-text-shadow: #efd6a7 -1px 1px 0px; -moz-text-shadow: #efd6a7 -1px 1px 0px; text-shadow: #efd6a7 -1px 1px 0px; }
#header nav ul a:hover, #header nav ul a:active,
#header nav ul li:hover a, #header nav ul li:active a,
#header nav ul li.current_page_item a,
#header nav ul li.current_page_item a:visited,
#header nav ul li.current_page_ancestor a,
#header nav ul li.current_page_ancestor a:visited
{ color: #fbfae9; background: #3b0000; webkit-text-shadow: #000 1px -1px 0px; -moz-text-shadow: #000 -1px -1px 0px; text-shadow: #000 -1px -1px 0px; }
#header nav ul ul     { list-style: none; display: none; position: absolute; background: #3b0000; width: 150px; top: 35px; left:0; margin:0; padding:0; z-index: 2; }
#header nav ul ul li  { width: 142px; padding:4px;  font-size: 14px; border-bottom: 1px solid #ddbb77; background: #3b0000; }
#header nav ul ul li:last-child  { border-bottom: 0 none; }
#header nav ul ul li a, #header nav ul ul li a:visited  { color: #fbfae9; display: block; float: none; padding: 0 5px; width: 132px; line-height: 2em }
#header nav ul ul li a:hover, #header nav ul ul li a:active,
#header nav ul li ul li.current_page_item a,
#header nav ul li ul li.current_page_item a:visited,
#header nav ul li.current_page_ancestor ul li a:hover,
#header nav ul li.current_page_ancestor ul li a:active,
#header nav ul li.current_page_item ul li a:hover,
#header nav ul li.current_page_item ul li a:active  { background: #ddbb77; color: #3b0000; padding: 0 5px; -webkit-text-shadow: #efd6a7 -1px 1px 0px; -moz-text-shadow: #efd6a7 -1px 1px 0px; text-shadow: #efd6a7 -1px 1px 0px;}

/** #search */

#header #search {
	display: none;
  float: right;
	height: 60px;
	width: 210px;
	margin-top: 170px;
	background: url(includes/images/search.png) left top no-repeat;
}

.home #header #search {
	display: block;
	background-position: left -60px;
}

#header #search form{
	display: block;
	padding: 15px 0 0 20px;
}

#header #search div {
	display: block;
}

#header #search input#s { /*input field*/
	float: left;
	padding: 4px;
	border: 1px solid #3b0000;
	height: 15px;
	width: 142px;
	margin: 0 8px 0 0;
	background: url(includes/images/search.png) left -120px no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: ;
	font-weight: bold;
	font-style: italic;
	color: #3b0000;
}

#header #search input#searchsubmit { /*input field*/
	float: left;
}

/** .comic */
.comic nav a              { margin: 0 0 0 1em; }
.comic nav .current-comic { display: none; }

/** .comic navbalk */
#balk {
	width: 958px;
	height: 41px;
	margin: 30px auto 20px auto;
	background: #3b0000;
	color: #ddb974;
	position: relative;
	border: 1px solid #3b0000;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: -1px 2px 3px #9b7d74; -moz-box-shadow: -1px 2px 3px #9b7d74; box-shadow: -1px 2px 3px #9b7d74;
}

#balk a {
	display: block;
	position: absolute;
	top: 4px;
	height: 31px;
	border: 1px solid #3b0000;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}
#balk a span {
	display: none;
}
#balk a.first-webcomic-link {
	left: 6px;
	background: url(includes/images/comic-nav.png) left top no-repeat;
	width: 37px;
}
#balk a.previous-webcomic-link {
	background: url(includes/images/comic-nav.png) left -62px no-repeat;
	left: 54px;
	width: 26px;
}
#balk a.next-webcomic-link {
	background: url(includes/images/comic-nav.png) left -93px no-repeat;
	right: 54px;
	width: 26px;
}
#balk a.last-webcomic-link {
	background: url(includes/images/comic-nav.png) left -31px no-repeat;
	right: 6px;
	width: 37px;
}
.comic-date {
	width: 230px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ddb974;
	font-size: 18px;
	line-height: 43px;
	height: 43px;
	width: 147px;
	position: absolute;
	top: -35px;
	left: -168px;
}
.type-webcomic_post h1 {
	margin: 0;
	width: 485px;
	color: #fff;
	position: absolute;
	left: 0;
	top: -30px;
}
.type-webcomic_post h1 a {
	color: #fff;
	text-decoration: none;
}

.comic-comments {
	background: url(includes/images/comment-bubble_01.png) left top no-repeat;
	width: 37px;
	height: 35px;
	position: absolute;
	left: -35px;
	top: -55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	font-style: italic;
	color: #3b0000;
	text-align: center;
}
.comic-comments a {
	color: #3b0000;
	text-decoration: none;
}

/** .news */
.blog-title {
	font-family:Georgia,Times,serif;
	font-size:1.85em;
	font-weight:bold;
	color: #fff;
	margin: 20px 0 -10px 30px;
	padding: 0 10px;
	background: url(includes/images/title.png) left -90px no-repeat;
	line-height: 48px;
	height: 54px;
	position: relative;
	z-index: 1;
}

.home .blog-title { 
	margin: 0 0 -10px 10px;
}

#news {
	width: auto;
	height: auto;
	margin: 0 20px;
	padding: 10px 0 0 0;
	background: url(includes/images/news-top.png) left top no-repeat;
}

.home #news {
	width: 320px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url('includes/images/news-home.png') 0 top no-repeat;
}

#news-inner {
	width: auto;
	padding-left: 0;
	height: auto;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	overflow-y: hidden;
	background: url(includes/images/news.png) left top repeat-y;
}

.home #news-inner {
	width: 310px;
	padding-left: 10px;
	min-height: 340px;
	height: auto !important;
	_height: 340px;
	background: none;
	overflow-y: visible;
	border-bottom: 0;
	border-right: 0;
}

#news h2 {
	margin: 0 0 0 5px;
	font-size: 14px;
}

#news .first h2 {
	font-size: 18px;
	margin: 0 0 5px 0;
}

#news .navigate {
	margin: 10px;
	padding: 0;
	border: 0;
	text-align: right;
	font-size: 16px;
	float: right;
	display: inline;
	clear: both;
	height: 38px;
}

.home #news .navigate {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 20px;
}

#news .navigate a {
	padding: 10px;
	float: right;
	background: #EE7700;
	color: #fff;
	text-decoration: none;
}

#news .navigate a:hover {
	background: #3b0000;
	color: #fff;
}

/*#news .navgate .alignright a {
	float: right;
	padding: 5px 10px;
	border: 1px solid #3b0000;
}

#news .navgate .alignright a:hover {
	background-color: #3b0000;
}*/

#news h3 { line-height:100%; padding: 5px 0 0 0; margin: 0 0 10px 10px; height: 35px; font-size: 24px; color: #fff; }

#news .post {
	margin: 0;
	padding: 8px 10px 0 10px;
}

.home #news .post {
	width: 280px;
}

#news #news-inner .post .post-inner {
	overflow: hidden; /* clear posts in case of floating images */
	border: 0 none;
	padding: 0 0 8px 0;
	background: transparent;
	border-bottom: 1px solid #b39760;
}

#news #news-inner .post .post-inner.first {
	padding: 10px;
	border: 1px solid #B39760;
	background: #fff;
}

.home #news .post p {
	margin: 0 0 5px 0;
}

#news .post .meta{
	margin: 10px 0 0;
}

.readmore {
	text-align: right;
}

.readmore a,
.readmore a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.08em;
	color: #ee7700;
	text-decoration: none;
}

.readmore a:hover,
.readmore a:active {
	text-decoration: underline;
}

/** Latest*/
.widget_recent {
	background:transparent url(includes/images/recent-back.png) no-repeat left bottom;
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	height: 355px;
}

.widget_recent h3 {
	color:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	height:35px;
	line-height:100%;
	margin:0;
	padding:15px 0 0 35px;
	position: relative;
}
.widget_recent h3 a {
	color: #fff;
	text-decoration: none;
}

.widget_recent h3 span {
	font-size: 15px;
	font-style: italic;
	color: #b30000;
	float: right;
	padding-top: 2px;
	position: absolute;
	right: 12px;
	top: 12px;
}

.widget_recent .recent_inner {
	text-align: center;
	height: 250px;
	width:360px;
	border: 1px solid #ddbb77;
	margin: 20px;
	background: #fff;
	overflow: hidden;
}

.widget_recent .ngg-widget {
	text-align: center;
	padding: 0;
}

.widget_recent .recent_inner a {
	display: block;
}

.widget_recent .recent_inner a img {
	border: 0 none;
	margin: 0 auto;
	display: block;
	padding: 0;
}

.widget_recent .recent_inner a:hover img { border: 0 none; }

/** comic*/

.webcomic-object { display: block; text-align: center; }

.webcomic-object  img { border: 1px solid #e7e1d1; -webkit-box-shadow: -2px 2px 5px #ccc; -moz-box-shadow: -2px 2px 5px #ccc; box-shadow: -2px 2px 5px #ccc; }

.home .webcomic-object  img { border: 0; }

/** (comic) post*/

nav.posts, nav.pages {
	margin: 0 0 20px 5px;
	background: #3b0000;
	color: #fff;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	-webkit-box-shadow: #9B7D74 -1px 2px 3px; -moz-box-shadow: #9B7D74 -1px 2px 3px; box-shadow: #9B7D74 -1px 2px 3px;
}

nav.pages {
	text-align: center;
}

nav.posts ul, nav.pages ul {
	height: 18px;
	margin:0;
	padding: 0;
	list-style: none;
	padding: 5px 10px;
}

nav.posts a, nav.pages a {
	position: relative;
	text-decoration: none;
	color: #DB7;
}

nav.posts a:hover, nav.pages a:hover { text-decoration: none; top:1px; left: -1px;
	-webkit-text-shadow: 1px -1px 0 #666;
	-moz-text-shadow: 1px -1px 0 #666;
	text-shadow: 1px -1px 0 #666;
}

#content .hentry { /*style posts*/
	margin: 0 0 0 5px;
}

#content .category-news { /* distance between newsposts*/
	margin: 0 0 /*20px*/0 5px;
}

#content .category-news h2 { /* blog post title*/
	margin: 0 0 5px 0;
}

.page #content .hentry .post-inner {
	border: 0 none;
	padding: 0;
	background: transparent;
}

#content .hentry .post-inner
/*body.page-template-comicpage-php #content .hentry .post-inner*/ { /*style posts*/
	/*background: #fff;
	border: 2px solid #3b0000;
	padding: 10px;*/
	background: transparent; border: 0; padding: 0
}

#content .type-webcomic_post { /*style the comic post on individual comics*/
	background: transparent /*url(includes/images/post-pointer.png) left top no-repeat*/;
	padding: 30px 0 0 0;
	margin: -28px 0 0 5px;
	position: relative;
}

#content .type-webcomic_post .post-inner,
.page-template-comicpage-php #content .type-webcomic_post .post-inner { /*style the comic post on individual comics*/
	/*background: #fff;
	border-left: 2px solid #3b0000;
	border-top: 0 none;
	border-right: 2px solid #3b0000;
	border-bottom: 2px solid #3b0000;
	padding: 10px;*/
	background: transparent;
	border: 0;
	padding:0;
}

.post h2.title {
	margin: 0 0 0.1em 0;
}

.post .date {
	background: url(includes/images/date.png) left top no-repeat;
	float: left;
	width: 49px;
	height: 60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	padding: 0 4px 0 0;
	margin: 0 5px 0 0;
}

.date .month {
	color: #fff;
	font-size: 1em;
	padding: 5px 0 4px 0;
}

.date .day {
	color: #3b0000;
	font-size: 22px;
}

.social { float: right; display: inline; overflow: hidden; width: 55px; margin: 0 0 20px 20px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }
#flattr { clear:both; margin: 0 auto 10px auto; width:50px }
#like { clear:both; margin: 0 auto 10px auto; width:55px }
#tweet { clear: both;  width:55px; margin: 0 auto 10px auto; }
#follow { margin: 0 0 10px 0; }
#diggit { clear: both; margin: 0 auto; }

.meta { font-family: Georgia, "Times New Roman", Times, serif; font-size: 0.92em; font-style: italic; color: #666; background: #fff; clear: both; border: 1px solid #b39760;  padding: 10px; margin: 2em 0 2px 0; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.meta p {
	margin: 0 0 0.5em 0;
}

.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	display: inline;
	font-size: 0.92em;
	letter-spacing: 1px;
}
.button a {
	background: #3b0000;
	color: #fbfae9;
	text-decoration: none;
	padding: 0 8px;
}

.comments {
	float: right;
	font-weight: bold;
}

.share {
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

.share strong {
	display: block;
	margin: 0 0 0.5em 0;
	font-size: 1.08em;
	font-style: normal;
	color: #3b0000;
}

.share ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.share ul li {
	padding: 0;
	margin: 0 20px 10px 0;
	float: left;
}

.share ul li a, .share ul li a img {
	float: left;
}

.share ul li .twitter-share-button2 { background: url('http://paperblackninja.com/images/share/twitter_32.png') left top no-repeat; width:32px; height:32px; }

/** post content*/

h2#transcript-title { clear: both; float: left; display: inline; cursor: pointer; font-family: Georgia, "Times New Roman", Times, serif; font-size: 1em; font-style: italic; font-weight: bold; letter-spacing: 1px; width: 110px; padding: 4px 0; text-align: center; background: #ddb974; color: #3b0000; border: 1px solid #c2a367; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; #submit:active; -webkit-text-shadow: #facf7d -1px 1px 0px; -moz-text-shadow: #facf7d -1px 1px 0px; text-shadow: #facf7d -1px 1px 0px; margin: 0 0 20px 0; }

h2#transcript-title:hover { color: #ddb974; background: #3b0000; border: 1px solid #000; -webkit-text-shadow: #000 -1px 1px 0px; -moz-text-shadow: #000 -1px 1px 0px; text-shadow: #000 -1px 1px 0px; }

#webcomic-transcript {
	clear: both;
	display: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: #f6e2bb;
	border: 1px solid #ddb974;
	padding: 10px;
}

#webcomic-transcript p:first-line {
	font-weight: bold;
}

.entry ul li {
	list-style: disc;
	margin: 0 0 5px 0;
}

.entry a img {
	margin: 0 0 10px 0;
	border: 1px solid #ee7700;
}

.entry img,
.entry a:hover img {
	border: 1px solid #3b0000;
}

.entry img.alignleft,
.entry img.ngg-left {
	margin: 0 10px 10px 0;
}

.entry ul.linklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

/** Archive*/
.archive #content .hentry {
	margin: 0 0 20px 5px;
	background: none;
	padding: 0;
}

.archive #content .hentry .post-inner {
	border-top: 1px solid #3B0000;
	padding-top: 20px;
}

.archive #content .hentry a.webcomic-link {
	float: left; display: inline; margin: 0 10px 10px 0;
}

table.webcomic-archive {}

table.webcomic-archive th { background: #3b0000; border: 1px solid #3b0000; padding: 5px 10px; font: 1.38em/1.1em Georgia, Times, serif; margin: 0 0 .75em; font-weight: bold; color:#fff; }
table.webcomic-archive th a { color:#fff; text-decoration: none; }

table.webcomic-archive td { padding: 5px 10px; border: 1px solid #B39760; }
table.webcomic-archive td a {text-decoration: none; }

ol.webcomic-archive { list-style: none; margin: 0; padding:0; }
ol.webcomic-archive li.webcomic-archive-month { float: left; display: inline; width: 230px; margin: 0 0 20px 0; }
ol.webcomic-archive li.webcomic-archive-month-December-2010,
ol.webcomic-archive li.webcomic-archive-month-September-2010,
ol.webcomic-archive li.webcomic-archive-month-June-2010,
ol.webcomic-archive li.webcomic-archive-month-March-2010,
ol.webcomic-archive li.webcomic-archive-month-December-2009,
ol.webcomic-archive li.webcomic-archive-month-September-2009,
ol.webcomic-archive li.webcomic-archive-month-June-2009,
ol.webcomic-archive li.webcomic-archive-month-March-2009,
ol.webcomic-archive li.webcomic-archive-month-December-2008,
ol.webcomic-archive li.webcomic-archive-month-September-2008,
ol.webcomic-archive li.webcomic-archive-month-June-2008,
ol.webcomic-archive li.webcomic-archive-month-March-2008,
ol.webcomic-archive li.webcomic-archive-month-December-2007,
ol.webcomic-archive li.webcomic-archive-month-September-2007,
ol.webcomic-archive li.webcomic-archive-month-June-2007,
ol.webcomic-archive li.webcomic-archive-month-March-2007
 { clear: left; }
ol.webcomic-archive li.webcomic-archive-month a { text-decoration: none; }
ol.webcomic-archive li.webcomic-archive-month a span { display: block; font: 1.38em/1.1em Georgia, Times, serif; margin: 0 0 .75em; font-weight: bold; color: #3b0000; }

ol.webcomic-archive ol.webcomic-archive-items { list-style: none; margin: 0; padding:0; float: left; display: inline; width: 230px; }
ol.webcomic-archive ol.webcomic-archive-items li { margin: 0 0 5px 0; padding:0; float: left; display: inline; width: 230px; }


/** Gallery */

.ngg-album-compactbox {
	margin: 0 !important;
}

/** Comments*/
#comments {
	margin: 0 0 0 5px;
	max-width: 490px;
}

#comments h2 {
	background: url(includes/images/title.png) left -45px no-repeat;
	background-color: #3b0000;
	color: #fff;
	padding: 18px 20px 0 20px;
	margin: 0;
	height: 27px;
}

#comments h2 a {
	color: #fff;
	text-decoration: none;
}

#comments .comment { padding: 10px; margin: 10px 0 10px 10px; border: 1px solid #d5cabc; background: #e7e1d1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; clear: both; }

#comments .thread-even { /*first level even comments*/
}
#comments .thread-odd { /*first level odd comments*/
}

#comments .bypostauthor { /*comment by author*/
	border: 2px solid #FBA707;
}

#comments .comment .comment {
	background: #FBFAE9; border: 1px solid #B39760;
	margin: 20px 0 0px 30px;
}

#comments .comment .bypostauthor {
	border: 2px solid #FBA707;
}

#comments .thread-even .comment {
}

#comments .thread-odd .comment {
}

#comments .thread-even .bypostauthor {
}
#comments .thread-odd .bypostauthor {
}

#comments .comment footer {
}

#comments .comment img.avatar { /*photo + name*/
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	border: 1px solid #bbb;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

#comments .comment .author { /*photo + name*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
}

#comments .comment .author a {
	color: #666;
}

#comments .comment small { /*date and stuff*/
	font-size: 0.92em;
	margin: 0 0 0.5em 0;
}

#comments .comment p { /*comment text */
	margin: 0.5em 0;
	line-height: 120%;
}

#comments .comment a { /*comment links */
	color: #3b0000;
	text-decoration: none;
}

#comments .comment a:hover { /*comment links */
	text-decoration: underline;
}

#comments .comment p a { /*comment links */
	text-decoration: underline;
}

#comments .comment .reply {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	font-size: 0.92em;
	clear: both;
	float: left;
	margin: 5px 10px 0 0;
	border: 1px solid #C2A367;
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

#comments .comment .reply a {
	background-color: #ddb974;
	color: #3b0000;
	padding: 0 8px;
	text-decoration: none;
	float: left;
	width: 60px;
	padding: 4px 0;
	-webkit-text-shadow: #f9ca6f -1px 1px 0px; -moz-text-shadow: #f9ca6f -1px 1px 0px; text-shadow: #f9ca6f -1px 1px 0px;
}

#comments .comment .reply a:hover {
	background-color: #3b0000;
	color: #fbfae9;
	text-decoration: none;
	-webkit-text-shadow: #000 -1px 1px 0px; -moz-text-shadow: #000 -1px 1px 0px; text-shadow: #000 -1px 1px 0px;
}

#respond { display: block; }

#respond h3 {
	/*height: 27px;*/ color: #fff; font: bold 1.38em/1.1em Georgia,Times,serif; margin: 10px 0 10px 0; /*padding: 18px 15px 0;*/ padding: 5px 20px; /*background: transparent url(includes/images/title.png) left top no-repeat;*/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
       -webkit-text-shadow: #000 1px -1px 0px;
	-moz-text-shadow: #000 1px -1px 0px;
	text-shadow: #000 1px -1px 0px;
	background: #3b0000;
	background: -webkit-gradient(linear, left center, right center, from(#672626), to(#3b0000), color-stop(.2,#3b0000));
	background: -moz-linear-gradient(left, #672626 0%, #3b0000 20%, #3b0000 100%);
}

#respond h3 small {
	font-size: 13px;
	float: right;
	display: inline;
}

#respond h3 small a {
	color: #3b0000;
	font-style: italic;
	border-bottom: 1px solid #3b0000;
}

#respond form {
	display: block;
	margin: 0 0 0 10px;
}

#commentform input, #commentform textarea { display: inline; float: left; margin: 0 10px 10px 0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background: #fff; border: 1px solid #3b0000; }
#commentform label { width: 120px; display: inline; float: left; margin: 0 10px 10px 0; }
#commentform span.required {float: left;display:inline; margin-left: -10px; }
#commentform p.comment-notes span.required {float: none; margin-left: 0; }
#commentform p { clear: both;  }
#commentform .form-allow-tags { clear: both;  }
#commentform #submit, #submit { position: relative; clear:both; float:left; font-family:Georgia,"Times New Roman",Times,serif; font-size:1em; font-style:italic; font-weight:bold; text-align:center; background-color:#FBA707; color:#3b0000; float:left; padding:4px 10px; border: 1px solid #d58c00; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; #submit:active; -webkit-text-shadow: #f9ca6f -1px 1px 0px; -moz-text-shadow: #f9ca6f -1px 1px 0px; text-shadow: #f9ca6f -1px 1px 0px; }
#commentform #submit:hover, #submit:hover, #commentform #submit:active, #submit:active { cursor:pointer; color: #fff; background: #3b0000; border: 1px solid #000; #submit:active; -webkit-text-shadow: #000 -1px 1px 0px; -moz-text-shadow: #000 -1px 1px 0px; text-shadow: #000 -1px 1px 0px; }
#commentform #submit:active, #submit:active { top: 1px; }
#commentform .form-allowed-tags { color: #666; padding: 10px; background: #efefef; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; }

/** .sidebar */
#sidebar-one, #sidebar-one .top, #sidebar-one .bottom { height: 1%; width: 255px; } /* fix disappearing bg in IE7 and below */
html>body #sidebar-one, html>body #sidebar-one .top, html>body #sidebar-one .bottom { height: auto; } /* height back to normal for other browsers */

#content-bottom .widget,
#sidebar-one .widget {
	margin: 0;
	padding: 0 0 20px 0;
	position: relative;
}

#sidebar-one .widget figcaption {
	background: transparent url(includes/images/widget-title-back.png) left top no-repeat;
	font-size: 18px;
	text-shadow: #b18d6c -1px 1px 0;
	-moz-text-shadow: #b18d6c -1px 1px 0;
	-webkit-text-shadow: #b18d6c -1px 1px 0;
	font-weight: bold;
	color: #3b0000;
	margin: 0;
	padding: 0 35px 0 10px;
	height: 39px;
	line-height: 27px;
}

#content-bottom figcaption {
	background: transparent url(includes/images/widget-title-back.png) left -39px no-repeat;
	font-size: 18px;
	text-shadow: #b18d6c -1px 1px 0;
	-moz-text-shadow: #b18d6c -1px 1px 0;
	-webkit-text-shadow: #b18d6c -1px 1px 0;
	font-weight: bold;
	color: #3b0000;
	margin: 0;
	padding: 0 35px 9px 10px;
	height: 35px;
	line-height: 35px;
}

#content-bottom .widget ul,
#sidebar-one .widget ul {
	list-style: none;
	margin: 0 0 0 20px;
	width: 210px;
	padding: 0;
}

#content-bottom .widget ul li,
#sidebar-one .widget ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fbfae9;
}

#content-bottom .widget ul li:last-child,
#sidebar-one .widget ul li:last-child {
	border-bottom: 0;
}

#content-bottom .widget ul li a,
#content-bottom .widget ul li a:visited,
#sidebar-one .widget ul li a,
#sidebar-one .widget ul li a:visited {
	display: block;
	font-weight: bold;
	color: #3b0000;
	text-decoration: none;
	padding: 2px 5px;
}

#content-bottom .widget ul li a:hover,
#content-bottom .widget ul li a:active,
#sidebar-one .widget ul li a:hover,
#sidebar-one .widget ul li a:active {
	background: #3b0000;
	color: #fbfae9;
}

#content-bottom .widget_calendar,
#sidebar-one .widget_calendar {
	padding-left: 20px;
	padding-right: 25px;
}

#content-bottom .widget_calendar figcaption,
#sidebar-one .widget_calendar figcaption {
	display: none;
}

#content-bottom .widget_calendar table,
#sidebar-one .widget_calendar table {
	width: 210px;
	caption-side: top;
	margin-bottom: 0;
}

#content-bottom .widget_calendar caption,
#sidebar-one .widget_calendar caption {
	background: #3b0000;
	color: #fbfae9;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

#content-bottom .widget_calendar table td,
#sidebar-one .widget_calendar table td {
	border: 1px solid #3b0000;
	background: #fff;
	padding: 0;
	text-align: center;
}

#content-bottom .widget_calendar table td a,
#sidebar-one .widget_calendar table td a {
	display: block;
	background: #3b0000;
	color: #ddb974;
	text-decoration: none;
	border: 2px solid #fff;
}

#content-bottom #text-3 .textwidget,
#sidebar-one #text-3 .textwidget {
	padding: 0 15px 0 10px;
	text-align: center;
}

#content-bottom .widget_paypal_donations figcaption,
#sidebar-one .widget_paypal_donations figcaption {
	display: none;
}

#content-bottom .widget_paypal_donations .inner,
#sidebar-one .widget_paypal_donations .inner {
	padding: 0 15px 0 10px;
	text-align: center;
}

#sidebar-one .widget_twitter {
	background: transparent url(includes/images/twitter.png) left top no-repeat;
	position: relative;
	padding: 111px 0 0 0; /*keep top and bottom from overlapping too much */
	margin: 0 15px 0 10px;
	width: 230px;
}

#sidebar-one .widget_twitter .inner {
	padding: 0 0 40px 0; /* room for title below */
	background: #ddb974; /* fill space left in bottom */
}

#sidebar-one .widget_twitter figcaption {
	background: transparent none;
	padding: 0;
	font-size: 14px;
	font-style: italic;
	position: absolute;
	bottom: 0;
	right: 20px;
}

#sidebar-one .widget_twitter figcaption a,
#sidebar-one .widget_twitter figcaption a:visited {
	color: #3b0000;
	text-decoration: none;
       -webkit-text-shadow: #efd6a7 -1px 1px 0px; -moz-text-shadow: #efd6a7 -1px 1px 0px; text-shadow: #efd6a7 -1px 1px 0px;
}

#sidebar-one .widget_twitter figcaption a:hover,
#sidebar-one .widget_twitter figcaption a:active {
	text-decoration: underline;
}

#sidebar-one .widget_twitter figcaption a.twitterwidget-rss {
	display: none;
}

#sidebar-one .widget_twitter ul {
	overflow: hidden;
	padding: 0 20px 7px 20px;
	margin: 0;
	width: 190px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background: transparent url(includes/images/twitter.png) -230px bottom no-repeat;
}

#sidebar-one .widget_twitter ul li {
	border-bottom: 0 none;
}

#sidebar-one .widget_twitter ul li a,
#sidebar-one .widget_twitter ul li a:visited {
	color: #3b0000;
	text-decoration: underline;
	display: inline;
	padding: 0;
}

#sidebar-one .widget_twitter ul li a:hover,
#sidebar-one .widget_twitter ul li a:active {
	text-decoration: none;
}

#sidebar-one .widget_twitter ul li span {
	display: block;
}

#sidebar-one .widget_twitter ul li span.entry-meta {
	display: block;
	padding: 10px 0 0 0;
	text-align: right;
	font-size: 0.92em;
	font-style: italic;
	color: #666;
}

#sidebar-one .widget_twitter ul li span.entry-meta a,
#sidebar-one .widget_twitter ul li span.entry-meta a:visited {
	font-style: italic;
	color: #666;
	text-decoration: none;
}

#sidebar-one .widget_twitter ul li span.entry-meta a:hover,
#sidebar-one .widget_twitter ul li span.entry-meta a:active {
	color: #fff;
	text-decoration: none;
}

#sidebar-one #linkcat-212 ul, /*Follow*/
#sidebar-one #linkcat-213 ul { /*contact*/
	background: transparent none;
	overflow: hidden;
	margin-top: -11px;
}

#content-bottom #linkcat-212 ul, /*Follow*/
#content-bottom #linkcat-213 ul { /*contact*/
	background: transparent none;
	overflow: hidden;
	margin-top: -9px;
}

#sidebar-one #linkcat-212 ul li, /*Follow*/
#sidebar-one #linkcat-213 ul li, /*Contact*/
#content-bottom #linkcat-212 ul li, /*Follow*/
#content-bottom #linkcat-213 ul li { /*Contact*/
	margin: 0 13px 0 0;
	width: 57px;
	height: 71px;
	border-bottom: 0;
	float: left;
}

#sidebar-one #linkcat-212 ul li a, /*Follow*/
#sidebar-one #linkcat-213 ul li a, /*Contact*/
#content-bottom #linkcat-212 ul li a, /*Follow*/
#content-bottom #linkcat-213 ul li a { /*Contact*/
	background: transparent url(includes/images/icontabs.png) left top no-repeat;
	text-indent: -3000px;
	width: 57px;
	height: 71px;
	padding: 0;
	float: left;
}

#sidebar-one #linkcat-212 ul li a[title='fan page'], /*Follow Facebook*/
#content-bottom #linkcat-212 ul li a[title='fan page'] { /*Follow Facebook*/
	background-position: left -142px;
}
#sidebar-one #linkcat-212 ul li a[title='fan page']:hover, /*Follow Facebook*/
#content-bottom #linkcat-212 ul li a[title='fan page']:hover { /*Follow Facebook*/
	background-position: -87px -142px;
}

#sidebar-one #linkcat-212 ul li a[title='feed'], /*Follow RSS*/
#content-bottom #linkcat-212 ul li a[title='feed'] { /*Follow RSS*/
	background-position: left top;
}
#sidebar-one #linkcat-212 ul li a[title='feed']:hover, /*Follow RSS*/
#content-bottom #linkcat-212 ul li a[title='feed']:hover { /*Follow RSS*/
	background-position: -87px top;
}

#sidebar-one #linkcat-212 ul li a[title='follow me'], /*Follow Twitter*/
#content-bottom #linkcat-212 ul li a[title='follow me'] { /*Follow Twitter*/
	background-position: left -71px;
}
#sidebar-one #linkcat-212 ul li a[title='follow me']:hover, /*Follow Twitter*/
#content-bottom #linkcat-212 ul li a[title='follow me']:hover { /*Follow Twitter*/
	background-position: -87px -71px;
}

#sidebar-one #linkcat-213 ul li:first-child, /*Chat*/
#content-bottom #linkcat-213 ul li:first-child { /*Chat*/
	width: 87px;
	display: none;
}
#sidebar-one #linkcat-213 ul li:first-child a, /*Chat*/
#content-bottom #linkcat-213 ul li:first-child a { /*Chat*/
	background-position: left -284px;
	width: 87px;
}
#sidebar-one #linkcat-213 ul li:first-child a:hover, /*Chat*/
#content-bottom #linkcat-213 ul li:first-child a:hover { /*Chat*/
	background-position: -87px -284px;
}

#sidebar-one #linkcat-213 ul li a[title='mail me'], /*mail*/
#content-bottom #linkcat-213 ul li a[title='mail me'] { /*mail*/
	background-position: left -213px;
}
#sidebar-one #linkcat-213 ul li a[title='mail me']:hover, /*mail*/
#content-bottom #linkcat-213 ul li a[title='mail me']:hover { /*mail*/
	background-position: -87px -213px;
}

/** sidebar left */
#sidebar-two .widget {
	margin: 0;
	padding: 0 0 30px 0;
}

#sidebar-two .widget figcaption,
#sidebar-two .widget h2, #sidebar-two .widget h3 {
	display: block;
	background: transparent url(includes/images/widget-title-back.png) left -83px no-repeat;
	font-size: 16px;
	text-shadow: #f6edd3 -1px 1px 0;
	-moz-text-shadow: #f6edd3 -1px 1px 0;
	-webkit-text-shadow: #f6edd3 -1px 1px 0;
	font-weight: bold;
	color: #3b0000;
	margin: 0;
	padding: 0 20px 0 20px;
	height: 38px;
	line-height: 26px;
}

#sidebar-two .widget ul {
	list-style: none;
	margin: 0 20px 0 10px;
	padding: 0;
}

#sidebar-two .widget ul li {
	margin: 0;
	padding: 5px 0;
}

#sidebar-two .widget ul li a,
#sidebar-two .widget ul li a:visited {
	display: block;
	font-weight: bold;
	color: #fbfae9;
}

#sidebar-two .widget ul li a:hover,
#sidebar-two .widget ul li a:active {
	background: #3b0000;
	color: #fbfae9;
}

#sidebar-two .textwidget {
}

#sidebar-two table {
	width: 180px;
	margin-left: 10px
}

#sidebar-two table table {
	width: auto;
	margin-left: 0
}

#sidebar-two table td {
	padding: 0;
	text-align: center;
}

#sidebar-two table td a {
	display: block;
}

#sidebar-two table td img {
	display: block;
	margin: 0 auto;
}

#sidebar-two #ad {
	margin: 0 auto !important;
}

#sidebar-two center  {
	padding: 0;
	text-align: center;
}

/* content-left */


/* content-bottom */
#content-bottom .widget {
	width: 250px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 20px 0;
}

#content-bottom .widget_calendar {
	width: 250px;
	float: left;
	display: inline;
}

#content-bottom .widget_paypal_donations,
#content-bottom #text-6 { /*last widgets in the row*/
	margin-right: 0; 
	width: 230px;
	margin: 0;
	padding: 0 0 10px 10px;
	text-align: center;
}

#content-bottom .widget_paypal_donations {
	margin-top: -20px;
	*margin-top: 0; /* IE7 sucks */
}

#content-bottom #categories-3 { /*new line, starts with Categories*/
}

#content-bottom #linkcat-213 { /*Contact*/
	margin-left: 1px;
}

/** page-bottom */
#page-bottom {
	clear: both;
	background: #3B0000 url(includes/images/footer_back.png) left top no-repeat;
	padding: 6px 0;
	margin: 0 10px;
	overflow: hidden;
	text-align: center;
}

#footer p {
	padding: 20px 220px 80px 0;
	margin: 0;
	text-align: center;
	font-size: 0.92em; /*12/13*/
}

#footer p a, #footer p a:visited {
	font-weight: bold;
	text-decoration:underline;
}

#footer p a:hover, #footer p a:active {
	font-weight: bold;
	text-decoration:underline;
}

#page-bottom table {
	width: auto;
	margin: 0 auto 10px auto;
}

#page-bottom table table { /*for text-ad */
	margin: 0;
}

#page-bottom table td {
	padding: 0;
}

#page-bottom table td a{
	display: block;
}

#page-bottom table td a img {
	float: left;
}

/* WP-Polls */
.wp-polls { padding-left:20px; }
.wp-polls .wp-polls { padding-left:0; }
#sidebar-one .wp-polls ul { margin: 0 0 10px 0; padding: 0; list-style:none;}
#sidebar-one .wp-polls ul li { float: left; display: inline; width: 205px; clear: both; border-bottom:0 none;margin:0 0 10px 0; }
.wp-polls ul li input { float:left;display:inline;margin:0 5px 0 0; }
.wp-polls ul li label { float:left;display:inline;width: 185px; }
.wp-polls input.form-submit { float:left;display:inline;margin:10px 10px 10px 20px; background: #3b0000;color:#fff; }
.wp-polls p {clear: both;}
