/*
	Destination Edinburgh
	20th November 2008
	by Paul at touch.
	
	Underlying Grid based on 960 Grid System
	This file overrides/extends reset.css > text.css > 960.css
	
	Main colours:
	Edinburgh Purple #6C1777
	Edinburgh Red Sandstone #A9737F
*/

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

body {
	font-family: "Myriad", "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #9E7E9D;
	color: #6C1777;
	background-position: left bottom;
	background-attachment: fixed;
}
hr {
	border: 0;
	color: #6C1777;
	background-color: #6C1777;
	height: 3px;
	width: 100%;
	clear: both;
}
hr.thin {
	height: 2px;
}
hr.dotted {
	height: 0px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #DADADA;
	background-color: #FFFFFF;
}
h1 span.normal, h2 span.normal, h3 span.normal, h4 span.normal, h5 span.normal, h6 span.normal {
	font-weight: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
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: #A9737F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A9737F;
}
a:hover {
	color: #6C1777;
	border-bottom-color: #6C1777;
}
a.active {
	color: #6C1777;
}
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;
	width: 940px;
	background-color: #fff;
	background-image: url(../images/12_col.gif);
	background-image: none;
	background-repeat: repeat-y;
	background-position: -10px 0px;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#ie6 {
	display: none;
}

#stripesTop, #stripesBottom {
	width: 100%;
	height: 27px;
	background-image: url(../images/stripes_top.gif);
	background-repeat: no-repeat;
}
#stripesBottom {
	background-image: url(../images/stripes_bottom.gif);
}
#header {
	width: 100%;
	height: 71px;
	background-image: url(../images/header_logos.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#nav {
	width: 100%;
	margin-bottom: 10px;
}
#nav ul {
	list-style: none;
	margin-top: 5px;
}
#nav #btns li {
	float: left;
	width: 172px;
	height: 67px;
	overflow: hidden;
	margin-right: 20px;
}
#nav #btns li.last {
	margin-right: 0px;
}
#nav #btn1 {
}
#nav #btn2 {
}
#nav #btn3 {
}
#nav #btn4 {
}
#nav #btns a {
	display: block;
	text-indent: -9999px;
	height: 67px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0px -100px;
}
#nav #btns #btn1 a {
}
#nav #btns #btn2 a {
	background-position: -192px -100px;
}
#nav #btns #btn3 a {
	background-position: -384px -100px;
}
#nav #btns #btn4 a {
	background-position: -576px -100px;
}
#nav #btns #btn5 a {
	background-position: -768px -100px;
}
#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: -192px 0px;
}
#nav #btns #btn3 a:hover, #nav #btns #btn3 a.active {
	background-position: -384px 0px;
}
#nav #btns #btn4 a:hover, #nav #btns #btn4 a.active {
	background-position: -576px 0px;
}
#nav #btns #btn5 a:hover, #nav #btns #btn5 a.active {
	background-position: -768px 0px;
}
/* Left hand column styling
----------------------------------------------------------------------------------------------------*/
#left {
	width: 640px;
	float: left;
}
#leftBanner {
	width: 620px;
	height: 235px;
	overflow: hidden;
	margin-top: 0px;
	margin-bottom: 0px;
}
#map {
	width: 620px;
	height: 235px;
	margin-top: 0px;
}
#leftMainText {
	width: 620px;
	line-height: 1.2em;
}
#leftMainText h1 {
	margin-bottom: 0.2em;
}
#leftMainText h2 {
	font-weight: normal;
	color: #999999;
	line-height: 1.1em;
}
#leftFeatured, #leftShopDetails {
	width: 640px;
}
#leftMainText #win {
	margin: 10px 0;
}
#leftMainText #win img, #leftMainText #win #winText {
	float: left;
}
#leftMainText #win img {
	margin-right: 10px;
}
#leftMainText #win #winText {
	width: 245px;
	padding-left: 10px;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #9F7E9D;
}
#leftMainText #win #winText h1 {
	font-size: 1em;
}
#leftMainText #win #winText p {
	font-size: 0.7em;
}
#leftMainText a.win {
	width: 620px;
	height: 49px;
	display: block;
	overflow: hidden;
	background-image: url(../images/button_win.jpg);
	background-repeat: no-repeat;
	background-position: 0px -49px;
	border: none
}
#leftMainText a.win:hover {
	background-position: 0px 0px;
}

