/*
Theme Name: FOE
Theme URI: http://foe.org.nz/
Description: Custom theme for the FOE site.
Version: 1
Author: Tim Snadden
Author URI: http://snadden.com/
Tags: blue, two columns, widgets

*/
html{ height:100%;}
body{
	margin:0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg-body.jpg) repeat-x;
	min-width:1024px;
	min-height:100%;
	position:relative;
}

a:link, a:visited	 { color: #28601A; text-decoration: none; }

h3 { margin: .75em 0 .5em;}

h3.storytitle { font-size: 18px; }

hr { background-color: #E5DECC; height: 1px; border: none; border-top: 1px solid #E5DECC; }

.meta { margin: 1em 0 1.25em; }

#column2 ul.archive li { background: none; padding-left: 0; margin-bottom: 1em; }

* html body{ height:100%;}
form{
	margin:0;
	padding:0;
	border:none;
}
#page{
	width:1024px;
	padding:179px 0 0;
	position:relative;
}
/*header start*/
#header{
	width:1024px;
	overflow:hidden;
	height:179px;
	background:url(images/bg-header.gif);
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}
.logo{
	display:block;
	width:211px;
	height:148px;
	position:absolute;
	top:5px;
	left:17px;
	margin:0;
}
.logo a{
	display:block;
	height:148px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo.gif);
}
#header p{
	margin:0;
	width:541px;
	height:118px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:24px;
	left:252px;
	background:url(images/stop.gif);
}
/*content start*/
#content{
	width:100%;
	overflow:hidden;
	background:url(images/bg-content.gif) repeat-y;
	padding:0 0 190px 0;
}
/*column1 start*/
#column1{
	width:223px;
	float:left;
}
.form{
	width:182px;
	overflow:hidden;
	margin:20px 0 24px 0;
	padding:0 0 0 20px;
}
.form label{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	float:left;
	width:128px;
	padding:0 0 2px 0;
}
.form input{
	float:left;
	width:135px;
	height:17px;
	padding:0;
}
.form button{
	border: none;
	cursor: pointer;
	background:url(images/go.gif);
	width:39px;
	height:38px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:5px 0 0;
}
.form button:hover{
	background-position:0 -38px;
}
.separator{
	width:100%;
	overflow:hidden;
	border-top:1px solid #fff;
}
/*menu start*/
#menu{
	margin:0;
	padding:0;
	list-style:none;
	width:180px;
	margin:21px 0 24px 19px;
}
#menu li{
	padding:0;
	width:180px;
	margin:4px 0 0;
}
#menu li.current_page_item a:link, #menu li.current_page_item a:visited{
	position:relative;
}
#menu li.current_page_item .sub, #menu li.current_page_ancestor .sub{
	display:block;
}
#menu a:link, #menu a:visited {
	display:block;
	height:27px;
	width:180px;
	text-indent:-9999px;
	overflow:hidden;
	outline:none;
}
#menu a:hover {
	background-position:0 -27px;
}

#menu li.current_page_item a:link, #menu li.current_page_item a:visited, #menu li.current_page_ancestor a:link, #menu li.current_page_ancestor a:visited{
	background-position:0 -54px;
}

.frontpage a {
	background:url(images/home.gif) no-repeat;
}

