@font-face {
    font-family: 'technicalregular';
    src: url('http://kidsstuff.comicgenesis.com/layout/technicn-webfont.eot');
    src: url('http://kidsstuff.comicgenesis.com/layout/technicn-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://kidsstuff.comicgenesis.com/layout/technicn-webfont.woff') format('woff'),
         url('http://kidsstuff.comicgenesis.com/layout/technicn-webfont.ttf') format('truetype'),
         url('http://kidsstuff.comicgenesis.com/layout/technicn-webfont.svg#technicalregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-image:url("http://kidsstuff.comicgenesis.com/layout/KSBG.jpg");
	background-attachment: fixed;
	background-position: center;
	background-position: top;
	background-repeat:repeat-y;
	background-color:#55849e;
	font-size:12px;
	font-family: Arial;
}
a {
	color: #4889b5;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #193f54;
}
a:hover {
	color: #5ba8dc;
}
a:active {
	color: #4889b5;
}

a img{
	border:none;
}

h1 {
	text-align:center;
	display:none;
}
h2 {
	text-align:center;
}
div :focus{
	outline: none;
} 
#mainBlock {
	text-align:center;
}

td {
	vertical-align: top;
}
#hdrT {
	position:relative;
	height:80px;
	text-align:center;
}
#hdrT1 {
	text-align:center;
}
#container {
	width:916px;
	margin-right:auto;
	margin-left:auto;
}
#Top {
	position:relative;
	width:916px;
	background-image:url("http://kidsstuff.comicgenesis.com/layout/bgPNG.png");
	padding-bottom:2px;
	text-align:center;
	margin-top:-19px;
	
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}
#Top img{
	margin-top:18px;
}
.keen_ad{
	margin-bottom:18px;
	margin-left:11px;
}
#pageText{
	text-align:left;
}
#SelectComic {
	margin-top:-8px;
	height:35px;
	vertical-align: bottom;
	background-image:url("http://kidsstuff.comicgenesis.com/layout/bar.gif");
	background-repeat:repeat-x;
	font-size:12px;
	display:block;
	padding-top:1px;
}

#SelectComic .navSeperator{
	margin-left:15px;
	margin-right:15px;
}

#SelectComic form{
	float:right;
	margin: 3px 10px 0 0;
}

#SelectComic .navLink a{
	text-decoration:none;
	position:relative;
}

#SelectComic .navLink{
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	top:4px;
	margin-left:7px;
	position:relative;
}

#options {
	width:400px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
#icontainer {
	position:relative;
	width:770px;
	margin-top: 15px;
	margin-right:auto;
	margin-left:auto;
}
#content {
	background-image:url("http://kidsstuff.comicgenesis.com/layout/bgPNG.png");
	margin-bottom:15px;
	text-align: left;
	padding:10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#contentNav {
	text-align:center;
}

.aboutContentNav a{
	font-size:0px;
	color:transparent;
}

#contentNav img{
	margin-left:20px;
	margin-right:20px;
}

#comicCalendar table{
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	font-weight:bold;
	font-size:large;
	width:550px;
}
#comicCalendar table a{
	text-decoration:none;
}
#comicCalendar table sup{
	font-size:smaller;
	font-weight:bold;
	font-variant:normal;
}

.notThisMonth, .isThisMonth, .isToday{
	font-weight:lighter;
}

#comicin {
	text-align:center;
	width:auto;
	font-size: small;
	font-weight:bold;
}
#comic {
	text-align:center;
	text-align:center;
}
#Buttons {
	top: 15px;
	vertical-align: bottom;
	text-align:center;
}
#legal {
	width:630px;
	background-image:url("http://kidsstuff.comicgenesis.com/layout/bgPNG.png");
	text-align: left;
	font-size: 10px;
	margin-right:auto;
	margin-left:auto;
	padding:10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.charBlock{
	font-family: 'technicalregular';
	font-size:24px;
	text-align:center
}

#pageText.imageLinks{
	text-align:center;
}

.imageLinks img{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin:15px;
}

/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 18px;
	background: url(select_left.png) no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 12px;
	line-height: 4px;
	padding: 8px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 32px;
	height: 18px;
	background: url(select_right.png) no-repeat center center;
	margin-right:-5px;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 18px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
	
	-webkit-border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	border-radius: 0 0 15px 15px;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	background-color: #ecf3fa;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #ffffff;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#c6d9e6;
}


/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}