/*
Theme Name: tgb
Theme URI: http://wordpress.org/
Description: The theme for the TeamGreenBritain Team wordpress blogs
Version: 1.0
Author: Andre Head
Author URI: http://aislondon.com
Tags: green, custom header, fixed width, two columns, 

	
*/



/* Begin Typography & Colors */
/***
	EDF Team GB
	BASE SCREEN STYLESHEET

	Andre Head

	www.aislondon.com (2009)

	-[Colours]-------------------------
	  Greens (Dark to Light)
		#004741
		#52b458
	  Greyscale (Black to White)
		#dfdfdf
	  Supporting
		#f26522 (Orange)
	-----------------------------------

	-[Contents]------------------------
	1. GLOBAL
		1.0 Resetting styles		
	-----------------------------------

***/

/**
	1.0 Reseting styles
*/

* {
	border: 0;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;	
	width: 100%;	
}

body {
	background: #ffffff;
	color: #004741;
	font: normal 0.625em Arial, Helvetica, sans-serif;
}

a {
	color: #52b458;
}

input, textArea {
	font: normal 1.2em Arial, Helvetica, sans-serif;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after { /* Safari does not suppport quotes attr:*/ 
	content: "";
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

table {
	border-collapse: collapse;
}

/***
	EDF Team GB
	GENERIC STYLESHEET
	www.aislondon.com (2009)

	-[Inherits]------------------------
	Base.css
	-----------------------------------

	-[Contents]------------------------
	1. CORE LAYOUT STRUCTURE
		1.1 HTML elements (within .inner-content)
	-----------------------------------

***/

/**
	1. Core layout structure

	Heirachy is as below:
	>		#page-wrapper
	>>		#content
	>>>		.outer-content
	>>>>	.inner-content	
	>>>>>	.panel

*/

	
#background { /* Ensures full screen to work with, and makes the layout more extensible */
	width: 100%;
	height: 100%;
}
#wrapper {
	width: 898px;
	margin: 0 auto;
	overflow:hidden;
}
#container {
	padding: 0 0 0 0;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	width: 896px;
}
#header {
	overflow:hidden;
	width:898px;
}
#page-wrapper {
	position: relative;
	width: 856px;
	margin:0 auto 0 auto;
	overflow: hidden;
}

#page-content {
	float:left;
	width:583px;
	padding:0 12px 0 0;
	margin:25px 0 22px 0;
	border-right: 14px solid #52b458;
	overflow:hidden;
	min-height: 670px;
}
.sub-content {
	float:left;
	width:557px;
	padding:0 0 0 12px;
	margin:5px 0 0 0;
	border-left: 14px solid #52b458;
	overflow:hidden;
}

#footer {
	overflow:hidden;
		width: 898px;
	}

/**
	1.1 HTML elements (within .outer-content)
*/

h1 {
	font-size: 2.4em;
	margin: 14px 0 7px 0;
}
h2{
	font-size: 2.4em;
	margin:0 0 14px 0;
	
}

h2 a{
	color:#004741;
	}
h3{
	font-size: 1.6em;
	margin: 18px 0 0 0;
	margin: 0 0 6px 0;
	line-height: 1.2em;
}
h4{
	font-size: 1.6em;
	color: #52b458;
	margin:6px 0 0 0;
	margin:0 0 6px 0;
	line-height: 1.2em;
}
h4.error {
		color: #ED1C24;
		padding:25px 0 10px 0;
		border-bottom:6px solid red;
	}
p{
	font-size: 1.2em;
	margin: 10px 0 0 0;
	margin: 0 0 12px 0;
	line-height:1.4em;
}
p.small {
	font-size:1em;
	color:#7d7d7d;
}

p.medium {
	font-size:1.2em;
	color:#7d7d7d;
	font-weight: bold;

}

#terms p.small {
	text-align:center;
	}
.disclaimer {
	margin:30px 0 0 0;
	}
p.last
{
	margin:0 0 10px 0;
}
p.divider
{
	border-bottom:6px #f2f2f2 solid;
	padding:0 0 15px 0;
	margin:0 0 16px 0;
	clear:both;
}
p.divider-last
{
	border-bottom:6px #f2f2f2 solid;
	margin:10px 0 16px 0;
}
a {
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;	
}
#header h1 {
	width:722px;
	height:120px;
	background: #004741 url(images/TeamGreenBritain.jpg) no-repeat top right;
	color:#ffffff;
	float:left;
	margin:0;

}
#header img {
	float:left;
}

