	
/* CSS COMPRESSED BY MASTER.CSS.PHP */

		.error {
			color: #e41157;
		}
		
		label.error {
			display:none;
			background: url('../images/icons/cross.png') no-repeat;
			padding: 5px 5px 5px 24px;
			background-color: #fbf1f4;
			background-position: 5px 5px;
			margin: 5px 0;
			font-weight: normal;
			color: #e41157;
			border: 1px solid #f2d5de;
		}
		
		ul.fancy {
			list-style-type: none;
			padding: 0;
			margin: 15px 0;
		}
		
		ul.fancy li {
			margin: 4px 0 4px 0;
			padding: 0 0 0 20px;
			background: url('../images/icons/arrow.gif') no-repeat;
			background-position: 0 2px;
		}
		
		hr {
			font-size: 1px;
			line-height: 1px;
			border: none;
			color: transparent;
			background-color: none;
			border-top: 1px solid #ccc;
		}
		
		.warning {
			background-image:url("../images/icons/bell.png");
			padding: 10px 10px 10px 35px;
			background-repeat: no-repeat;
			background-position: 10px 10px;
			margin: 10px 0;
			border: 1px solid #efd180;
			background-color: #fbf3dd;
			clear: both;
		}
		

		
		.warning a {
			color: #df2e58;
			border-bottom: 1px solid #df2e75;
		}
	
		.ajaxloading
		{
			background-image:url("../images/ajax/loading-sml.gif");
			background-repeat: no-repeat;
			height: 16px;
			line-height: 16px;
			padding: 2px;
			padding-left: 23px;
			background-color: #ffffff !important;
			background-color: #ffffff;
		}
		
		table.stripey td {
			padding: 5px;
			border-bottom: 1px solid #ccc;
		}
		
		table.stripey tr.odd {
			background-color: #f7f7f7;
		}
		
		table.stripey tr:hover {
			background-color: #f8f3d2;
		}
		
		.alart h4 {
			margin: 0 0 10px 0;
			padding: 0;
			font: "Trebuchet MS";
			color: #4b0c34;
			font-size: 16px;
		}
		
		table.outlined td {
			border: 1px solid #ccc;
		}

/*
################################################
select-a-category
################################################
*/

		#select-a-category tr.spacer {
			background-color: #fff;
			height: 5px;
			line-height: 5px;
		}

		#select-a-category table {
		background-color: #f5f5ed;
		border: 1px solid #e2dec5;
		}
		
		#select-a-category td {
			background-repeat: repeat-x;
			background-color: #fff;
			padding: 8px;
			height: 100%;
			color: #515151;
			border: 1px solid #e2dec5;
			cursor: pointer;
		}
		
		#select-a-category td:hover {
			background-color: #fbf3f8;
			color: #000;
		}
		
		#select-a-category h3 {
			margin: 0 0 5px 0;
		}
		#select-a-category h4 {
			margin: 0 0 6px 0;
			padding: 0;
			font-size: 15px;
		}
		#select-a-category h4 a {
			text-decoration: none;
			color: #2a65a0;
		}
		#select-a-category h4 a:hover {
			color: #b0628c;
		}
		#select-a-category ul {
			margin: 0;
			padding: 0 0 0 10px;
			list-style-type: none;
		}
		#select-a-category li {
			padding: 0;
			margin: 0 0 5px 0;
			background-image:url("../images/layout/ul-li-arrow.gif");
			background-repeat: no-repeat;
			padding: 0 0 0 15px;
		}
/*
################################################
popular items
################################################
*/

	#select-popular .popular-item {
		background-color: #f5f5ed;
		border: 1px solid #e2dec5;
		padding: 6px;
		margin: 0 0 6px 0;
		height: 33px;
		color: #515151;
		cursor: pointer;
	}
	
	#select-popular .popular-item:hover {
		background-color: #fbf3f8;
		color: #000;
	}
	
	#select-popular .popular-item .hits {
		display: block;
		text-align: center;
		float: left;
		width: 45px;
		height: 30px;
		line-height: 30px;
		background-color: #fff;
		margin-right: 15px;
		border: 1px solid #e2dec5;
		font-family: "Trebuchet MS";
		font-size: 16px;
	}
	
	#select-popular .popular-item .title {
		font-weight: bold;
	}
	
	#select-popular .popular-item .section {
		color: #797979;
	}

