/*
	westendvillage.org
	13th September 2009
	by Paul Shand.
	
	Two column layout with header and footer
	Underlying Grid based on 960 Grid System
	This file overrides/extends reset.css > text.css > 960.css
	
	Main colours:
	Brown #613917
	Greeny/Yellow #D8DF27
		
	Page type - Home (_homepage.cfm)
	
	Left
	- Flash Banner
	- Main text area
	- Featured businesses
	
	Right
	- Shop search (fixed height)
	- Sign up (fixed height)
	- News/Features
	
	Page type - Shopping Guide (_shoppingguide.cfm)
	
	Left
	- Main text area
	- Categories
	
	Right
	- Shop search (fixed height)
	- Sign up (fixed height)
	- Tag cloud
	- Featured shops (optional)
	
	Page type - Category (_categories.cfm)
	
	Left
	- Google Map showing all shop locations for selected category
	- Main text area
	- Shops with paging
	
	Right
	- Shop search (fixed height)
	- Sign up (fixed height)
	- Tag cloud
	- Featured shops (optional)
	
	Page type - Shop Detail (_shop.cfm)
	
	Left
	- Flash banner
	- Main text area
	- Shops details
	
	Right
	- Google Map showing shop location
	- Shop search (fixed height)
	- Sign up (fixed height)
	- Tag cloud
	- Featured shops (optional)
	
	
*/

/* Tags
----------------------------------------------------------------------------------------------------*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../images/westend/background_main2.gif);
	background-repeat: repeat;
	color: #613917;
	background-attachment: fixed;
}
hr {
	border: 0;
	background-color: #CCC;
	height: 1px;
	width: 100%;
	clear: both;
}
h1 span.normal, h2 span.normal, h3 span.normal, h4 span.normal, h5 span.normal, h6 span.normal {
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding-bottom: 10px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8DF27;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
p {
	font-size: 14px;
	line-height: 1.4em;
}
a {
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
a:hover {
	color: #613917;
	border-bottom-color: #613917;
}
a.active {
	color: #613917;
}
a.noUnderline {
	border: none;
}
a.noUnderline:hover {
	border: none;
}
ol {
	list-style: decimal;
}
ul {
	list-style: none;
}
li {
	margin-left: 0px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 5px;
}
p {
	margin-bottom: 1em;
}
/* Containers - widths & margins set by classes from 960.css (eg. id="news" class="grid_12")
----------------------------------------------------------------------------------------------------*/

#wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	width: 940px;
	background-color: #fff;
	background-image: url(../images/12_col.gif);
	background-image: none;
	background-repeat: repeat-y;
	background-position: -10px 0px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-style: solid;
	border-color: #FFFFFF;
}
#ie6 {
	display: none;
}
#header {
	width: 100%;
	height: 105px;
	background-image: url(../images/westend/logo_westEnd.gif);
	background-repeat: no-repeat;
	padding: 10px 0;
	background-position: center;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #D8DF27;
}
#nav {
	width: 100%;
	margin-bottom: 25px;
}
#nav ul {
	list-style: none;
	margin-top: 0;
}
#nav #btns li {
	float: left;
	height: 43px;
	margin-right: 47px;
	overflow: hidden;
}
#nav #btns li.last {
	margin-right: 0px;
}
#nav #btn1 li {
}
#nav #btn2 li {
}
#nav #btn3 li {
}
#nav #btn4 li {
}
#nav #btn5 li {
}
#nav #btns a {
	display: block;
	text-indent: -9999px;
	height: 43px;
	background-image: url(../images/westend/nav.gif);
	background-repeat: no-repeat;
}
#nav #btns #btn1 a {
	width: 99px;
	background-position: 0px -43px;
}
#nav #btns #btn2 a {
	width: 181px;
	background-position: -146px -43px;
}
#nav #btns #btn3 a {
	width: 192px;
	background-position: -374px -43px;
}
#nav #btns #btn4 a {
	width: 156px;
	background-position: -613px -43px;
}
#nav #btns #btn5 a {
	width: 124px;
	background-position: -816px -43px;
}
#nav #btns #btn1 a:hover, #nav #btns #btn1 a.active {
	background-position: 0px 0px;
}
#nav #btns #btn2 a:hover, #nav #btns #btn2 a.active {
	background-position: -146px 0px;
}
#nav #btns #btn3 a:hover, #nav #btns #btn3 a.active {
	background-position: -374px 0px;
}
#nav #btns #btn4 a:hover, #nav #btns #btn4 a.active {
	background-position: -613px 0px;
}
#nav #btns #btn5 a:hover, #nav #btns #btn5 a.active {
	background-position: -816px 0px;
}
/* Left hand column styling
----------------------------------------------------------------------------------------------------*/
#left {
	width: 640px;
	float: left;
}
#leftBanner, #map {
	width: 620px;
	height: 235px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 20px;
}
#leftMainText {
	width: 580px;
	line-height: 1.2em;
}
#leftMainText h1 {
	margin-bottom: 0.2em;
}
#leftMainText h2 {
	font-weight: normal;
	color: #999999;
	line-height: 1.1em;
}
#leftFeatured, #leftCategories, #leftShopDetails {
	width: 640px;
	padding-bottom: 20px;
}
#leftFeatured h2, #leftCategories h2, #leftShopDetails h2 {
	width: 620px;
}

