/* Included style sheet for Taupo Residential */
/* == */

/* Global browser reset */
body {
	font-size: 12px;
	font-family: /*'Myriad Pro', */Tahoma, Geneva, Helvetica, sans-serif;
	color: #333;	
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	text-decoration: none;
}

/* Shared */
body {
	
}

#container {
	background: #fff;
}

div.holder {
	width: 910px;
	margin: 0 auto;
}

a { color: #437f3b; }
	a.title { font-size: 16px; }

acronym { cursor: help; }

:focus { outline: 0; }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.hr { clear: both; border-bottom: 1px solid #ccc; height: 1px; width: 75%; margin: 0 auto; margin-top: 10px; margin-bottom: 10px; }
img.border { border: 2px solid #3080bb; }

.divider { height: 30px; }

input,textarea,select {
	font-size: 12px;
	color: #333;
	font-family: Tahoma, Geneva, Helvetica, sans-serif;
	padding: 3px;
	/*border: 1px solid #03924d;*/
	border: 2px solid #ccc;
}
	input:focus,textarea:focus,select:focus { /*border: 1px solid #002e00;*/ border: 2px solid #3080bb; }
	input.e,textarea.e,select.e { border: 2px solid #a90502; }

p { margin: 0px 0px 10px 0px; }
	p.error,p.success { padding: 5px; border: 2px solid #ccc; color: #fff; }
		p.error a { color: #fff; font-weight: bold; }
	p.error { background-color: #a90502; }
	p.success { background-color: #437f3b; }

h1,h2,h3,h4 { font-family: "Trebuchet MS", Helvetica, sans-serif; margin: 0; padding: 0; }
h1 { font-size: 30px; }
h2 { font-size: 24px; font-weight: lighter; color: #226ca3; }
	h2 a {
		border-bottom: 0 !important;
		font-size: 24px;
		color: #226ca3;
	}
h3 { font-size: 18px; }
h4 { font-size: 16px; /*color: #03924d;*/ color: #4a6e41; }

ul,ol { margin: 0px 0px 10px 0px; }

label { float: left; width: 130px; display: block; text-align: right; margin-right: 10px; margin-bottom: 10px; line-height: 22px; font-weight: bold; clear: left; }
input,select,textarea { /*float: left; clear: right;*/ margin-right: 10px; }

.submit,.submit:focus { /*width: 134px; height: 40px; background: url(../img/button-submit.gif) no-repeat center; border: 0;*/ margin-left: 140px; cursor: pointer; }

a.button { width: 134px; height: 40px; background: url(../img/button-blank.gif) no-repeat center; border: 0; color: #fff; font-weight: bold; line-height: 40px; display: block; font-size: 11px; font-family: Georgia, "Times New Roman", Times, serif; text-align: center; text-transform: uppercase; margin: 5px 0px 0px 0px; text-decoration: none; border-bottom: 0px none !important; }
	table tr td a.button { float: right; margin: 5px 0px 0px 5px; }

/* Login */
#login {
	background: #333;
	border-bottom: 3px solid #fff;
}
	#login .holder {
		height: 40px;
		line-height: 39px;
		color: #fff;
	}
		#login .holder a {
			color: #fff;
		}
			#login .holder a:hover {
				text-decoration: none;
			}
			#login .holder a.on {
				font-weight: bold;
				text-decoration: none;
			}
		#login .holder div.left {
			width: 300px;
			text-align: left;
		}
		#login .holder div.right {
			width: 600px;
			text-align: right;
		}
			#login .holder div.right form {
				font-weight: bold;
			}

/* Header */
#header {
	background: #3080bb url(../img/header-bg.gif) repeat-x;
	clear: both;
}
	#header .holder {
		height: 126px;
	}
		#header .holder a img {
			float: left;
		}
		#header .holder #logobox {
			float: right;
			height: 64px;
			width: 600px;
			margin: 12px 0px 10px 0px;
		}
			#header .holder #logobox img {
				border: 2px solid #fff;
				height: 60px;
				float: right;
			}
		#header .holder #menu {
			list-style-type: none;
			float: right;
			/*margin: 86px 0px 0px 0px;*/
			padding: 0;
			/*clear: right;*/
		}
			#header .holder #menu li {
				float: left;
				margin: 0px 0px 0px 5px;
				background: #3a98dd;
				border-top-left-radius: 3px;
				border-top-right-radius: 3px;
			}
				#header .holder #menu li a {
					display: block;
					height: 40px;
					font-size: 16px;
					line-height: 39px;
					text-decoration: none;
					/*text-transform: uppercase;*/
					font-weight: bold;
					color: #fff;
					padding: 0px 20px 0px 20px;
				}
			#header .holder #menu li.on,#header .holder #menu li:hover {
				background: #fff;
			}
				#header .holder #menu li.on a,#header .holder #menu li:hover a {
					color: #3080bb;
				}

