/*
Theme Name: Illinois
Theme URI: http://stopillinoisfoca.com/
Description: WordPress theme based on <a href="http://squarezero.org">Square Zero</a>.
Version: 1.0
Author: Eric Scheidler
Author URI: http://squarezero.org/
*/



/* COLORS
---------------------- */


/* MAJOR LAYOUT Styles
---------------------- */
body {
	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-color: rgb(150,150,150);
	background-attachment: fixed;
	font: 12px/18px verdana,san-serif;
	color: rgb(10,10,20);
	padding-bottom: 0 0 400px;
	margin: 0;
	text-align: center;
}
#masthead {
	margin: 0 auto;
	text-align: center;
	padding: 0;
}
#masthead img {
	border: none;
	margin: 0;
	padding: 0;
}
#help,
#footer,
.wide {
	width: 718px;
}
#page {
	width: 790px;
	border: 5px solid rgb(0,125,195);
	margin: 30px auto 60px;
	background-color: rgb(255,255,255);
	padding: 5px 0;
	text-align: left;
}
#content {
	padding-left: 255px;
	padding-bottom: 100px;
	padding-right: 25px;
}
form {
	margin: 0;
	padding: 0;
}


/* HEADING Styles
---------------------- */
h1,
h1 a:link,
h1 a:visited,
h2.big,
h2.big a:link,
h2.big a:visited {
	font-size: 18px;
	line-height: 23px;
	color: rgb(0,70,140);
	margin: 25px 0 25px;
	text-decoration: none;
	clear: both;
}
h1 a:hover,
h2.big a:hover {
	color: rgb(0,70,140);
}
#archive h1 {
	font-size: 12px;
	font-variant: small-caps;
	padding-left: 15px;
	border-bottom: 1px solid rgb(0,70,140);
}
#archive h2.big,
#archive h2.big a:link,
#archive h2.big a:visited {
	font-size: 15px;
	margin-bottom: 15px;
}
h2 {
	font-size: 13px;
	margin: 20px 0 10px;
}
h2.searchlisting {
	font-size: 14px;
	lineheight: 20px;
	margin: 0 0 20px;
}
h2 a:hover {
	color: rgb(10,10,40);	
}
h3,
h3 a,
h3 a:hover {
	font-size: 13px;
	color: rgb(0,70,140);
	margin: 15px 0 10px;
}
h4 {
	color: rgb(110,110,110);
	font-variant: small-caps;
	padding-left: 10px;
	font-size: 14px;
	margin: 0 0 15px;
	}
h5, h6 {
	font-size: 10px;
	line-height: 14px;
	color: rgb(120,120,120);
	}
h5 { /* Blog author and date */
	margin-top: -15px;
	padding-left: 15px;
	color: 
	}
h6 { /* Blog category and comment note */
	width: auto;
	margin: 0 0 25px;
	padding: 0 0 25px;
	font-weight: normal;
	border-bottom: 1px solid rgb(140,140,140);
	clear: both;
	}



/* BLOCK Styles
---------------------- */
h1, h2, h3.normal, h4, h5, h6,
p, ul, ol, textarea {
	text-align: left;
	}
p {
	margin: 0 0 15px;
	}
p.arrow {
	margin-top: -31px;
	}
.clear {
	clear: both;
	}
ul {
	margin: 0 0 15px 25px;
	padding: 0;
	}
ol {
	margin: 0 0 15px 15px;
	padding: 0;
	}
ol.strong li {
	font-weight: bold;
	}
ol.strong li ul li {
	font-weight: normal;
	}
ul li {
	margin: 0 0 0 5px;
	padding: 0;
	}
dl {
	margin: 0 0 15px;
	padding: 0;
	} 
dl dt {
	margin: 5px 0 0;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: top left;
	font-weight: bold;
	}
dl dd {
	margin: 0 0 0 15px;
	padding: 0;
	}
dd ol {
	margin-top: 10px;
	margin-bottom: 10px;
	}
dd ol li {
	margin-bottom: 5px;
	}
