@charset "utf-8";
/*  
Theme Name: hearts
Theme URI: http://two-rooks.com
Description: Maye.
Version: 1.1
Author: Alice
Author URI: http://demon-alley.com

*/

/* General */

body {
	color: #000000;
	background: #141414;
	font-family:Arial, Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
	font-size:11px;
	background-image:url(images/bgrepeat.gif);
	background-repeat:repeat-x;
	margin: 0 auto;
}
.hide {
	display: none;
}
* {
	padding: 0;
	margin: 0;
}
img {
	border:0px;
}
.thumb {
	border: 1px solid #000000;
	margin: 1px;
}
.nsfw {
	border: 1px solid #FF0000;
	margin: 1px;
}
p {
margin-bottom:5px;
margin-left:5px;
margin-top:5px;
}
.padding {
	padding:13px;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}
/* Links */

a:link {
	color: #92240b;
	text-decoration:none;
}
a:visited {
	color: #92240b;
	text-decoration: none;
}
a:active {
	color: #92240b;
	text-decoration: none;
}
a:hover {
	color: #bdbcb9;
	text-decoration: none;
}
.name a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
.name a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.name a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.name a:hover {
	color: #d33714;
	text-decoration: none;
}
/* Headers */

h1 {
	color:#92240b;
	font-family:'Georgia', Times, Serif;
	;
	font-size:2.8em;
	font-weight:normal;
	margin-left:5px;
	padding-bottom:5px;
}
h2 {
	color:#938d8c;
	font-family: Georgia, "Times New Roman", Times, Verdana, Arial;
	font-weight:normal;
	font-size:2em;
	margin:0;
	padding:7px 0px 0px 15px;
}
h3 {
	color:#671d1d;
	font-family: "Times New Roman", Times, Verdana, Arial;
	font-weight:normal;
	font-size:1.8em;
	margin:5px 0px 5px 0px;
    padding-left:8px;
	border-bottom: 1px #bdbcb9 solid;
}
#footer h3 {
	color:#bdbcb9;
	font-family: Georgia, "Times New Roman", Times, Verdana, Arial;
	font-weight:normal;
	font-size:1.8em;
	margin:0;
	padding:0px;
	border:0px;
}
h4 {
	color:#292928;
	font-family: Georgia, "Times New Roman", Times, Verdana, Arial;
	font-weight:normal;
	font-size:2em;
	margin:0;
}
h5 {
	color:#292928;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.3em;
	margin-left:15px;
	margin-top:-10px;
}
/* Navigation */

#nav {
	float: left;
	width:28px;
	margin-top:250px;
	margin-bottom:-20px;
}
.home {
	background-image: url(images/nav_home.gif);
	margin-bottom:-2px;
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
}
.comictab {
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
	background-image: url(images/nav_comic.gif);
	margin-bottom:-2px;
}
.cast {
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
	background-image: url(images/nav_cast.gif);
	margin-bottom:-2px;
}
.art {
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
	background-image: url(images/nav_art.gif);
	margin-bottom:-2px;
}
.info {
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
	background-image: url(images/nav_info.gif);
	margin-bottom:-2px;
}
.fanwork {
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
	background-image: url(images/nav_fanwork.gif);
	margin-bottom:-2px;
}
.extra {
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
	background-image: url(images/nav_extra.gif);
	margin-bottom:-2px;
}
.links {
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
	background-image: url(images/nav_links.gif);
	margin-bottom:-2px;
}
.store {
	display: block;
	width:28px;
	height:68px;
	background-repeat: no-repeat;
	background-position: -83px 0;
	overflow:hidden;
	background-image: url(images/nav_store.gif);
	margin-bottom:-2px;
}
a.home, a.comictab, a.cast, a.art, a.info, a.fanwork, a.extra, a.links, a.store {
	background-position: 0px 0;
}
a.home:hover, a.comictab:hover, a.cast:hover, a.art:hover, a.info:hover, a.fanwork:hover, a.extra:hover, a.links:hover, a.store:hover {
	background-position: -55px 0;
}
.home b, .comictab b, .cast b, .art b, .info b, .fanwork b, .extra b, .links b, .store b {
	margin-left:700px;
}
/* Main */

