  /* -----------------------------------
Site:  Founders, First and Feminists
CSS author: Russ Weakley, Helen Morgan
Updated:	14/11/11 
Updated by: Helen Morgan

COLORS
:link { color: #0455a6; }
a:visited { color: #54514c; }
a:focus { color: #000; }
a:hover { color: #8f153f; }
a:active { color: black; }
border-bottom: 2px solid #b7bfc2;

----------------------------------- */

/* -----------------------------------
general
----------------------------------- */

body
{
	margin: 0;
	padding: 0;
	font: 90%/1.4 helvetica, arial, sans-serif;
	color: #333;
	background: #dcdcdc;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0 0 .5em;
	line-height: 1.1;
}

h1, h2, h4, h5, h6
{
	color: #8f153f;
}

h1 { font-size: 180%; }
h2 { font-size: 150%; }

h3
{
  font-size: 130%;
	color: #000;
	padding: 0 0 10px 0;
}

h4
{
  font-size: 100%;
	text-transform: uppercase;
}

h5 { font-size: 90%; }
p { margin: 0 0 1em; }
img { border: none; }
a:link { color: #0455a6; }
a:visited { color: #54514c; }
a:focus { color: #000; }
a:hover { color: #8f153f; }
a:active { color: black; }

h3 span { font-size: 90%; }

table
{
	clear: both;
	margin: 1em 0 2em;
	width: 100%;
	border-collapse: collapse;
}

tr:nth-child(odd) { background: #fff; }
tr:nth-child(even) { background: #eee; }

td, th
{
	border: 1px solid #ccc;
	text-align: left;
	padding: 6px 10px;
}

th { background: #ddd; }
th.width120 { width: 120px; }

blockquote
{
	margin: 1em 0;
	padding: 10px;
	background: #f2f0e4;
}

ul
{
	margin: 0 0 1em;
	padding: 0;
}

ul li
{
	margin: 0 0 .1em;
	padding: 0 0 0 16px;
	list-style-type: none;
	background: url(https://womenaustralia.info/leaders/fff/images/icon-bullet.gif) no-repeat 0 .3em;
}

/* -----------------------------------
classes
----------------------------------- */

.structural
{
	position: absolute;
	left: -500em;
	color: #000;
	background: #fff;
}

.imagefloat
{
	margin: 0 0 10px 0;
	width: 300px;
}


.more a
{
	padding: 0 0 0 14px;
	background: url(https://womenaustralia.info/leaders/fff/images/icon-more.gif) no-repeat 0 40%;
	font-weight: bold;
	font-size: 90%;
}

.extlink
{
	background: url("https://womenaustralia.info/leaders/fff/images/external-link.gif") no-repeat right top;
	margin: 0;
	padding: 0 15px 0 0;
	word-wrap: break-word;
}

a.details
{
	padding: 0 0 0 15px;
	background: url(https://womenaustralia.info/leaders/fff/images/icon-more.gif) no-repeat 0 50%;
}

.buy
{ 
  float: right;
	margin: 100px 0 50px 50px;
	width: 300px;
}

.buy .button
{
  margin: 0 0 0 60px;
}

.button
{
   border: 1px solid #4b4c46;
   background: #4b4c46;
   padding: 8px 10px 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #fff;
   font-size: 110%;
   line-height: 1.1;
   font-family: "HelveticaNeue", "Helvetica Neue", helvetica, arial, sans-serif;
   text-decoration: none;
	 text-transform: uppercase;
   vertical-align: middle;
}

.button:link
{
	 color: #fff;
}

.button:hover
{
   border-top-color: #919572;
   background: #919572;
   color: #fff;
}

.button:active
{
   border-top-color: #8f1540;
   background: #8f1540;
	 color: #fff;
}

.button:focus, .button:visited
{
	 color: #fff;
}

#content p { text-align: justify; }

/* -----------------------------------
header
----------------------------------- */

#container
{
	margin: 0 auto;
	width: 980px;
	padding: 0 15px;
	background: #fff;
}

#header
{
	position: relative;
	width: 980px;
	padding: 0 0 35px;
	text-align: right;
}

#logo { padding: 0; }
#logo img { display: block; }

/* -----------------------------------
skiplinks
----------------------------------- */

#skiplinks a
{
	position: absolute;
	left: -1000px;
	z-index: 2;
	margin: 0;
	padding: 0;
	background: #fff;
}

#skiplinks a:active, #skiplinks a:focus, #skiplinks a:hover
{
	display: inline;
	top: 0;
	left: 0;
	color: #fff;
	background: #8f153f;
}

/* -----------------------------------
header form
----------------------------------- */

#header form
{
	float: left;
	width: 270px;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height: 1;
}

#header label
{
	position: absolute;
	left: -500em;
}

#search-input
{
	float: left;
	margin: 0 7px 0 0;
	padding: 0;
	height: 22px;
	width: 220px;
	border: none;
	background: url(https://womenaustralia.info/leaders/fff/images/back-input.gif) no-repeat;
}

#go
{
	float: left;
	margin: 0;
	padding: 0;
	height: 22px;
	width: 38px;
}

#header form a
{
	clear: left;
	display: block;
	padding: 4px 0 0;
}

/* -----------------------------------
navigation
----------------------------------- */

#navigation
{
	float: left;
	width: 980px;
	border-bottom: 2px solid #4b4c46;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#navigation ul li a
{
	float: left;
	padding: 5px 20px;
	border-right: 1px solid #fff;
	color: #fff;
	background: #4b4c46;
	font-weight: bold;
	text-decoration: none;
}

#navigation ul li a:focus
{
	color: #fff;
	background: #000;
}

#navigation ul li a:hover
{
	color: #fff;
	background: #919572;
}

#navigation ul li a:active
{
	color: #fff;
	background: black;
}

#home ul li#nav-home a,
#about ul li#nav-about a,
#search ul li#nav-search a
{
	background: #8f153f;
} 

#home ul li#nav-home a:focus,
#about ul li#nav-about a:focus,
#search ul li#nav-search a:focus
{
	color: #fff;
	background: green;
}

#home ul li#nav-home a:hover,
#about ul li#nav-about a:hover,
#search ul li#nav-search a:hover
{
	color: #fff;
	background: red;
}

#home ul li#nav-home a:active,
#about ul li#nav-about a:active,
#search ul li#nav-search a:active
{
	color: #fff;
	background: black;
}

/* -----------------------------------
content
----------------------------------- */

#content
{
	clear: left;
	padding: 30px 50px;
}

.author
{
 text-transform: uppercase;
 margin:  0 0 0 10px;
}

.author span { text-transform: lowercase; }

/* -----------------------------------
footer
----------------------------------- */

#footer
{
	clear: both;
	padding: 20px;
	font-size: 90%;
	text-align: right;
	color: #fff;
	background-color: #919572;
}

#footer a { color: #fff; }

#footer ul#utility-links li
{
	margin: 0 0 0 15px;
	padding: 0;
	display: inline;
	list-style-type: none;
	background: none;
}

#footer ul li { background: none; }

/* 
-----------------------------------
#contactform
-----------------------------------
*/

form#contactform
{
  margin: 1em 0 3em 0;
	padding: 0;
}

form#contactform div
{
  clear: left;
	margin: 0;
	padding: 0.5em 0 0;
}

form#contactform label
{
  float: left;
	margin: 0 10px 0 0;
	text-align: right;
	width: 95px;
}

form#contactform input,
form#contactform textarea
{  
	font-size: 110%;
	line-height: 1.1;
}

form#contactform div input
{
  float: left;
	margin: 0 5px 0 0;	
	padding: 0;
	border: 1px solid #a9bcb6;
	height: 20px;
	width: 280px;
}

form#contactform textarea
{
 	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #a9bcb6;
	width: 280px;	
}

form#contactform .reqtxt
{
  color: #666;
	float: left;
	font-size: 80%;
	text-transform: uppercase;
	width: 80px;
}

form#contactform p
{
  clear: left;
	margin: 0 0 0 105px;
	padding: 20px 0 0;
	width: 200px;
}

#contact p { clear: left; }