/* Content */
#content {
	clear: both;
}
	#content .holder {
		padding: 10px 0px 10px 0px;
	}
	/* Page Template */
	div.main-column {
		width: 595px;
		float: left;
		margin-right: 15px;
	}
		div.main-column a {
			font-weight: bold;
		}
		div.main-column div.pimg {
			clear: both;
			padding: 5px 0px 5px 0px;
			margin: 0px 0px 5px 0px;
		}
			div.main-column div.pimg img {
				float: left;
				border: 2px solid #3080bb;
				margin: 0px 10px 0px 0px;
			}
		div.main-column div.timg {
			width: 48%;
			float: left;
			text-align: center;
			height: 200px;
		}
			div.main-column div.timg img {
				border: 2px solid #3080bb;
			}
		div.main-column li p span {
			color: #226CA3;
			font-size: 16px;
		}
		div.main-column #carousel {
			height: 300px;
		}
			.jcarousel-prev, .jcarousel-next { width: 100px; font-size: 14px; line-height: 30px; }
				.jcarousel-prev { float: left; }
				.jcarousel-next { float: right; text-align: right; }
			.jcarousel-clip { clear: both; margin: 5px 0px 0px 0px; }
		div.main-column .item {
			overflow: hidden;
			list-style-type: none;
		}
			div.main-column .item img,img.fimg {
				border: 2px solid #3080bb;
				float: left;
				margin: 0px 10px 0px 0px;
			}
			.jcarousel-item { float: left; overflow: visible !important; }
		div.comment {
			border: 2px solid #ccc;
			margin: 0px 0px 10px 0px;
			width: 295px;
		}
			div.comment span {
				display: block;
				background: #ccc;
				padding: 5px;
			}
			div.comment p {
				padding: 5px;
			}
	div.side-column {
		width: 300px;
		float: left;
	}
		div.side-column img {
			margin: 0 auto;
			border: 2px solid #3080bb;
		}

	
/* Forums */
.forum {
	width: 680px;
}
	.forum .threadlist {
		width: 680px;
		margin-top: 10px;
	}
		.forum .threadlist td {
			padding: 10px;
		}
		.forum .threadlist .header td {
			font-weight: bold;
			font-size: 14px;
		}
		.forum .threadlist a {
			border-bottom: 0 !important;
		}
		.forum .threadlist .announcement td,.forum .threadlist .announcement td a {
			background-color: #47693e;
			color: #fff;
			border-bottom: 0 !important;
		}
			.forum .threadlist .announcement td.f-title {
				font-weight: bold;
			}
		.forum .threadlist .sticky td {
			background-color: #CCCCCC;
		}
			.forum .threadlist .sticky td.f-title {
				font-weight: bold;
			}
	.forum .postlist {
		width: 680px;
	}
		.forum .postlist td {
			padding: 5px;
		}
		.forum .postlist .top {
			border-bottom: 3px solid #ccc;
			text-align: right;
		}
		.forum .postlist .details td.f-author {
			width: 20%;
			border-bottom: 3px solid #ccc;
			border-left: 3px solid #ccc;
			background-color: #ddd;
			padding-left: 10px;
		}
			.forum .postlist .details td.f-author p.f-actions {
				margin-top: 10px;
			}
		.forum .postlist .details td.f-title {
			padding-left: 10px;
			border-bottom: 1px solid #ccc;
			font-weight: bold;
			width: 50%;
		}
		.forum .postlist .details td.f-date {
			border-bottom: 1px solid #ccc;
			text-align: right;
			width: 30%;
		}
			.forum .postlist .details td.f-date acronym {
				border-bottom: 1px dashed #ccc;
				color: #333;
				cursor: help;
			}
			.forum .postlist .details div.updated,.forum .postlist .details div.updated acronym {
				color: #a90502;
			}
		.forum .postlist .post td {
			border-bottom: 3px solid #ccc;
		}
			.forum .postlist .post td.f-post {
				padding: 10px;
				width: 80%;
			}

