/** RESET **/
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, a, em, font, img,
small, strike, strong, sub, sup, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-size: 62.5%;
	line-height: 1em;
	color: #000;
	background: #fff;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


/** GLOBAL **/
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #e5e5e5;
	color: #666;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}


	/** GLOBAL - typography **/
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.5em;
		margin-bottom: 0.25em;
	}

	h1 {
		font-size: 2.583em;
		font-weight: bold;
		line-height: 1em;
		color: #909859;
	}
	
	#home h1 {
		font-size: 4.416em;
		margin-bottom: 0.4em;
	}
	
	h1 .smaller {
		font-size: 0.849em;
		display: block;
	}
	
	h1 .light {
		color: #a2bd30;
	}
	
	h2 {
		font-size: 1.333em;
		font-weight: bold;
	}
	
	h3 {
		font-size: 1.166em;
		font-weight: bold;
	}

	.headingBar {
		background-color: #000;
		color: #fff;
		/*
		padding: 6px 10px;
		*/
		padding: 4px 10px;
		margin-bottom: 20px;
		font-size: 1.167em;
		font-weight: normal;
	}
	
	p {
		line-height: 1.5em;
		margin-bottom: 1.25em;
	}
	
	a {
		color: #666;
	}
	
	a:hover {}
	
	strong {
		font-weight: bold;
	}
	
	em {
		font-style: italic;
	}
	
	ul {
		margin: 0 0 10px 18px;
	}
	
	ul li {
		list-style-type: disc;
		line-height: 1.5em;
	}
	
	ol {
		margin: 0 0 10px 22px;
	}
	
	ol li {
		list-style-type: decimal;
		line-height: 1.5em;
	}
	
	
	/** GLOBAL - lists **/
	.horizontalList a {
		text-decoration: none;
	}
	
	.horizontalList a:hover {
		text-decoration: underline;
	}

	.last {
		margin-right: 0 !important;
	}
	
	/** GLOBAL - forms **/
	
	/** GLOBAL - buttons **/
	.button, .formBlockSubmitButton {
		height: 29px;
		display: block;
		text-indent: -9999em;
		background-position: left top;
		background-repeat: no-repeat;
		border: none;
		cursor: pointer;
	}
	
	.button:hover, .formBlockSubmitButton:hover {
		background-position: left bottom;
	}
	
	/* unique buttons */
	#signin, #signout, #myaccount {
		float: right;
		margin-top: 10px;
		/*
		width: 105px;
		height: 43px;
		*/
		width: 125px;
		height: 44px;
		text-indent: -9999em;
		display: block;
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_signin.png) left top no-repeat;
	}
	
	#myaccount {
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_my_account.png) left top no-repeat;
		margin-right: 10px;
	}
	
	#signout {
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_signout.png) left top no-repeat;
	}

	#join {
		position: relative;
		left: -7px;
		width: 180px;
		height: 40px;
		text-indent: -9999em;
		display: block;
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_join.png) left top no-repeat;
	}
	
	/* generic buttons */
	.more {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_more.png);
		width: 88px;
	}
	
	.search {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_sm_search.png);
		width: 88px !important;
	}
	
	.searchForm .button {
		display: inline-block;
		margin-left: 5px;
	}
	
	.submit, .formBlockSubmitButton {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_sm_submit.png);
		width: 88px;
	}
	
	.reset {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_sm_reset.png);
		width: 88px;
	}
	
	.save {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_sm_save.png);
		width: 88px;
	}
	
	.sign_in {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_sm_signin.png);
		width: 88px;
	}
	
	.register {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/button_sm_register.png);
		width: 88px;
	}
			