.filter {
	width: 620px;
}
.filter ul {
	float: left;
	margin-right: 5px;
	list-style: none;
	margin-top: 0px;
	height: 1.5em;
}
.filter ul.paging, .filter ul.orderBy {
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;	
}

ul.paging a.active {
	width: 15px;
	color: #6CF;
	background-image: url(../images/westend/pagingActive.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-align: center;
}
.filter li {
	float: left;
	padding-right: 8px;
	font-size: 0.75em;
	line-height: 2em;
}
.filter li a {
	border-bottom: 0px;
}
.filter #selectCategory {
	float: left;
}

#leftFeatured h3, #leftCategories h3, #leftShopDetails h3, #leftShopList h3, #rightFeatured h3, #rightInspiration h3 {
	margin: 10px 0 0 0;
	padding: 0;
	height: 1.1em;
	overflow: hidden;
}
#leftFeatured h3 a, #leftCategories h3 a, #leftShopList h3 a, #rightFeatured h3 a, #rightInspiration h3 a {
	display: block;
	border-bottom-style: none;
}
#leftFeatured h3 a:hover, #leftCategories h3 a:hover, #rightFeatured h3 a:hover, #rightInspiration h3 a:hover {
	text-decoration: underline;
}
#leftFeatured .featured, #leftCategories .featured, #rightFeatured .featured, #rightInspiration .featured {
	position:relative;
	width: 300px;
	height: 75px;
	overflow: hidden;
	background-color: #FFF;
}
.featuredOuter {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
	display: inline;
}
#right .featuredOuter {
	width: 300px;
	float: left;
	margin-right: 0;
}
.featuredOuterNoBorder {
	padding-bottom: 0;
	border-bottom-width: 0;
}
#leftCategories .featured {
	background-color: #FFF;
}
/* '.featured1' etc added by javascript function in westendvillage.js which randomises background colours, not for categories though */
#leftFeatured .featured1{
	background-color: #03A89C;
}
#leftFeatured .featured2 {
	background-color: #C6B298;
}
#leftFeatured .featured3 {
	background-color: #1072B9;
}
#leftFeatured .featured4 {
	background-color: #006837;
}
#leftFeatured .featured5 {
	background-color: #EC257A;
}
#leftFeatured .featured6 {
	background-color: #EC2027;
}
#leftFeatured .featured7 {
	background-color: #ACC32B;
}
#leftFeatured .featured8 {
	background-color: #999999;
}

#rightFeatured .featured1, #rightInspiration .featured1 {
	background-color: #26A9E0;
}
#rightFeatured .featured2, #rightInspiration .featured2 {
	background-color: #F05C27;
}
#rightFeatured .featured3, #rightInspiration .featured3 {
	background-color: #8C70AF;
}
#rightFeatured .featured4, #rightInspiration .featured4 {
	background-color: #FAAF3B;
}
#rightFeatured .featured5, #rightInspiration .featured5 {
	background-color: #999999;
}
#rightFeatured .featured6, #rightInspiration .featured6 {
	background-color: #ACC32B;
}
#rightFeatured .featured7, #rightInspiration .featured7 {
	background-color: #9AD2AD;
}
#rightFeatured .featured8, #rightInspiration .featured8 {
	background-color: #D8DF27;
}