ul.nav{
	overflow:hidden;
	float: left;
}
ul.nav li{
	font-size: 1.6em;
	color: #52b458;
	float: left;
	list-style-type: none;
	font-weight: bold;
	margin: 8px 18px 5px 0;
}
ul.nav li.current a{
	color: #004741;
}
ul#sub-nav  {
	width:582px;
	overflow:hidden;
	border-top: 1px solid #dfdfdf;
	border-bottom: 6px solid #004741;
	margin: 5px 0 0 0;
	margin: 5px 0 12px 0;
}
ul#sub-nav li  {
	font-size: 1.6em;
	color: #52b458;
	float: left;
	list-style-type: none;
	font-weight: bold;
	padding: 7px 22px 5px 0;
}

ul#sub-nav li a {
	background: #ffffff url(images/down_arrow.gif) no-repeat top right;
	padding:0 15px 0 0;
}

.entry div.button-container a.button {
	background: #f26522 url(images/join_arrow.gif) no-repeat top right;
	font-weight: bold;
	font-size: 1.6em;
	color: #ffffff;
	padding:5px 40px 4px 22px;
	margin:2px 0 2px 0;
	float:right;
}

.entry div.button-container a.button:hover {
	background: #52b458 url(images/join_arrow_over.gif) no-repeat top right;
	text-decoration: none;
}

.entry div.button-container {
	overflow:hidden;
	}

#nav-container a.button {
	background: #f26522 url(images/join_arrow.gif) no-repeat top right;
	font-weight: bold;
	font-size: 1.6em;
	color: #ffffff;
	padding:5px 40px 4px 22px;
	margin:2px 0 2px 0;
	float:right;
}



#nav-container a.button:hover {
	background: #52b458 url(images/join_arrow_over.gif) no-repeat top right;
	text-decoration: none;
}

#nav-container {
	border-bottom:6px solid #dfdfdf;
	overflow: hidden;
}

#page-content #intro img {
	float:left;
	margin:16px 16px 16px 0;
}

.clear{overflow:hidden;}
.inline-image-left {
	float:left;
	margin:4px 16px 16px 0;
}

#main-content h1 {
	margin:0;
	font-size:2.4em;
}

#main-content ul li {
	font-size:1.2em;
	list-style-type:disc;
	list-style-position:outside;
	margin:1em 0 0 20px;
}
#main-content #q-and-a ul li {
	font-size:1.0em;
	list-style-type:none;
	list-style-position:outside;
	margin:1em 0 0 20px;
}

#main-content #q-and-a ul li ul li {
	font-size:1.2em;
	list-style-type:disc;
	list-style-position:outside;
	margin:1em 0 0 20px;
}
.inline-image {
	float:left;
	margin:0 16px 16px 0;
}

#main-content cite {
	float:left;
	font-size:1.6em;
	font-style:normal;
	color:#52b458;
	line-height:1em;
	margin:0 5px 0 0;
	font-weight:bold;
}


#main-content h2 {
	font-size:1.6em;
	color:#52b458;
	margin:23px 0 0 0;
}

#main-content h2 {
	font-size:1.6em;
	color:#52b458;
	margin:23px 0 0 0;
}
#panel-list {
	overflow:hidden;
}
#panel-list ul {
	margin: 7px 0 0 0;
	float: left;
	width: 582px;
}
#panel-list ul#no-nav {
	border-top:6px solid #dfdfdf;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
#panel-list ul li a {
	float:left;
}
#panel-list ul li img {
	float:left;
}
#panel-list ul li {
	overflow:hidden;
	margin:0 0 10px 0;
	list-style-type:none;
}
.inline-image-right {
	float:right;
	margin:4px 0 16px 16px;
}

#panel-list .inline-image-right {
	float:right;
	margin:4px 0 16px 16px;
}
#panel-list ul li.last {
	margin:0 0 8px 0;
}
#panel-list h4 {
	margin: 0;
	line-height:0.8em;
}
#panel-list h3 {
	float: left;
}
#panel-list p {
	margin: 8px 0 0 0;
}
#panel-list-copy img {
	float:right;
}
.panel-list-copy div {
	float:left;
	width:370px;
}
#panel-list ul li h4 a {
	float: none;
}
.panel-list-copy {
	float:left;	
	width:459px;
	border-bottom:6px solid #dfdfdf;
	min-height: 84px;
	margin:0 0 0 10px;
	padding:0 0 14px 9px;
}