/* Footer */
#footer {
	width: 100%;
	background: #437f3b url(../img/footer-bg.gif) repeat-x;
}
	#footer .holder {
		height: 40px;
		padding: 10px 0px 10px 0px;
		text-align: center;
		line-height: 20px;
		color: #fff;
	}
		#footer .holder a {
			color: #fff;
			text-decoration: underline;
		}
		#footer .holder a:hover {
			text-decoration: none;
		}
	div.design {
		color: #76b24e;
		font-weight: bold;
		text-align: center;
		line-height: 20px;
	}
		div.design a {
			color: #76b24e !important;
			text-decoration: none !important;
		}


/* date picker */
/* Main Style Sheet for jQuery UI date picker */
.date {
	background: url(/img/calendar.png) right 2px no-repeat;
}
#ui-datepicker-div, .ui-datepicker-inline {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Tahoma, Arial, sans-serif;
	background: #ffffff;
	font-size: 1.1em;
	border: 2px solid #257CD0;
	width: 15.5em;
	padding: .5em;
	margin: .5em 0 0 0;
	position: relative;
}
#ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	background: #ffffff;
}
#ui-datepicker-inline {
	float: left;
	display: block;
}
.ui-datepicker-header {
	font-weight: bold;
	margin: 2em 0 0 0;
}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-links {
	/*display: none;*/
}
	.ui-datepicker-next, .ui-datepicker-prev {
		position: absolute;
		left: .5em;
		top: .5em;
		background: #e6e6e6 0 50% repeat-x;
	}
	.ui-datepicker-next {
		left: 14.4em;
	}
	.ui-datepicker-next a, .ui-datepicker-prev a {
		text-indent: -999999px;
		width: 1.3em;
		height: 1.4em;
		display: block;
		font-size: 1em;
		background: url(/img/888888_7x7_arrow_left.gif) 50% 50% no-repeat;
		border: 1px solid #257CD0;
		cursor: pointer;
	}
	.ui-datepicker-next a {
		background: url(/img/888888_7x7_arrow_right.gif) 50% 50% no-repeat;
	}
.ui-datepicker-header select {
	border: 1px solid #257CD0;
	color: #333333;
	background: #e6e6e6;
	font-size: 1em;
	line-height: 1.4em;
	position: absolute;
	top: .5em;
	margin: 0 !important;
	
}
	.ui-datepicker-header select.ui-datepicker-new-month {
		width: 7em;
		left: 2.2em;
	}
	.ui-datepicker-header select.ui-datepicker-new-year {
		width: 5em;
		left: 9.4em;
	}
table.ui-datepicker {
	width: 15.5em;
	text-align: right;
}
	table.ui-datepicker td a {
		padding: .1em .3em .1em 0;
		display: block;
		color: #333333;
		background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
		cursor: pointer;
		border: 1px solid #ffffff;
	}
	table.ui-datepicker td a:hover {
		border: 1px solid #257CD0;
		color: #212121;
		background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	}
	table.ui-datepicker td a:active {
		border: 1px solid #257CD0;
		color: #222222;
		background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	}
	table.ui-datepicker .ui-datepicker-title-row td {
		padding: .3em 0;
		text-align: center;
		font-size: .9em;
		color: #222222;
		text-transform: uppercase;
		/*border-bottom: 1px solid #257CD0;*/
	}
	
	table.ui-datepicker .ui-datepicker-title-row td a {
		color: #222222;
	}
	table.ui-datepicker td.ui-datepicker-unselectable {
		color: #999;
	}
	table.ui-datepicker td.ui-datepicker-days-cell {
		text-align: center;
	}
