/* ---- Thinkin' Lincoln CSS --- */
/* ------ Styles by Miles ------ */
/* -- www.thinkin-lincoln.com -- */


/* House Cleaning --------------------------------------------- */
body, html, form, h1, h2, h3, h4, h5, h6, p, ul, li {
	padding: 0;
	margin: 0;
	font-weight: normal;
}

a {
	outline: none;
}

a img, img {
	border: 0;
}

p#copyright {
	display:none;
}

/* General Purpose Rules --------------------------------------------- */
div.clear {
	clear: both;
}

div.hr hr {
	display: none;
}

div.hr {
	border-top: 1px solid #89bf1d;
	height: 15px;
	margin-top: 15px;
}

/* Basic Rules --------------------------------------------- */
body {
	text-align: center;
	background-color: #89bf1d;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
}


h1 {
	font-style: italic;
	font-size: 30px;
	padding: 20px 0 14px 0;
	color: #000;
	text-align: center;
	position: relative;
}

h1 span {
	color: #999;
}

h2 {
	font-style: italic;
	font-size: 24px;
	padding: 0;
	color: #000;
	position: relative;
}

h3 {
	font-size: 18px;
	color: #000;
	padding-bottom: 5px;
}

p {
	line-height: 24px;
	padding-bottom: 24px;
}

a {
	text-decoration: underline;
	color: #669900;
}

a:hover {
	color: #000;
}

a:visited {
	color: #666;
}	

fieldset {
		border: 0;
		padding: 0;
		margin: 0;
		display: block;
	}


/* Logo --------------------------------------------- */
#logo-wrap {
	background-color: #89bf1d;
	position: relative;
	background-image: url(img/bg-head.gif);
	background-repeat: no-repeat;
	background-position: center top;

}


#logo {
	display: block;
	width: 235px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	position: relative;

}

#logo img {
	display: block;
	position: relative;
	top: 2px;
	width: 235px;

}

/* Primary Navigation Rules --------------------------------------------- */
#nav-prime {
	background-color: #000;
	height: 55px;
	color: #fff;
	background-image: url(img/bg-nav.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav-prime ul {
	list-style: none;
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	position: relative;
	left: -4px;
}

#nav-prime li {
	display: block;
	float: left;
}

#nav-prime li a {
	display: block;
	height: 36px;
	background-repeat: no-repeat;
	
}


#nav-prime a span {
	display: none;
}


#nav-about a {
	width: 148px;
	background-image: url(img/n-about.png);
	padding-right: 9px;
}

#nav-about a:hover {
	background-position: 0px -68px;
}

#nav-store a {
	width: 119px;
	background-image: url(img/n-store.png);
	background-position: 19px top;
	padding-left: 19px;
	padding-right: 14px;
}

#nav-store a:hover {
	background-position: 19px -72px;
}

#nav-forum a {
	width: 136px;
	background-image: url(img/n-forum.png);
	padding-left: 15px;
	padding-right: 19px;
	background-position: 15px top;
}

#nav-forum a:hover {
	background-position: 15px -66px;
}

#nav-rss a {
	width: 133px;
	background-image: url(img/n-rss.png);
	padding-left: 9px;
	background-position: 9px top;
}

#nav-rss a:hover {
	background-position: 9px -72px;
}


/* Content Rules --------------------------------------------- */
#content-wrap {
	background-color: #fff;
	padding: 17px 0 0 0;
}

#leaderboard {
	width: 728px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#leader-link {
	display: block;
	float: left;
	border: 1px solid #000;
	border-right: 0;
}

#leader-wrap {
	float: left;
	width: 728px;
	/*border: 1px solid #999;*/
	border-left: 0;
}

#announcement {
	font-size: 16px;
	background-color: #fc0;
	line-height: 20px;
	color: #000;
	padding: 10px;
	position: relative;
	border-bottom: 2px solid #c90;
	border-top: 1px solid #ff9;
}

#announcement a {
	color: #c00;
}

#announcement a:hover {
	color: #000;
}

#announcement span {
	display: block;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

#comic {
	display: block;
	margin-right: auto;
	margin-left: auto;
}


#comic-options {
	margin-top: 20px;
	margin-bottom: 16px;
}

#signed-print {
	padding: 0 39px;
}

#button-ads {
	width: 385px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0 10px 10px;
	background-color: #89bf1d;
}


#page-content {
	width: 710px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
}