#leftFeatured .featured p, #leftCategories .featured p, #rightFeatured .featured p, #rightInspiration .featured p {
	color: #FFF;
}

#leftFeatured .featured p.readMore, #leftCategories .featured p.readMore, #rightFeatured .featured p.readMore, #rightInspiration .featured p.readMore {
	padding: 0;
}
#leftFeatured .featured p.readMore a:hover, #leftCategories .featured p.readMore a:hover, #rightFeatured .featured p.readMore a:hover, #rightInspiration .featured p.readMore a:hover {
	text-decoration: underline;
}
/* '.featuredID39' etc for categories, class by category ID added in includes/categories.cfm */
#leftCategories .featuredID39 {
	background-color: #D4B7C9;
}
#leftCategories .featuredID40 {
	background-color: #166837;
}
#leftCategories .featuredID41 {
	background-color: #988576;
}
#leftCategories .featuredID30 {
	background-color: #8A6338;
}
#leftCategories .featuredID31 {
	background-color: #B6236A;
}
#leftCategories .featuredID32 {
	background-color: #666;
}

#leftFeatured .featured p.readMore a, #leftCategories .featured p.readMore a, #rightFeatured .featured p.readMore a, #rightInspiration .featured p.readMore a {
	color: #FFF;
	background-image: url(../images/westend/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 31px;
	line-height: 17px;
	font-size: 1.2em;
}
#leftFeatured .featured a, #leftCategories .featured a, #rightFeatured .featured a, #rightInspiration .featured a {
	color: #FFF;
	border-bottom-style: none;
}
#leftFeatured .featured .image, #leftCategories .featured .image, #rightFeatured .featured .image, #rightInspiration .featured .image {
	position:relative;
	float: left;
	width: 90px;
	height: 75px;
	margin-right: 10px;
	background-color: #FFFFFF;
	overflow:hidden;
}
#leftCategories .featured .image {
	margin-right: 0;
}
#leftFeatured .featured .mask1, #leftCategories .featured .mask1, #rightFeatured .featured .mask1, #rightInspiration .featured .mask1 {
	position:absolute;
	width:90px;
	height:75px;
	top:0;
	left:0;
	background-image: url(../images/westend/mask_tl.png);
	background-repeat: no-repeat;
}
#leftFeatured .featured .image .mask1 a, #leftCategories .featured .image .mask1 a, #rightFeatured .featured .image .mask1 a, #rightInspiration .featured .image .mask1 a {
	width:90px;
	height:75px;
	display:block;
	border-bottom: 0px;
}
#leftFeatured .featured .mask2, #leftCategories .featured .mask2, #rightFeatured .featured .mask2, #rightInspiration .featured .mask2 {
	position:absolute;
	width:20px;
	height:20px;
	bottom:0;
	right:0;
	background-image: url(../images/westend/mask_br.png);
	background-repeat: no-repeat;
}
#leftFeatured .featured .text, #leftCategories .featured .text, #rightFeatured .featured .text, #rightInspiration .featured .text {
	float: left;
	width: 195px;
}
#leftCategories .featured .text {
	width: 205px;
}
#leftShopDetails .featured {
	float: left;
	margin-right: 20px;
}
#leftShopDetails .featured .text {
	width: 300px;
}
#leftFeatured .featured .text p, #leftCategories .featured .text p, #leftShopDetails .featured .text p, #rightFeatured .featured .text p, #rightInspiration .featured .text p {
	font-size: 11px;
}
/* Right hand column styling (#rightFeatured styled as #leftFeatured above)
----------------------------------------------------------------------------------------------------*/
#right {
	width: 300px;
	float: right;
	margin: 0 0 20px 0;
	display: inline;
}
#right p {
	font-size: 11px;
	width: 95%;
}
#rightMap, #rightSearch, #rightSignup, #rightInspiration, #rightFeatured, #rightTagCloud {
	width: 300px;
}
#rightSearch, #rightSignup {
	width: 270px;
	padding: 10px 15px 0 15px;
	margin-bottom: 20px;
}
#rightSearch h2, #rightSignup h2 {
	margin: 5px 0 0 0;
	border-bottom-width: 0;
}
#rightSearch {
	height: 80px;
	background-image: url(../images/westend/background_search.gif);
}
#rightSignup {
	height: 115px;
	background-image: url(../images/westend/background_signup.gif);
}
#rightSearchBox, #rightSignupBox {
	height: 24px;
	background-color: #FFF;
	width: 100%;
	background-image: url(../images/westend/background_search.gif);
	background-repeat: no-repeat;
	background-position: 240px -20px;
}
#rightSignupBox {
	background-image: url(../images/westend/background_signup.gif);
}
#rightSearchBox #search, #rightSignupBox #signup {
	float: left;
	padding: 0;
	margin: 5px 0 0 6px;
	border: 0;
	width: 235px;
	background: none;
	color: #613917;
}
#rightSearchBox #goSearch, #rightSignupBox #goSignup {
	float: right;
	margin: 4px 0 0 0;
}
#rightSignup p {
	margin-bottom: 5px;
}
#rightSignup #signupmessage {
	color:#CC0000;
}
#rightMap {
	height: 235px;
	background-color: #CCCCCC;
	margin-bottom: 20px;
}
#right #rightTagCloud p {
	line-height: 1.7em;
	text-align: center;
}
#right #rightTagCloud a {
	padding: 0 0.3em 0 0;
	border-bottom: 0px;
}
#right #rightTagCloud a.tag1 {
	font-size: 0.8em;
}
#right #rightTagCloud a.tag2 {
	font-size: 0.9em;
}
#right #rightTagCloud a.tag3 {
	font-size: 1em;
}
#right #rightTagCloud a.tag4 {
	font-size: 1.1em;
}
#right #rightTagCloud a.tag5 {
	font-size: 1.2em;
}
#right #rightTagCloud a.tag6 {
	font-size: 1.3em;
}
#right #rightTagCloud a.tag7 {
	font-size: 1.4em;
}
#right #rightTagCloud a.tag8 {
	font-size: 1.5em;
}
#right #rightTagCloud a.tag9 {
	font-size: 1.6em;
}

