﻿/*
TITLE:      	ERAUSA.org Style Sheets
AUTHOR:     	Sandy Campbell, editor, headlights@erausa.org
07.01.2008:    	Minimal Styles for Printing
*/

/*
PRINTING STYLES
--------------------------------------------------------------------- */

html
{
	background-image: url(img/era-logo-tag-127px.gif);
	background-repeat: no-repeat;
	background-position: 6pt 6pt;
}

body
{
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
	margin-top: 4pc;
	background-color: #fff;
}

h1, h2
{
	font-size: 12pt;
	line-height: 12pt;
	padding: 0;
	margin-top: 12pt;
	margin-bottom: 3pt;
}

h3
{
	font-size: 9pt;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 3pt;
}

h5
{
	font-size: 9pt;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 3pt;
}

p
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 7pt;
}

a
{
	color: #000;
	text-decoration: none;
}

img
{
	margin-top: 12pt;
	margin-bottom: 12pt;
	border: 0 none;
}

#footer p
{
	font-size: 7pt;
	line-height: 9pt;
	margin-top: 24pt;
	margin-bottom: 5pt;
}

#masthead,
#logo,
#navwrap,
#topnav,
#subnav,
#googlewrap
{
	visibility: hidden;
	height: 0;
	width: 0;
}

a.pdf
{
	padding-left: 18px;
	background: url(img/pdf-08-12x13.gif) left 50% no-repeat;
}

a.bigdate { font-size: 130%; }

a.slideshow
{
	padding-left: 22px;
	background: url(img/slideshow_18x15.gif) no-repeat left 50%;
}

a.pdf-missing
{
	padding-left: 17px;
	color: #ccc;
	background: url(img/pdf-08-12x13-missing.gif) no-repeat left 50%;
}

a.link
{
	padding-left: 16px;
	background: url(img/pointer_12x12.gif) no-repeat left 100%;
}

a.kmz
{
	padding-left: 17px;
	background: url(img/kmz-08-12x12.gif) no-repeat left 50%;
}

/*
LISTS
--------------------------------------------------------------------- */

ul li
{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

ol li
{
	list-style: decimal outside;
	margin-left: .25in;
	padding-left: 0;
}

ul.bulleted li
{
	list-style: square;
	margin-left: .25in;
	padding-left: 0;
}

/*
MEMBERSHIP FORM
--------------------------------------------------------------------- */

.formwrap
{
	float: left;
	display: inline;
	width: 3in;
	margin: 0;
	padding: 0;
	margin-right: .25in;
	padding-bottom: .25in;
}

label
{
	float: left;
	display: block;
	font-size: 85%;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 .4em 0;
	width: 100%;
}

input.form-input-field,
textarea.form-input-field
{
	margin-bottom: 6pt;
	padding: 3pt 3pt 4pt 3pt;
	border: .3pt #999 solid;
	border-radius: 3pt;
	-webkit-border-radius: 3pt;
	-moz-border-radius: 3pt;
	-o-border-radius: 3pt;
	-khtml-border-radius: 3pt;
	background-color: #fff;
	font-family: "New Courier", Courier;
	font-size: 9pt;
	line-height: 12pt;
}

input.form-input-field
{
	width: 3in;
	height: 12pt;
}

textarea.form-input-field
{
	width: 6.25in;
	height: 12pt;
}

input.form-input-button
{
	visibility: hidden;
	height: 0;
	width: 0;
}

/*
FATTIE LISTS
--------------------------------------------------------------------- */

.fattie
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 0 none;
}

.fattie ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.fattie li
{
	float: left;
	margin: 0 .2in .2in 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
	background-image: none;
}