#container {
	margin:0 auto;
	width:987px;
	position:relative;
}
#top {
	width: 959px;
	height: 244px;
	padding: 0px;
	float:left;
}
#content {
	background: #FFFFFF;
	width:959px;
	background-image:url(images/repeat.gif);
	background-repeat:repeat;
	float:right;
	margin:0;
	padding:0px;
	text-align:justify;
}
#main {
	width: 692px;
	background:url(images/mainbg.gif);
	background-repeat:no-repeat;
	background-position:top right;
	min-height:800px;
	float:left;
	padding:0px;
}
.prop {
	height:800px;
	float:right;
	width:1px;
}
.page img { border:1px #bdbcb9 solid;}
/* Sidebar */

#sidebar_top {
250px;
}
#sidebar {
	color:#939393;
	width:250px;
	float:right;
	background:url(images/top4.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:500px;
	height:auto !important;
	height:500px;
	position:absolute;
	left: 720px;
	top: 78px;
	z-index:3;
	font-family:verdana;
	font-size:.8em;
}
.sbpadding {
	padding:14px;
}
/* Profile */	
	
.profile {
	border: 0px;
	margin: auto;
}
#profile-row {
	display: table-row;
}
.profile-left {
	display: table-cell;
	vertical-align:top;
}
.profile-right {
	display: table-cell;
	padding: 0 1em 1em 1em;
	vertical-align:top;
}
.list {
	color:#393938;
}

/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}
#sidebar #searchsubmit {
	padding: 1px;
	border:1px;
}
#searchform input {
	color: #30302f;
	border: 1px solid #30302f;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #30302f;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	background-color: transparent;
}
#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #30302f;
}
input {
	border: 1px #30302f solid;
	font: 11px verdana;
	background-color: transparent;
	cursor: text;
	color: #30302f;
}
textarea {
	border: 1px #30302f solid;
	font: 11px verdana;
	cursor: text;
	color: #000000;
	background-color: transparent;
}
/* Comments */

