/* Goodwood Alive & Vibrant */

@import"../css/standard.css";
@import"../css/tabular.css";

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 30px 0;
	font-size: 62.5%;
	font-family: Verdana;
}

/* Container */

div#container {
	width: 1015px;
	height: auto;
	margin: 0 auto;
	background: url('../images/core/tile-wrap.jpg') 0 0 repeat-y;
}

/* Wrap */

div#wrap {
	width: 1015px;
	height: auto;
	background: url('../images/core/border-header.jpg') 0 0 no-repeat;
}

/* Header */

div#header {
	width: 963px;
	height: auto;
	padding: 26px;
	font-size: 1.2em;
}

div#header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div#header  {height: 1%;}
/* End hide from IE-mac */

/*--- (navigation) ---*/

div.navigation {
	float: left;
}

div.navigation ul {
	list-style-type: none;
	margin-left: 65px;
	margin-top: 30px;
}

div.navigation ul li {
	float: left;
}

div.navigation ul li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 40px;
	border-left: 1px solid #CECECE;
}	

div.navigation ul li a.home {
	width: 79px;
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.local-shops-services {
	width: 134px;
	background: url('../images/core/nav/local-shops-services.jpg') 0 0 no-repeat;
}

div.navigation ul li a.local-news-events {
	width: 128px;
	background: url('../images/core/nav/community.jpg') 0 0 no-repeat;
}

div.navigation ul li a.our-precinct-association {
	width: 122px;
	background: url('../images/core/nav/traders.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact-us {
	width: 89px;
	background: url('../images/core/nav/contact-us.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -40px;
}

/*--- (level) ---*/

div.navigation ul ul {
	display: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #CECECE;
}

div.navigation ul li {
	position: relative;
}

div.navigation ul li ul li {
	float: none;
}

div.navigation ul li ul li a {
	width: 200px;
	text-indent: 0;
	height: auto;
	color: #532876;
	padding: 8px 4px;
	background: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #CECECE;
}

div.navigation ul li ul li a:hover {
	color: #313131;
	text-decoration: underline;
}

div.navigation ul li:hover ul,
div.navigation ul li.sfhover ul {
	display: block;
	position: absolute; left: 0; top: 40px;
}

/* Fix IE. Hide from IE Mac \*/
* html div.navigation ul li ul { float:left; height: 1%; }
* html div.navigation ul li ul li a { height: 1%; }
/* End */

/*--- (search) ---*/

div.search {
	float: left;
	margin-left: 10px;
}

div.search ol {
	list-style-type: none;
}

div.search ol li {
	vertical-align: middle;
	float: left;
}

div.search input.field {
	width: 240px;
}	

div.search h1 {
	color: #DDD8E1;
	font-size: 2.9em;
	font-weight: normal;
}

/* Title */

div.title {
	margin: 10px 0;
	background: #BB6DB8 url('../images/core/title-right.jpg') right center repeat-y;
}

div.title div {
	padding-left: 30px;
	background: url('../images/core/title-left.jpg') left center repeat-y;
}

/* Content */

div#content {
	width: 963px;
	height: auto;
	padding: 0 26px 26px;
	background: url('../images/core/border-wrap.jpg') 0 bottom no-repeat;
}

div#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div#content  {height: 1%;}
/* End hide from IE-mac */

/* Top Column */

div.top-column {
	padding: 0 20px;
	color: #313131;
	font-size: 1.2em;
	margin-bottom: 25px;
}

div.top-column h2 {
	color: #532876;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0;
	padding: 0;
}

div.top-column p {
	line-height: 1.5em;
	margin: 10px 0;
}

div.top-column a {
	color: #BB6DB8;
	text-decoration: underline;
}

div.top-column a:hover {
	color: #532876;
	text-decoration: underline;
}

div.top-column hr {
	border: 0;
	height: 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #E0E0E0;
}

div.top-column img {
	float: right;
}

/* Left Column */

div.left-column {
	width: 252px;
	height: auto;
	float: left;
	font-size: 1.2em;
}

/*--- (logo) ---*/

div.logo {
	margin-left: 26px;
	margin-bottom: 26px;
}

div.logo img {
	border: 0;
}

/*--- (browse) ---*/

div.browse {
	padding-left: 26px;
}	

div.browse ul {
	list-style-type: none;
	margin-left: 30px;
}

div.browse ul li {
	line-height: 1.8em;
}

div.browse ul li a {
	color: #313131;
	text-decoration: underline;
}

div.browse ul li a:hover {
	color: #AB4EA8;
	text-decoration: none;
}

div.browse h1 {
	font-size: 2.9em;
	font-weight: normal;
}

div.browse ul ul {
	margin-left: 20px;
}

div.browse ul ul li a {
	color: #AB4EA8;
	text-decoration: underline;
}

div.browse ul ul li a:hover {
	color: #313131;
	text-decoration: none;
}

/*--- (downloads) ---*/

div.downloads {
	padding-left: 26px;
	font-size: 1em;
}	

div.downloads ul {
	list-style-type: none;
	margin-left: 30px;
}

div.downloads ul li {
	line-height: 1.8em;
	padding: 1em 0 1em 0;
	border-bottom: 1px dashed #ccc;
}

div.downloads ul li a {
	color: #313131;
	text-decoration: underline;
}

div.downloads ul li a:hover {
	color: #AB4EA8;
	text-decoration: none;
}

div.downloads p.caption {color: #999999;}

/*--- (location) ---*/

div.location {
	padding-left: 26px;
	color: #313131;
}

div.location img {
	border: 1px solid #CECECE;
}

div.location p {
	line-height: 1.5em;
	margin: 10px 0;
}

div.location a {
	color: #BB6DB8;
	text-decoration: underline;
}

div.location a:hover {
	color: #532876;
	text-decoration: underline;
}

/* Middle & Right Wrap */

div.middle-right-wrap {
	width: 689px;
	height: auto;
	float: left;
	padding-left: 20px;
}

div.middle-right-wrap#border {
	background: url('../images/core/bg-middle-column.gif') 0 0 repeat-y;
}

div.middle-right-wrap:after  {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.middle-right-wrap  {height: 1%;}
/* End hide from IE-mac */

/* Middle Column */

div.middle-column {
	width: 370px;
	height: auto;
	float: left;
	padding-right: 20px;
}

div.middle-column h1 {
	font-size: 2.9em;
	font-weight: normal;
}

/*--- (welcome) ---*/

div.welcome {
	font-size: 1.2em;
	color: #313131;
	padding-left: 18px;
	padding-bottom: 18px;
}

div.welcome p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

/*--- (updated news) ---*/

div.updated-news {
	font-size: 1.1em;
}

div.post {
	margin-bottom: 10px;
	width: 370px;
}

div.post:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.post  {height: 1%;}
/* End hide from IE-mac */

#post-1 {
	background: #EAC819;
}

#post-2 {
	background: #ECCD30;
}

#post-3 {
	background: #EED347;
}

