
/****************************************************************** =defaults */

html, body, form, fieldset, table, th, td, h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*font: normal 1em Arial, Helvetica, sans-serif;*/
}
h2, h3, h4, h5, h6, p, pre, div.hr,
blockquote, ul, ol, dl, address, table, fieldset {
	margin: 10px 0 0;
	padding: 0;
}
ul, li, dd, blockquote {
	margin-left: 10px;
}

/********************************************************************* =types */

body {
	background-color: #c8e7fb;
	color: #333;
	font: normal 62.5%/1.35 Arial, Helvetica, sans-serif; /* reset 1em to 10px */
	margin: 0;
	padding: 10px;
}
a {
	color: #333;
	text-decoration: underline;
}
fieldset {
	background-color: #f2f2f2;
	border: none;
	padding: 10px;
}
form {
	clear: both;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 2em;
	font-weight: bold;
}
h3 {
	color: #c00071;
	font-size: 1.6em;
	font-weight: bold;
}
	h3 a {
		/*color: #bd5398;*/
		color: #c00071;
	}
	h3.lighter, h3.lighter a {
		color: #bd5398;
	}
h4 {
	font-size: 1.4em;
	font-weight: bold;
}
div.hr {
	background-image: url("../_img/hr.gif");
	border: none;
	clear: both;
	height: 5px;
}
hr {
	display: none;
}
img {
	/*display: block;*/
	border: none;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	vertical-align: middle;
}
label {
	cursor: pointer;
	font-size: 1.1em;
}
li {
	list-style-image: url("../_img/li.gif");
}
p {
	font-size: 1.1em;
}
table {
	border-collapse: collapse;
}
textarea {
	border: solid 1px #999;
	color: #333;
	height: 225px;
	/*padding: 5px;*/
	/*width: 455px;*/
	width: 445px;
}
td {
	font-size: 1.1em;
}
th {
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}

/******************************************************************* =classes */

.autocomplete {
	background-color: #fff;
	border: solid 1px #999;
	width: 300px;
}
	.autocomplete ul {
		list-style: none;
		margin-left: 0;
		width: 300px;
	}
	.autocomplete li {
		list-style: none;
		margin-left: 0;
		width: 300px;
	}
.errors {
	color: #ef007c;
	font-weight: bold;
}
.figure-l {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.first {
	margin-top: 0 !important;
}
.hi {
	color: #c00071;
	font-weight: bold;
}
.inactive {
	color: #999;
}
#centre .input {
	/*background-color: #eae9e9;*/
	border: solid 1px #999;
	color: #333;
	/*padding: 5px;*/
	/*width: 455px;*/
	width: 445px;
}
.last {
	margin-bottom: 0 !important;
}
.left {
	text-align: left !important;
}
.narrow {
	margin-right: 10px;
	width: 150px !important;
}
.noborder {
	border: none;
}
.pager {
	line-height: 36px;
}
.right {
	text-align: right !important;
}
.smaller {
	font-size: 0.8em;
}
.submit {
	clear: both;
	float: right;
}
	#loginform .submit {
		margin-bottom: 10px;
	}
.title {
	font-size: 1.2em;
	font-weight: bold;
}
.usericon {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
	.usericon input {
		margin-top: 8px;
		vertical-align: top;
	}

table.index {
	clear: both;
}
table.index th, table.index td {
	padding-right: 0.25em;
}

fieldset.compact {
}
	fieldset.compact label {
		clear: left;
		float: left;
		vertical-align: middle;
		width: 200px;
	}
	fieldset.compact input.input {
		float: left;
		vertical-align: middle;
		width: 235px !important;
	}

/*********************************************************************** =ids */

input#postcode {
	width: 50px !important;
}

/******************************************************************** =header */

#header {
	background-image: url("../_img/header.gif");
	background-repeat: no-repeat;
	font-size: 0.1em;
	height: 24px;
	position: relative;
	width: 889px;
	z-index: 10;
}
#left h1 {
	background-image: url("../_img/menu-separator.gif");
	background-repeat: no-repeat;
	background-position: left 107px;
	height: 141px;
	padding-top: 5px;
}
#left h1 a {
	background-image: url("../_img/logo.gif");
	display: block;
	height: 0;
	outline: none;
	overflow: hidden;
	padding-top: 104px;
	width: 138px;
}