table#characters {
	border-collapse: collapse;
	margin-bottom: 20px;
}

table#characters td img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

table#characters td {
	vertical-align: middle;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

.banners img {
	display: block;
	margin-bottom: 15px;
}


#content-wrap ul, #news ul {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
	font-size: 16px;
}

#content-wrap ul li, #news ul li {
	padding-left: 50px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 30px 2px;
	padding-bottom: 12px;
}

#archive_year li {
	background-image: none !important;
}

ul.half {
	width: 50%;
	float: left;
}

/* Comic Navigation --------------------------------------------- */
#tcn-wrap {
	width: 672px;
	padding: 0 34px;
	margin: 0 auto;
	position: relative;
}

#tcn-wrap a, #tcn-wrap div {
	display: block;
	height: 19px;
	background-repeat: no-repeat;
	position: absolute;
}

#t-nav-back-no {
	width: 29px;
	background-image: url(img/t-nav-back-no.png);
	background-position: 0px 0px;
	top: 45%;
	left: 0;
}

#t-nav-back {
	width: 29px;
	background-image: url(img/t-nav-back.png);
	background-position: 0px 0px;
	top: 45%;
	left: 0;
}

a:hover#t-nav-back {
	background-position: 0px -38px;
}

#t-nav-next-no {
	width: 29px;
	background-image: url(img/t-nav-next-no.png);
	background-position: 0px 0px;
	top: 45%;
	right: 0;
}

#t-nav-next {
	width: 29px;
	background-image: url(img/t-nav-next.png);
	background-position: 0px 0px;
	top: 45%;
	right: 0;
}

a:hover#t-nav-next {
	background-position: 0px -38px;
}


#comic-nav {
	background-color: #000;
	overflow: auto;
}

#cn-wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#cn-wrap a, #cn-wrap div {
	display: block;
	float: left;
	height: 60px;
	background-repeat: no-repeat;
}

#cn-wrap span, #t-nav-back span, #t-nav-back-no span, #t-nav-next span, #t-nav-next-no span {
	display: none;
}

#c-nav-first-no {
	width: 156px;
	background-image: url(img/c-nav-first-no.png);
	background-position: 33px 14px;
}

#c-nav-first {
	width: 156px;
	background-image: url(img/c-nav-first.png);
	background-position: 33px 14px;
}

a:hover#c-nav-first {
	background-position: 33px -50px;
}

#c-nav-back-no {
	width: 176px;
	background-image: url(img/c-nav-back-no.png);
	background-position: 40px 14px;
}

#c-nav-back {
	width: 176px;
	background-image: url(img/c-nav-back.png);
	background-position: 40px 14px;
}

a:hover#c-nav-back {
	background-position: 40px -50px;
}

#c-nav-archive {
	width: 139px;
	background-image: url(img/c-nav-archives.png);
	background-position: left 14px;
}

a:hover#c-nav-archive {
	background-position: left -50px;
}


#c-nav-next-no {
	width: 173px;
	background-image: url(img/c-nav-next-no.png);
	background-position: 86px 14px;
}

#c-nav-next {
	width: 173px;
	background-image: url(img/c-nav-next.png);
	background-position: 86px 14px;
}

a:hover#c-nav-next {
	background-position: 86px -50px;
}


#c-nav-last-no {
	width: 130px;
	background-image: url(img/c-nav-last-no.png);
	background-position: 43px 14px;
}

#c-nav-last {
	width: 130px;
	background-image: url(img/c-nav-last.png);
	background-position: 43px 14px;
}

a:hover#c-nav-last {
	background-position: 43px -50px;
}




#inside-donate {
	background-color: #000;
	padding: 20px 0;
}

#inside-donate .donate {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#big-donate {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}

h2.donation {
	color: #2586ff;
}

h2.donation strong {
	font-weight: normal;
	color: #00387e;
}

div.donation {
	color: #690;
}

div.donation strong {
	color: #000;
}


/* News Post & Extra Stuff --------------------------------------------- */
#news-stuff {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: auto;
	background-image: url(img/bg-stuff.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #fff;
	margin-top: 20px;
}
#news {
	width: 490px;
	padding: 20px 20px 110px 20px;
	text-align: left;
	position: relative;
	float: left;
}

#news h2 {
	font-size: 30px;
	line-height: 32px;
	padding-bottom: 5px;
	color: #6b9f04;
}