/*
################################################
ajax menu
################################################
*/

.ajaxload {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
.ajaxload select {
	
	font-weight: normal;
}
.ajaxload select,
.ajaxload input {
	font-family: verdana;
	font-size: 10px;
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 2px;
}
.ajaxload .change {
	background-color: #ebf7cf;
	border: 1px solid #9ab559;
	color: #546f14;
	padding: 1px;
}

.liveFound,
.lgaFound,
.liveFoundID,
.liveFoundEmail {
	border: 1px solid #ccc;
	padding: 5px;
	position: absolute;
	z-index: 40;
	background-color: #fff;
	min-width: 450px;
	max-height: 150px;
	overflow: auto;
}

.liveFound ul,
.lgaFound ul,
.liveFoundID ul,
.liveFoundEmail ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
}

.liveFound li,
.lgaFound li,
.liveFoundID li,
.liveFoundEmail li {
	display: block;
	padding: 3px 0 4px 0;
	min-width: 250px;
	border-bottom: 1px solid #ccc;
}

/*
################################################
user menu
################################################
*/


#quickbar h3 {
	margin: 5px 0 8px 0;
	padding: 3px;
	background-color: #fff;
	font-size: 12px;
	font-family: verdana;
	clear: both;
	color: #575757;
	border-bottom: 1px solid #ccc;
	text-transform: capitalize;
}	





/*
################################################
pagination
################################################
*/
	.pagination {
		clear: both;
		padding: 0;
		display: block;
		margin: 15px 0;
		height: 30px;
	}
	.pagination a, .pagination b {
		
		display: inline-block;
		padding: 3px 10px;
		background-color: #fff;
		border: 1px solid #cb83ae;
		margin: 0 1px;
		color: #555555;
		text-decoration: none;
	}
	
	.pagination a:hover {
		background-color: #fff;
		color: #7f0d49;
		border: 1px solid #7f0d49;
	}
	
	.sectionation {
		margin: 10px 0;
		clear: both;
	}
	
	.sectionation a {
		padding: 5px 10px;
		background-color: #f5f5ed;
		border: 1px solid #e2dec5;
		
		margin: -11px 0 0 0;
		
		color: #555555;
		text-decoration: none;
		font-size: 11px;
	}
	
	.sectionation a:hover {
		color: #7e0c48;
	}
	
	.sectionation .left {
		float: left;
	}
	
	.sectionation .right {
		float: right;
	}
	

/*
################################################
survey
################################################
*/

	/* link in sections */
	
	#surveys {
		margin: 10px 0;
		border: 1px solid #ccc;
		background-color: #efeaed;
		padding: 6px;
	}
	
	#surveys h3 {
		margin: 0 0 10px 0;
	}
	
	#surveys .link a {
		font-size: 11px;
		text-decoration: none;
		color: #333;
		padding: 5px 15px;
		background-color: #fff;
		border: 1px solid #ccc;
		display: block;
	}
	
	#surveys .link a:hover {
		background-color: #e4f2fb;
	}

/*
################################################
poll
################################################
*/
	.poll-question {
		
	}
	
	.poll-votes {
		color: #333;
	}
	
	.poll-bar {
		background-color: #8f1254;
		border: 1px solid #ca347e;
		height: 8px; 
		margin-top: 5px;
	}
	
	.poll-submit {
		padding: 10px;
	}
	
	.poll-answer {
		background-color: #f3f3f3;
		margin: 10px 0;
		padding: 6px;
	}
	
