
body { 
	font: 11pt verdana, sans-serif;
	color: #000000;
	background: url(images/oobg1.jpg); 
	background-color: #165469;
	margin: 0px; 
	padding: 0px;
	text-align: center;
	}

p { 
	padding: 0px;
	font: 11px verdana, sans-serif; 
	margin-top: 8px;
	margin-bottom: 15px;
	text-align: justify;
	}

.p1 {
margin-right: 10px;
}

h1,h2,h3,h4 {
	margin-top: 13px;
	padding: 0px;
	}

h1 {
padding-bottom: 15px;
font: bold 11pt verdana, sans-serif;
color: #165469;
}

.charimg {
padding: 5px;
float: left;
}

ul.char {
list-style-position: inside;
margin: 0;
}

li {
font: 11px verdana, sans-serif;
}

h3 { 
	font: bold 11pt verdana, sans-serif;
	margin-bottom: 0px; 
	color: #165469;
	padding-bottom: 0px;
	}
	
h2 { 
	font: bold 10pt verdana, sans-serif;
	margin-bottom: 0px; 
	color: #000;
	padding-bottom: 0px;
	}

	h4 { 
	font: bold 10pt verdana, sans-serif;
	margin-bottom: 0px; 
	color: #000;
	padding-bottom: 0px;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #165469;
	}

a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #2EA3CB;
	}

.separatorinvisible {
	height: 12px;
	clear: both;
	}
	
.separator {
	height: 3px;
	background-color: #B26695;
	clear: both;
	margin-bottom: 20px;
	margin-top: 20px;
	}
	
	.separator2 {
	height: 3px;
	background-color: #fff;
	clear: both;
	margin-bottom: 15px;
	margin-top: 10px;
	}

#container { 
	background: url(images/oobg.jpg) repeat-y; 
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	}
	
#wrapper { 
	margin-left: 31px;
	padding: 0px 20px;
	width: 650px;
	position: relative;
	}
	
	
#characters {
margin-right: 10px;
}
	
#wrapper2 { 
	width: 635px;
	position: relative;
	}

#advertisement { 
	background: #000 no-repeat center top; 
	width: 740px;
	height: 95px;
	float: left;
	padding-bottom: 10px;
	}
			


#OOtitle { 
	background: url(images/ootitle.jpg) no-repeat center top; 
	width: 740px;
	height: 135px;
	float: right;
	}
	
#comicdate {
  margin-top: 8px;
	margin-bottom: 6px;
	}	

#comic {
  margin-right: 25px;
	margin-top: 0px;
	padding-top: 0px;
	border: 6px solid #000;
	}
	
#navigation ul {
  margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#navigation li {
  float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	background: url(images/nav.gif) no-repeat left top;
	}
	
#navigation a {
  font: bold 13px verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0px 0px 10px;
	height: 28px;
	width: 102px;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 23px;
	width: 92px;
	}

	.gallery {
	text-align: center;    
	margin: 15px;
	padding: .5em;
}
.gallery a {
	text-decoration: none;
}
.gallery a img {
	border-width: 1px;
	border-color: #165469;
	vertical-align: middle;
}

/* outer container for each image/caption pair */
.gallery p {
	display: inline;
}

/* For the <a> container, the best default display value is inline-table, but browser support isn't very good. Opera versions 6 and earlier totally mangle anything except display:table-cell, so that is set by default and the preferred display values are at the end of this stylesheet, within hacks that hide them from those Opera versions. No other browsers tested seemed to have any trouble with setting the different display values within a single rule. */

/* inner container for each image/caption pair */
.gallery a {
	display: table-cell;   /* default, for gecko & Opera6- */
	margin: .5em;
	padding: 5px;
	vertical-align: top;   /* aligns the img/caption container */
	width: 8em;            /* adjusts with text size */
	min-width: 110px;      /* not always honored, but that's OK */
	
}