#news-stuff #date {
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	background-color: #000;
	border-bottom: 3px solid #666;
	text-align: center;
	background-image: url(img/bg-date.gif);
	background-repeat: no-repeat;
	background-position: center 31px;
	padding: 19px 0;
	font-weight: normal;
}

#news-stuff #date span {
	background-color: #000;
	padding: 0 10px;
}

#news #engage {
	border-bottom: 1px solid #999;
	background-image: url(img/star-line.png);
	background-repeat: no-repeat;
	padding: 27px 0 15px 0;
	font-size: 13px;
	margin-bottom: 20px;
}

#news #engage span {
	padding: 0 6px 0 7px;
}

#news #engage a {
	font-weight: normal;
}

#news #engage a img {
	vertical-align: middle;
}


#stuff {
	width: 250px;
	float: left;
	position: relative;
	left: 20px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#shirts-heading {
	display: block;
	width: 228px;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-right: 19px;
}

#shirts-heading img {
	display: block;
}

#updates-day {
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
	width: 222px;
	padding-right: 19px;
}

#creephouse-link {
	display: block;
	width: 228px;
	margin: 0 auto;
	padding-bottom: 15px;
	padding-right: 19px;
}

#creephouse-link img {
	display: block;
}

#openads {
	padding-bottom: 25px;
}

#stuff h4 {
	font-size: 15px;
	margin: 0;
	padding: 5px 0 5px 0;
}

#stuff form, .exsitu-signup form {
	margin: 0;
	padding: 0;
}

#stuff input, .exsitu-signup input {
	display: block;
	float: left;
	
}

#stuff input.text-input, .exsitu-signup input.text-input {
	width: 187px;
	font-size: 17px;
	border: 1px solid #ccc;
	height: 27px;
	margin-right: 5px;
	/* hide from ie mac \*/
	height: 25px;
	margin-right: 8px;
	/* stop */
	
}

.home-links {
	width: 206px;
}

div.home-links {
	background-color: #b0b0b0;
	background-image: url(img/cap-links-top.gif);
	background-repeat: no-repeat;	
	padding: 10px 11px 5px 11px;
	margin-top: 5px;
}

#stuff div.home-links p {
	padding-bottom: 0;
}

#stuff div.home-links h4, #stuff h4.fanart {
	padding-bottom: 0;
}

#stuff ul.home-links {
	list-style: none;
	margin: 0;
	padding: 5px 11px 10px 11px;
	font-size: 15px;
	line-height: 24px;
	background-color: #777;
	background-image: url(img/cap-links-bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#stuff ul.home-links a {
	color: #fff;
	text-decoration: underline;
}

#stuff ul.home-links a:hover {
	color: #89bf1d;
}

.exsitu-signup h4 {
	font-size: 24px;
	font-style: italic;
	text-align: center;
	padding-bottom: 10px;
	color: #669900;
}

.exsitu-signup form {
	width: 240px;
	margin-right: auto !important;
	margin-left: auto !important;
}

#stuff p {
	clear: left;
	text-align: left;
	font-size: 14px;
	margin: 0;
	padding: 0 0 12px 0;
	color: #000;
}

#stuff p.under-links {
	text-align: center;
	font-size: 12px;
	width: 228px;
}

#stuff a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#stuff a:hover {
	color: #6b9f04;
}

#stuff #comic-donate {
	padding-top: 10px;
}

/* Send to friend --------------------------------------------- */
#send-wrapper, #send-to-friend {
	background-color: #fff;
}

#send-to-friend h1 {
	background-color: #89BF1D;
	padding: 15px 20px;
	color: #fff;
	font-size: 30px;
	margin-bottom: 10px;
	position: relative;
}

#send-to-friend h1 span {
	font-size: 24px;
	display: block;
	color: #000;
}

#send-to-friend p {
	text-align: left;
	padding: 0 20px 15px 20px;
	font-size: 13px;
	line-height: 18px;
	position: relative;
}

#send-to-friend form {
	background-color: #000;
	padding: 20px 20px 15px 20px;
	color: #fff;
}

#send-to-friend label {
	width: 100px;
	display: block;
	float: left;
	text-align: left;
	padding-bottom: 5px;
}

#send-to-friend .input {
	width: 150px;
	border: 0;
	height: 16px;
	margin: 0;
	padding: 2px;
	float: left;
	margin-bottom: 5px;
}

#send-to-friend #send-btn {
	display: block;
	margin-top: 5px;
	width: 90px;
}

body#sendy {
	background-color: #fff;
}

