/* stylejh.css - johnhertz.sciencefictionleague.org */

body {
	font-family: 'Gill Sans', 'News Gothic', 'NewsGoth', sans-serif;
	background-color: #FFFFFF;
	margin-left: 20%; 
	margin-right: 20%; 
	padding-right: 10px;
}

td {
	padding: 10px;
	font-family: 'Georgia', 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif;
}

hr {
	color: #990000; 
}

.quote {
	font-family: 'Georgia', 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif;
	font-weight: normal;
	text-transform: none;
}

.quote i {
	font-weight: bold;
}

.quote .title, .title {
	font-family: 'Georgia', 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif;
	font-weight: normal;
	padding-bottom: 6px;
}

.quote .byline {
	padding-top: 6px;
}

.lino {
	font-family: 'Georgia', 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif;
	border-top: 10pt solid black;
	border-bottom: 10pt solid black;
	margin-bottom: 10px;
}

small {
	font-size: 85%;
}

fine {
	font-size: 70%;
}


.quarter {
	font-family: 'Georgia', 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif;
	margin-left: 25%;
	margin-right: 10%;
}

.third {
	margin-left: 10%;
	margin-right: 10%;
}

/* div class="log" is for temporarily marking the changes, which will be folded into "what's new" when the page goes live. */

.log, #log {
	font-style: italic; 
	font-family: 'Georgia', 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif; 
	float: right;
	width: 255;
}

H1		{font-weight: bold;
		font-family: 'Gill Sans Condensed';
		font-size: 250%;
		text-transform: uppercase;}

H2              {font-weight: bold;
		font-size: 200%;
		border-top: 10pt solid #990000;
		padding-top: 10px;
		font-family: 'Gill Sans Condensed';
		text-transform: uppercase;}


H3              {font-weight: bold;
		font-size: 150%;}
H4              {font-weight: bold;
		font-size: 125%;}
h5		{font-size: 80%;
		font-family: 'Georgia', 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif;
		border-bottom: 10pt solid #990000;}
h6		{border-top: 10pt solid #990000;}

.notitalic	{font-style: normal;}

/* "text-decoration: none" would mean that links aren't underlined. */
a {
	color: black;
}

a:link {
	color: blue;
}

a:visited {
	color: #880088;
}

a:hover, a:active {
	text-decoration: underline;
	color: red;
}

/* id="homecorner" is the top left portion where we put our home page link. */

#homecorner {
	position: absolute;
	top: 10px;
	float: left;
	width: 200px;
}

/*
	margin-left: 125px;
	text-align: center;
*/

/* id="banner" is the top portion where the H2 & H1 headlines go, for the title of the page. */
/* (bannerbig is just a larger version for test purposes -- not used on the site.) */

#banner {
	margin-left: 210px;
	height: 120px;
}

.banner {
	margin-left: 210px;
	height: 120px;
}

#bannerbig {
	margin-left: 210px;
	height: 160px;
}

/*	left: 10px;*/

/* id="major" refers to the major-page navigation block on the left side of the window */ 

#major {
	float: left;
 	width: 195px;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

#major ul {
	list-style-type: none;
	background: #006699;
	padding: 0px;
	margin: 0px;
	color: white;
	font-weight: bold;
}

/*
	margin-left: 5px;
	margin-right: 5px;
*/

/* 28-mar-2006 -  padding changed from 2px to 1px */

#major ul li {
	display: block;
	padding: 1px;
	font-size: 1em;
	border-top: 10pt solid #FFFFAA;
}

#major ul li.first {
	border-top: none;
}

#major ul li a {
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: block;
	margin: 0px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#major ul li a:hover {
	text-decoration: underline;
	color: yellow;
}


/* "sidebar" refers to the subcategory list sometimes found on the major category pages. */
/* we generally put this in the HTML before the "info" section. */
/* id="sidebar" and class="feature" use the same color scheme (dark bold links), see below under .feature . */

/* div id=sidebar (sub-category) list on the right hand side */
/* notes: padding refers to inside the shaded area; margin, outside the box. */
#sidebar {
	background-color: #DDDDFF;
	font-size: 12px;
	float: right;
	padding-left: 10px;
	margin-left: 15px;
	padding-right: 10px;
	width: 25%;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#sideform {
	background-color: white;
	font-size: 12px;
	float: right;
	padding-left: 10px;
	margin-left: 15px;
	padding-right: 10px;
	width: 310px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 15px;
}

#sidebar big {
	font-size: 15px;
}

/* id="info" = info portion of a minor or major category page */

#info {
	margin-left: 210px; 
	margin-right: 20%; 
	padding-right: 10px;
}

#info big {
	font-size: 20px;
}

#infotop {margin-left: 210px; margin-right: 0px}

/* infowide is obsolete as of 2006-03-25 */

#infowide {
	margin-left: 210px; 
	margin-right: 10px;
}

/* <div id="info" class="wide"> is for stuff that needs to take more of the width of the screen */

#info.wide  {
	margin-right: 10px; 
}

/* <div id="info"><div class="wide"> has to compensate for #info's large right margin; and the calculation is approximate. */

#info .wide {
	margin-right: -30%; 
}

#info.wide dd, #info .wide dd, #info .pack dd {
	font-size: 80%;
}

/* class=feature makes a highlight box for us */

.feature {
	background-color: #DDDDFF;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.feature ul,#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.feature a, #sidebar a {
	font-weight: bold;
}

.feature a:link, #sidebar a:link {
	color: #990000;	
}

#sidebar a:hover, .feature a:hover, #sidebar a:active, .feature a:active, #sidebar a:visited, .feature a:visited {
	color: #880088;
}

dt {
	padding-top: 10px;
	font-size: 120%;
	font-family: 'Gill Sans Condensed';
	font-weight: bold;
	text-transform: uppercase;
}



.gift {
	color: #990000; 
}

