/*   These are the base styles*/
/*   Some basic styles are on each individual page*/
/*   04/03/07 Added styles for captioned picture boxes */
body {background-image:url("pgart_cr/comictile2.jpg");
	background-repeat:repeat;
	margin-bottom: 50px;
	}
.layout {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	}
p {margin:0px;text-indent:1.2em;}
/*  Sets up the logo for CSS  */
div#logo h1 {
	text-indent:-5000px;
	background:url(pgart_cr/comicracklogo.gif);
	height:200px;
	background-repeat:no-repeat;
	margin:10px auto 0px auto;
	width:300px;
	}
/* Sets the header tags for the titles of the page */
.pg-title1 {
	font-size: 175%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin-top: -5px;
	margin-bottom:-15px;
	padding-bottom:0px;
	}

.pg-title2 {
	font-size: 150%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	text-align:center;
	padding-bottom:0px;
	margin-bottom:0px;
	}
img {border:none;}
/* Used on all pages with two links at bottom */
.line2 {
	margin: 20px auto 30px auto;
	width:80%;
	}
.links2 {
	width:100%;
	margin:auto;
	padding-bottom: 30px;
	}
.link1 {
	float:left;
	text-align:center;
	width:48%;
	}
.link2 {
	width:48%;
	text-align:center;
	float:right;
	}
.footer {
	clear:both;
	top: 35px;
	width: 65%;
	border: outset 2px;
	border-color: black;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	}
/* Used on h2 and h3 on pages that are articles title-box used on h2 */
.article-title {
	text-align:left;
	margin-top:5px;
	margin-bottom: 0px;
	font-size: 175%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	padding-bottom:0px;}
.article-author {
	text-align:left;
	margin-top:5px;
	font-size: 150%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	padding-bottom:0px;
	}
.article-title-box {
	color: black;
	background-color: #ffee00;
	border-style:outset;
	border-width:0px 2px 2px 0px;
	border-color: blue;
	margin-left:-7px;
	margin-top:0px;
	padding:3px 0px 3px 5px;
	display:inline;
	width:50%;
	float:left;
	}
.title {
	font-size: 90%;
	font-weight: 600;
	font-family: 'arial', 'helvetica', sans-serif;
	color: black;
	background-color: #ffee00;
	border-style:outset;
	border-width:0px 2px 2px 0px;
	border-color: blue;
	margin-left:-3px;
	padding-left:2px;
	padding-right:3px;
	display:inline;
	vertical-align:top;}
.background {
	background-color:#fdf5e6;
	padding: 0px 4px 4px 4px;
	border-style: outset;
	border-width: 1px 2px 2px 1px;
	border-color: black;
	margin:15px 0px 15px 0px;
	}
.line {
	margin-right:auto;
	margin-left:auto;
	width:50%;
	}
.under {text-decoration:underline;}

/* Sets styles for cpationed picture boxes */
.pic-box-top {
	border: 2px ridge #fdf5e6;
	background-color:#fbedd3;
	color:inherit;
	float:right;
	margin-top:15px;
	margin-left:5px;
	}
.pic-box-left {
	border: 2px ridge #fdf5e6;
	background-color:#fbedd3;
	color:inherit;
	float:left;
	margin-right:5px;
	}
.pic-box-right {
	border: 2px ridge #fdf5e6;
	background-color:#fbedd3;
	color:inherit;
	float:right;
	margin-left:5px;
	}
.pic {
	margin:5px 5px 4px 5px;
	}
.pic-caption {
	font-size:80%;
	text-align:center;
	margin:0px;
	line-height:1em;
	}

/* Styles above this line are valid with the new styles  Follow instructions below for changes and deletions to existing styles */



/* Used by pages with 2 links at bottom   Delete when all pages have been upgraded  See Thought Balloons for proper layout [5/12/06]*/
.link_td1 {
	text-align:center;
	width:45%;
	}
.link_td2 {
	width:10%;
	}

/*   These styles are used by the Links Page*/
.headings {
	font-size: 110%;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	padding: 0px 5px 0px 5px;
	left: 0;
	margin-bottom: 15px;
	display: block;
	white-space: nowrap;
	width: 20%;
	border-width: 1px 3px 3px 1px;
	border-style: groove;
	border-color: black;
	background-color:#ffee00;
	}
.link-pic {
	float:left;
	margin-right:5px;
	}	

/* These styles are used on pages with articles */
.article {
	font-size: 100%;
	display:block;
	margin: auto auto 30px auto;
	background-color:#fdf5e6;
	padding:0px 8px 29px 8px;
	border-style: outset;
	border-width: 1px 2px 2px 1px;
	border-color: black;
	text-align: justify;
  line-height: 20px;
	}
.copyright {
	display: block;
	text-align: center;
	margin-top:30px;
	}