.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: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;	
}
.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, #leftShopDetails h3, #leftShopList h3, #rightFeatured h3, #rightInspiration h3 {
	margin-bottom: 3px;
}
#leftFeatured h3 a, #leftShopList h3 a, #rightFeatured h3 a, #rightInspiration h3 a {
	display: block;
	width: 165px;
	padding-right: 15px;
	color: #6C1777;
	border-bottom-style: none;
	background-image: url(../images/arrow_more.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#leftFeatured h3 a:hover, #rightFeatured h3 a:hover, #rightInspiration h3 a:hover {
	text-decoration: underline;
}
#leftFeatured .featured, #rightFeatured .featured, #rightInspiration .featured {
	float: left;
	width: 300px;
	height: 105px;
	overflow: hidden;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DADADA;
	padding-top: 10px;
}
#leftShopDetails .featured {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DADADA;
	padding-top: 10px;
}
#map, #leftMainText, #leftBanner, #rightMap, #rightSearch, #rightSignup, #rightInspiration, #rightFeatured, #rightTagCloud {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6C1777;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}
#map, #leftBanner, #rightMap {
	padding-top: 0px;
	padding-bottom: 0px;
}
#leftMainText {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #6C1777;
	margin-bottom: 0px;
}
#rightInspiration .featured {
	border-top-width: 0px;
	padding-top: 0px;
}
#leftFeatured .featured .image, #rightFeatured .featured .image, #rightInspiration .featured .image {
	position:relative;
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 15px;
	background-color: #FFFFFF;
	margin-left: 15px;
	overflow:hidden;
}
#leftFeatured .featured .image .mask1, #rightFeatured .featured .image .mask1, #rightInspiration .featured .image .mask1 {
	position:absolute;
	width:90px;
	height:90px;
	top:0;
	left:0;
	background-image: url(../images/mask_90x90.png);
	background-repeat: no-repeat;
}
#leftFeatured .featured .image .mask1 a, #rightFeatured .featured .image .mask1 a, #rightInspiration .featured .image .mask1 a {
	width:90px;
	height:90px;
	display:block;
	border-bottom: 0px;
}
#leftFeatured .featured .text, #rightFeatured .featured .text, #rightInspiration .featured .text {
	float: left;
	width: 180px;
}
#leftShopDetails .featured .text {
	width: 300px;
}
#leftFeatured .featured .text p, #leftShopDetails .featured .text p, #rightFeatured .featured .text p, #rightInspiration .featured .text p {
	font-size: 11px;
}
#sitemaptree {
	color: #A9737F;
}
#sitemaptree ul a {
	border-bottom: 0px;
}
#sitemaptree ul ul {
	font-size: 0.85em;
}
#sitemaptree ul ul ul {
	font-size: 0.85em;
}
#sitemaptree ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sitemaptree ul li {
	width 100%;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #DADADA;
	margin-bottom: 0px;
	padding-top: 5px;
}
#sitemaptree ul ul li {
	border-top-width: 0px;
	padding-top: 0px;
}

#sitemaptree ul ul {
	margin-left: 10px;
	margin-top: 5px;
	list-style: none;
}
#sitemaptree ul li {
	margin-bottom: 10px;
}
#sitemaptree ul ul li {
	margin-bottom: 0px;
}
#sitemaptree ul ul ul li {
	margin-bottom: 0px;
}
/* Right hand column styling (#rightFeatured styled as #leftFeatured above)
----------------------------------------------------------------------------------------------------*/
#right {
	width: 300px;
	float: right;
}
#right p {
	font-size: 11px;
	width: 95%;
}
#rightMap, #rightSearch, #rightSignup, #rightInspiration, #rightFeatured, #rightTagCloud {
	width: 300px;
}
#rightMap {
	height: 235px;
	background-color: #CCCCCC;
}
#rightSearchBox, #rightSignupBox {
	height: 24px;
	background-image: url(../images/bg_searchBoxMask.gif);
	background-repeat: no-repeat;
	background-color: #E3E3E3;
	background-position: right top;
}
#rightSearchBox #search, #rightSignupBox #signup {
	float: left;
	padding: 0;
	margin: 5px 0 0 6px;
	border: 0;
	width: 255px;
	background: none;
	color: #6C1777;
}
#rightSearchBox #goSearch, #rightSignupBox #goSignup {
	float: right;
	margin: 1px 0 0 0;
}
#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: 2px;
	border-top-style: dotted;
	border-top-color: #DADADA;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 10px;
}
#footer p {
	font-size: 0.85em;
	color: #CCCCCC;
	line-height: 1em;
}
#footer .footerNav {
	padding-left: 40px;
}
#footer .footerNav a {
	color: #CCCCCC;
	border-bottom: 0px;
}
#footer .footerNav a.credit {
	font-size: 0.8em;
	color: #DCDCDC;
}
#footer .footerNav a:hover, #footer .footerNav a.active {
	color: #6C1777;
}

/* 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/mapping/infoBox.png) no-repeat;
	width: 290px;
	height:146px;
	position: absolute;
}
.mapInfoBox .info {
	position: relative;
	width: 240px;
	margin: 10px 10px 0 10px;
}
.mapInfoBox p {
	line-height:1.2em;
	color:#FFFFFF;
}
.mapInfoBox a {
	color:#FFFFFF;
	border-bottom: 0px;
}
.mapInfoBox a:hover {
	color:#FFE0EC;
	cursor:pointer;
}
.mapInfoBox a h1, .mapInfoBox a p {
	text-decoration: none;
}
.mapInfoBox .info .thumbnail {
	position:relative;
	width: 90px;
	height: 90px;
	float: left;
}
.mapInfoBox .info .thumbnail .mask1 {
	position:absolute;
	width: 90px;
	height: 90px;
	top:0;
	left:0;
	background-image: url(../images/maskPurple_90x90.png);
	background-repeat: no-repeat;
}
.mapInfoBox .info .thumbnail .mask1 a {
	width:90px;
	height:90px;
	display:block;
	border-bottom: 0px;
}
.mapInfoBox .info .text {
	float: right;
	width: 140px;
}
.mapInfoBox h1 {
	font-size: 1em;
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
.mapInfoBox p.description {
	font-size: 0.8em;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #B48FBA;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.mapInfoBox p.address {
	font-size: 0.75em;
	margin-bottom: 0px;
}
.mapInfoBox p.links, .mapInfoBox p.links a {
	font-size: 0.75em;
	margin-bottom: 0px;
}
/* signup */
#signupmessage {
	color:#CC0000;
	font-weight:bold;
}