body.home #header {
	background-image: url("../_img/header-home.gif");
}
body.sidebar #header {
	background-image: url("../_img/header-sidebar.gif");
}

/******************************************************************** =footer */

#footer {
	background-image: url("../_img/footer.gif");
	background-repeat: no-repeat;
	float: left;
	height: 28px;
	position: relative;
	top: -30px;
	width: 889px;
	z-index: 10;
}

#nabslink {
	clear: both;
	top: 16px;
	position: relative;
	width: 35px;
}
	#nabslink a {
		width: 35px;
	}

#footermenu {
	list-style: none;
	margin: 0;
}
	#footermenu li {
		float: right;
		list-style: none;
	}
	#footermenu a {
		color: #999;
	}

body.home #footer {
	background-image: url("../_img/footer-home.gif");
}

/********************************************************************** =main */

#main {
	background-color: #fff;
	background-image: url("../_img/main-bg.gif");
	background-repeat: repeat-y;
	float: left;
	overflow: hidden;
	padding: 0 258px 0 158px;
	position: relative;
	top: -16px;
	width: 473px;
	z-index: 0;
}
#main .column {
	float: left;
	margin-bottom: -20000px;
	overflow: hidden;
	padding-bottom: 20000px;
	position: relative;
}
#left {
	background-color: #fe5670;
	background-image: url("../_img/menu-bg.gif");
	margin-left: -479px;
	left: -148px;
	width: 138px;
}
#centre {
	background: url("../_img/centre-bg.gif") left top repeat-x;
	font-size: 1.1em;
	margin-right: 10px;
	padding-bottom: 20012px !important;
	width: 469px;
}
#sidebar {
	background-color: #fe5670;
	background-image: url("../_img/bg.jpg");
	margin-right: -248px;
	width: 238px;
}

body.home #main {
	padding-right: 350px;
	width: 381px;
}
body.home #left {
	margin-left: -378px;
}
body.home #centre {
	width: 368px;
}
body.home #sidebar {
	background-color: #b2d0ea;
	background-image: url("../_img/gallery-bg.jpg");
	margin-right: -350px;
	width: 340px;
}
body.home #homeimg {
	background-image: url("../_img/right-bg-home.gif");
	height: 287px;
}

/********************************************************************** =menu */

#menu {
	background-image: url("../_img/menu-separator.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	list-style: none;
	margin: 0;
	padding-bottom: 34px;
}
#userinfo ul {
	list-style: none;
	margin: 0;
}
#menu li, #userinfo li {
	list-style: none;
	margin: 0;
}
#menu a, #userinfo li a {
	color: #fff;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.4em;
	padding-right: 10px;
	text-align: right;
	text-decoration: none;
	width: 128px;
}
#menu .selected a,
#menu a:hover,
#userinfo li.selected a,
#userinfo li a:hover {
	background-color: #df286a;
}

#userinfo {
	background-image: url("../_img/userinfo-separator.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	padding-bottom: 34px;
	position: relative;
	z-index: 50;
}
	#userinfo form {
		float: left;
	}
	#userinfo p {
		color: #fff;
		padding: 0 10px;
		text-align: right;
		width: 118px;
	}
	#userinfo a {
		color: #fff;
		text-decoration: none;
	}
	#userinfo .bigger {
		font-size: 1.3em;
	}
	#userinfo .input {
		border: solid 1px #999;
		padding-left: 0.25em;
		padding-right: 0.25em;
		width: 105px;
	}

#register {
	background-image: url("../_img/menu-separator.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 34px;
}
	#register a {
		background-image: url("../_img/button/register.gif");
		background-repeat: no-repeat;
		background-position: center top;
		display: block;
		height: 0;
		outline: none;
		overflow: hidden;
		padding-top: 24px;
		width: 138px;
	}