body#sendform {
	background-color:#000;
}

/* Merchandise  --------------------------------------------- */
#shirts-anchors {
	width: 698px;
	margin: 0 auto;
	height: 200px;
}

#shirts-anchors a {
	display: block;
	width: 226px;
	height: 175px;
	float: left;
}

#shirts-anchors a img {
	display: block;
}

#shirts-anchors a#anchor-space {
	padding: 0 10px;
}


p.ship-note {
	font-weight: bold;
	color: #690;
	padding-bottom: 30px !important;
}

p.ship-note strong {
	color: #c00;
}

.merch-hero {
	display: block;
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 25px 0;
}


.prod-desc {
	width: 440px;
	float: left;
	padding-bottom: 30px;
	padding-left: 10px;
}

.prod-desc h2 {
	color: #000;
	padding-bottom: 10px;
}

.prod-desc p, .prod-form p {
	line-height: 24px;
	padding-bottom: 15px;
}

.prod-form p {
	line-height: 20px;
}

.prod-form {
	width: 200px;
	float: left;
	position: relative;
	left: 15px;
	padding-left: 20px;
	border-left: 1px solid #999;
	padding-bottom: 15px;
}

.prod-form textarea {
	width: 190px;
	height: 60px;
}

.prod-form .availability {
	color: #690;
}

.prod-form .price {
	font-style: italic;
	color: #666;
}

.prod-form .price strong {
	font-style: normal;
	font-family: Arial, sans-serif;
	display: block;
	color: #017341;
	font-size: 20px;
}

.prod-form .price a {
	text-decoration: none;
}

.prod-form fieldset {
	padding-bottom: 10px;
	border: 0;
}


#shipping-prices {
	border: 3px dashed #c00;
	margin: 10px 0;
	padding: 15px;
}

#shipping-prices h3 {
	color: #c00;
	margin:0;
	padding: 0 0 10px 0;
}

#print-preview {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#print-preview td#print-wrap {
	vertical-align: middle;
	padding: 12px 3px 26px 56px;
	height: 358px;
	background-image: url(img/prints-preview.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 2px solid #999;
}

#print-preview img {
	display: block;
	
}

#print-world, #print-domestic {
	text-align: center;
	padding: 20px 0;
}

#print-world p, #print-domestic p {
	font-size: 13px;
}

#print-world h3 {
	color: #90bf73;
}

#print-domestic h3 {
	color: #85a4e4;
}

/* Footer --------------------------------------------- */
#comic-page #footer {
	width: 490px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	position: absolute;
	bottom: 10px;
	left: 20px;
	padding: 0;
	height: 75px;
}

#comic-page #footer p {
	padding: 0;
}

#comic-page #footer a {
	color: #690;
}

#comic-page #footer a:hover {
	color: #000;
}

#footer {
	padding: 15px;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	padding-bottom: 60px;
}

#footer p {
	padding: 0;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #fff;
}



/* Forum Rules --------------------------------------------- */
#forum #logo-wrap {
	background-image: none;
}

#forum #logo img {
	display: block;
	position: relative;
	top: 0px;
}

#forum #nav-prime {
	background-color: #000;
	height: 35px;
	color: #fff;
	background-image: none;
}

#forum #nav-prime ul {
	list-style: none;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 22px;
	position: relative;
	left: 28px;
}

#forum #nav-forums {
	color: #fff;
	background-color: #999;
	padding: 5px 0;
	font-size: 14px;
	clear: both;
}

#forum #nav-forums a {
	color: #fff;
	text-decoration: none;
	padding: 0 5px;
}

#forum #nav-forums a:hover {
	color: #000;
}

#forum #nav-prime li a {
	display: block;
	height: 13px;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 25px;
}


#forum #nav-store a {
	width: 73px;
	background-image: url(img/f-nav-store.gif);
	padding-left: 0;
}

#forum #nav-about a {
	width: 74px;
	background-image: url(img/f-nav-about.gif);
}

#forum #nav-chars a {
	width: 141px;
	background-image: url(img/f-nav-chars.gif);
}

#forum #nav-forum a {
	width: 72px;
	background-image: url(img/f-nav-forum.gif);
}

#forum #nav-links a {
	width: 68px;
	background-image: url(img/f-nav-links.gif);
}

#forum #nav-fans a {
	width: 57px;
	background-image: url(img/f-nav-fans.gif);
	padding-right: 0;
}

#forum #content-wrap {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: left;
}