#panel-list.tall .panel-list-copy {
	width:514px;
}
#panel-list ul li div.last {
	border-bottom:6px solid #004741;
}
#panel-list a.supplimentary-nav {
 float: right;
 display:block;
 background: url(images/up_arrow.gif) no-repeat top right;	
 padding: 0 19px 13px 0;
 color: #004741;
 font-size: 1.2em;
 border-bottom: 1px solid #dfdfdf;
 text-align: right;
 font-weight:bold;
 width:564px;
 margin:0 0 12px 0;
}
#panel-list a.next {
 background: url(images/right_arrow.gif) no-repeat top right;	
}
#panel-list a#last {
 border: none;	
}

#panel-list.tall .panel-list-copy {
	margin:0;
	padding:0;
	border-bottom:none;
}

#panel-list.tall ul li {
	 border-top:6px solid #dfdfdf;
	 padding: 20px 0 0 0;
	margin: 20px 0 0 0;
}
#panel-list.tall ul#no-nav {
	 border-top:none;
	 margin: 0;
	padding: 0 0 20px 0;
}
#sidebar {
	 float:right;
	 width: 235px;
	 margin: 25px 0 0 12px;
}
#team-list {
	width: auto;
	overflow:hidden;
}
#team-list ul {
	border-top:1px solid #dfdfdf;
}
#team-list ul li {
	list-style-type: none;
	border-bottom:6px solid #DFDFDF;
	min-height:8.1em;
	overflow: hidden;
}
#form-page-list #team-list ul li {
	width:412px;
	padding:5px 0 0 0;
}
#team-list ul li img {
	float:left ;
	margin:0;
}
#team-list ul li.last {
	border-bottom:6px solid #004741;
}
#form-page-list .team-list ul li.last {
	border:none;
}
#form-page-list .team-list span {
	font-size: 1.2em;
}
#team-list ul li input {
	width:auto;
	margin:5px 0 10px 0;
}
/*#team-list ul {
	border-top:1px solid #DFDFDF;
	margin:5px 0 0;
}*/
#team-list ul li h3 {
	text-transform: uppercase;
	margin:20px 0 0 0;
	width: auto;
}
#team-list h2 {
	margin: 0 0 5px 8px;
}
#team-list ul li h3 a {
	color: #004741;
}
#team-list ul li p {
	width: 154px;
	color: #52b458;
	margin:2px 0 0 0;
	float:right ;
}
#related-items h3 {
	border-bottom:1px solid #DFDFDF;
	padding:24px 0 0 10px;
}
#related-items p {
	padding: 0 0 0 10px;
}

#related-items ul {
	border-bottom:1px solid #DFDFDF;
	background-color:#004741;
	padding:10px;
}
#related-items ul {
	list-style-type:none;
}

#related-items ul li {
	list-style-type:none;
	background:#004741 url(images/right_arrow_related.gif) no-repeat left top;
	padding:0 0 2px 15px;
}

#related-items ul li a {
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
}


#flash-header-container {
	margin:14px 0 0 0;
	/* height:366px; -inline */
	border:4px solid #004741;
	background-color:#f2f2f2;
	padding:18px;
}

#flash-header-container-tall {
	border:1px solid #e3e3e3;
	background-color:#ffffff;
	overflow:hidden;
	width:810px;
}



/* 
#flash-header-short {
	display:none; -inline
}
*/
#supporter-1-div, #supporter-2-div, #supporter-3-div, #supporter-4-div {
	height:302px;
	width:385px;
	background-color:#ffffff;
	overflow:visible;
	padding:7px;
}
#supporter-1-div object, #supporter-2-div object, #supporter-3-div object, #supporter-4-div object {
	float:left;
}

#supporter-1-div #close, #supporter-2-div #close2, #supporter-3-div #close3, #supporter-4-div #close4 {
	color:#dfdfdf;
	padding:5px 28px 0 0;
	background: url(images/close_button.gif) no-repeat top right;
	height:23px;
	display:block;
	width:36px;
	float:right;
}