#youradhere {
	background-image: url("../_img/youradhere-bg.gif");
	clear: left;
	margin-top: 0;
	position: relative;
	top: -14px;
	z-index: 0;
}
	#youradhere a {
		background-image: url("../_img/youradhere-separator.gif");
		background-repeat: no-repeat;
		background-position: left bottom;
		color: #ef007c;
		display: block;
		font-size: 1.3em;
		font-weight: bold;
		padding: 0 8px 34px 8px;
		margin-bottom: 20px;
		position: relative;
		text-align: center;
		text-decoration: none;
		top: 14px;
	}

/******************************************************************* =sidebar */

#searchouter {
	background-color: #b2d0ea;
	background-image: url("../_img/blue-bg.jpg");
	float: right;
	position: relative;
	top: -14px;
}
	#searchouter label {
		clear: left;
		color: #fff;
		float: left;
		font-weight: bold;
		line-height: 18px;
		margin-bottom: 16px;
	}
	#searchouter select, #searchouter input {
		clear: right;
		float: right;
	}
	#searchouter .input {
		margin-bottom: 16px;
		padding-left: 0;
		padding-right: 0;
		width: 150px;
	}
	#filter {
		background-image: url("../_img/separator-blue.gif");
		background-repeat: no-repeat;
		background-position: left bottom;
		clear: left;
		float: left;
		min-height: 26px;
		padding: 24px 18px 34px 18px;
		position: relative;
		top: 14px;
		width: 202px;
	}
	#search {
		background-image: url("../_img/separator-red.gif");
		background-repeat: no-repeat;
		background-position: left bottom;
		clear: left;
		float: left;
		padding: 10px 18px 40px 18px;
		position: relative;
		top: 14px;
		width: 202px;
	}

/******************************************************************* =gallery */

#gallery {
	background-image: url("../_img/gallery-icon.gif");
	background-repeat: no-repeat;
	background-position: 20px top;
	color: #fff;
	float: left;
	font-weight: bold;
	margin-top: 0;
	padding: 3px 0 0 25px;
}
#gallery a {
	color: #fff;
}
#gallery p {
	font-size: 1.2em;
	padding-left: 30px;
}
#gallery ul {
	float: left;
	list-style: none;
	margin-top: 30px;
	margin-left: 0;
}
#gallery li {
	float: left;
	height: 49px;
	list-style: none;
	margin: 0 4px 10px 0;
	width: 69px;
}
#gallery li a {
	border: solid 2px #6d95be;
	float: left;
}
#gallery li a img {
	display: block;
}

/******************************************************************** =topbox */

#topbox {
	background-color: #f1a77a;
	background-image: url("../_img/topbox/bg.jpg");
	font-weight: bold;
	margin-top: 10px;
	width: 368px;
}
#topbox-inner {
	background-image: url("../_img/topbox/bottom.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 368px;
}
#topbox ul {
	background-image: url("../_img/topbox/top.gif");
	background-repeat: no-repeat;
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding: 4px 14px 14px 14px;
	width: 340px;
}
#topbox li {
	background-image: url("../_img/topbox/logo.gif");
	background-repeat: no-repeat;
	background-position: 5px 2px;
	color: #fff;
	font-size: 1.1em;
	list-style: none;
	margin-top: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-left: 46px;
}
#topbox li a {
	color: #fff;
	text-decoration: none;
}

/******************************************************************** =titles */

.title {
	background-repeat: no-repeat;
	height: 0;
	margin-top: 0;
	outline: none;
	overflow: hidden;
	padding-top: 36px;
	width: 260px;
}
#title-about-us {
	background-image: url("../_img/title/about-us.gif");
}
#title-articles {
	background-image: url("../_img/title/articles.gif");
}
#title-companies {
	background-image: url("../_img/title/companies.gif");
}
#title-contact {
	background-image: url("../_img/title/contact.gif");
}
#title-edit-profile {
	background-image: url("../_img/title/edit-profile.gif");
}
#title-gallery {
	background-image: url("../_img/title/gallery.gif");
}
#title-home {
	background-image: url("../_img/title/home.gif");
}
#title-messages {
	background-image: url("../_img/title/messages.gif");
}
#title-noticeboard {
	background-image: url("../_img/title/noticeboard.gif");
}
#title-offers-and-deals {
	background-image: url("../_img/title/offers-and-deals.gif");
}
#title-parents-in-your-area {
	background-image: url("../_img/title/parents-in-your-area.gif");
	width: 360px;
}
#title-qa {
	background-image: url("../_img/title/qa.gif");
}
#title-recruitment {
	background-image: url("../_img/title/recruitment.gif");
}
#title-register {
	background-image: url("../_img/title/register.gif");
}
#title-search {
	background-image: url("../_img/title/search.gif");
}
#title-services {
	background-image: url("../_img/title/services.gif");
}
#title-things-to-do {
	background-image: url("../_img/title/things-to-do.gif");
}
#title-tips {
	background-image: url("../_img/title/tips.gif");
}
#title-top-ten {
	background-image: url("../_img/title/top-ten.gif");
}
#title-useful-links {
	background-image: url("../_img/title/useful-links.gif");
}
#title-users {
	background-image: url("../_img/title/users.gif");
}

