
body, html {
	height: 100%;
}
body {
    text-align: center;
	background: #d7d4d9;
	color: #fff;
}
* {
	padding: 0;
	margin: 0;
}
a img {
	border: 0;
}
.no-show {
	display: none;
}


/* ---- Section Positioning ----

Attributes: position, margin, padding, width, height, overflow, float

*/

div#site {
	margin: 0 auto;
	padding: 0 10px;
	width: 740px;
	}

div#site-header {
	height: 70px;
	}

ul#site-navigation {
	position: relative;
	list-style: none;
	height: 30px;
	}

div#page-header {
	margin: 10px 0 20px;
	overflow: hidden;
	height: 1%;
	}

div#page-contents {
	overflow: hidden;
	height: 1%;
	}

div#page-navigation, div.col-1, div.events-promo, div.mailing-list-promo {
	width: 244px;
	float: left;
	}

div#body {
	width: 368px;
	float: left;
	margin: 10px 0 0 4px;
	}

div#body-related {
	width: 120px;
	float: right;
	margin: 0px 0 0;
	}

div#event-listings, div.col-2c, div#discussion {
	width: 492px;
	float: right;
	}

div#event-listings {
	margin: 10px 0 0;
	}



div#site-footer {
	border-top: 6px solid #fe370f;
	margin: 15px 0 0;
	padding: 10px 0;
	color: #999;
	font-size: 77%;
}

ul#site-navigation {
	position: relative;
	list-style: none;
	height: 30px;
}


/* ---- Section Colours and Background Images ----

Attributes: color, background-color, background-image

*/

div#site {

	background: #fff;
	color: #707070;
}

div#page-header {
	background: url(/images/bg_header.gif) repeat-y;
	}

div#event-listings div.introduction { color: black; }




/* ---- Text size, alignment and font ----

Attributes: text-align, text-size, font-family, line-height

*/


div#site {
	text-align: left;
	}
	
div#site p {
	line-height: 1.4em;
}


div#site-header {
	font-size: 85%;
	}

h1 {
	font-size: 174%;
	}

h2 {
	font-size: 136%;
	clear: left;
}

h3 {
	
	font-size: 92%;
	font-weight: bold;
	clear: left;
	}

#event-listings div.archive p, #page-contents p {
	font-size: 85%;
}

#event-listings div.introduction {
	font-size: 110%;
}

#body p {
	font-size: 92%;
	}


/* ---- Site header internal positioning ---- */

div#site-header ul {
	list-style: none;
}
div#site-header li {
	float: left;
	margin: 10px 0 0;
	padding: 0 5px;
}
div#site-header li.first {
	padding-left: 0;
	border-right: 1px solid #333;
}
div#site-header input {
	float: left;
	margin: 0 0 0 5px;
}
div#site-header input.search-box {
	width: 105px;
	border: 1px solid #bdbdbd;
	background: #eee;
}
div#site-header input.search-box:focus {
	background: #fff;
}
div#site-header div#logo {
	float: right;
}

ul#site-navigation li {
	float: left;
}
ul#site-navigation li a, ul#site-navigation li span.current {
	display: block;
	top: 0;
	position: absolute;
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
	text-indent: -2000px;
}
ul#site-navigation li span.current, ul#site-navigation li a:hover, ul#site-navigation li a.current {
	background-position: 0 -31px;
}
ul#site-navigation li #nav-home {
	left: 0;
	background-image: url(/images/nav_home.gif);
	width: 55px;
}
ul#site-navigation li #nav-about-us {
	left: 106px;
	background-image: url(/images/nav_about_us.gif);
	width: 86px;
}
ul#site-navigation li #nav-whats-on {
	left: 243px;
	background-image: url(/images/nav_whats_on.gif);
	width: 96px;
}
ul#site-navigation li #nav-discuss {
	left: 389px;
	background-image: url(/images/nav_discuss.gif);
	width: 70px;
}
ul#site-navigation li #nav-my-dana {
	left: 506px;
	background-image: url(/images/nav_my_dana.gif);
	width: 88px;
}

/* ---- Page header internal positioning ---- */

div#page-header div.lead_image {
	float: left;
	width:616px;
	background: #ffbe00;
	color: #000;
}
div#page-header div.lead_image div.legacy {
	background: #dddbdf url(/images/header_legacy.gif) no-repeat;
	width: 244px;
	height: 214px;
	float: left;
	margin: 0 14px 0 0;
}
div#page-header div.lead_image div.legacy img {
	margin: 31px 0 0 45px;
	width: 150px;
	height: 150px;
}
div#page-header div.lead_image h1 {
	color: #fff;
	margin: 20px 20px 10px 0;
	line-height: 1em;
}
div#page-header div.lead_image p {
	font-size: 92%;
	margin: 0 20px 10px 0;
}
div#page-header div.lead_image p.last {
	margin-bottom: 0;
}
div#page-header div.lead_image .big-im {
	float: left;
	margin: 0 14px 0 0;
}
div#page-header div.page_identity {
	float: right;
	width: 120px;
	background: #fe370e;
	padding-top: 20px;
}