#related_content {
	border: solid #004741;
	border-width: 6px 0 0 0;
	padding: 22px 0 0 0;
	margin: 21px 0 0 0;
}
#related_content #related_content_body {
	position: relative;
	/*border-right:1px solid #d9e2e8;
	border-left:1px solid #d9e2e8;
    background:#ffffff;*/
	overflow:hidden;
	width: 856px;
}
#related_content #related_content_body .related_content_mask {
	position: relative;
	overflow: auto;
	min-height: 15.7em;
	width:856px;
	margin:0 0 4px 0;
}
#related_content #related_content_body .related_content_mask .related_content_container  {
	position: absolute;
	left: 0; top: 0;
	overflow: hidden;
	width:1359px;
}

div.scroll-panel-container {
	float: left;
	border-bottom: solid 6px #dfdfdf;
	overflow: hidden;
	margin:0 22px 0 0;
}

 div.scroll-panel {	
	list-style:	none;
	margin: 0 0 0 5px;
	width: 381px;
	margin:0 0 2px 0;
	min-height: 12.4em;
	padding: 9px 11px 9px 25px;
}

 div.scroll-panel h4 {	
	padding: 0 170px 23px 0;
	margin: 2px 0 0 0;
}
 div.scroll-panel h2 {	
	margin: 0;
}

 div.scroll-panel h3 {	
	padding: 0 138px 0 0;
	margin: 0 0 0 0;
}
 div.scroll-panel p {	
	color:#52b458;
	font-weight:bold;
}

 div.panel1 {	
	background: url(images/paul_weller.jpg) no-repeat bottom left;
}

 div.panel2 {	
	background: url(images/victoria_pendleton.jpg) no-repeat bottom left;
}

 div.panel3 {	
	background: url(images/HRH_prince_charles.jpg) no-repeat bottom left;
}

#related_content #related_content_body ul li {
	display: block;
	padding: 9px 0 4px;
	margin: 0;
	width: 456px;
	overflow: hidden;
	cursor: pointer;
	/* IE fix */
	float: left;
	clear: left;
}
	
.related_content_item_content {
	width: 456px;
	overflow: hidden;
	padding: 0 0 7px;
}
#related_content #related_content_controls{
	display: none;
	overflow: hidden;
	margin: 0 auto 20px auto;
	width:101px;
}
#related_content #related_content_controls a.scroller, 
#related_content #related_content_controls a.related_scroller	{
	display:block;
	padding:0 0 2px 0;
}

#related_content #related_content_controls a.scroller.left, 
#related_content #related_content_controls a.related_scroller.left	{
	float:left;
	margin:0 0 0 11px;
	display:inline;
}

#related_content #related_content_controls a.scroller.right, 
#related_content #related_content_controls a.related_scroller.right	{
	float:right;
	margin:0 12px 0 0;
	display:inline;
}

#related_content #related_content_controls .paging_container img {
	display:inline-block; 
	margin:1px 3px 01px 3px;
}

#related_content #related_content_controls .paging_container {
	float:left; 
	width:50px; 
	text-align:center;
}
/* JoinUs Form*/

.form-page-content {
	float:left;
	overflow: hidden;
	padding:0 12px 10px 0;
	margin:25px 0 0 0;
}
.form-page-content h4 {
	margin-bottom:10px;
}
.form-page-content h5 {
	border-bottom:6px #DFDFDF solid;
	margin-bottom:10px;
}
#page-wrapper .error-summary {
	border: 6px red solid;
	padding:10px;
	margin:2px 0 0 0;
}
#page-wrapper .error-summary h3 {
	margin:0;
}
#page-wrapper .error-summary ul li {
	margin:0;
	list-style:none outside;
}
#form-page-list {
	clear:left;
	overflow:hidden;
}
#form-page-list ul li
{
	list-style-type:none;
	padding-top:16px;
	overflow:hidden;
}
/*#form-page-list h4
{
	border-top:6px #DFDFDF solid;
	padding:40px 0 22px 0;
}*/
#form-page-list h4
{
	border-top:6px #DFDFDF solid;
	padding:20px 0 6px 0;
}
#form-page-list h4.last
{
	padding-bottom:0;
}
#form-page-list p
{
	width:410px;
	margin:12px 0 24px;
}
#form-page-list p.middle
{
	margin:5px 0 0 0;
}
#form-page-list p.last
{
	margin:0 0 20px 0;
}
#form-page-list fieldset
{
	margin:4px 0 0 12px;
}
#form-page-list div.last
{
	margin:0 0 12px 0;
}
#form-page-list Label
{
	width:110px;
	font-size:1.2em;
	margin-right:10px;
	line-height:20px;
	float:left;
	display:block;
}
#form-page-list Label.orange {
	color:#f26522;
	font-weight:bold;
	margin:3px 0 0 0;
	width:90px;
}
#form-page-list DropDownList, TextBox, TextArea, Input
{
	width:267px;
	border:1px solid #52b458;
	height:19px;
	margin-bottom:7px;
}
#form-page-list Select
{
	border:1px solid #52b458;
	margin-bottom:7px;
}
input.error {
	border:1px solid red;
}