/*
################################################
poll sidebar
################################################
*/

	.poll-sidebar {
		font-family: verdana;
		font-size: 10px;
	}

	.poll-sidebar .poll-question {
		border: none;
		margin: 0;
	}
	
	.poll-sidebar .poll-votes {
		color: #333;
	}
	
	.poll-sidebar .poll-bar {
		background-color: #8F1254;
		border: none;
		height: 2px; 
		margin-top: 5px;
		margin-bottom: 2px;
	}
	
	.poll-sidebar .poll-submit {
		padding: 1px;
		width: 80px;
		background-color: #fff;
		color: #333;
		font-size: 10px;
		border: 1px solid #ccc;
	}
	
	.poll-sidebar .disabled {
		color: #817269;
	}
	
	.poll-sidebar .poll-answer {
		background-color: #f1f1f1;
		margin: 3px 0;
		padding: 2px;
	}
	
	.latest_news {
		margin: 3px;
		border-bottom: 1px solid #ccc;
	}
	
	.latest_news:hover {
		background-color: #ecf7fe;
	}
	
	.latest_news h3 {
		margin: 0;
		font: bold 12px verdana;
		padding: 6px 10px 0 10px;
	}
	
	
	.news_item {
		padding: 0 0 15px 0;
	}
	
	.news_item .more {
		background-color: #f1f1f1;
		padding: 5px;
		margin: 10px 0;
		font-size: 11px;
	}
	

	
	.newstable img {
		border: 1px solid #ccc;
		padding: 3px;
		background-color: #fff;
	}
	
	
	.newstable hr {
		clear: both;
	}
	
	.news-content {
		margin-bottom: 30px;
	}
	
	.news-content .doctitle {
		
	}
	
	.news-more {
		font-size: 9px;
		background-color: #f1f1f1;
		padding: 4px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

/*
################################################
search
################################################
*/	
	#select-search .searchbox {
		background-color: #f5f5ed;
		border: 1px solid #e2dec5;
		padding: 6px;
		margin: 0 0 6px 0;
		color: #515151;
	}
	
	#select-search #searchsearch {
		padding: 4px;
		width: 80%;
	}
	
	#select-search .help {
		color: #87555f;
	}
	
	.shineybutton {
		background-color: transparent;
		border: none;
		color: transparent;
		width: 101px;
		height: 39px;
		line-height: 34px;
		padding: 0;
		background-image:url("../images/layout/search_button.gif");
		cursor: pointer;
		color: #fff;
		font-weight: bold;
		font-family: verdana;
		font-size: 11px;
		text-align: center;
	}
	
	#select-search fieldset {
		border: 1px solid #e2dec5;
	}

	fieldset.advanced-filters {
		width: 50%;
		float: right;
	}
	
	#select-search select {
		width: 100%;
	}
	
	fieldset.advanced-location input {
		width: 90%;
	}

	.search-result {
		margin: 10px 0;
		background-color: #f3f3f3;
		padding: 6px;
		cursor: pointer;
		color: #333;
		width: auto;
		min-height: 60px;
		height: auto !important;
		height: 60px;
	}
	
	.search-result:hover {
		background-color: #edf8e0;
		color: #000;
	}
	
	.search-result .title {
		font-weight: bold;
	}
	
	.search-result .date {
		color: #333;
		margin-bottom: 10px;
		font-size: 10px;
	}
	
	.search-query {
		font-weight: bold;
		font-family: "Trebuchet MS";
		font-size: 20px;
	}
	
	.search-result .score {
		display: block;
		width: 60px;
		height: 55px;
		padding-top: 5px;
		line-height: 60px;
		text-align: center;
		background-image:url("../images/layout/search_score.gif");
		font-family: "Trebuchet MS";
		font-size: 25px;
		color: #fff;
		float: right;
		font-weight: bold;
		overflow: hidden;
	}