.news a {
	background:url(images/news.gif) no-repeat;
}
.about-foe a{
	background:url(images/about.gif) no-repeat;
}
.obesity-the-facts a{
	background:url(images/facts.gif) no-repeat;
}
.issues a {
	background:url(images/issues.gif) no-repeat;
}
.support-foe a {
	background:url(images/support.gif) no-repeat;
}
.foe-publications a {
	background:url(images/public.gif) no-repeat;
}
.links a {
	background:url(images/links.gif) no-repeat;
}
.sub{
	display: none;
	overflow:hidden;
	width:170px;
	position:relative;
	top:-4px;
	left:5px;
}
.sub-btm{
	width:170px;
	height:10px;
	background:url(images/bg-sub-btm.png);
	overflow:hidden;
}
#menu .sub ul{
	width:160px;
	background:url(images/bg-sub.png) repeat-y;
	list-style:none;
	padding:0 4px 0 6px;
	margin:0;
	overflow:hidden;
}
#menu .sub ul li{
	padding:0;
	height:19px;
}
#menu .sub ul a:link, #menu .sub ul a:visited{
	text-indent:0;
	text-decoration:none;
	height:15px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	padding:4px 0 0 13px;
	background-image: none;
}
#menu .sub ul a:hover, #menu .sub ul li.current_page_item a:link, #menu .sub ul li.current_page_item a:visited{
	font-weight:bold;
	background:url(images/dot.gif) no-repeat left;
}
.notify{
	width:189px;
	background:#fff;
	margin:9px 0 5px 19px;
}
.notify h3{
	width:189px;
	height:59px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0;
	background:url(images/notify.gif);
}
.notify .btm{
	width:133px;
	overflow:hidden;
	background:url(images/notify-btm.gif) no-repeat 0 100%;
	padding:0 43px 46px 13px;
}
.notify .btm p{
	margin:12px 0;
}
.notify .btm p a:link, .notify .btm p a:visited{
	color:#28601a;
	text-decoration:none;
}
.notify .btm p a:hover{
	text-decoration:underline;
}
.contact{
	width:163px;
	overflow:hidden;
	margin:7px 0 0 27px;
}
.contact h3{
	width:163px;
	background:url(images/contact.gif);
	height:52px;
	margin:0;
	text-indent:-9999px;
	overflow:hidden;
}
.contact p{
	margin:0 0 2px 0;
}
.contact p a:link,.contact p a:visited {
	color:#28601a;
	text-decoration:none;
}
.contact p a:hover{
	text-decoration:underline;
}
/*column2 start*/
#column2{
	width:500px;
	margin:15px 0 0 27px;
	display:inline;
	float:left;	
}

.breadcrumb { 
	font-size: 11px;
	margin-bottom: 15px;
}

#column2 h2{
	color: #42992A;
	font-size: 40px;
	font-weight: normal;
	margin: 0;
}

#column2 h2 span {
	color: #000;
	font-size: 20px;
}

.bill-hold{
	width:500px;
	background:#f2eee5;
	overflow:hidden;
	margin:19px 0 17px;
}
.bill-sub{
	width:100%;
	background:url(images/bill-btm.gif) no-repeat 0 100%;
}
.bill{
	width:440px;
	background:url(images/bill-top.gif) no-repeat 0 0;
	overflow:hidden;
	padding:6px 44px 20px 16px;
}
.bill h4{
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
color:#a39572
}
.bill p{
	font-size:12px;
	margin:8px 0 0;
}
.bill p a:link,.bill p a:visited{
	color:#28601a;
	text-decoration:none;
}
.bill p a:hover{
	text-decoration:underline;
}

#column2 img{
	border:none;
}
#column2 h4{
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin:12px 0 0;
color:#a39572

}
.split{
	border-bottom:1px solid #e5decb;
	padding:0 0 19px 0;
}
#column2 p{
	font-size:12px;
	margin:8px 0 0;
	line-height:18px;
}
#column2 p a:link,#column2 p a:visited{
	color:#28601a;
	text-decoration:none;
}
#column2 p a:hover{
	text-decoration:underline;
}
.float{
	float:left;
	margin:10px 16px 14px 0;
	display:inline;
}
.clear{
	clear:both;
}
#column2 ul{
	margin:10px 0;
	padding:0;
	list-style:none;
}
#column2 li{
	padding:0 0 0 21px;
	background:url(images/black-dot.gif) no-repeat 4px 5px;
	margin-bottom: 6px;
	list-style: none;
}
#column2 ul a:link,#column2 ul a:visited{
	color:#28601a;
	text-decoration:none;
	line-height:18px;
}
#column2 ul a:hover{
	text-decoration:underline;
}
.back{
	margin:15px 0 0;
	width:100%;
	overflow:hidden;
}
.back a:link,.back a:visited{
	background:url(images/bg-back.gif) no-repeat left;
	padding:0 0 0 24px;
	color:#28601a;
	text-decoration:none;
}
.back a:hover{
	text-decoration:underline;
}
/*column3 start*/
#column3{
	width:182px;
	float:left;
	display:inline;
	margin:19px 0 0 30px;
}
.new, .related-news{
	margin:0 0 18px 0;
	background:url(images/latest.gif);
	width:135px;
	height:25px;
	overflow:hidden;
	text-indent:-9999px;
}

.related-news {
	background:url(images/related-news.gif);
	width: 145px;	
}

