/*******************************************************/
/* Copyright (c) 2009-2010 Prositos ABN 26 026 129 337 */
/* --------------------------------------------------- */
/*                                                     */
/*	#container                                         */
/*		#kidswestpage | #alternatepage                 */
/*			#header                                    */
/*				#logo                                  */
/*				#navigation                            */
/*			#wrapper                                   */
/*				#aside                                 */
/*				#content                               */
/*                                                     */
/*******************************************************/

/********************************************************************************************************/
/* colours:																								*/
/*		rgb( 197,  97, 108)	- kids west red		- background of pages with images						*/
/*		rgb( 192,  39,  45)	- dark red			- buttons, and text on selected buttons/menus			*/
/*		rgb( 255, 255, 255)	- white				- text in buttons, and background of pages with text	*/	
/*		rgb(   0,   0,   0)	- black				- text on pages with white background					*/
/*		rgb( 221, 167, 168)	- kids west red 50%	- selected buttons/menus								*/
/********************************************************************************************************/

* {
	margin: 0;
	padding: 0;
	z-index: 0;
}

body {
	background-color: rgb( 255, 255, 255);
	color: rgb( 0, 0, 0 );
	float: none;
	font-family: "lucida sans", "lucida console", "lucida sans unicode", "lucida grande", "palatino sans", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: auto;
	line-height: 1.4;
	margin: 0;
	min-width: 1024px;
	padding: 0;
	text-align: left;
	text-transform: none;
	width: 100%;
	word-spacing: 0;
	z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "lucida sans demibold roman", "lucida sans", "lucida console", "lucida sans unicode", "lucida grande", "palatino sans", sans-serif;
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	word-spacing: 0;
}

h3, h4, h5, h6 {
	font-size: 14px;
}

h1.hidden {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}

a {
	border-bottom: 1px solid rgb( 197, 97, 108 );
	color: rgb( 192, 39, 45 );
	padding-bottom: 2px;
	text-decoration: none;
}

a:visited {
	border-bottom: 1px solid rgb( 197, 97, 108 );
	color: rgb( 192, 39, 45 );
}

a:hover {
	border-bottom: none;
}

p,
ul {
	margin-bottom: 10px;
	margin-top: 10px;
}

p.doublespace {
	line-height: 2;
	margin-bottom: 2em !important;
}

p.withlabel {
	clear: both;
	float: left;
	margin: 0 0 0 80px;
	padding: 0;
	position: relative;
}

p.withlabel .label {
	float: left;
	margin: 0 0 0 -80px;
	padding: 0;
	position: relative;
	width: 80px;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
}

ul li {
	margin-bottom: 10px;
}

ul.twocols li {
	float: left;
	position: relative;
	width: 49%;
}

ul.nostyle li {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
}

ul.resume,
ul.members {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.resume li,
ul.members li {
	clear: both;
}

ul.resume li span.date,
ul.members li span.name {
	float: left;
	position: relative;
}

ul.resume li span.date {
	width: 130px;
}

ul.members li span.name {
	width: 130px;
}

ul.resume li span.item,
ul.members li span.organisation {
	float: left;
	position: relative;
}

ul.resume li span.item {
	width: 474px;
}

ul.members li span.organisation {
	width: 434px;
}

.break {
	clear: both;
}

form {
	margin: 0;
	padding: 10px 0;
}

/*******************/
/* Page Containers */
/*******************/

#container {
	height: auto;
	position: relative;
	width: 100%;
	z-index: 0;
}

#kidswestpage {
	background-color: rgb( 197,  97, 108 );
	color: rgb( 255, 255, 255 );
	height: auto;
	min-height: 1150px;
	width: 100%;
	z-index: 0;
}

#kidswestpage h1 {
	color: rgb( 255, 255, 255 );
	z-index: 0;
}

#alternatepage {
	background-color: rgb( 255, 255, 255 );
	color: rgb( 0, 0, 0 );
	height: auto;
	min-height: 1150px;
	width: 100%;
	z-index: 0;
}

/**********/
/* Header */
/**********/

#header {
	clear: both;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	visibility: visible;
	width: 1024px;
	z-index: 1;
}

#header #logo {
	float: left;
	height: auto;
	padding: 20px 20px 23px 20px;
	position: relative;
	visibility: visible;
	width: 132px;
	z-index: 1;
}