/*
################################################
pages
################################################
*/	

	.doc_relevant {
		background-color: #e8f6f9;
		border: 1px solid #c3dce1;
		color: #548e98;
		margin: 20px 0 10px 0;
		padding: 6px;
		font-size: 10px;
		clear: both;
	}
	
	.doc_relevant h4 {
		margin: 0;
		padding: 0;
		font-size: 10px;
		font-weight: normal;
		color: #1e5964;
	}
	
	.doc_relevant ul {
		margin: 0;
		padding: 0;
	}
	
	.doc_relevant ul li {
		display: inline;
		margin-right: 10px;
	}
	
	.doc_relevant input,
	input.bluethin {
		background-color: #fff;
		border: 1px solid #486b7b;
		color: #486b7b;
		font-size: 11px;
	}
	
	.doc_relevant label {
		font-weight: bold;
	}
	
	.doctitle {
		/* just use h2 rule in layout.css */
	}
	
	.docdate {
		color: #747474;
		margin: -5px 0 15px 0;
		padding: 0;
		font-size: 12px;
	}
	
	.docdate_event {
		color: #747474;
		margin: 10px 0;
		padding: 0;
		font-size: 12px;
	}
	
	.docdate_event strong {
		color: #8f1254;
	}
	
	.videoplayer {
		background-color: #f4f4f4;
		text-align: center;
		color: #ccc;
		padding: 10px;
		margin: 10px 0;
		z-index: 999;
	}
	
	.mp3player {
		margin: 15px 0;
	}
	
	.imgdisplay {
		text-align: center;
		margin: 10px 0;
	}
	
	.imgdisplay img {
		background-color: #f1f1f1;
		padding: 5px;
		border: 1px solid #ccc;
		max-width: 95%;
		cursor: url("../images/cursor/magnify.cur"), pointer;
	}
	
	.attachments {
		font-size: 10px;
		padding: 8px;
		margin: 10px 0;
		border: 1px solid #88b973;
		background-color: #f3faf0;
		clear: both;
	}
	
	.attachments h3 {
		margin: 0 0 5px 0;
		color: #88b973;
		font-size: 14px;
	}
	
	.attachments ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.attachments li {
		display: block;
		background-image:url("../images/icons/disk.png");
		background-repeat: no-repeat;
		padding: 5px 0 5px 25px;
		background-position: 0 6px;
	}
	.attachments li.doc,.attachments li.docx {background-image:url("../images/icons/page_white_word.png");}
	.attachments li.exe,.attachments li.dmg,.attachments li.msi {background-image:url("../images/mime/application.png");}
	.attachments li.pdf {background-image:url("../images/icons/pdf.png");}
	.attachments li.txt {background-image:url("../images/icons/page_edit.png");}
	.attachments li.png,.attachments li.jpg,.attachments li.gof {background-image:url("../images/icons/image.png");}
	.attachments li.xls {background-image:url("../images/icons/page_white_excel.png");}
	.attachments li.zip,.attachments li.rar {background-image:url("../images/icons/compress.png");}
	.attachments li.mov,.attachments li.avi,.attachments li.mpg,.attachments li.mpeg,.attachments li.wmv {background-image:url("../images/icons/film.png");}
	
/*
################################################
sections
################################################
*/	
	
	.carer_resources h3,
	.useful_links h3,
	.section_videos h3,
	.section_images h3 {
		margin: 0;
		padding: 6px 0;
		font-family: "Trebuchet MS";
		font-size: 16px;
		color: #881a5a;
	}
	
	.carer_resources {
		width: 49%;
		float: left;
	}
	
	.useful_links {
		width: 49%;
		float: right;
	}
	.carer_resources ul,
	.useful_links ul,
	.section_videos ul,
	.section_images ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.carer_resources li,
	.useful_links li,
	.section_videos li,
	.section_images li {
		background-image:url("../images/layout/section_links.jpg");
		background-position: bottom;
		background-repeat: repeat-x;
		background-color: #fff;
		border: 1px solid #c4cfd6;
		font-size: 11px;
		margin: 0 0 2px 0;
		padding: 6px;
	}
	
	.useful_links,
	{
		float: right;
		width: 49%;
	}
	
	/*
	.section_videos {
		width: 49%;
		float: left;
	}
	*/
	
	.section_videos li,
	.section_images li {
		margin: 0 0 5px 0;
		float: left;
		width: 47%;
		height: 80px;
		overflow: hidden;
		clear: left;
	}
	
	.section_images li.odd,
	.section_videos li.odd {
		margin: 0 0 5px 10px;
		clear: none;
	}
	
	.section_videos .vidimg,
	.section_images .vidimg {
		float: left;
		margin: 2px 10px 0 5px;
		border: 1px solid #dbe7f2;
		padding: 3px;
		background-color: #fff;
	}
	
	
	
	.section_videos .viddesc,
	.section_images .imgdesc {
		padding: 5px 10px 0 130px;
		display: block;
	}
	
	.section_videos .viddesc p,
	.section_videos .imgdesc p {
		margin: 3px 0;
	}
	
	.section_videos .viddesc span,
	.section_images .imgdesc span {
		margin: 2px 0;
	}
	
	.carer_resources .type {
		float: right;
		margin: 0 5px 0 5px;
		font-size: 9px;
		color: #2d2d2d;
	}
	
	
	

	

