/*
 *		main.css
 *
 *
 *		Copyright (C) 2007-2008 Torfaen Friends of the Earth
 *
 *
 */

body	{
		font-family: arial, helvetica, sans-serif; 
		
		background-image: url('../images/if/background.png');
		background-repeat: repeat;
		background-attachment: scroll;
		font-size: small;
}

h1 {
    margin-top: 0ex;
}

h1, h2, h3 {
    margin-bottom: 0.1ex;
}

a:link  {
        color: blue;
        background-color: inherit;
        text-decoration: none;
		
}

a:visited       {
        color: maroon;
        background-color: inherit;
        text-decoration: none;
}

a:active        {
        background-color: inherit;
        color: red;
        text-decoration: none;
}

a:hover {
        /*color: inherit;*/
        text-decoration: underline;
}
abbr  {cursor: help;}

ul	{
	list-style-type: circle;
}

ul.plainlist	{
	list-style-type: none;
}


dt	{
	font-weight: bolder;
}
dd	{
	padding-bottom: 0.5em;
}

#branding	{
	padding-top: 0em;
	padding-bottom: 1em;
}

#logo	{
	float: left;
	border: none;
	/*padding: 1em 0.5em 1em 0.5em;*/
}

#breadcrumbnav	{
	float: left;
	padding-left: 3em;
	color: gray;
}

#rightnav	{
	float: right;
}

#navigation		{
	float: left;
	width: 9em;
	padding: 0.5em;
	background-color: #DDE6D5;
	border-style: outset;
	border-width: thin;
	text-align: right;
}

/* main contents panel */
#contentarea	{
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	
	padding: 1em 2em 1em 2em;
	background-color: #ffffff !important;
	width: 55em;
	border-width: thin;
	border-style: solid;
	border-color: #f0f0f0;
}


#content	{
	float: left;
	width: 43em;
	padding-top: 0px;
	padding-left: 1em;
	padding-right: 0.5em; 
}

#content hr	{
	width: 25%;
}

#footer		{
	clear: both;
	color: gray;
	
	font-size: x-small;
	text-align: center;
}

#missionstatement	{
	clear: both;
	text-align: center;
	font-style: oblique;
	color: gray;
}

.hidden	{
	display: none;
}


.center	{
	text-align: center;
}

.clear	{
	clear: both;
}

.smaller	{
	font-size: smaller;
}

.lighter	{
	color: gray;
}

.photocaption {
	font-size: smaller;
	width: 90%;
}

.firstpara	{
	margin-top: 0.3ex;
}