#form-page-list div.error {
	border:1px solid red;
	width:412px;
}
span.error {
	font-size:1.2em;
	margin:0 0 0 12px;
}

#form-team-list ul li
{
	float:left;
	padding:0;
	width:412px;
}
#form-team-list li
{
	overflow:hidden;
	border-bottom:6px solid #DFDFDF;
	margin:0 20px 20px 0;
}
#form-team-list li.last
{
	border-bottom:none;
	padding:0 20px 10px 0;
	margin:0;
}
#form-team-list img
{
	float:left;
	padding:2px 15px 12px 6px;
}
#form-team-list h5
{
	font-size:1.6em;
	color:#004741;
	padding:0 0 5px 0;
	
}
#form-team-list p
{
	padding:0 0 10px 0;
	margin:0;
	
}
#form-team-list Label
{
	width:76px;
	font-size:1.2em;
	color:#f26522;
	line-height:20px;
	float:left;
	display:block;
}
#form-team-list Input
{
	width:18px;
	border:1px solid #52b458;
	height:19px;
	float:left;
}
.margin 
{
	margin:0;
}
.btnNav 
{
	width:417px;
}
#form-page-list .form-updates .btnNav .buttonSignUpNow 
{
	background: url(images/btn-signup.gif) no-repeat bottom;
	width:159px;
	height:29px;
	float:right;
	margin:15px 0 15px 0;
	cursor:pointer
}
#form-page-list .form-updates
{
	overflow:hidden;
	padding:0 0 15px 0;
}
#form-page-list .form-updates Label
{
	width:391px;
	color:#52b458;
	margin:0;
	padding:0;
	float:left;
}
#form-page-list .form-updates .terms Label
{
	padding: 0 15px 0 0;
	text-align:right;
	width:365px;
}
#form-page-list .form-updates .eco Label
{
	padding: 0 15px 0 0;
	text-align:left;
	width:auto;
}
#form-page-list .form-updates .eco Input {
	margin-right:10px;
}
#form-page-list .form-updates Input {
	width:18px;
	border:1px solid #52b458;
	height:19px;
	float:right;
}
#form-page-list .form-updates CheckBox {
	width:380px;
	border:1px solid #52b458;
	height:19px;
}
.formrow {
	overflow:hidden;
	width:420px;
}
.terms span {
	width:76px;
	font-size:1.2em;
	color:#52B458;
}
.terms span a {
	color:#004741;
	text-decoration:underline;
}
.modal-background {
	background-color:green;
	filter:alpha(opacity=70);
	opacity:0.7;
}

	.post_header {overflow:hidden;}
	.post_header h1 {float:left; width:508px;}
	.post_header p {float:right;}
.post_header img {float:right;}



p.small_print {color:#666666; font-size:1em; text-align:center;}

/* Terms */
#terms {
	width:850px;
	margin:20px auto 50px auto;
	height:auto;
	overflow:hidden;
}
#terms .terms-links ul {
	margin: 0;
	padding:10px 0px 30px 292px;
	line-height:1.2em;
	width:558px;

}
#terms .terms-links ul li {
	font-size: 1em;
	list-style-type:none;
	color:#004841;
	float:left;

}
#terms .terms-links ul li a {
	color:#004841;

}
#terms .terms-links ul li span {
	padding:0 10px 0 10px;
}