/*
################################################
quick delete sidebar
################################################
*/	

	#usermenu .quickdel ul
	{
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#usermenu .quickdel ul li
	{
		display: inline-block;
		padding: 0 0 0 25px;
		clear: left;
		background-image: url("../images/layout/ul-li-arrow.gif");
		background-position: 4px 2px;
		background-repeat: no-repeat;
	}
	#usermenu .quickdel ul li.on{
		background-image: none;
	}
	#usermenu .quickdel ul li a.link{
		display: block;
		width: 100%;
		padding: 3px 0 3px 0;
	}
	#usermenu .quickdel ul li .delete{
		display: block;
		width: 15px;
		height: 15px;
		float: left;
		margin: 2px 0 0 -23px;
	}
	#usermenu .quickdel ul li .delete a {
		width: 23px;
		display: block;
		height: 15px;
	}
	#usermenu .quickdel ul li .del a {
		background-image: url("../images/layout/fav_delete.gif");
		background-repeat: no-repeat;
	}
	#usermenu .quickdel ul li .del a:hover {
		background-position: left bottom;
	}
	#usermenu .quickdel ul li .delete span {
		display: none;
	}
	
	
	
/*
################################################
site map
################################################
*/

	.sitemap ul {
		margin: 0;
		padding: 0 0 30px 20px;
	}
	
	.sitemap ul ul {
		margin: 0;
		padding: 0 0 10px 20px;
	}
	

/*
################################################
events calendar
################################################
*/

	div.eventscal {
		margin: 10px 0;
		width: 50%;
	}

	table.eventscal_head {
		margin-bottom: 4px;
	}

	table.eventscal_head,
	table.eventscal_body {
		width: 100%;
	}

	table.eventscal_head .heading {
		background-color: #e8eff8;
	}
	
	table.eventscal_head .heading th {
		padding: 10px 5px 10px 5px;
		font-weight: normal;
		width: 25%;
	}
	
	table.eventscal_body td {
		text-align: center;
		padding: 10px 5px 10px 5px;
		width: 14.2%;
		font-size: 10px;
		border: 1px solid #fff;
		background-color: #f5f5ed;
	}
	
	table.eventscal_body td.day {
		color: #907e77;
		font-weight: bold;
	}
	
	table.eventscal_body td .today {
		font-family: "Trebuchet MS";
		font-size: 18px;
		color: #7e0c48;
	}
	
	table.eventscal_body td a {
		font-family: "Trebuchet MS";
		font-size: 18px;
	}
	
	ul.currentEvents {
		list-style-type: none;
		margin: 10px 0;
		padding: 0;
		background-color: #ecf8fb;
		border: 1px solid #7eafbb;
		border-bottom: none;
	}
	
	ul.currentEvents li {
		padding: 7px;
		margin: 0;
		border-bottom: 1px solid #7eafbb;
	}
	ul.currentEvents li a.delete {
		float: right;
	}
	ul.currentEvents li li {
		border-bottom: none;
	}
	
	table.eventscal_body td.active {
		border: 1px solid #7e0c48;
	}
	
	.myevents {
		width: 45%;
		margin: 0 0 10px 0;
		float: right;
		clear: right;
	}
	
	.myevents h3 {
		background-color: #e8eff8;
		margin: 0 0 5px 0;
		padding: 6px;
	}
	
	.myevents ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.myevents ul li {
		background-color: #f3f3f3;
		padding: 6px;
		margin: 2px 0;
	}
	
	.myevents .title {
		display: block;
		font-weight: bold;
		padding: 5px 0;
	}
	
	.myevents .countdown {
		font-size: 12px;
		color: #8f1254;
	}
	
	.myevents .delete {
		float: right;
		margin-top: -10px;
	}
	
	
	
	.dates_month {
		float: left;
		padding: 0 20px 0 0;
	}
	
	.dates_month ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	.whatsoninner {
		font-family: verdana;
		font-size: 12px;
		padding: 10px 0;
		border-bottom: 1px solid #ccc;
	}
	

	
	.whatsoninner h3 {
		margin: 0;
		padding: 0 0 20px 10px;
		color: #564b45;
	}
	
	.whatsoninner {
		padding: 15px 20px;
		
	}
	
	.whatsoninner h4 {
		margin: 0 0 10px 0;
	}
	
	.whatsoninner h4 a {
		background-image: url("../images/icons/calendar.png");
		display: inline;
		padding: 2px 0;
		padding-left: 22px;
		background-repeat: no-repeat;
	}
	
	
	.whatsonday {
		clear: both;
	}
	
	.whatsonday .odd {
		background-color: #f5f5ed;
	}
	
	.whatsonday .event_warn {
		background-color: #fbf3dd;
	}
	
	.event_cal_click {
		background-color: #fbf3dd !important;
	}
	
	.whatsonday .event_warn h4 a {
		background-image:url("../images/icons/bell.png");
	}
	
	.whatsondate {
		color: #333;
		margin: 10px 0;
		padding: 0;
		font-size: 12px;
	}
	
	.whatsondate strong {
		color: #8f1254;
	}
	
	
