@charset "UTF-8";
/*
Theme Name: KFS Hardwood
Version: 1.0
Author: Rom Hunter
Author URL: http://www.theKFS.com
*/

/* = GLOBAL = */

body {
	background-color: #4378b3;
	background-image: url(images/Bluewood.png);
	background-repeat: repeat;
	margin-left: 52px;
	margin-top: 52px;
}
-->
a:link {
	color: #DDDDEE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #DDDDEE;
}
a:active {
	text-decoration: none;
	color: #FFDDEE;
}

/* = LOCAL = */
#comix_list {
	font-family: "Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Calibri, Verdana, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	width: 245px;
        margin-top: 24px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 12px;

}
#CapsContent {
	height: 340px;
	width: 530px;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 2;
	left: 52px;
	top: 193px;
	background-color: #FFFFFF;
	padding: 26px;
	margin-top: 33px;
	margin-right: 34px;
	margin-bottom: 33px;
	margin-left: 34px;
	vertical-align: middle;
}