.subtitle {
	background-repeat: no-repeat;
	height: 0;
	outline: none;
	overflow: hidden;
	padding-top: 36px;
	width: 250px;
}
#subtitle-answers {
	background-image: url("../_img/subtitle/answers.gif");
}
#subtitle-your-answer {
	background-image: url("../_img/subtitle/your-answer.gif");
}

/******************************************************************* =buttons */

.button a {
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 0;
	margin-left: 5px;
	margin-bottom: 10px;
	outline: none;
	overflow: hidden;
	padding-top: 30px;
}
.button-ask-question a {
	background-image: url("../_img/button/ask-question.gif");
	width: 131px;
}
.button-add-activity a {
	background-image: url("../_img/button/add-activity.gif");
	width: 117px;
}
.button-add-notice a {
	background-image: url("../_img/button/add-notice.gif");
	width: 117px;
}
.button-add-tip a {
	background-image: url("../_img/button/add-tip.gif");
	width: 96px;
}
.button-back-to-articles a {
	background-image: url("../_img/button/back-to-articles.gif");
	width: 140px;
}
.button-back-to-noticeboard a {
	background-image: url("../_img/button/back-to-noticeboard.gif");
	width: 172px;
}
.button-back-to-offers-and-deals a {
	background-image: url("../_img/button/back-to-offers-and-deals.gif");
	width: 178px;
}
.button-back-to-questions a {
	background-image: url("../_img/button/back-to-questions.gif");
	width: 149px;
}
.button-back-to-things-to-do a {
	background-image: url("../_img/button/back-to-things-to-do.gif");
	width: 172px;
}
.button-compose a {
	background-image: url("../_img/button/compose.gif");
	padding-top: 23px;
	width: 74px;
}
.button-delete a {
	background-image: url("../_img/button/delete.gif");
	padding-top: 23px;
	width: 60px;
}
.button-read-more a {
	background-image: url("../_img/button/read-more.gif");
	width: 111px;
}
.button-reply a {
	background-image: url("../_img/button/reply.gif");
	padding-top: 23px;
	width: 61px;
}
.button-submit-answer a {
	background-image: url("../_img/button/submit-answer.gif");
	width: 131px;
}
.button-submit-comments a {
	background-image: url("../_img/button/submit-comments.gif");
	float: none;
	width: 151px;
}
.button-top-ten-activities a {
	background-image: url("../_img/button/top-ten-activities.gif");
	width: 148px;
}
.button-update a {
	background-image: url("../_img/button/update.gif");
	padding-top: 23px;
	width: 70px;
}
.button-view-answer a {
	background-image: url("../_img/button/view-answer.gif");
	width: 124px;
}
.button-view-comments a {
	background-image: url("../_img/button/view-comments.gif");
	width: 140px;
}

.button-postcodes {
	background-image: url("../_img/button/postcodes.gif");
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 0;
	margin-top: 4px;
	margin-right: 10px;
	outline: none;
	overflow: hidden;
	padding-top: 19px;
	width: 163px;
}
.button-submit {
	background-image: url("../_img/button/submit.gif");
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 0;
	margin-bottom: 10px;
	outline: none;
	overflow: hidden;
	padding-top: 24px;
	width: 53px;
}