#respond {
	width:90%;
	margin:0 auto;
	padding-bottom:10px;
}
.comment {
	width: 570px;
	margin-left:30px;
	padding:10px 0px 10px 0px;
}
.header_container {
	height:41px;
	margin:0 auto;
	width:650px;
	margin-bottom:5px;
}
.header {
	background:#141414;
	float:left;
	width:600px;
	height:41px;
	background:url(images/cm_header.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.headerdata {
	float:right;
	color:#292928;
	margin:0px 0px 0px 0px;
	text-align:right;
}
.header_title {
	background-image:url(images/break.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	width:507px;
	height:4em;
	margin-bottom:5px;
}
.titledata {
	float:right;
	color:#FFFFFF;
	margin:5px 6px 0px 0px;
	text-align:right;
}
.author-id-0 {
	background:#141414;
	float:left;
	width:600px;
	height:41px;
	background:url(images/cm_header.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.author-id-1 {
	float:left;
	width:600px;
	height:41px;
	background:url(images/author_header.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.number {
	float:right;
	color:#FFFFFF;
	font-size:57px;
	font-family:"Times New Roman", Times, serif;
	margin-top:-10px;
	margin-right:10px;
}
.name {
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	padding-left:6px;
	margin-top:5px;
	height:41px;
}
.date {
	color: #92928e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
	margin-left:10px;
}
.icon {
	float:left;
	padding:5px;
	margin-left:20px;
}
/* Footer */

#footer_container {
	color:#FFFFFF;
	width: 976px;
	margin-left:15px;
	text-align:left;
}
#footer {
	padding:10px 10px 0px 10px;
	background:url(images/footerbg.gif);
	background-repeat:repeat-y;
}
.footer_header {
	background:url(images/footer_titler.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-right:1px solid #1c1c1c;
	float:left;
	margin-right:10px;
	min-height:186px;
}
.footer_end {
	background:url(images/insig.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	float:left;
	margin-right:10px;
	min-height:186px;
	text-align:center;
}
.copyright {
	color:#343434;
	padding:0px;
	margin-bottom:0px;
}
.aktt_tweets li {
	padding-bottom:10px;
}
/* Lists */

ul, ol {
	list-style-type: none;
	list-style-image: none;
	}

//* CALENDAR */

#wp-calendar {
	width: 165px;
	margin: 0 0 0 5px;
}
#wp-calendar th {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
#wp-calendar caption {
	font-family: 'Georgia', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	font-variant: small-caps;
}
#wp-calendar td {
	min-width: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #000;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover {
	color: #fff;
	background: #000;
}
/* SEARCH */

#s {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
}
#searchsubmit {
	padding: 0 5px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
}
/* TRANSCRIPT */

#transcript {
	padding: 0 10px;
	font-size: 11px;
	border-left: 4px dotted #000;
	border-right: 4px dotted #000;
}
.transcript-border {
	padding: 0 5px;
	margin: 15px 0;
	border: 1px solid #000;
	background: #fff;
	clear: both;
}
a.transcript-title {
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	display: block;
	font-family: 'Georgia', serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: -1px;
	border-bottom: 1px dashed #000;
}
#transcript-content {
	font-family: 'Courier New', monospace;
	overflow: hidden;
}
#s-transcript {
	width: 140px;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: 'Georgia', serif;
	font-style: italic;
}
#searchsubmit-transcript {
	padding: 0 5px;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
}
/* STORYLINES */

.storyline-cats {
	padding: 0;
	margin: 0;
	list-style: none;
}
.storyline-cats li {
	display: inline;
}
li.storyline-root {
	display: none;
}

/* THE COMIC */

#comic {
	padding: 10px 0;
	text-align: center;
}
/* comic navigation */

.comicnav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:5px 0 10px;
	text-align:center;
	font-size:11px;
}
.comicnav a {
	background-color:#363636;
	border:1px solid #1F1F1F;
	color:#FFFFFF;
	padding:3px 10px;
	text-decoration:none;
}
.comicnav a:hover {
	color: #FFFFFF;
	background-color: #242424;
	border: 1px solid #000000;
	text-decoration: none;
}
.nav-blog {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	float: right;
}
.nav-blog-previous {
	padding: 0 5px 0 0;
	float: left;
}
.nav-blog-next {
	padding: 0 0 0 5px;
	float: left;
	border-left: 1px solid #000;
}
.pagenav {
	padding: 20px;
	font-size: 11px;
}
/* Comic Archive Page */
.comic-archive {
	margin-top:-.75em;
}
.comic-archive col {
	border:0;
}
.comic-archive col.date {
	border-right-width:.25em;
	border-right-style:double;
	border-right-color:#ddd;
	width:30%;
}
.comic-archive tr {
	border:0;
}
.comic-archive tr.alt {
	background: #eee;
}
.comic-archive th {
	padding:0;
}
.comic-library {
	list-style:none;
	margin-left:0;
	padding:0;
}
.comic-library a {
	cursor:pointer;
	display:block;
	font-size:200%;
	line-height:1em;
	margin-bottom:.75em;
	text-decoration:none;
}
.comic-volume-chapters {
	display:none;
	list-style:decimal;
}
.comic-volume-chapters a {
	font-size: 150%;
}
.comic-volume-chapters p {
	margin-bottom:.75em;
}
.comic-chapter-pages {
	display:none;
	list-style:decimal-leading-zero;
	margin-bottom:1.5em;
}
.comic-chapter-pages a {
	display:inline;
	font-size:100%;
}