/* image container, sets height so image can be vertically centered and the caption starts in the same vertical position regardless of image height, except WinIE does not apply line-height to images. oh well, most other browsers do... */
.gallery span {
	display: block;        /* fill container width, force a line break */
	height: 110px;         /* a bit larger than highest img */
	line-height: 110px;    /* same value as height */
	text-align: center;
/*	border: 1px dashed #f00; /* uncomment to show */
}

/* caption container, sets height (for 2 lines) so each outlined image/caption pair is the same height (except in WinIE) */
.gallery i {
	display: block;
	height: 2.5em;         /* makes each box a consistent height */
	padding: 5px 5px 0 5px;
	text-align: center;
	font-style: normal;
	line-height: 120%;     /* standard spacing */
/*	border: 1px dashed #00f; /* uncomment to show */
}

/* Owen hack, hides from WinIE, Opera versions 6- & some KHTML */
head:first-child+body .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}

/* star-html hack to show <a> rule(s) just to IE (Win and Mac) */
* html .gallery a {
	display: table-cell;   /* gecko & Opera6- */
	display: inline-table; /* Safari & some other browsers */
	display: inline-block; /* WinIE & some other browsers */
}
/* image is not clickable in WinIE with display:block :( \*/
* html .gallery span {
	display: inline;
}
* html .gallery a:hover i {
	cursor: hand; /* otherwise cursor doesn't change over block <i> */
} /* end WinIE hacks */

/* end hacks */
	
	
	
#navigation a:hover {
  background: url(images/nav.gif) 0px -31px;
	}
	
#navigation a:active {
  background: url(images/nav.gif) 0px -63px;
	}
		
			
#comicnav { 
	width: 610px;
	height: 27px;
	float: right;
	margin-bottom: 8px;
	margin-top:2px;
	clear: none;
	}

#archive { 
	width: 632px;
	height: 27px;
	float: right;
	margin-bottom: 8px;
	margin-top:8px;
	clear: both;
	}

	#links {
	margin-left: 10px;
	float: left;
	}
	
	.button {
	padding: 10px;
	}
	
#archivesinclude {		
  width: 632px;
	margin-left: 20px;
	}								  	
	
#emirant {
  float: left;
	background: #C0D1D6 url(images/emir.jpg) no-repeat center top;
	padding-left: 0px;
	padding-top: 69px;
	width: 300px;
	}
	
	#centercolumn {
	background-color: #fffff;
	float: left;
	padding-left: 0px;
	width: 10px;
	}
	
	#xrant {
  float: left;
	background: #C0D1D6 url(images/xuanwur.jpg) no-repeat center top;
	padding-top: 69px;
	margin-left: 35px;
	width: 300px;
	}
	
	
	#emitext, #xtext {
	padding: 10px;
	}
	
html>.centercolumn {
  width: 10px;
	}
	
html>.emirant {
  width: 300px;
	}
	
html>.xrant {
  width: 300px;
	}

#etitle { 
	background: url(images/emir.jpg) no-repeat center top; 
	width: 300px;
	height: 67px;
	float: left;
	margin-top: 15px;
	}

#xtitle { 
	background: url(images/xuanwur.jpg) no-repeat center top; 
	width: 300px;
	height: 67px;
	padding-left: 40px;
	float: left;
	margin-top: 15px;
	}

#centertitle { 
	background-color: #fff;
	width: 10px;
	height: 67px;
	float: left;
	margin-top: 15px;
	}
	
	
#paypal, #ring1, #ring3 { 
	width: 290px;
	height: 65px;
	float: left;
	margin-bottom: 15px;
	font: 10px verdana, sans-serif;
	clear: both;
	padding-left: 20px;
	}
	
#linkbutton, #ring2, #ring4 { 
	width: 200px;
	height: 40px;
	float: left;
	margin-bottom: 12px;
	margin-left: 45px;
	font: 10px verdana, sans-serif;
	}
	
#ring2 {
	margin-top: 12px;
	}
	

#footer {
	text-align: center;
	font: 10px verdana, sans-serif;
	padding: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	border-top: 1px dashed #B26695; 
	border-bottom: 1px dashed #B26695; 
	clear: both;
	}



