/* CSS Document copyright 2008 by Joe Cannaday -- www.joecannaday.com */

body, h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding : 0;
	margin : 0;
	background-color : #ddd;
	text-align : left;
	font-size : 14px;
	font-family : Georgia, serif;
	color : #555;
	} 

h1, h2, h3, h4, h5, h6, pre, code { 
	font-size : 1em;
	}
	
a { 
	text-decoration : none;
	}

a img { 
	border : none;
	}
	
	
#wrapper {
	width : 950px;
	margin-right : auto;
	margin-left : auto;
	border-right : 0px solid #000000;
	border-left : 0px solid #000000;
	background : #ddd;
	}




/* TOP SECTION */

#banner {
	background : #fff;
	height : 31px;
	}
	
.jcdotcom {
	height : 31px;
	width : 198px;
	float : left;
	}
	
.sportsedtoons {
	float : right;
	}
	

/*  NAVIGATION  */



	
#menu {
	position : relative;
	left : 0px;
	top : 70px;
	width : 170px;
	background-color : #ddd;
	
	}

ul#nav { 
	position : relative;
	left : 0px;
	top : 0px;
	list-style: none;
	list-style-type : none;
	width: 150px;
	background-color : #ddd;
	position : relative;
	height : 0px;
	text-align : left;
	
	}
	
	#nav a {
	text-decoration : none;
	color : #000;
	font-family : "arial narrow";
	font-size : 14px;
	border : 0px solid #000;
	border-bottom: 0px solid #000;;
	display : block;
	padding : 5px 0px 5px 5px;
	margin-top : 0px;
	margin-bottom : 20px;
	background: #fff;
	}
	
	#nav a:hover {
	background: #d05;
	}
	
	/* special formatting for home page link */
	
	a#homeLink {
	background: #999;
	}

	/* styles for the "you are here" buttons */
	#home #nav a#current,
	#feature #nav a#current {
	background: #5b5;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
	}

	#home #nav a#current:hover,
	#feature #nav a#current:hover {
	color: #d2f511;
	}
	
	/* IE Fixes */

/* remove annoying gaps */
#mainNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #mainNav a {
	height: 1px;
}






/*#current #library #abouttoons #hirez #originals #overhaul*/
	
	


/* MIDDLE SECTION */

#cartoonsection {
	position : relative;
	top : 0px;
	left : 150px;
	background-color : #ddd;
	width : 780px;
	height : 452px;
	font-size : 16px;
	font-family : Georgia, serif;
	line-height : 120%;
	color : #333;
	text-align : center;

	
	}
	
	
	
.iframehere {
	position : relative;
	left : 0px;
	top : 26px;
	background-color : #ddd;
	width : 553px;
	height : 382px;
	margin-left : auto;
	margin-right : auto;
	border : 0px solid #777;
	
	}
	
	
	
/* BOTTOM SECTION */

#bottomsection {
	position : relative;
	top : 0px;
	background-color : #ddd;
	width : 950px;
	line-height : 120%;
	margin-top : 0px;
	font-family : "arial narrow";
	font-size : 12px;
	text-align : center;
	color : #000;
	}