#header #navigation {
	display: inline-block;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	visibility: visible;
	width: 852px;
	z-index: 1;
}

#header #navigation ul {
	clear: both;
	float: left;
	height: auto;
	margin: 0;
	padding: 0;
	width: 852px;
	z-index: 1;
}

#header #navigation ul li {
	display: inline;
	float: left;
	height: auto;
	list-style-type: none;
	margin: 57px 3px 0 0;
	padding: 0;
	text-align: center;
	z-index: 1;
}

#header #navigation ul li a,
#header #navigation ul li a:link,
#header #navigation ul li a:visited {
	background-color: rgb( 192, 39, 45 );
	border-bottom: 2px solid rgb( 0, 0, 0 );
	border-right: 2px solid rgb( 0, 0, 0 );
	border-top: 1px solid rgb( 221, 167, 168 );
	color: rgb( 255, 255, 255 );
	display: block;
	font-size: 14px;
	line-height: 1.4;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	width: 155px;
	z-index: 1;
}

#header #navigation ul li a:hover,
#header #navigation ul li a:active,
#header #navigation ul li a:focus,
#header #navigation ul li a.current {
	background-color: rgb( 221, 167, 168 );
	color: rgb( 192, 39, 45 );
	z-index: 1;
}

#header #navigation ul li ul.submenu {
	display: none;
	z-index: 1;
}

#header #navigation ul li:hover ul.submenu,
#header #navigation ul li:focus ul.submenu {
	background-color: rgb( 221, 167, 168 ) !important;
	color: rgb( 255, 255, 255 ) !important;
	display: block !important;
	float: left !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	visibility: visible !important;
	width: 165px !important;
	z-index: 1 !important;
}

#header #navigation ul li:hover ul.submenu li,
#header #navigation ul li:focus ul.submenu li {
	display: block !important;
	margin: 0 !important;
	padding: 2px !important;
	text-align: left !important;
	width: 165px !important;
	z-index: 1 !important !important;
}

#header #navigation ul li:hover ul.submenu li a,
#header #navigation ul li:focus ul.submenu li a {
	background-color: rgb( 221, 167, 168 ) !important;
	border: none !important;
	color: rgb( 255, 255, 255 ) !important;
	display: block !important;
	font-size: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 10px !important;
	z-index: 1 !important !important;
}

#header #navigation ul li:hover ul.submenu li a:link,
#header #navigation ul li:focus ul.submenu li a:link,
#header #navigation ul li:hover ul.submenu li a:visited,
#header #navigation ul li:focus ul.submenu li a:visited {
	background-color: rgb( 221, 167, 168 ) !important;
	border: none !important;
	color: rgb( 255, 255, 255 ) !important;
	text-decoration: none !important;
	z-index: 1 !important !important;
}

#header #navigation ul li:hover ul.submenu li a:hover,
#header #navigation ul li:focus ul.submenu li a:hover,
#header #navigation ul li:hover ul.submenu li a:active,
#header #navigation ul li:focus ul.submenu li a:active,
#header #navigation ul li:hover ul.submenu li a:focus,
#header #navigation ul li:focus ul.submenu li a:focus {
	background-color: rgb( 221, 167, 168 ) !important;
	border: none !important;
	color: rgb( 192, 39, 45 ) !important;
	text-decoration: none !important;
	z-index: 1 !important !important;
}


/***********/
/* Wrapper */
/***********/

#wrapper {
	clear: both;
	height: 100%;
	margin: 0;
	position: relative;
	visibility: visible;
	width: 1024px;
	z-index: 0;
}

#wrapper #aside {
	float: left;
	position: relative;
	text-align: center;
	width: 172px;
	z-index: 0;
}

#wrapper #aside ul {
	float: left;
	height: 480px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 172px;
	z-index: 0;
}

#wrapper #aside ul li {
	display: inline;
	float: left;
	height: 120px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 172px;
	z-index: 0;
}

#wrapper #aside ul li a {
	border: none;
	display: block;
	float: left;
	height: 120px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: 172px;
	z-index: 0;
}

/*
#wrapper #aside ul li a:hover img {
	background-attachment: scroll;
	background-image: url( /general/images/2010design/smallheart-solidpink_50 );
	background-position: 0 0;
	background-repeat: no-repeat;
}
*/