/** NAVIGATION **/

	/** NAVIGATION - main **/
	.nav {
		margin: 0;
	}
	
	.nav li, .nav-header li, .horizontalList li {
		list-style-type: none;
		float: left;
		margin-right: 10px;
		line-height: inherit;
	}
	
	
	/** NAVIGATION - subnav **/
	.colNav a {
		text-decoration: none;
	}
	
	.colNav a:hover {
		text-decoration: underline;
	}
	
	.colNav ul {
		margin: 0 8px;
		padding: 0;
		border-top: 1px solid #ccc;
	}
	
	.colNav .nav li {
		float: none;
		list-style-type: none;
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_arrow.png) 5px 11px no-repeat;
		padding: 10px 0 10px 15px;
		border-bottom: 1px solid #ccc;
		line-height: 1.25em;
	}
	
	.colNav li ul {
		border: none;
		margin: 0;
		padding: 3px 0 0;
	}
	
	.colNav .nav ul li {
		border-bottom: none;
		padding: 3px 0 3px 15px;
		background-position: 5px 4px;
	}
	
	.colNav .nav-selected {
		font-weight: bold;
	}

	.colNav .nav-selected li a {
		font-weight: normal;
		color: #666666 !important;
	}
	
	#topCurve {
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_top.png) left top no-repeat;
		height: 10px;
	}
	
	#bottomCurve {
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_bottom.png) left top no-repeat;
		height: 10px;
	}
	
	#subnav {
		padding: 0 8px;
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_background.png) left top repeat-y;
	}
	
	#subnav a {
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_arrow.png) left top no-repeat;
		padding-left: 10px;
		text-decoration: none;
	}
	
	#subnav a:hover {
		text-decoration: underline;
	}
	
	#subnav li {
		list-style-type: none;
		padding: 10px 5px;
		border-bottom: 1px solid #ccc;
	}
	
	#subnav li.first {
		padding-top: 5px;
	}
	
	#subnav li.last {
		padding-bottom: 5px;
		border-bottom: none;
	}
	
	
	
	/** NAVIGATION - sitemap **/
	.colCopy .nav li {
		float: none;
		padding-top: 12px;
	}
	
	.colCopy .nav li ul {
		margin-left: 15px;
	}
	

/** CONTENT **/
.content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
}

#body .content {
	background-color: #fff;
	border-left: 50px solid #fff;
	border-right: 50px solid #fff;
	min-height: 500px;
}

