/* STYLESHEET Info
Filename: style.css
URI: http://speakoutillinois.org/2007/style.css
Description: Stylesheet for SpeakOut Illinois
Author: Eric Scheidler
Version: 4.0 (Based on 2006 Stylesheet)
---------------------- */


/* COLOR Table
Dark Blue = #008
Bark Red = #c30
---------------------- */


/* MAJOR LAYOUT Styles
---------------------- */
body {
	font-size: 13px;
	line-height: 18px;
	font-family: "Bookman Old Style", "Palatino Linotype", Palatino, "Book Antiqua", serif;
	background-color: #eee;
	background-image: url("tile2.gif");
	}
#logo {
	position: absolute;
	top: 20px;
	left: 15px;
	}
#mainpage {
	margin: 23px 10px 10px 305px;
	color: #111;
	border: 2px solid #008;
	padding: 0 0 12px;
	background-color: #fff;
	width: 480px; 
	}


/* HEADING Styles
---------------------- */
#title {
	text-align: center;
	}
#title #print {
	display: none;
	}
#title #screen {
	margin: 24px 0 0;
	display: inline;
	font-size: 21px;
	}
h1 h2 {
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: bold;
	}
h1 {
	font-size: 16px;
	color: #c30;
	text-align: center;
	margin: 12px 20px 20px;
	}
h2 {
	font-size: 14px;
	color: #008;
	text-align: left;
	margin: 16px 20px 12px;
	}
h3 {
	font-size: 12px;
	color: #111;
	text-align: left;
	margin: 0 20px 8px;
	font-weight: bold;
	}


/* BLOCK Styles
---------------------- */
h2 + p:first-letter,
h2 + div + p:first-letter,
h1 + p:first-letter,
h1 + div + div + div + p:first-letter,
h1 + div + p:first-letter,
hr + p:first-letter
	{
	font-size: 15px;
	font-weight: bold; 
	color: #008;
	padding-right: 1px;
	}
p, dl, ul {
	margin: 0px 20px 12px;
	text-align: left;
	line-height: 20px;
	}
ul {
	padding-left: 20px;
	margin-top: 0; 
	}
dt {
	font-weight: bold;
	margin: 12px 0px 6px;
	}
dd {
	margin: 0 0 8px 24px;
	}
.header dt {
	text-transform: uppercase;
	margin-bottom: 0;
	color: #008;
	} 
.header dd {
	margin-left: 0;
	}
ol {
	margin-left: 12px;
	padding-left: 12px;
	}
ol li {
	margin-bottom: 8px;
	}
ul li {
	margin: 0 20px 8px 0;
	padding: 0;
	}
table {
	margin: 20px;
	font-size: 13px;
	}
td {
	line-height: 20px;
	}
strong {
	color: #333;
	}
.clear {
	clear: both;
	}
hr {
	color: #008;
	margin: 0 20px 10px;
	background-color: #008;
	border: none;
	height: 2px;
	}

/* IMAGE Styles
---------------------- */
#mainpage img {
	color: #008;
	}
.imageR {
	float: right;
	}
.imageC {
	text-align: center;
	margin: 6px 20px 12px;
	position: relative;
	top: 4px;
	}
.imageL {
	float: left;
	}
.imageL,
.imageR {
	margin: 4px 20px 12px;
	display: inline; /* Fix for IE double-margin bug */
	}
.imageL img,
.imageR img,
.imageC img {
	border: 2px solid #008;
	margin: 0;
	padding: 0;
	}
.imageR p,
.imageL p,
.imageC p {
	text-align: center;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
/*	width: 120px; */
	margin: 4px 0 0;
	padding: 0;
	color: #008;
	}
address {
	font-style: normal;
	font-weight: bold;
	color: #008;
	text-align: center;
	margin-bottom: 12px;
	}


/* LINK Styles
---------------------- */
#mainpage a:link {
	text-decoration: underline;
	color: #55b;
	background-color: #fff;
	}
#mainpage a:visited {
	text-decoration: underline;
	color: #b5b;
	}
#mainpage a:hover {
	text-decoration: none;
	color: #555;
	background-color: none;
	}
#mainpage a.outside:link, #mainpage a.outside:visited {
	color: #555;
	} 
.pdf {
	font-size: 10px;
	}


/* INLINE Styles
---------------------- */
.time {
	color: #c30;
	margin-right: 6px;
	}
.update {
	display: block;
	text-align: right;
	margin: 0 20px;
	color: #668;
	font-size: 10px;
	}
.note {
	font-size: 11px;
	line-height: 14px;
	}
ol em {
	display: block;
	}
dd.info {
	}


/* MENU Styles
---------------------- */
#menu {
	position: absolute;
	width: 145px;
	top: 180px;
	left: 150px;
	}
#menu ul {
	list-style-type: none;
	margin: 12px 0 0;
	padding: 0;
	}
#menu li {
	margin: 3px 0px;
	padding: 3px 0px;
	}
#menu img {
	border: none;
	}
#menu a:link, #menu a:visited, #menu span.here {
	display: block;
/*	width: 160px; */
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 2px 5px;
	background-color: #008;
	border: 2px solid #008;
	}
#menu a:hover {
	color: #fff;
	background-color: #c30;
	border-color: #c30;
	}
#menu a:active, #menu span.here {
	background-color: #fff;
	color: #008;
	border-color: #008;
	}
#menu span.small {
	text-transform: none;
	font-variant: small-caps;
	}


/* FOOTER Styles
---------------------- */
#footer {
	margin: 10px 10px 15px 305px;
	color: #111;
	padding: 8px 0px;
	border: 2px solid #c30;
	background-color: #fff;
	width: 480px;
	}
#footer h4 {
	margin: 0px 16px;
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
	word-spacing: 2px;
	letter-spacing: 1px; 
	}
#footer a:link, #footer a:visited {
	color: #111;
	text-decoration: none;
	}
#footer a:hover {
	color: #c30;
	text-decoration: underline;
	}