/* style2.css - New L.A.con IV style sheet, under development */

/* For examples of how we use these, please see -- */

/*            http://www.laconiv.org/2006/css/blank1.htm        */
/*                       through                                */
/*            http://www.laconiv.org/2006/css/blank7.htm        */

/*                       and                                    */

/*            http://www.laconiv.org/2006/css/blanka.htm        */
/*                       through                                */
/*            http://www.laconiv.org/2006/css/blankf.htm        */



body {
	font-family: Arial, Helvetica, Swiss, Univers, "Gill Sans", "Tahoma", "Verdana", sans-serif;
	background-color: #FFFFAA;
}

/* 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: 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif; 
	float: right;
	width: 255;
}

H2              {font-family: 'Goudy Old Style Extrabold', 'Times New Roman', 'Times Roman', serif; font-weight: bold;}
H3              {font-style: italic;}
.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;
}

dl dt {
	font-family: 'Goudy Old Style', 'Times New Roman', 'Times Roman', serif; 
	font-weight: bold;
	font-size: 120%;
	margin-top: 1 em;
}

dl dd a {
	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: 2px 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: #000044;	
}

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

dt {
	padding-top: 5px;
}