#wrapper #aside ul li a span {
	float: left;
	font-family: "lucida sans demibold roman", "lucida sans", "lucida console", "lucida sans unicode", "lucida grande", "palatino sans", sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 40px;
	letter-spacing: 0;
	margin: 38px 0 0 -97px;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	width: 62px;
	z-index: 0;
}

#kidswestpage #wrapper #aside ul li a span {
	color: rgb( 197, 97, 108 );
	z-index: 0;
}

#alternatepage #wrapper #aside ul li a span {
	color: rgb( 255, 255, 255 );
	z-index: 0;
}

#kidswestpage #wrapper #aside ul li a.current span,
#alternatepage #wrapper #aside ul li a.current span {
	color: rgb( 192, 39, 45 );
	z-index: 0;
}

/***********/
/* Content */
/***********/

#wrapper #content {
	float: left;
	height: 100%;
	margin: 0;
	position: relative;
	visibility: visible;
	width: 852px;
	z-index: 0;
}

#wrapper #content #homepagecontent {
	float: left;
	margin: 0;
	text-align: center;
	position: relative;
	width: 702px;
	z-index: 0;
}

#wrapper #content #homepagecontent h1 {
	font-weight: normal;
	text-align: center;
	z-index: 0;
}

#wrapper #content #homepagestories {
	float: left;
	margin: 0;
	text-align: center;
	position: relative;
	width: 150px;
	z-index: 0;
}

#wrapper #content #homepagestories ul {
	float: left;
	height: 600px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 150px;
	z-index: 0;
}

#wrapper #content #homepagestories ul li {
	display: inline;
	float: left;
	height: 145px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 150px;
	z-index: 0;
}

#wrapper #content #homepagestories ul li a {
	border: none;
	display: block;
	float: left;
	height: 145px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	width: 150px;
	z-index: 0;
}

#wrapper #content #homepagestories ul li a:hover img {
	background-attachment: scroll;
	background-position: 0 0;
	background-repeat: no-repeat;
}

#wrapper #content #homepagestories ul li#story1 a:hover img {
	background-image: url( /general/images/2010design/storyheart1 );
}

#wrapper #content #homepagestories ul li#story2 a:hover img {
	background-image: url( /general/images/2010design/storyheart2 );
}

#wrapper #content #homepagestories ul li#story3 a:hover img {
	background-image: url( /general/images/2010design/storyheart3 );
}

#wrapper #content #homepagestories ul li#story4 a:hover img {
	background-image: url( /general/images/2010design/storyheart4 );
}

#wrapper #content #homepagestories ul li a span {
	clear: both;
	color: rgb( 197, 97, 108 );
	float: left;
	position: relative;
	width: 150px;
	z-index: 0;
}

#wrapper #content #homepagestories ul li a.current span,
#wrapper #content #homepagestories ul li a:hover span {
	color: rgb( 221, 167, 168 );
	z-index: 0;
}

/******************/
/* Target Monitor */
/******************/

#wrapper #content #targetmonitorcontent {
	text-align: center;
	width: 852px;
	z-index: 0;
}

#wrapper #content #targetmonitorcontent h1 {
	color: rgb( 255, 255, 255 );
	text-align: center;
	width: 852px;
	z-index: 0;
}

#wrapper #content #targetmonitorcontent img {
	background-color: rgb( 197,  97, 108 );
	text-align: center;
	z-index: 0;
}

#wrapper #content #targetmonitorcontent #monitortarget {
	color: rgb( 255, 255, 255 );
	float: left;
	font-size: 14px;
	left: 0;
	line-height: 1.4;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 130px;
	width: 852px;
	z-index: 0;
}

#wrapper #content #targetmonitorcontent #monitoractual {
	color: rgb( 255, 255, 255 );
	float: left;
	font-size: 14px;
	left: 0;
	line-height: 1.4;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 420px;
	width: 852px;
	z-index: 0;
}

/********/
/* Bios */
/********/

#bios {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: 594px;
	z-index: 0;
}

#bios .left,
#bios .middle,
#bios .right {
	float: left;
	margin-bottom: 12px;
	position: relative;
	width: 190px;
	z-index: 0;
}