#post-4 {
	background: #F0D85E;
}

#post-5 {
	background: #F2DE75;
}

div.post div.icon {
	float: left;
	width: 105px;
}

div.post div.icon img {
	border: 0;
}

div.post p {
	line-height: 1.5em;
}

div.post p a {
	color: #313131;
	text-decoration: underline;
}

div.post p a:hover {
	color: #AB4EA8;
}

div.post h4 {
	color: #313131;
	font-size: 1.1em;
	margin-bottom: 10px;
}

div.post h4 a {
	color: #313131;
	text-decoration: underline;
}

div.post h4 a:hover {
	color: #AB4EA8;
}

div.post div.caption {
	float: left;
	width: 227px;
	height: 85px;
	padding: 8px;
	margin-left: 8px;
}

/* Right Column */

div.right-column {
	width: 281px;
	height: auto;
	float: left;
	padding-left: 18px;
}

div.right-column h1 {
	font-size: 2.9em;
	font-weight: normal;
}

/*--- (worth a look) ---*/

div.worth-a-look {
	font-size: 1.2em;
	padding: 10px 0;
	color: #313131;
}

div.worth-a-look h4 {
	color: #532876;
	font-size: 1.1em;
}

div.worth-a-look p {
	line-height: 1.5em;
}

/*--- (business) ---*/

div.business:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.business  {height: 1%;}
/* End hide from IE-mac */

div.business {
	padding-top: 10px;
	margin-right: 15px;
	border-top: 1px solid #CECECE;
}

div.nobusinessborder {
	border:0;
}

div.business table td {
	padding-right: 10px;
}

div.business p {
	line-height: 1.6em;
	margin-bottom: 10px;
}

div.business h4 {
	color: #AB4EA8;
	font-size: 1.1em;
}

div.business h4 a {
	color: #AB4EA8;
	text-decoration: underline;
}

div.business h4 a:hover {
	color: #313131;
}

div.business span {
	color: #BB6DB8;
}

div.business img {
	border: 0;
}	

/* Footer */

#footer {
	color: #313131;
	font-size: 0.9em;
	padding: 25px 46px;
	width: 923px;
	background: url('../images/core/border-footer.jpg') 0 0 no-repeat;
}

#footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #footer  {height: 1%;}
/* End hide from IE-mac */

#footer ul {
	list-style-type: none;
}

#footer ul li {
	float: left;
	vertical-align: middle;
	margin-left: 25px;
	line-height: 1.5em;
}

#footer ul li img {
	border: 0;
}

#footer ul li a {
	color: #313131;
	text-decoration: underline;
}	

#footer ul li a:hover {
	color: #BEBDBA;
}	


/*---- (homepage text) ----*/
.homepagetext {
	margin: 10px;
	clear: both;
	border-top: 3px solid #e9e5ec;
}

.homepagetext td {
	width: 33%;
	vertical-align: top;
}

.homepagetext h2 { margin-top: 7px; }