ul.gaps li {
	margin-bottom: 5px;
	}
ol li {
	margin: 0 0 10px 20px;
	padding: 0;
	}
ol li ul {
	margin: 10px 0 0;
	}
ol li ul li {
	margin-bottom: 0;	
	}
ul.nobullet li {
	list-style-type: none;
	list-style-image: none;
	}
address {
	margin: 0 0 15px 15px;
	font-style: normal;
	}
blockquote {
	padding: 0;
	margin: 0;
	}
blockquote p,
blockquote ul {
	font-size:11px;
	line-height: 17px;
	padding: 0 20px;
	}
blockquote.right,
blockquote.left { /* Used for pullquotes because Wordpress hates DIVs */
	width: 250px;
	}
blockquote.right p,
blockquote.left p {
	font-size: 12px;
	}
.note {
/*	width: 439px; */
	font-size: 11px;
	line-height: 16px;
	border: 1px solid rgb(110,110,110);
	padding: 10px 10px 0;
	background-color: rgb(235,240,255);
	margin-bottom: 15px;
	}
p.note {
	padding-bottom: 10px;
	}
.note p {
	margin-bottom: 10px;
	}
hr {
	border-top: 0px;
	border-bottom: 1px solid rgb(140,140,140);
	margin-bottom: 10px;
	height: 1px;
	}
.noclear {
	clear: none;
	}
.tinynote {
	font-size: 11px;
	}
table.days {width: 500px;}
td.day {
	width: 90px;
	}

/* LINK Styles
---------------------- */
a:link {
	text-decoration: underline;
	color: rgb(20,40,240);
	}
a:visited {
	color: rgb(160,40,160);
	}
a:hover {
	color: rgb(120,120,120);
	text-decoration: none;
	}
a.back:link,
a.back:visited {
	margin-left: 15px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	}
.pdf {
}


/* INLINE Styles
---------------------- */
.under,
.underscore,
.underline {
	text-decoration: underline;
	font-style: normal;
	}
.redline {
	text-decoration: line-through;
	font-style: normal;
	}
img.arrow {
	margin-bottom: -5px;
	}
em.hilite {
	font-style: normal;
	background-color: rgb(255,255,115);
	padding: 0 3px 1px;
	}
code {
	font-family: "courier new", courier, fixed-width;
	padding-left: 10px;
	}
code em {
	color: rgb(200,50,50);
	font-style: normal;
	font-weight: bold;
	}
code strong {
	color: rgb(50,200,50);
	font-weight: bold;
	}
dd strong {
	color: rgb(80,80,80);
	}
.hot {
	color: rgb(200,50,50);
	}
span.indent {
	padding-left: 10px;
	}
.days strong {
	margin-right: 7px;
	}
.urgent /* ,
 .urgent a,
.urgent a:visited,
.urgent a:hover */ {
	color: rgb(200,50,50);
/*	text-decoration: none; */
}


em.urgent {
	font-style: normal;
	}
.sign {
	font-variant: small-caps;
	font-style: normal;
	}
em em.sign {
	font-style: italic;
	}


/* MAINMENU Styles
---------------------- */
#mainmenu {
	position: absolute;
	top: 215px;
	padding: 0 0 0 255px; 
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#mainmenu ul {
	width: auto;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 0;
}
#mainmenu span,
#mainmenu a {
	padding: 6px 18px 15px 12px;	
	font-weight: bold;
	margin: 0;
	width: 100px;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 17px;
	text-align: right;
	letter-spacing: 1px;
	word-spacing: 2px;
	}
#mainmenu li#first a {
	margin-left: 0;
}
#mainmenu a {
	background-image: url('images/buttons.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: rgb(255,255,255);
	text-decoration: none;
}
#mainmenu a:hover {
	background-position: 0 -60px;
	padding: 8px 16px 13px 14px;
}
#mainmenu a#here,
#mainmenu a#here:hover {
	background-position: 0 -120px;
	padding: 8px 12px 12px 18px;
	color: rgb(0,70,140);
}
#mainmenu a:active {
	background-position: 0 -190px;
	padding: 8px 16px 13px 14px;
}



