/*

Transition Sunshine Coast phpBB Prosilver style modifications

*/

/* Details in header */
div.headerbar  { /* Header wrapper div */
	background-image: none; /* Remove styles/prosilver/theme/images/bg_header.gif */
	background-color: #FFFFFF;
}

img#tsc-img { /* Transition Sunshine Coast logo */
	margin: 0 46px 0 0;
	border: 0;
	padding: 0;
	width: 273px;
	height: 70px;
	float: left;
}

h1#tsc-hd { /* Heading */
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #076010;
	font-size: 24px;
	line-height: 24px;
	margin: 11px 0 0 0;
	border: 0;
	padding: 0;
}

p#tsc-hd-link { /* Link text */
	font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
	color: #076010;
	font-size: 20px;
	line-height: 20px;
	margin: 9px 0 0 0;
	border: 0;
	padding: 0;
}

p#tsc-hd-link a, div#search-box, div#search-box a:active, div#search-box a:visited, div#search-box a:link, a#tsc-search-link, a#tsc-search-link:visited { /* A Firefox bug? - still leaves a#tsc-search-link with color #FFF - now forced to #076010 with an inline stlye in the template */
	color: #076010;
}

p#tsc-hd-link a:hover, a#tsc-search-link:hover {color: #009F5C;}

/* Footer links */
div.copyright a.txt { /* Hide link style */
	font-weight: normal;
	color: #555555;
}