/* Terms, privacy and accessibility pages */
#terms-content {
	width:auto;
	margin:20px 0 15px 0;
	border-bottom:6px solid #004741;
}
#terms-content ul {
	margin: 10px 0 10px 0;
}
#terms-content ul.last {
	margin: 10px 0 0 0;
}
#terms-content ul li {
	font-size: 1.2em;
	margin: 0 0 0 25px;
	line-height:1.3em;
	padding:0 0 5px 0;
	list-style-position:outside;
	list-style-type:disc;
}
#nav a.supplimentary-nav {
 float: right;
 display:block;
 background: url(images/up_arrow.gif) no-repeat top right;	
 padding: 0 19px 18px 0;
 color: #004741;
 font-size: 1.2em;
 text-align: right;
 font-weight:bold;
 width:auto;
}
.entry h1 {
	padding:0 0 12px 0;
	border-bottom:1px solid #dfdfdf;
	margin:0 0 12px 0;
}

.entry img.right {
float:right;
margin:0 0 16px 16px;
}

.entry img.left {
float:left;
margin:0 16px 16px 0;
}
.entry #actions {
	border-top:6px solid #004741;
	padding:24px 0 0 0;
}
.entry #actions h3 {
	padding:0 0 6px 0;
	border-bottom:1px solid #dfdfdf;
	
}
/* sports */
.ambassadors {
	width:367px; 
	float:left;
}
.london2012 {
	width:268px;
	float:left;
}

ul#social-bookmarks {
	overflow:hidden;
	float:left;
	margin:0 0 0 10px;
	}

ul#social-bookmarks li {
	 float:left;
	 margin:0 4px 0 0;
	 list-style-type:none;
	}

ul#social-bookmarks li a {
	 display:block;
	 width:27px;
	 height:27px;
	}
	
ul#social-bookmarks li#digg a {
	 background: url(http://www.teamgreenbritain.org/Assets/Generic/Images/digg_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#twitter a {
	 background: url(http://www.teamgreenbritain.org/Assets/Generic/Images/twitter_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#myspace a {
	 background: url(http://www.teamgreenbritain.org/Assets/Generic/Images/myspace_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#delicious a {
	 background: url(http://www.teamgreenbritain.org/Assets/Generic/Images/delicious_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#facebook a {
	 background: url(http://www.teamgreenbritain.org/Assets/Generic/Images/facebook_logo.gif) no-repeat top right;	
	}
	
ul#social-bookmarks li#stumbleupon a {
	 background: url(http://www.teamgreenbritain.org/Assets/Generic/Images/stumbleupon_logo.gif) no-repeat top right;	
	}
	
#social-bookmarks-container p {
	float:left;
	padding:1em 0 0 0;
	}
		
#social-bookmarks-container {
	overflow:hidden;
	min-height:2.7em;
	margin:0 0 0 20px;
	}

.navigation {
	overflow: hidden;
}

.navigation p, pagination p {
	padding: 0;
}
	
.alignleft p span {
	margin: 0 15px 0 0;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
	
#actions, .entry {
	border-top none;
	border-right none;
	border-bottom:6px solid #dfdfdf;
	border-left: none;
}

.entry {
	overflow: hidden;
}

#actions {
	margin:10px 0;
	
}

.pagination {
	margin: 10px 0 0 0;
	overflow: hidden;
}



.post h2 {
	padding: 10px 0;
	border-bottom: solid #dfdfdf 1px;
}

ul.blog-terms {
	margin: 0 0 10px 0;
	list-style-position: outside;
}

ul.blog-terms li {
	margin: 3px 0 0 10px;	
	color:#7D7D7D;
	list-style-type: disc;	
}

p.attachment {
	text-align: center;
}

.gallery-header {
	clear: both;
}

.gallery {
	padding-bottom: 20px;
	width: 101%;
}

#page-wrapper #sidebar .whats-happening-outer {
    display: block;
    border: solid #dfdfdf 1px;
    margin: 10px 0 0 0;
    padding: 4px;
    background-color: #f3f3f3;
    overflow: hidden;
}

#page-wrapper #sidebar .whats-happening {
    width: 216px;
    padding: 8px 5px 0 5px;
    min-height: 86px;
    background: #ffffff url(http://www.teamgreenbritain.org/Assets/Generic/Images/bg-whats-happening.jpg) no-repeat bottom left;
}

#page-wrapper #sidebar .whats-happening h3 {
    color: #004741;
}

#page-wrapper #sidebar .whats-happening h3 a {
    color: #004741;
}