.rss{
	color:#28601a;
	background:url(images/rss.gif) no-repeat left;
	padding:0 0 0 19px;
	text-decoration:none;
}
#column3 ul{
	margin:0;
	padding:5px 0 8px 0;
	list-style:none;
}
#column3 ul li{
	padding:0 0 0 19px;
	background:url(images/black-dot.gif) no-repeat 2px 6px;
	margin:8px 0 0;
}

#column3 ul li a:link,#column3 ul li a:visited{
	color:#28601a;
	text-decoration:none;
}
#column3 ul li a:hover{
	text-decoration:underline;
}
.more{
	color:#28601a;
	text-decoration:none;
	padding:0 0 0 19px;
}
.more:hover{
	text-decoration:underline;
}

.latest-publications{
	background:url(images/latest-publications.gif);
	width:164px;
	height:48px;
	text-indent:-9999px;
	overflow:hidden;
	margin:15px 0 0;
}
.banner{
	display:block;
	margin:22px 0 0;
}
.banner img{
	display:block;
	border:none;
}
.image{
	margin:17px 0 0;
	width:100%;
	overflow:hidden;
}
.image p{
	margin:7px 0 0;
	color:#666;
}
/*footer start*/
.footer-holder{
	width:100%;
	background:url(images/bg-footer-holder.jpg) repeat-x;
	height:180px;
	position:absolute;
	bottom:0;
	left:0;
}
#footer{
	height:180px;
	width:1024px;
	background:url(images/bg-footer.gif) no-repeat;
	overflow:hidden;
	color:#fff;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}

#footer ul{
	margin:60px 0 0;
	padding:0 0 0 12px;
	list-style:none;
}
#footer ul li{
	padding:0 6px 0 8px;
	display:inline;
	background:url(images/footer-split.gif) no-repeat left;
}
#footer ul li:first-child{
	background:none;
}
#footer ul li a:link,#footer ul li a:visited{
	color:#fff;
	text-decoration:none;
	background: none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
.copy{
	margin:13px 0 0 20px;
}
.copy a:link,.copy a:visited{
	color:#fff;
	text-decoration:none;
}
.copy a:hover{
	text-decoration:underline;
}

#column2 ul.blogroll { margin: 0;  }

#column2 ul.blogroll li { background: none; padding-left: 0; margin-bottom: .45em;  }

#column2 ul.blogroll li a:link { display: block; }

/*Blog */

.post { border-top: 1px solid #E5DECC; padding: .85em 0 1em; margin-top: 8px;}
.storycontent { margin-bottom: .5em; }

#news-sidebar { background-color: #F2EEE5; padding: 1em; margin-top: 30px; position: relative; }

#news-sidebar .corner { display: block; position: absolute; background: url(images/bg-news-sidebar.gif) no-repeat; width: 7px; height: 7px; }

#news-sidebar .tr { top: 0; right: 0; background-position: -7px 0; }
#news-sidebar .tl { top: 0; left: 0; background-position: 0 0px; }
#news-sidebar .br { bottom: 0; right: 0; background-position: -7px -7px; }
#news-sidebar .bl { bottom: 0; left: 0; background-position: 0 -7px; }

#news-sidebar ul { padding: 5px 0 2px; }
#news-sidebar ul li { background-image: none; padding-left: 0; margin-top: 0; margin-bottom: .25em; }

#news-sidebar h3 { font-size: 1em; margin-top: 0; margin-bottom: 0; }

#news-sidebar hr { background-color: #FFF; height: 1px; border: 1px solid #FFF; margin: .5em -1em; }

/* Publications */

#uploadForm { background-color: #F2EEE5; padding: 1em; margin-top: 1em; }

.publications_title { font-weight: bold; border-top: 1px solid #E5DECC; padding-top: 1em; }

.publications_keywords { display: none; }

span.title { color: #8E8E8E; }

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

/*---- Header styling ---*/
.sIFR-active #column2 h2 {
  visibility: hidden;
  line-height: 1em;
	font-size: 50px;
}

/* Search */
iframe { width: 500px !important;}

/* Social media (Facebook) call-to-action addition */
#facebook {
	width: 182px;
	height: 34px;
	display: block;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	background: url(images/sprite.facebook.png) no-repeat scroll 0 0 transparent;
}

#facebook:hover {
	background-position: 0 -34px;
}