/*
################################################
admin links
################################################
*/	
	
	
	ul.adminlinks {
		padding: 5px;
		margin: 0 0 10px 0;
		font-weight: bold;
		clear: both;
		color: #3c4f63;
		background-color: #e8f6f9;
		border: 1px solid #c3dce1;
	}
	
	ul.adminlinks ul {
		
	}
	
	ul.adminlinks, ul.adminlinks ul {
		list-style-type: none;
	}
	
	ul.adminlinks li {
		margin: 0;
		padding: 0;
	}
	
	ul.adminlinks ul {
		padding: 0;
		margin: 0;
	}
	
	ul.adminlinks ul li {
		margin: 0 6px;
		text-align: left;
		font-weight: normal;
		
		display: inline;
	}
	ul.adminlinks ul li a {
		white-space: nowrap;
	}
	

	/*
		##########################################
		user input fields, such as surveys and bookings and comments
	*/
	
	.userinput
	{
		padding: 10px;
		
		border: 1px solid #dddddd;
		background-color: #fff;
		background-image: url("../images/layout/nav_tile_bg_light.jpg");
		background-position: 0 -40px;
		background-repeat: repeat-x;
	}
	
	.userinput hr {
		font-size: 1px;
		line-height: 1px;
		border: none;
		color: transparent;
		background-color: none;
		border-top: 1px solid #dddddd;
	}
	
	.userinput textarea {
		font-family: verdana;
		font-size: 11px;
		color: #15343f;
		line-height: 17px;
		padding: 6px;
		background-color: #ecf8fb;
		border: 1px solid #7eafbb;
	}
	
	.userinput input {
		padding: 3px;
		background-color: #ecf8fb;
		border: 1px solid #7eafbb;
		color: #15343f;
		font-family: verdana;
		font-size: 11px;
	}
	
	.userinput .disclaimer {
		border: 1px solid #dddddd;
		padding: 10px;
		margin: 10px 0 20px 0;
		background-color: #fff;
	}
	
	.userinput .nl {
		border-bottom: 1px solid #dddddd;
		padding: 0 0 10px 0;
		margin: 10px 0;
	}
	
	.userinput label.lft {
		float: left;
		display: block;
		width: 150px;
		font-size: 11px;
		padding: 0 10px 0 0;
	}
	
	.userinput .rht {
		margin-left: 160px;
		
	}
	
	
	.contact_logo {
		max-width: 200px;
		max-height: 100px;
	}
	
	/*
		##########################################
		forum!
	*/
	
	.forum-content {
		/* buttons etc */
	}
	
	.forum-post {
		background-color: #fff;
		background-image: url("../images/layout/nav_tile_bg_light.jpg");
		background-repeat: repeat-x;
		border: 1px solid #ccc;
		margin: 0 0 10px 0;
		overflow: auto;
		display: block !important;
		display: inline-block;
	}
	
	.forum-content .forum-left {
		float: left;
		width: 134px;
		padding: 8px 8px 5px 8px;
		background-color: #f1f1f1;
	}
	
	.forum-content .forum-right {
		border-left: 150px solid #f1f1f1;
		padding: 15px;
		font-size: 1em;
		line-height: 1.3em;
	}
	
	.forum-foot .forum-left,
	.forum-foot .forum-right {
		font-size: 10px;
		padding: 5px 8px 8px 8px;
		color: #767676;
		
	}
	
	.forum-content ul.post-links {
		list-style-type: none;
		margin: 0;
		float: right;
	}
	
	.forum-content ul.post-links li {
		display: inline;
		margin: 0 0 0 10px;
	}
	
	.forum-content img {
		max-width: 500px;
	}
	
	
	.forum_user .username {
		color: #7b0148;
		font-family: "Trebuchet MS", verdana;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	.forum_user .posts {
		margin: 10px 0 0 0;
		font-size: 10px;
		color: #767676;
	}
	
	/* forum posting */
	
	input.helpline {
		border: 1px solid transparent;
		border: none;
		font-size: 10px;
		color: #939393;
		margin: 10px 0;
		width: 100%;
	}
	textarea.forum_body {
		font-family: verdana;
		font-size: 11px;
		color: #15343f;
		line-height: 17px;
		padding: 6px;
		width: 98%;
		height: 200px;
		background-color: #ecf8fb;
		border: 1px solid #7eafbb;
	}
	
	#bbcode .button,
	#forum_submit input {
		background-color: #ecf8fb;
		border: 1px solid #7b0148;
		border-bottom: 2px solid #46052b;
		cursor: pointer;
		font-size: 11px;
		padding: 3px 6px;
		background-image: url("../images/layout/button-bg.jpg");
		color: #fff;
	}
	
	#forum_submit input {
		padding: 6px 10px;
	}
	
	#bbcode .button:hover,
	#forum_submit input:hover {
		border-bottom: 2px solid #2f081f;
		color: #2f081f;
	}
	
	.forum_field {
		border: none;
		padding: 0;
		margin: 10px 0;
	}
	
	.forum_field legend {
		color: #494949;
		margin: 0 0 10px 0;
	}
	
	div.smilies {
		float: right;
		width: 28%;
	}
	div.editor_forum {
		float: left;
		width: 70%;
	}
	div.smilies_table {
		background-color: #ecf8fb;
		border: 1px solid #7eafbb;
	}
	
	div.smilies_table {
		text-align: center;
		padding: 5px;
	}
	
	div.smilies_table a {
		margin: 4px;
		display: inline-block;
		line-height: 24px;
	}
	
	div.smilies_table a:hover {
		opacity: 0.8;
		filter: alpha(opacity=80);
	}
	
	#forum_title {
		margin: 2px 0 6px 0;
	}
	
	#forum_title input {
		font-family: verdana;
		font-size: 11px;
		color: #15343f;
		line-height: 17px;
		padding: 6px;
		width: 69%;
		background-color: #ecf8fb;
		border: 1px solid #7eafbb;
	}
	
	.bbu {
		text-decoration: underline;
	}
	
	.incqbox,
	.codebox {
		border: 1px solid #ccc;
		padding: 2px 10px;
		background-color: #f2f2f2;
		color: #6d4b5f;
	}
	
	.codebox pre {
		font-size: 10px;
		padding: 1px;
	}
	
	blockquote .incqbox {
		font-style: italic;
		
	}
	
	.youtube {
		margin: 10px 0;
		padding: 3px;
	}
	
	.forum_buttons {
		list-style-type: none;
		margin: 10px 0;
		padding: 0;
	}
	.forum_buttons li {
		display: inline;
	}
	
	.subpages {
		float: right;
		list-style-type: none;
		margin: 10px 0 10px 10px;
		padding: 0;
		font-size: 0.85em;
		width: 160px;
	}
	.subpages ul {
		list-style-type: none;
		margin: 5px 0 0 0;
		padding: 0;
	}
	.subpages li {
		margin: 5px 0 0 8px;
		color: #c0babd;
		
	}
	.subpages a {
		color: #8e1254;
		font-weight: normal;
	}
	.subpages a:hover {
		color: #d04188;
	}
	.subpages li.foot {
		
		background-color: #fff;
		height: 9px;
		display: block;
		margin: 0;
		padding: 0;
		background-position: left bottom;
	}
	.subpages ul li {
		margin: 1px;
		padding: 4px;
		background-color: #f6ecf1;
		border: 1px solid #f1cedf;
	}

	
	.subpages .active {
		color: #59444f;
		/*padding-left: 5px;*/
	}
	