div#page-header div.page_identity img {margin-left: 8px;}



/* ---- Other stuff (currently unsorted) ---- */


div#body table { border: 1px black solid; border-collapse: collapse; }
div#body table td, div#body table th {border: 1px black solid; padding: .5em;  vertical-align: top;}

div#body ul ul {margin-left: 1.5em;}


ul.related-info {
	list-style: none;
}
ul.related-info li {
	padding: 0 0 5px;
}

p, ul	{
	margin: 0 0 1em;
	}

h2, h2 a {
	color: #fe370f;
	}

h3, h3 a {
	margin: 10px 0 0;
	color: #fe370f;
}
a {
	color: #333;
}
a:hover {
	color: #fe370f;
}
p.intro {
	color: #000;
}

div#body {color: #000000;}

div#body ul {list-style-position: inside;}


div#page-navigation ul li a, a.arrow-grey, a.arrow-orange, a.arrow-white, a.arrow-orange-small, div#page-navigation ul li span.current {
	background-position: 0 -20px;
	background-repeat: no-repeat;
	padding: 0 0 1px 25px;
	font-weight: bold;
}
div#page-navigation ul li a:hover, a.arrow-grey:hover, a.arrow-orange:hover, a.arrow-white:hover, a.active, a.arrow-orange-small:hover {
	background-position: 0 0;
}
div#page-navigation ul li a, a.arrow-grey {
	background-image: url(/images/arrow_link_grey.gif);
}
div#page-navigation ul li span.current, a.arrow-orange {
	background-image: url(/images/arrow_link_orange.gif);
	color: #fe370f;
}

div#page-navigation ul.rss_feeds li a {
	background-image: url(/images/icons/rss_feed.png);
	background-position: 0 0 ;
}

div#page-navigation ul li a.current:hover, a.arrow-orange:hover {
	color: #000;
}
a.arrow-orange-small {
	background-image: url(/images/arrow_link_orange_small.gif);
	padding-left: 15px;
	color: #fe370f;
}
a.arrow-orange-small:hover {
	color: #000;
}
a.arrow-white {
	background-image: url(/images/arrow_link_white.gif);
}
div.home-mod a.arrow-orange {
	font-size: 77%;
}
a.email, a.print, a.pdf, a.mp3, a.rss, a.link {
	font-size: 85%;
	padding: 3px 0 0 30px;
	height: 16px;
	display: block;
	font-weight: bold;
}

a.link { padding: 3px 0 0 0; }

a.email {
	background: url(/images/icon_email.gif) no-repeat;
}
a.print {
	background: url(/images/icon_print.gif) no-repeat;
}
a.pdf {
	background: url(/images/icon_pdf.gif) no-repeat;
}
a.mp3 {
	background: url(/images/icon_mp3.gif) no-repeat;
}
a.rss {
	background: url(/images/icon_rss.gif) no-repeat;
}
a.profile, a.search, a.report {
	padding: 3px 2px 0 17px;
	background-repeat: no-repeat;
}
a.profile:hover, a.search:hover, a.report:hover {
	background-position: 0 -28px;
	color: #000;
}
a.profile {
	background-image: url(/images/icon_profile.gif);
}
a.search {
	background-image: url(/images/icon_search.gif);
}
a.report {
	background-image: url(/images/icon_report.gif);
}
a.quote {
	margin: 0 0 0 5px;
}

ul.hor-list {
	list-style: none;
}
ul.hor-list li {
	float: left;
	padding: 20px 15px 0 0;
}
ul.hor-list li a {
	float: left;
}

div#page-contents h1{
	font-size: 136%;
	color: #fe370f;
	margin: 15px 0;
}


/*
h2#event-heading, h2#events-heading {
	width: 106px;
	height: 24px;
	display: block;
	margin: 22px 0 10px 10px;
	background: url(/images/heading_event.gif) no-repeat;
	text-indent: -2000px;
}
h2#events-heading {
	background: url(/images/heading_events.gif) no-repeat;
}
*/


div#page-header div.page_identity p {
	margin: 0 10px;
	font-size: 100%;
	color: #333;
	font-weight: bold;
}