#bios .leftmiddle {
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
	position: relative;
	width: 392px;
	z-index: 0;
}

#bios .left,
#bios .leftmiddle {
	clear: both;
	z-index: 0;
}

#bios .middle {
	margin-left: 12px;
	margin-right: 12px;
	z-index: 0;
}

#bios .position,
#bios .mugshot,
#bios .name {
	background-color: rgb( 197,  97, 108 );
	color: #fff;
	font-weight: bold;
	letter-spacing: 0;
	padding: 5px;
	text-align: center;
	z-index: 0;
}

#bios .position {
	text-transform: uppercase;
	z-index: 0;
}

#bios .bio {
	text-align: justify;
	z-index: 0;
}

/********/
/* News */
/********/

#news {
	clear: both;
	float: left;
	position: relative;
	z-index: 0;
}

#news .item {
	clear: both;
	margin: 0 0 30px 0;
	z-index: 0;
}

#news .item .source {
	/* font-size: 10px; */
	font-size: 11px;
	margin: 10px 0 10px 0;
	z-index: 0;
}

#news .item .extract {
	z-index: 0;
}

#news .item .readmore {
	/* font-size: 10px; */
	font-size: 11px;
	margin: 10px 0 10px 0;
	z-index: 0;
}

#news .item .readmore a {
	border-bottom: 1px solid rgb( 197, 97, 108 );
	color: rgb( 192, 39, 45 );
	font-style: italic;
	padding-bottom: 2px;
	text-decoration: none;
	z-index: 0;
}

#news .item .readmore a:visited {
	border-bottom: 1px solid rgb( 197, 97, 108 );
	color: rgb( 192, 39, 45 );
	z-index: 0;
}

#news .item .readmore a:hover {
	border-bottom: none;
	font-style: normal;
	z-index: 0;
}

/***************/
/* Cash Housie */
/***************/

#cashhousienotes {
	float: left;
	margin: 20px 0;
	padding: 0;
	position: relative;
	z-index: 0;
}

/***********/
/* Gallery */
/***********/

.gallerycontrol {
	float: left;
	position: relative;
	width: 180px;
}

ul.gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 0;
}

ul.gallery li {
	float: left;
	list-style-type: none;
	padding: 0.5em 2px 0.5em 0;
	float: left;
	width: 168px;
	z-index: 0;
}

ul.gallery li a {
	border-bottom: none !important;
}

ul.gallery li a img {
	/* border: 2px groove rgb( 128, 0, 0 ); */
	filter: alpha(opacity=80);
	padding: 1px;
	opacity: .8;
	z-index: 0;
}

ul.gallery li a img:hover {
	/* border: 2px dashed rgb( 128, 0, 0 ); */
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 0;
}

/********/
/* Form */
/********/

div#errors {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgb( 192,  39,  45);
	color: rgb( 255, 255, 255);
	float: left;
	margin: 10px 0;
	padding: 10px;
	position: relative;
	width: 830px;
}

div.form {
	margin: 10px 0;
	padding: 0;
	text-align: left;
	width: 850px !important;
}

div.form fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgb( 221, 167, 168);
	border: 3px ridge rgb( 197,  97, 108);
	color: rgb(   0,   0,   0);
	margin: 0 0 25px 0;
	padding: 10px 20px 10px 170px;
}

div.form fieldset legend {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgb( 192,  39,  45);
	color: rgb( 255, 255, 255);
	margin-left: -160px;
	font-weight: bold;
	padding: 5px 15px;
}

div.form fieldset label.withinput {
	clear: both;
	float: left;
	margin: 0 0 0 -160px;
	padding: 5px 0 0 0;
	position: relative;
}

div.form fieldset input,
div.form fieldset textarea {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgb( 192,  39,  45);
	margin-bottom: 5px;
	width: 500px;
}

div.form fieldset input {
	height: 25px;
}

div.form input#submit {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: rgb( 221, 167, 168);
	border: 3px ridge rgb( 197,  97, 108);
	color: rgb(   0,   0,   0);
	font-weight: bold;
	margin-left: 173px;
	padding: 5px;
	width: 150px;
}

div.form input#submit:hover {
	background-color: rgb( 192,  39,  45);
	color: rgb( 255, 255, 255);
}