.content img {
	margin-bottom: 10px;
}


	/** CONTENT - section colours **/
	#banner {
		background: #fff url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/banner-homepage.jpg) center bottom no-repeat;
		height: 209px;
	}
	
	#mycokids #banner {
		height: 132px;
	}
	
	#society #search {
		background-color: #5b76b9;
	}
	
	#society #banner {
		background: #fff url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/banner-society.jpg) center bottom no-repeat;
		height: 132px;
	}
	
	#society #body {
		background: #B5C0DB url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/bgstrip-society-short.gif) left top repeat-x;
	}
	
	#society .colNav .nav li.nav-selected {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_arrow_society.png);
	}
	
	#society h1, #society .colNav .nav-selected a {
		color: #5b76b9;
	}
	
	#science #search {
		background-color: #5d497e;
	}
	
	#science #banner {
		background: #fff url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/banner-fungalscience.jpg) center bottom no-repeat;
		height: 132px;
	}
	
	#science #body {
		background: #B7AEC4 url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/bgstrip-fungalscience-short.gif) left top repeat-x;
	}
	
	#science .colNav .nav li.nav-selected {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_arrow_science.png);
	}
		
	#science h1, #science .colNav .nav-selected a {
		color: #5d497e;
	}
	
	#education #search {
		background-color: #c49537;
	}
	
	#education #banner {
		background: #fff url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/banner-education.jpg) center bottom no-repeat;
		height: 132px;
	}
	
	#education #body {
		background: #DFCDA7 url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/bgstrip-education-short.gif) left top repeat-x;
	}
	
	#education .colNav .nav li.nav-selected {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_arrow_education.png);
	}
		
	#education h1, #education .colNav .nav-selected a {
		color: #c49537;
	}
	
	#mycology #search {
		background-color: #909859;
	}
	
	#mycology #banner {
		background: #fff url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/banner-fieldmycology.jpg) center bottom no-repeat;
		height: 132px;
	}
	
	#mycology #body {
		background: #CBCEB5 url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/bgstrip-fieldmycology-short.gif) left top repeat-x;
	}
	
	#mycology .colNav .nav li.nav-selected {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_arrow_mycology.png);
	}
		
	#mycology h1, #mycology .colNav .nav-selected a {
		color: #909859;
	}
	
	#library #search {
		background-color: #bd5753;
	}
	
	#library #banner {
		background: #fff url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/banner-libraryandinfo.jpg) center bottom no-repeat;
		height: 132px;
	}
	
	#library #body {
		background: #DDB4B2 url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/bgstrip-libraryandinfo-short.gif) left top repeat-x;
	}
	
	#library .colNav .nav li.nav-selected {
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/subnav_arrow_library.png);
	}
		
	#library h1, #library .colNav .nav-selected a {
		color: #bd5753;
	}
	


	/** CONTENT - header **/
	#header {
		background: #fff url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/header_background.gif) left bottom repeat-x;
		height: 90px;
	}
	
	#search form {
		float: right;
		margin: 11px 0 0 35px;
	}
	
	#logo {
		position: absolute;
		top: 28px;
		left: 0;
	}
	
	#sectionTitle {
		position: absolute;
		top: 31px;
		left: 100px;
		font-size: 1.333em;
		line-height: 1.1em;
		color: #b8691e;
	}
	
	#sectionTitle span {
		font-size: 0.714em;
		color: #adb283;
	}

	#header .nav, #header .nav-header {
		position: absolute;
		top: 32px;
		right: 0;
	}
	
	#header .nav a, #header .nav-header a {
		outline: none;
		text-decoration: none;
		text-indent: -9999em;
		height: 27px;
		display: block;
		background-position: left top;
		background-repeat: no-repeat;
	}
	
	#header .nav a:hover, #header .nav-header a:hover, #society #societyNav a, #science #scienceNav a, #education #educationNav a, #mycology #mycologyNav a, #library #libraryNav a {
		background-position: left bottom;
	}
	
	#header #societyNav a {
		width: 81px;
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/nav_society.png);
	}
	
	#header #scienceNav a {
		width: 72px;
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/nav_research.png);
	}
	
	#header #educationNav a {
		width: 146px;
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/nav_education.png);
	}
	
	#header #mycologyNav a {
		width: 106px;
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/nav_field_mycology.png);
	}
	
	#header #libraryNav a {
		width: 141px;
		background-image: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/nav_library.png);
	}


	/** CONTENT - search **/
	#search {
		background-color: #a2bd30;
		height: 55px;
	}
	

	/** CONTENT - pagination **/
	.pagination {
		text-align: center;
		color: #bbb;
	}
	
	.pagination .pageLeft {
		float: left;
		text-align: left;
		width: 20%;
	}
	
	.pagination .pageRight {
		float: right;
		width: 20%;
	}
	
	.pagination a, .currentPage, .pageLeft, .pageRight {
		margin: 0 5px;
	}
	
	.currentPage {
		color: #000;
		font-weight: bold;
	}
	

	/** CONTENT - body **/
	#body {
		background: #fff url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/page_background_green.gif) left bottom repeat-x;
		min-height: 500px;
	}

	
	/** CONTENT - columns **/
	.row {
		clear: both;
	}
	
	.fullWidth {
		width: 960px;
	}
	
	.oneThird {
		float: left;
		width: 230px;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.colMain {
		float: left;
		width: 730px;
		margin-right: 40px;
	}
	
	.colSidebar {
		float: left;
		width: 190px;
	}
	
	.colNav {
		float: left;
		width: 170px;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	
	.colCopy {
		float: left;
		width: 530px;
		margin-right: 40px;
		margin-bottom: 20px;
	}
	
	.spotlight {
		float: left;
		width: 170px;
		margin-right: 16px;
		margin-bottom: 20px;
	}

	
	/** CONTENT - sidebar **/
	.panel {
		background: url(http://www.britmycolsoc.org.uk/themes/britishmycologicalsociety/images/sidebar_background.png) left top no-repeat;
		padding: 10px 13px 10px 10px;
		position: relative;
	}
	
	#kidsPromo {
		margin-top: 165px;
		padding-top: 85px;
	}
	
	#kidsPromo img {
		position: absolute;
		left: -30px;
		top: -165px;
	}

	
	/** CONTENT - footer **/
	#footer {
		padding: 15px 0 30px;
	}
	
	#footer a {
		color: #666;
	}
	
	#footerLinks li {
		margin-top: 5px;
		padding-right: 10px;
		border-right: 1px solid #666;
	}
	
	#footerLinks li.last {
		padding: 0;
		border: none;
	}
	
	#socialLinks {
		float: right;
	}