#footer {
	border-top-width: 1px;
	border-style: solid;
	border-color: #D8DF27;
	width: 100%;
	height: 12px;
	padding: 10px 0 15px 0;
}
#footer p {
	font-size: 11px;
	line-height: 16px;
}
#footer img {
	float: right;
	margin-left: 15px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear, html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
li.clear {
	clear: both;
	float: none;
}
/* Map classes
----------------------------------------------------------------------------------------------------*/

.markerLabel {
	width: 75px;
	font-size: 10px;
	color: #FFFFFF;
}

.mapInfoBox {
	background: url(../images/westend/infoBox.png) no-repeat;
	width: 290px;
	height:126px;
	position: absolute;
}
.mapInfoBox .info {
	position: relative;
	width: 250px;
	margin: 10px 0 0 10px;
}
.mapInfoBox p {
	line-height:1.2em;
	color:#FFFFFF;
}
.mapInfoBox a {
	color:#D8DF27;
	border-bottom: 0px;
}
.mapInfoBox a:hover {
	text-decoration:underline;
}
.mapInfoBox a h1, .mapInfoBox a p {
	text-decoration: none;
}
.mapInfoBox .info .thumbnail {
	position:relative;
	width: 90px;
	height: 75px;
	float: left;
}
.mapInfoBox .info .thumbnail .mask1 {
	position:absolute;
	width:90px;
	height:75px;
	top:0;
	left:0;
	background-image: url(../images/westend/mask_tlBrown.png);
	background-repeat: no-repeat;
}
.mapInfoBox .info .thumbnail .mask1 a {
	width:90px;
	height:75px;
	display:block;
	border-bottom: 0px;
}
.mapInfoBox .info .text {
	float: right;
	width: 150px;
}
.mapInfoBox h1 {
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.mapInfoBox p.description {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mapInfoBox p.address {
	font-size: 10px;
	margin-bottom: 0px;
}
.mapInfoBox p.links, .mapInfoBox p.links a {
	font-size: 10px;
	margin-bottom: 0px;
}