div#page-navigation ul {
	list-style: none;
	font-weight: bold;
	font-size: 92%;
	color: #fe370f;
	margin: 12px 0 12px 2px;
}
div#page-navigation ul li {
	margin: 0 0 6px;
}
div#page-navigation ul li a {
	text-decoration: none;
}
ul#side-nav li a.active {
	color: #fe370f;
}

div#body-related ul {
	list-style: none;
	padding-bottom: 20px;
	padding-top: 5px;
	}
div#body-related ul li {
	padding: 0 0 5px;
}



div.home-row {
	clear: both;
}
div#page-contents div.col-1 a {
	font-weight: bold;
}
div#page-contents div.col-1 h1 {
	margin-bottom: 0;
}
div#page-contents div.col-1 h1 img.icon {
	float: right;
	margin: 0 17px 0 0;
	width: 21px;
	height: 25px;
}
div#page-contents div.col-1 h1 img.icon-comp {
	width: 44px;
	height: 44px;
}

div.module {
	border-top: 6px solid #fe370f;
	margin-bottom: 30px;
	margin-top: 0;
}
div#page-contents div.home-row h1 {
	/* font-size: 159%; */
	margin-bottom: 0;
}
div.home-mod {
	width: 244px;
	float: left;
	margin: 0 4px 10px 0;
}
div.home-mod2 {
	margin-right: 0;
}
div#page-contents div.home-mod h1 {
	font-size: 100%;
	margin: 4px 0 0;
}
div.home-mod p.first {
	color: #333;
	padding: 2px 0 5px;
	border-bottom: 2px solid #707070;
	margin: 0 0 6px;
}
div.home-mod p {
	margin: 0 0 2px; 
}
div#cafe-promo, div#aboutus-promo {
	margin: 0 0 17px;
	overflow: hidden;
	height: 1%;
}
div#cafe-promo img, div#aboutus-promo img {
	float: left;
	margin: 0 10px 0 0;
}
div#aboutus-promo {
	background: #fe4819;
	color: #fff;
}
div#cafe-promo {
	background: #ffc900;
	color: #333;
}

div#aboutus-promo h1 {
	margin: 0 0 10px;
	color: #ffea00;
	font-size: 136%;
}

div#aboutus-promo h1 a, div#aboutus-promo h1 a:visited {
	color: #ffea00;
	text-decoration: none;
}

div#page-contents div#aboutus-promo div.copy a.arrow-white {
	float: right;
	margin: 20px 20px 0 0;
	color: #fff;
	font-size: 92%;
}
div#page-contents div#aboutus-promo div.copy a.arrow-white:hover {
	color: #000;
}
div#cafe-promo h1 {
	margin: 0 0 5px;
	font-size: 136%;
}

div#cafe-promo h1 a {
	color: #333;
	text-decoration: none;
	}


div#page-contents div#cafe-promo div.copy h2 {
	font-size: 85%;
	font-weight: bold;
	color: #333;
	margin: 5px 0 0;
}

div#cafe-promo h1 a  {
	color: #fe370f;
}

div.module h1 a {
	color: #fe370f;
	text-decoration: none;
	}


div#cafe-promo p {
margin-bottom: 5px;
}

div#cafe-promo div.copy, div#aboutus-promo div.copy {
	float: left;
	margin: 10px 0;
	width: 340px;
}
div#aboutus-promo div.copy p , div#aboutus-promo div.copy p {
	margin: 0;
}

div#page-contents div#cafe-promo ul {
	color: #fe4819;
	margin: 0 0 0 15px;
}
div#page-contents div#cafe-promo ul li p {
	color: #333;
	margin: 2px 0;
}
div#page-contents div#cafe-promo div.copy a.arrow-orange {
	float: right;
	margin: 5px 20px 0 0;
	font-size: 92%;
}

form#subscribe-form {
	margin: 0 0 30px;
	overflow: hidden;
	height: 1%;
}
form#subscribe-form input {
	float: left;
}
form#subscribe-form input#subscribe-box {
	margin: 0 5px 0 0;
	width: 155px;
	border: 1px solid #a7a7a7;
	font-size: 85%;
	height: 15px;
}

table.calendar {
	margin: 10px 0 0;
	font-size: 77%;
	text-align: center;

}


table.calendar th, table.calendar td {

border-collapse: collapse; border: 1px white solid;

}


table.calendar th {
	width: 30px;
	padding: 2px 0;
	background: #d7d4d9;
	color: #5c5c5c;
}
table.calendar td {
	background: #eceaed;
	color: #999;
	padding: 2px 0 0;
	
}
table.calendar td.active {
	background: #ffa900;
	color: #434343;
}
table.calendar a {
	text-decoration: none;
	display: block;
	margin: -1px 0 0;
	font-weight: normal;
}

