/*** NATIONAL FOUNDATION FOR WOMEN LEGISLATORS 
**** http://www.womenlegislators.org
****/

.bold { font-weight: bold; }

body
{
  background: #323232 url(/images/bg.gif) repeat-x;
  font:normal small/1.3 Verdana, Arial, Helvetica, sans-serif;
}

hr
{
  height: 1px;
  width: 95%;
}

a:hover { text-decoration:none; }

#container
{
  background: #000;
  text-align: left;
}

#header
{
  background: #132845;
}

#header img
{
  margin:0 0 9px 25px;  
}


#footer
{
background: #122745;
border: 0;
font-size: 85%;
text-align: center;
color: #aaa;
}

#footer a { color: #aaf; }


.header { font-weight:bold; font-size:14px }


div#links ul, div#library ul
{
padding-left: 2em;
}


.newsphoto,
#about .photo
{
  float:right;
  padding:0 0 10px 10px;
}

div.row { clear: both }

table.listing td{ padding:0 1em 1em 0; }

table.listing td.date { width:10em; }


/**************************
**** MAIN CONTENT AREA ****
**************************/

#middlecolumn
{
background:#fff;
border: 0;		/* note this element's effect on {margin-right} below */
height: 1%;		/* DO NOT CHANGE */
margin-right: 150px;	/* total of this element's border PLUS #rightsidebar{width} */
padding: 0;		/* DO NOT CHANGE */
}

#maincontent
{
border: 0;      /* DO NOT CHANGE */
margin: 0;
padding: 5px 10px;
background:#fff;

}

#maincontent .viewall
{
  font-size:12px;
  font-weight:bold;
  text-align:center;
}

#maincontent h1
{
  color: #8c0000;
  margin-bottom:1em;
  font-size: 160%;
  font-weight: bold;
}

#maincontent h2
{
  margin:.5em 0 .25em 0;
  color: #c00;
  font-size: 140%;
  font-weight: bold;
}

#maincontent h3
{
  margin:.5em 0 .25em 0;
  color: #c00;
  font-size: 120%;
  font-weight: bold;
  margin:0 0 5px 0;
}

#maincontent h4
{
margin:.5em 0 .25em 0;
color: #c00;
font-size: 110%;
font-weight: bold;
}

#maincontent h5
{
margin:.5em 0 .25em 0;
  font-size: 12px;
  font-weight: bold;
  margin:0;
  padding:0;
  color:#c00;
}

#maincontent p,
#maincontent li
{
  margin: 0 0 1em 0;
  padding:0;
}

#maincontent ul
{
  list-style:disc;
  margin: 0 0 1em 2em;
}

body#events #maincontent ul.faq
{
  margin:0 0 0 1em;
}

body#events #maincontent ul.faq .question
{
  font-weight:bold;
}



body#home #maincontent ul#news h1
{
  font-size: 110%;
  font-weight: bold;
}

body#home #maincontent h1.mainheadline
{
  font-weight: normal;
  margin-bottom:.5em;
}


body#home #maincontent #resolutions h1,
body#home #maincontent #specialannouncements h1
{
  font-size: 14px;
  font-weight: bold;
  margin:1em 0 0;
  padding:1em 0 0;
}

body#home #maincontent #resolutions h2,
body#home #maincontent #specialannouncements h2
{
  font-size: 12px;
  font-weight: normal;
  margin:5px 0;
}

body#home #maincontent #news .summary,
body#home #maincontent #resolutions .summary,
body#home #maincontent #specialannouncements .summary,
body#home #maincontent #specialannouncements .date
{
  font-size: 10px;
  font-weight: normal;
}

body#committees #maincontent ul li h2
{
  font-size: 16px;
  color: #A18257;
  font-weight:600;
  padding-bottom:0;
  margin-bottom:0;
}


body#contact #maincontent table
{
  width:auto;
}

body#contact #maincontent address
{
  margin-bottom:1em;
}

div.row div.left
{
  width:50%;
  padding-right:2em;
  float:left;
  display:inline
}

div.row div.right
{
  float: right;
  display:inline;
  width:40%;
  padding-left:2em;
}

body#home div.row div.right
{
  border-left:1px solid #9f1400;
}

#maincontent ul.privatesectormembers
{
  margin-left:0;
  padding-left:0;
  list-style:none;
}

#maincontent ul.privatesectormembers li
{
  padding-bottom: .2em;
}

#committees #maincontent ul,
#maincontent ul#board_members
{
  list-style:none;
  margin: 0 0 1em 0;
}




.phototable { margin:0 auto 1em auto; }

.phototable td { padding:10px; text-align:center; }

.gallerytable { margin:0 auto 1em auto; width:100%; }

.gallerytable li {
	vertical-align:top;
	display:inline-block;
	text-align:center;
	width:31%;
	margin:10px 1%;
	min-height:200px;
	}

.gallerytable li img {
	max-height:150px;
	border:5px solid #fff;
	box-shadow:1px 1px 1px rgba(0,0,0,.5);
	}

.gallerytable p {
	margin-bottom:0 !important;
	}

.gallerytable p.photocount {
	font-size:85%;
	}


#order-vs-foundation th { background:#ccc; font-weight:bold; }

#order-vs-foundation th,
#order-vs-foundation td
{
  border:1px solid #aaa;
  padding:5px;
}

/*********************
**** LEFT SIDEBAR ****
*********************/

#mainpanel
{
background: #3c0000 url('/images/bgred.jpg') repeat-x;
/****************
** this is the only access to the #leftsidebar{background}
** this background will show through on the main content area and the right sidebar unless changes are
** applied to #middlecolumn{background} AND #rightcolumn{background} respectively
****************/
border: 0;
/***************
** this border surrounds the entire area between the header and footer,
** adding border does NOT currupt the layout of the page and does not require this value (border-width)
** to be added to any of the other elements
***************/
}

#leftsidebar
{
/* background -- DO NOT apply to this section */
color: #ddd;
}


/**********************
**** RIGHT SIDEBAR ****
**********************/

#rightcolumn
{
background: #979596 url('/images/bggray.jpg') repeat-x; /* background for #rightsidebar */
}

#rightsidebar
{
/* background -- DO NOT apply to this section */
color: #333;
font-size: 12px;
}

#home #rightsidebar img
{ width:100px; }

#rightsidebar p
{ margin:5px 5px 2em 5px; }

#rightsidebar ul
{
padding: 0 0 0 2em;
margin: 0;
}

#rightsidebar ul li
{
padding: .5em 0;
}

#rightsidebar div.header
{
  margin:10px auto 5px auto;
  text-align:center;
}

#rightsidebar .viewall
{
  font-size:10px;
  font-weight:bold;
  text-align:center;
}