/* SIDEBAR Styles
---------------------- */
#sidebar {
	position: absolute;
	top: 310px;
	left: 50%;
	margin-left: -380px;
	width: 210px;
	text-align: left;
	}
#sidebar p {
	padding-bottom: 10px;
	width: 200px;
	}
.quote {
	margin: 0 10px;
	background-image: url("images/greenQTL.gif");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 10px 15px;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	font-weight: bold;
	color: rgb(140,140,140);
	}
.small { /* Used with Quote on blog entries */
	font-size: 13px;	
	}
.big { /* Used with Quote on blog entries */
	font-size: 17px;
	margin-bottom: 15px;
	}
.quote .lastword {
	background-image: url("images/qtR.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 12px 15px 9px 0;
	}
p.cite {
	background-image: none;
	text-align: right;
	color: rgb(140,140,140);
	font-weight: bold;
	font-variant: small-caps;
	margin-top: -5px;
	}
.left p.cite {
	padding-right: 20px;
	}
#sidebar h2 {
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid rgb(140,140,140);
	font-style: italic;
	color: rgb(110,110,110);
	margin-bottom: 4px;
	width: auto;
	}
#sidebar h3 {
	width: auto;
	}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 15px;
	padding: 0;
	}
#sidebar ul a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 14px;
}
#sidebar ul.pages a {
	font-size: 12px;
	line-height: 22px;
}
#sidebar ul li {
	margin-left: 10px;
	padding: 0;
	}
#search {
 /*	margin-bottom: 10px; */
	}
#search #s {
	border: 1px solid rgb(110,110,110);
	width: 105px;
	padding: 1px 1px;
	margin-left: 10px;
	}
#searchsubmit {
	background-image: url('images/buttons.png');
	background-position: -138px 0px;
	background-repeat: no-repeat;
	padding: 5px 36px 11px 35px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 1px;
	border: medium none; 
	text-align: center;
}
#searchsubmit:hover {
	background-position: -138px -60px;
}
#searchsubmit:active {
	background-position: -138px -120px;
}


/* FOOTER Styles
---------------------- */
#footer {
	margin-top: 80px;
	margin-bottom: 5px;
	background-color: rgb(0,125,195);
	width: 100%;
	}
#footer p {
	font-size: 12px;
	line-height: 12px;
	color: rgb(255,255,255);
	font-weight: bold;
	margin: 0;
	padding: 4px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 4px;
	}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: rgb(255,255,255);
	}
#footer a:hover {
	text-decoration: underline;
	}

/* SIGNUP FORM Styles
---------------------- */
#signup {
	position: absolute;
	top: 1px;
	right: 50%;
	margin-right: -373px;
	width: 247px;
	padding: 0 0 8px;
	border: 1px solid rgb(110,110,110);
	background-color:  rgb(170,170,170);
	}
#signup table {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	}
#signup h2 {
	margin: 0;
	padding: 1px 15px 3px;
	background-color: rgb(110,110,110);
	font-size: 13px;
	color: rgb(255,255,255);
	word-spacing: 1px;
	}
#signup p {
	width: auto;
	margin: 8px 13px 10px 15px;
	font-size: 11px;
	line-height: 15px;
	}
#signup td {
	font-size: 11px;
	text-align: left;
	}
#signup td.right {
	width: 92px;
	text-align: right;
	font-weight: bold;
	}
#signup input {
	}
#signup input.label {
	border: 1px solid rgb(110,110,110); 
	font-size: 11px;
	color: rgb(50,50,50);
	padding: 1px 3px;
	margin: 0;
	}
#signup .error { /* Not needed? */
	color: rgb(180,20,20);
	font-weight: bold;
	font-size: 10px;
	}

/* IMAGES Styles
---------------------- */
img, img a {
	border: none;
	}
img.center {
	text-align: center;
	margin: 5px 0 15px;
	}
img.right,
div.right,
blockquote.right {
	float: right;
	margin: 5px 0 10px 20px; 
	}