/*
STORIES
*/

	.story {
		background-repeat: no-repeat;
		behavior: url('resources/js/iepngfix.htc');
	}
	
	.story .body-main {
		background-color: #fff;
		margin: 10px 30px 10px 300px;
		padding: 20px;
		overflow: auto;
		height: 500px;
	}
	
	.story .story_title {
		margin: 0 30px 10px 300px;
	}
	
	.story .doctitle {
		font-size: 50px;
		font-weight: normal;
		padding: 20px 0 10px 0;
		color: #333;
	}
	
	
	.story .story_by {
		
		padding: 0 30px 0 300px;
		background-image: url(../images/stories/tagline.png);
		background-repeat: no-repeat;
		height: 40px;
		background-position: 20px 0;
		line-height: 35px;
		behavior: url('resources/js/iepngfix.htc');
	}
	
	.story-eagle {
		background-image: url(../images/stories/large/eagle.png);
		background-position: -160px 20px;
	}
	.story-butterfly {
		background-image: url(../images/stories/large/butterfly.png);
		background-position: -80px 120px;
	}
	.story-butterflies {
		background-image: url(../images/stories/large/butterflies.png);
		background-position: -90px 120px;
	}
	.story-tree_1 {
		background-image: url(../images/stories/large/tree_1.png);
		background-position: -220px -60px;
	}
	.story-tree_2 {
		background-image: url(../images/stories/large/tree_2.png);
		background-position: -230px 20px;
	}
	.story-people_1 {
		background-image: url(../images/stories/large/people_1.png);
		background-position: -40px 80px;
	}
	.story-people_2 {
		background-image: url(../images/stories/large/people_2.png);
		background-position: -70px 20px;
	}
	.story-people_3 {
		background-image: url(../images/stories/large/people_3.png);
		background-position: -20px 60px;
	}
	.story-people_4 {
		background-image: url(../images/stories/large/people_4.png);
		background-position: 10px 60px;
	}
	.story-people_5 {
		background-image: url(../images/stories/large/people_5.png);
		background-position: 30px 60px;
	}
	.story-people_6 {
		background-image: url(../images/stories/large/people_6.png);
		background-position: -100px 60px;
	}
	.story-people_7 {
		background-image: url(../images/stories/large/people_7.png);
		background-position: -40px 160px;
	}
	.story-people_8 {
		background-image: url(../images/stories/large/people_8.png);
		background-position: 30px 60px;
	}
	.story-people_9 {
		background-image: url(../images/stories/large/people_9.png);
		background-position: 30px 60px;
	}
	.story-wheelchair {
		background-image: url(../images/stories/large/wheelchair.png);
		background-position: -340px -40px;
	}
	.story-floral {
		background-image: url(../images/stories/large/floral.png);
		background-position: -80px 0;
	}
	
	
	
	
	
	
	.story_slider {
		border: 1px solid #ccc;
		overflow: hidden;
		margin: 10px auto;
		width: 200px;
	}
	
	.story_wrap {
		width: 1600px;
		height: 70px;
		overflow: hidden;

	}
	
	.story_tile {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.story_tile li {
		float: left;
		width: 180px;
		height: 60px;
		margin: 5px;
	}
	
	#topstory {
	}
	
	#topstory .imgwrap {
		width: 45px;
		height: 120px;
		position: absolute;
		overflow: hidden;
	}
	
	#topstory .desc {
		font-size: 11px;
		font-family: verdana;
		font-weight: normal;
		background-color: #fff;
		height: 150px;
		padding: 6px;
	}
	
	#topstory .title {
		display: block;
		height: 35px;
		overflow: hidden;
	}
	
	#topstory .inner {
		
		padding: 6px 6px 6px 55px;
		
	}
	
	
	
	
	.story_tile .imgwrap {
		float: left;
		width: 35px;
		overflow: hidden;
	}
	
	.story_tile img.sml {

	}
	
	.story_tile .title {
		font-size: 11px;
		font-family: verdana;
		font-weight: normal;
		float: left;
		width: 134px;
		height: 40px;
		padding: 3px;
		background-color: #fff;
		overflow: hidden;
		margin: 6px 0;
	}
	
	.story_tile li .desc {
		display: none;
	}
	
	#story_more {
		margin: 10px 0;
	}
		