body {
	background: #F3E2F2;
	font-family: 'Arial', 'Helvetica', sans-serif;
	font-size: 12px;
	}

a,a:hover {
	text-decoration: none;
	}
a img {
	border: 0px;
	}

div#container {
	position: relative;
	margin: auto;
	width: 820px;
	}
div#mainblock {
	position: relative;
	padding: 16px 0px 0px 0px;
	}
div#bannerlogo {
	height: 200px;
	background: url(img/jam_banner.gif);
	background-repeat: no-repeat;
}
div#bannerbottom {
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #B2C8FF;
	width: 760px;

	font-size: 9px;
	font-family: 'Comic Sans MS', sans-serif;
	text-transform: uppercase;
	text-align: right;
}
div#banner {
	margin: 0px 0px;
}

div#logo {
	position: absolute;
	background: url(logo_yellow.gif);
	background-repeat: no-repeat;

	top: 45px;
	left: 640px;
	width: 100px;
	height: 100px;
	border: 2px solid #000;
	}
div#issue {
	background: url(img/jam_issue_back.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 78px;
	left: 542px;

	width: 200px;
	height: 100px;
	border: 2px solid #000;

	font-family: Arial;
	font-weight: bold;
	text-align: center;
	color: #000;
	}
div#issue_number {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 100px;
	font-size: 50px;
	color: #E12784;
	}
div#issue_date {
	position: absolute;
	left: 0px;
	top: 70px;
	width: 100px;
	font-size: 24px;
	color: #E12784;
	}
div#issue_number_shadow {
	position: absolute;
	left: 2px;
	top: 6px;
	width: 100px;
	font-size: 50px;
	color: #FFF;
	}
div#issue_date_shadow {
	position: absolute;
	left: 1px;
	top: 71px;
	width: 100px;
	font-size: 24px;
	color: #FFF;
	}

div#nav {
	width: 744px;
	padding: 8px 8px;
	}
div#nav a {
	background: #E12784;
	border: 2px solid #000;
	font-size: 14px;
	color: #FFF;
	padding: 0px 16px 0px 12px;

	font-family: 'Comic Sans MS', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	}
div#nav a:hover {
	background: #F095C0;
	color: #000;
	}

div.label {
	z-index: 1;
	position: absolute;

	background: #B2C8FF;
	border: 2px solid #000;
	font-size: 14px;
	color: #FFF;
	padding: 0px 16px 0px 12px;
	margin: -2px;

	font-family: 'Comic Sans MS', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

span.label {
	background: #CCC;
	border: 2px solid #000;
	font-size: 12px;
	color: #000;
	padding: 0px 16px 0px 12px;
	margin-left: 8px;

	font-family: 'Comic Sans MS', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
}

div.panel {
	position: absolute;
	margin: 0px 16px 0px 0px;
	border: 2px solid #000;
	background: #FFF;
	overflow: hidden;
	}
div.panel[class] {
	margin-bottom: 16px;
	}
div.scrolling {
	z-index: 0;
	overflow: auto;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
}
div.content {
	padding: 8px;
	}
div.contentlabelled {
	padding: 24px 8px 8px 8px;
	}
div.panelpad {
	margin: 10px 16px 0px 16px;
	}
	
div.s1-3 {
	width: 240px;
	}
div.s2-3 {
	width: 500px;
	}
div.s3-3, div.s4-4 {
	width: 760px;
	}
div.s1-4 {
	width: 175px;
	}
div.s2-4, div.s1-2 {
	width: 370px;
	}
div.s3-4 {
	width: 565px;
	}

div.panel p {
	margin: 10px 0px;
	}
div.panel a {
	text-decoration: none;
	color: #F30;
	}
div.panel a:hover {
	text-decoration: underline;
	}

.comictext {
	font-family: 'Comic Sans MS', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
}
.comictext b {
	font-weight: bold;
	font-style: italic;
}

img.comicpanel {
	position: absolute;
	border: 0px;
	top: 0px;
	left: 0px;
}
img.thumb {
	border: 1px solid #000;
}
img.thumbhighlight {
	border: 4px solid #FC0;
}

_input,_select, _input.uploadfield {
	border: 1px solid #000;
	font-family: 'Arial', sans-serif;
	background: #FFF;
}
textarea {
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	}
input.comicbutton {
	background: #F30;
	border: 2px solid #000;
	font-size: 14px;
	color: #FFF;
	padding: 0px 16px 0px 12px;

	font-family: 'Comic Sans MS', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	}

table.datatable {
	border: 2px solid #CCC;
	}
tr.utilityrow {
	background: #CCC;
	}
tr.alternatingrow0 {
	background: #FFF;
	}
tr.alternatingrow1 {
	background: #CCC;
	}
tr.highlightedrow {
	background: #FC0;
	}
	
div#notification {
	display: block; 
	z-index: 10; 
	position: absolute; 
	top: -16px; 
	left: 200px; 
	width: 328px; 
	padding: 16px; 
	border: 2px solid #000; 
	background: #FC0; 

	font-family: 'Comic Sans MS', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;

	font-size: 16px;
	text-align: center;
	}
	
div.blog h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #F30;
	
	margin: 0px;
	}

div.blog h2 {
	font-size: 12px;
	font-weight: bold;
	
	margin: 4px 0 0 12px;
	}
div.blog h3 {
	font-size: 10px;
	font-weight: normal;
	color: #888;
	
	margin: 0 0 0 12px;
	}
	
div.blog p {
	margin-left: 24px;
	}
	
span.issueCover {
	color: #444;
	font-size: 10px;
	}
span.issueCover b {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	}
	