img.left,
div.left,
blockquote.left {
	float: left;
	margin: 5px 20px 10px 0; 
	}
div.right,
div.left {
	width: 250px;
	}
#page .up {
	position: relative;
	top: -14px;
	left: 7px;
	padding: 0;
	}
#page .thumb {
	margin-right: 7px;
	}
#page .last {
	margin-right: 0;
	}

/* BLOG Styles
---------------------- */
.more-link {
	font-style: normal;
	font-size: 10px;
	font-weight: bold;
	padding-left: 15px;
	}
dd .more-link {
	padding-left: 5px;
	}
.commentlist li {
	font-weight: bold;
	border: 1px solid rgb(0,40,170);
	padding: 10px;
	background-color: rgb(240,240,245);
	}
.commentlist li.alt,
.commentlist li.alt li  {
	background-color: rgb(245,245,230);
	}
.commentlist li ul li {
	border: none;
	padding: 0;
	margin: 0 0 0 20px;
	list-style-image: url('images/greendot.gif');
	font-weight: normal;
	}
.commentlist p {
	margin: 15px 0 0;
	font-weight: normal;
	}
h3#comments {
	margin-bottom: 15px;
/*	padding-left: 47px; */
	}
.commentlist h6 {
	margin: 15px 0 0;
	text-align: right;
	border-bottom: none;
	padding-bottom: 0;
	}

/* TOPNAV Styles
	Usage: Links to Earlier and Later entries at top of page
------------------------- */
ul.topnav {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 25px 0 0;
	font-size: 12px; 
	text-align: center;
	border: 1px solid rgb(140,140,140);
	color: rgb(140,140,140);
	border-right: none;
	border-left: none;
	}
.topnav li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	padding: 0;
	margin: 0;
	}
.topnav .home {
	display: block;
	text-align: center;
	margin: 0;
	padding: 0;
	}
.topnav .next,
.topnav .prev {
	width: 235px; 
	}
.topnav .next {
	text-align: right;
	float: left;
	}
.topnav .prev {
	text-align: left;
	float: right;
	}
.topnav li a:link,
.topnav li a:visited {
	text-decoration: none;
	}
.topnav li a:hover {
	text-decoration: underline;
	}
.topnav li.home a {
	padding: 0;
	}
	
/* PETITION Styles
------------------------- */
p.petition {
    padding: 10px 10px 20px;
	margin: 0 25px;
	font-weight: bold;
	color: rgb(0,70,140);
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
}
.endquote {
}
#formdiv {
	border: 2px solid rgb(145,150,160);
	background-color: rgb(245,250,255);
	padding-bottom: 20px;
	margin-top: 30px;
/*	display: none; */
}
#formdiv h3 {
	background-color: rgb(145,150,160);
	color: rgb(255,255,255);
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 15px;
	padding: 2px 0;
	word-spacing: 2px;
	letter-spacing: 1px;
}
td.left {
	width: 190px;
	font-weight: bold;
	color: rgb(0,70,140);
	text-align: right;
}
td.right {
	padding-right: 5px;
}
td.right input {
	border: 2px solid rgb(145,150,160);
	margin-top: 1px;
}
#petitionsubmit {
	margin: 4px 0 0;
	background-image: url('images/buttons.png');
	background-position: -228px 0px;
	background-repeat: no-repeat;
	padding: 5px 37px 11px 35px;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	border: medium none; 
	text-align: center;
	width: 78px;
	color: rgb(255,255,255);
}
#petitionsubmit:hover {
	background-position: -228px -60px;
	padding: 6px 35px 10px 36px;
}
#petitionsubmit:active {
	background-position: -228px -120px;
	padding: 6px 35px 10px 36px;
}
.mmx {
}
#formdiv .error {
	color: rgb(180,20,20);
}
.confirm td {
	padding-left: 5px;
	
}
td.label {
	color: rgb(0,70,140);
	text-align: right;
	font-weight: bold;
	vertical-align: top;
	padding-left: 10px;
}
