/* @group main body */

Body {
	font: 12px "Courier New", Courier, mono;
	text-align: left;
	vertical-align: top;
	color: #000;
	margin-top: 5%;
	margin-left: 0px;
	background: #000 ;
}

Body a, Body a:visited {
	text-decoration: none;
	color: #585858;
}

Body a:hover {
	color: #e31918;
}

/* @end */

/* @group main page */

#main_container {
	width: 785px;
	padding: 6px 0px 0px 0px;
	background: #fff url(../images/jack_main_corner.gif) no-repeat;
}

#main_container ul {
	list-style: none;
	margin: 0px 0px 0px -33px;
}
	#main_container ul li {
		display: inline;
		list-style: none;
		margin-left: -7px;
		}
		#main_container, #main_container ul li img {
			border: 0;
			}


#links {
	margin-top: -5px;
	border: 0px;
}

#copyright {
	color: #000;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
}

#footer {
	height: 40px;
	background: url(../images/jack_footer_tear2.gif) repeat-x;
}

/* @end */

/* @group footer navigation */

#footer_nav {
	padding-top: 10px;
	
}



/* @end */

/* @group comic listings */
#comic_listings {
	width: 790px;
	text-align: center;
	padding-left: 30px;
}
#comic_listings ul li{
	display: inline;
	list-style: none;
	width: 200px;
	height: 350px;
}

.comic_listing_title {
	width: 170px;
	margin-left: 0px;
	margin-top: -40px;
	color: #e70b15;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
}
	.comic_listing_title a,.comic_listing_title a:visited {
	text-decoration: none;
}
	.comic_listing_title a:hover {
	color: yellow;
}

#comic_listings img {
	border:0px;
}
.comics {
	width: 200px;
	height: 400px;
	float:left;
}


/* @end */

/* @group comic individual pages */

#comic_cover {
	float: left;
	padding-left: 10px;
}

#comic_thumbs {
	float: none;
	width: 550px;
	padding-left: 230px;
	margin-top:-90px;
	z-index: 600;
	overflow: visible;
}

#comic_thumbs ul {
	padding-top: 20px;
	display: inline-table;
}
#comic_thumbs ul li{
	padding: 5px;
}
	#comic_thumbs ul li a, #comic_thumbs ul li a:visited {
		opacity: 0.65;
		}
	#comic_thumbs ul li a:hover {
		opacity: 1;
		}

#comic_thumbs img {
	border: 0;
}

/* @end */

/* @group footer navigation */

#footer_nav ul {
	list-style: none;
	margin-left: -80px;
}
#footer_nav ul li{
	display: inline;
}

#footer_nav li a, #footer_nav li a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-family: "Courier New", Courier, mono;
	padding-left: 35px;
}

#footer_nav li a:hover {
	color: #b9b9b9;
	text-shadow: #b9b9b9 0 0 4px;
}



/* @end */
#clear {
	clear: both;
}

/* @group illo listings */
#illo_listings {
	padding-left: 19px;
	display: inline-table;
}

#illo_listings ul {
	list-style: none;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: left;
}

/* My Comment */
#illo_listings ul li {
	display: inline;
	height: 118px;
	padding-right:7px;
	padding-left: 7px;
}

#illo_listings a, #illo_listing a:visited {
	opacity: .7;
}
#illo_listings a:hover {
	opacity: 1;
}

/* @end */

/* @group info */
#about_left {
	float: left;
	padding-left: 20px;
	padding-top: 20px;
}

#about_right {
	float: left;
	width: 400px;
	padding-left: 45px;
	padding-top: 20px;
	padding-bottom:10px;
}
#contact_info {
	padding-bottom: 20px;
	padding-top: 20px;
	font-size:20px;
}

/* @end */

/* @group links */

#links_container{
	padding-left: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#links_left, #links_center, #links_right {
	width: 255px;
	float: left;
	text-align: left;
	padding-bottom: 10px;
}
#links_left ul, #links_center ul, #links_right ul {
	
}
#links_left ul li, #links_center ul li, #links_right ul li {
	display: list-item;
	
}

#links_container a, #links_container a:visited {
	color: #8c8c8c;
	font-size: 14px;
}
#links_container a:hover {
	color: black;
	text-shadow: #8c8c8c 0 0 3px;
}
/* @end */