/** PLUGINS **/

	/** PLUGINS - forum **/
	table.ccm-discussion-message-list, table.ccm-discussion-category-list {
		line-height: 1.4em;
	}
	
	table.ccm-discussion-category-list h2 {
		line-height: inherit;
	}
	
	table.ccm-discussion-message-list td, table.ccm-discussion-category-list td {
		vertical-align: top;
	}
	

	/** PLUGINS - large calendar  **/
	#event_cal td#cal_blank {
		height:0px !important;
	}

	#event_cal td {
		padding: 5px;
	}

	#event_cal tr.header td {
		height: 25px; 
		padding-top: 5px;
	}
	
	#cal_day #normal {
		padding-top: 2px;
	}
	
	#mycology #cal_day #normal a {
		color: #909859;
	}
	
	#society #cal_day #normal a {
		color: #5B76B9;
	}
	
	#science #cal_day #normal a {
		color: #5D497E;
	}
	
	#education #cal_day #normal a {
		color: #C49537;
	}
	
	#library #cal_day #normal a {
		color: #BD5753;
	}
	
	
	/** PLUGINS - small calendar **/
	#event_small_cal td#cal_blank{
		height:0px !important;
	}
	
	#event_small_cal td {
		padding: 2px;
		text-align: center;
	}
	
	#mycology #cal_day_event a {
		color: #909859;
	}
	
	#society #cal_day_event a {
		color: #5B76B9;
	}
	
	#science #cal_day_event a {
		color: #5D497E;
	}
	
	#education #cal_day_event a {
		color: #C49537;
	}
	
	#library #cal_day_event a {
		color: #BD5753;
	}
	
	#mycology #cal_day_event a:hover {
		cursor: pointer;
	}
	
	#event_small_cal #select {
		padding-bottom: 5px; 
	}
	
	#event_small_cal #select a {
		padding-left: 5px; 
	}
	
	
	/** PLUGINS - events list **/
	.infowrap {
		line-height: 1.5em;
	}
	
	#pagination a {
		padding-left: 5px;
	}
	

	/** PLUGINS - document and image search **/
	.imageSearchBox label {
		font-weight: bold;
		display: block;
		float: none !important;
		margin: 0 0 5px 0;
	}
	
	.imageSearch-input-keywords {
		width: inherit !important;
	}
	
	.fieldCol {
		padding-bottom: 5px;
	}
	
	#date_from, #date_to {
		width: 68px !important;
	}
	
	.imageSearch_row {
		text-align: inherit !important;
		line-height: 1.3em;
	}

	.tonyPopup_closeFloat {
		cursor: pointer;
	}
	
	
	/** PLUGINS - news listing **/
	.newsflashcontain .time {
		margin-bottom: 10px;
	}
	
	.newsflashcontain .description {
		line-height: 1.5em;
	}
	
	.rssfeed img {
		margin-bottom: 0;
	}
	
	
/** MY ACCOUNT **/
.errors, message {
    font-weight: bold;
    color: #c00;	
    margin: 0 0 20px 0;
    background-color: #e9e9e9;
    border: 1px solid #c00;
    padding: 6px 10px;
}

.errors li {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}
	
	/** MY ACCOUNT - login **/
	#loginBox {
		position: relative;
	}
	
	#loginBox h1 {
		font-size: 2em;
		margin-bottom: 35px;
	}
	
	#loginBox .ccm-form {
		clear: both;
	}
	
	#loginBox form {
		width: 300px;
		margin: 0 auto;
	}
	
	#loginBox form br {
		display: none;
	}
	
	#loginBox label {
		float: left;
		font-weight: bold;
		margin-bottom: 2px;
		padding: 5px 0;
		width: 100px;
	}
	
	#loginBox input {
		float: left;
		margin-bottom: 20px;
	}
	
	#loginBox .ccm-input-text {
		width: 190px;
	}
	
	#loginBox .ccm-input-checkbox {
		float: right !important;
		margin: 2px 185px 2px 0;
	}
	
	#loginBox hr {
		border-color: #CCCCCC;
		border-right: medium none;
		border-style: solid none none;
		border-width: 1px medium medium;
		clear: both;
		height: 1px;
		margin-bottom: 10px;
	}
	
	#loginBox .ccm-button, #register .ccm-button {
		background: none;
	}
	
	#loginBox .ccm-input-submit {
		clear: both;
	}
	
	
	/** MY ACCOUNT - profile / registration **/
	#profile, #register {
		line-height: 1.5em;
	}
	
	#profile fieldset, #register fieldset {
		clear: both;
	}
	
	.profileField {
		clear: both;
	}
	
	.profileField label {
		font-weight: bold;
		line-height: 1.2em;
		width: 120px;
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.profileField span {
		float: left;
		margin: 0 0 10px 0;
		line-height: 1.2em;
	}
	
	.profileField .required {
		float: none;
		margin: 0;
	}
	
	.profileField input {
		width: 200px;
		margin-bottom: 10px;
	}
		
	.profileField input.ccm-input-checkbox {
		width: auto;
		display: inline;
		margin: 0 5px 20px 130px;
		vertical-align: baseline;
	}
	
	#profile div.ccm-attribute-address-line, #register div.ccm-attribute-address-line {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
		padding-right:10px;
		clear: both;
	}
	
	.warning {
		font-weight: bold;
    	color: #c00;
	}
	
	
	/** MY ACCOUNT - member search **/
	#myAccountSidebar {
		float: none; position: absolute; top: 0; right: 0;
	}
	
	#myAccountSidebar h3 {
		margin-bottom: 10px;
	}
	
	#memberSearch label {
		display: block;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#memberSearch input {
		width: 200px;
		margin-bottom: 10px;
		display: block;
	}
	
	.memberProfile {
		border-bottom: 1px solid #CCCCCC;
		margin-bottom: 12px;
	}