ul.archive-list {
	list-style: none;
	margin: 20px 0 20px;
}
ul.archive-list li {
	background: url(/images/arrow_orange.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
}
ul.archive-list li a {
	font-size: 92%;
	font-weight: bold;
}
ul.archive-list p {
	margin: 3px 0 10px;
}

div.home-comp {
	margin: 20px 0 10px;
	overflow: hidden;
	height: 1%;
}
div.home-comp img {
	float: left;
	margin: 0 3px 0 0;
}
div.home-comp div.copy {
	float: left;
	width: 105px;
	margin: 0 0 0 3px;
}

div#page-navigation blockquote p {
	color: #ffb600;
	font-size: 122%;
	font-weight: bold;
	margin: 17px 0 0;
}
blockquote p#quote-science-masses {
	background: url(/images/home_quote_for_masses.gif) no-repeat;
	width: 233px;
	height: 36px;
	text-indent: -2000px;
}
blockquote p.caption {
	font-size: 77%;
	color: #fe370f;
	margin: 0;
}

div#home-forum h2 {
	border-bottom: 2px solid #707070;
	font-size: 92%;
	color: #000;
	padding: 0 0 3px;
	margin: 15px 0 10px;
}
div#home-forum p {
	margin: 0 10px 2px 0;
}


div.large-image {
	margin: 1em 0;
	overflow: hidden;
	height: 1%;
}
div.large-image img {
	float: left;
	margin: 0 12px 0 0;
}
div.small-image h2, div.large-image h2 {
	font-size: 85%;
	font-weight: bold;
	color: #000;
	margin: 0;
}

div.small-image {
	
	clear: left;
	
}

div.small-image p { clear: none;}

div#page-contents div.small-image div.description {margin-left: 133px;}

div.small-image img {
	clear: left;
	float: left;
	margin: .2em 1em 0 0;
}

ul.cafe-menu {
	color: #fe370f;
	padding: 0 0 0 20px;
}
ul.cafe-menu li p {
	font-size: 107%;
	margin: 0;
	color: #707070;
}
div.archive {
	height: 1%;
	overflow: hidden;
	margin: 20px 0 0;
}
div.archive h2 {
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	/* background: url('/images/icon_video_small.gif') no-repeat center right; */
	display: inline;
	padding: 0 17px 0 0;
}

div.archive h3 {
	font-size: 92%;
	font-weight: normal;
	color: #000;
}

div.archive div.im {
	background: url(/images/archive_frame.gif) no-repeat;
	width: 129px;
	height: 99px;
	float: left;
}

div.archive div.legacy {
	background: url(/images/archive_frame_legacy.png) no-repeat;
	width: 116px;
	height: 116px;
	float: left;
}

div.archive div.im img {
	margin: 8px 0 0 8px;
	height: 79px;
	width: 109px;
}

div.archive div.legacy img.legacy {
	margin: 8px 0 0 8px;
	height: 96px;
	width: 96px;
}

div.archive div.copy {
	float: right;
	width: 350px;
}
div.archive div.copy h2 img {
	margin: 0 0 0 8px;

}

a.watch_webcast {font-weight: bold;  font-size: 136%}

div#page-contents p.credit {font-size: 0.7em; }


div#body-related h1 { margin-bottom: 5px; }


div#page-contents input.email {width: 30em;}  

div#page-contents p.message {color: red; border: 1px red solid; padding: 5px;}


#page-header h1 {margin-bottom: 0; margin-top: 20px;}
#page-header p {margin-bottom: 0;}


div.small-image img {padding-bottom: 10px;}

/* Contents of YUI fonts.css - see http://developer.yahoo.com/yui/fonts/ */
/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

body {font:13px arial,helvetica,clean,sans-serif;}
table {font-size:inherit;font-size:100%;}
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;font-size:100%;}
body * {line-height:1.22em;}
/* End page-contents of YUI fonts.css */

object.video { margin-top: 1em; margin-bottom: 2em;}


div.small-image img.special1 {
margin-bottom: 1.8em;
}


div.post_comment h3 {margin-bottom: 1em;}

div.post_comment input#name {margin-left: 6em; width: 15em}

div.post_comment input.post {margin-top: 1em;}


div.comment span.author, span.speaker, span.staff {font-weight: bold;}

div.comment {margin-bottom: .5em; margin-top: 1em; color: #888;}

div.message {color: black; margin-top: 0; }

span.speaker {color: #ffbe00;}

span.staff {color: #fe370e;}

h3 abbr {text-decoration: none; border-bottom: none;}

h2 a {text-decoration: none;}
