@charset "UTF-8";
*{
	margin: 0px;
}

body{
	color: #FFF;
}

#comic_lg_wrapper {
	background-image: url(../images/lightbox/lightbox_bg.jpg);
	width: 875px;
	height: 950px;
	display: block;
}
#lightbox_header {
	background-image: url(../images/lightbox/lightbox_header.jpg);
	height: 94px;
	width: 875px;
}
#comic_name {
	display: block;
	height: 90px;
	width: 350px;
	margin-left: 470px;
	padding-top: 20px;
}
#comic_name h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: block;
	font-style: italic;
	margin:0px;
}
#comic_name h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFFFFF;
	display: block;
	margin-top: 0px;
	
}
#lightbox_content {
	width: 380px;
	float: left;
	margin-top: 15px;
}
#lightbox_content h1 {
	color: #800901;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #800901;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 5px;
}
#lightbox_content h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #7D0902;
	font-size: 16px;
	background-image: url(../images/lightbox/download.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#lightbox_content h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #7D0902;
	font-size: 16px;
	background-image: url(../images/lightbox/save.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	display: block;
}

#lightbox_content h4 {
background:transparent url(../images/envelopeicon_03.png) no-repeat scroll 0 0;
color:#7A0803;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
margin-left:20px;
padding-left:40px;
font-weight: normal; 
}



#lightbox_content p {
	font-family: Arial, Helvetica, sans-serif;
	color: #7A0803;
	font-size: 14px;
	margin-left: 20px;
}
#comic_lg_wrapper img {
	border: medium solid #FFFFFF;
	margin: 15px;
	float: left;
}

p {
	font-size: .9em;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #000000;
}
.quote {
	font-size:100%;
	font-style:italic;
	color: #333333;
	text-align:right;
	margin-right:20px;
}
.quotecite {
	font-size:95%;
	color: #666666;
	text-align: right;
	margin-right:20px;
}
.quoteciteresources { /* added for resourcxes.html 073109 -aj */
	font-size:95%;
	color: #666666;
	text-align: right;
}
#qote_content { /* added for resourcxes.html 073109 -aj */
	width: 400px;
	display:block;
	float: right;
	margin-top: 5px;
	margin-right:10px;
	margin-left:10px;
	height: auto;
/*	border: thin solid #999999; */
	position: relative;
}


/*** added to format links properly when inside h2 & h3 tags. -aj */
a {
	color: #7D0902;
	text-decoration: underline;
 }

a:hover {
	color: #7D0902;
	text-decoration: underline;
}

