/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}




/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Base
 * @module base
 * @namespace yui-
 * @requires reset, fonts
*/

body {
	/* For breathing room between content and viewport. */
	margin:10px;
}

h1 {
	/* 18px via YUI Fonts CSS foundation. */
	font-size: 138.5%;
}

h2 {
	/* 16px via YUI Fonts CSS foundation. */
	font-size: 123.1%;
}

h3 {
	/* 14px via YUI Fonts CSS foundation. */
	font-size: 108%;
}

h1,h2,h3 {
	/* Top & bottom margin based on font size. */
	margin: 1em 0;
}

h1,h2,h3,h4,h5,h6,strong,dt {
	/* Bringing boldness back to headers and the strong element. */
	font-weight: bold;
}
optgroup {
	font-weight:normal;
}

abbr,acronym {
	/* Indicating to users that more info is available. */
	border-bottom: 1px dotted #000;
	cursor: help;
}

em {
	/* Bringing italics back to the em element. */
	font-style: italic;
}

del {
	/* Striking deleted phrases. */
	text-decoration: line-through;
}

blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: disc outside;
}

dl dd {
	/* Giving UL's LIs generated numbers. */
	margin-left: 1em;
}

th,td {
	/* Borders and padding to make the table readable. */
	border: 1px solid #000;
	padding: .5em;
}

th {
	/* Distinguishing table headers from data cells. */
	font-weight: bold;
	text-align: center;
}

caption {
	/* Coordinated margin to match cell's padding. */
	margin-bottom: .5em;
	/* Centered so it doesn't blend in to other content. */
	text-align: center;
}

sup {
	/* to preserve line-height and selector appearance */
	vertical-align: super;
}

sub {
	/* to preserve line-height and selector appearance */
	vertical-align: sub;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: 1em;
}
/* Opera requires 1px of passing to render with contemporary native chrome */
button,
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
	padding:1px;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_18 {
	margin-left: auto;
	margin-right: auto;
	width: 972px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_3_5,
.grid_4,
.grid_4_5,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16,
.grid_17,
.grid_18 {
	display:inline;
	float: left;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	padding-left: 0;
}

.omega {
	padding-right: 0;
}

/* Grid >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .grid_1 {
	width:34px;
}

.container_18 .grid_2 {
	width:88px;
}

.container_18 .grid_3 {
	width:142px;
}

.container_18 .grid_3 {
	width:165px;
}

.container_18 .grid_4 {
	width:196px;
}

.container_18 .grid_4_5 {
	width:223px;
}

.container_18 .grid_5 {
	width:250px;
}

.container_18 .grid_6 {
	width:304px;
}

.container_18 .grid_7 {
	width:358px;
}

.container_18 .grid_8 {
	width:412px;
}

.container_18 .grid_9 {
	width:466px;
}

.container_18 .grid_10 {
	width:520px;
}

.container_18 .grid_11 {
	width:574px;
}

.container_18 .grid_12 {
	width:628px;
}

.container_18 .grid_13 {
	width:682px;
}

.container_18 .grid_14 {
	width:736px;
}

.container_18 .grid_15 {
	width:790px;
}

.container_18 .grid_16 {
	width:844px;
}

.container_18 .grid_17 {
	width:898px;
}

.container_18 .grid_18 {
	width:952px;
}



/* Prefix Extra Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .prefix_1 {
	padding-left:54px;
}

.container_18 .prefix_2 {
	padding-left:108px;
}

.container_18 .prefix_3 {
	padding-left:162px;
}

.container_18 .prefix_4 {
	padding-left:216px;
}

.container_18 .prefix_5 {
	padding-left:270px;
}

.container_18 .prefix_6 {
	padding-left:324px;
}

.container_18 .prefix_7 {
	padding-left:378px;
}

.container_18 .prefix_8 {
	padding-left:432px;
}

.container_18 .prefix_9 {
	padding-left:486px;
}

.container_18 .prefix_10 {
	padding-left:540px;
}

.container_18 .prefix_11 {
	padding-left:594px;
}

.container_18 .prefix_12 {
	padding-left:648px;
}

.container_18 .prefix_13 {
	padding-left:702px;
}

.container_18 .prefix_14 {
	padding-left:756px;
}

.container_18 .prefix_15 {
	padding-left:810px;
}

.container_18 .prefix_16 {
	padding-left:864px;
}

.container_18 .prefix_17 {
	padding-left:918px;
}



/* Suffix Extra Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .suffix_1 {
	padding-right:54px;
}

.container_18 .suffix_2 {
	padding-right:108px;
}

.container_18 .suffix_3 {
	padding-right:162px;
}

.container_18 .suffix_4 {
	padding-right:216px;
}

.container_18 .suffix_5 {
	padding-right:270px;
}

.container_18 .suffix_6 {
	padding-right:324px;
}

.container_18 .suffix_7 {
	padding-right:378px;
}

.container_18 .suffix_8 {
	padding-right:432px;
}

.container_18 .suffix_9 {
	padding-right:486px;
}

.container_18 .suffix_10 {
	padding-right:540px;
}

.container_18 .suffix_11 {
	padding-right:594px;
}

.container_18 .suffix_12 {
	padding-right:648px;
}

.container_18 .suffix_13 {
	padding-right:702px;
}

.container_18 .suffix_14 {
	padding-right:756px;
}

.container_18 .suffix_15 {
	padding-right:810px;
}

.container_18 .suffix_16 {
	padding-right:864px;
}

.container_18 .suffix_17 {
	padding-right:918px;
}



/* Push Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .push_1 {
	left:54px;
}

.container_18 .push_2 {
	left:108px;
}

.container_18 .push_3 {
	left:162px;
}

.container_18 .push_4 {
	left:216px;
}

.container_18 .push_5 {
	left:270px;
}

.container_18 .push_6 {
	left:324px;
}

.container_18 .push_7 {
	left:378px;
}

.container_18 .push_8 {
	left:432px;
}

.container_18 .push_9 {
	left:486px;
}

.container_18 .push_10 {
	left:540px;
}

.container_18 .push_11 {
	left:594px;
}

.container_18 .push_12 {
	left:648px;
}

.container_18 .push_13 {
	left:702px;
}

.container_18 .push_14 {
	left:756px;
}

.container_18 .push_15 {
	left:810px;
}

.container_18 .push_16 {
	left:864px;
}

.container_18 .push_17 {
	left:918px;
}



/* Pull Space >> 18 Columns
----------------------------------------------------------------------------------------------------*/

.container_18 .pull_1 {
	left:-54px;
}

.container_18 .pull_2 {
	left:-108px;
}

.container_18 .pull_3 {
	left:-162px;
}

.container_18 .pull_4 {
	left:-216px;
}

.container_18 .pull_5 {
	left:-270px;
}

.container_18 .pull_6 {
	left:-324px;
}

.container_18 .pull_7 {
	left:-378px;
}

.container_18 .pull_8 {
	left:-432px;
}

.container_18 .pull_9 {
	left:-486px;
}

.container_18 .pull_10 {
	left:-540px;
}

.container_18 .pull_11 {
	left:-594px;
}

.container_18 .pull_12 {
	left:-648px;
}

.container_18 .pull_13 {
	left:-702px;
}

.container_18 .pull_14 {
	left:-756px;
}

.container_18 .pull_15 {
	left:-810px;
}

.container_18 .pull_16 {
	left:-864px;
}

.container_18 .pull_17 {
	left:-918px;
}




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

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

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/**
 * jQuery Simple Dialog 
 */
.sd_container{
 font-family: arial,helvetica,sans-serif;
 margin:0;
 position: absolute;
 background-color: #fff;
 border: solid 1px #ccc;
 text-align:left;
 padding: 5px;
}
.sd_header{
 font-size: 125%;
 font-weight:bold;
 margin-bottom: 10px;
}
.sd_content{
	padding: 10px;
	overflow: auto;
}
.sd_footer{
 color: #a0a0a0;
 margin-top: 10px;
}
.sd_content h2 {
	margin-top: 0;
}

.sd_content p {
	font-size: 1.1em;
}
.sd_overlay{
 position: absolute;
 margin:0;
 padding: 0;
 top: 0;
 left: 0;
 background-color: #222;
}
.sd_loading{
 background: url(../stylesheets/plugins/indicator.gif) center no-repeat;
 background-color: #fff;
 height: 60px;
 width: 60px;
}
.sd_closelabel{
 position:absolute;
 width:50px;
 top:0;
 right:0;
 font-size: 1em;
 padding:5px;
 text-align:center;
 background-color:#ccc;
}
.sd_closelabel a {
 text-decoration:none;
 color: #222;
}

html {
	background: #f5f5f5;	
}

body {
	background: #f5f5f5;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, dt {position: relative; clear: both; font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;}

h1									{ font-size: 2.2em; font-weight: normal; margin-bottom: .5em; margin-top: .5em;}
h2									{ font-size: 1.8em; font-weight: normal; color: #8ca700;}
h3									{ font-size: 1.2em; top: 1px; color: #000;}
h4									{ font-size: 1.8em; top: 2px; }
h5									{ font-size: 1.5em; top: 4px; }
h6									{ font-size: 1.3em; top: 5px; }

dl {
	padding: 10px;
	margin: 10px 0;
	background: #F9F9F9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eee;
}

dl dt {
	color: #8ca700;
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .2em;
}

dl dd {
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #0045A3;
}

a:hover {
	text-decoration: underline;
	color: #ff5a00;
}

a img {
	border: none;
}

a.more {
	color: #ff5a00;
	padding-left: 16px;
	background: url(/images/icons/more-arrow.png?1269849856) no-repeat	0 2px;
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1em 0 2em;
	clear: both;
	display: block;
}

#sidenav .more {
	margin-left: 10px;
}

/* @group common classes */
.no-list-style ul {
	margin: 0;
}

.no-list-style li,
.no-list-style dd {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.introduction {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #999;
}

.spot {
	margin-bottom: 2em;
}

.spot h3 {
	font-size: 1.4em;
	margin: 0;
}

.title {
	margin: 0;
	display: inline;
}

.picture {
	margin-bottom: .5em;
	display: block;
}

.picture img {
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webit-border-radius: 3px;
	padding: 2px;
	background: #fff;
	display: block;
}

.button {
	display: block;
	background: url(/images/button.png?1274800665) no-repeat top left;
	float: left;
	clear: both;
	height: 32px;
	padding-left: 10px;
}

.button span {
	font-size: 11px;
	line-height: 32px;
	background: url(/images/button.png?1274800665) no-repeat top right;
	display: block;
	padding-right: 10px;
	font-weight: bold;
	color: #fff;
	text-shadow:0px 1px 0px #000
}

.button:hover {
	text-decoration: none;
	background-position: bottom left;
}

.button:hover span {
	text-decoration: none;
	background-position: bottom right;
}

.buttonmore {
	display: block;
	background: url(/images/btn-more.png?1274800665) no-repeat top left;
	float: right;
	height: 24px;
	padding-left: 10px;
}

.buttonmore span {
	font-size: 11px;
	line-height: 24px;
	background: url(/images/btn-more.png?1274800665) no-repeat top right;
	display: block;
	padding-right: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow:0px 1px 0px #000
}

.buttonmore:hover {
	text-decoration: none;
}


time.date {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	text-align: center;
	margin-top: 4px;
	background: url(/images/icons/cal.png?1273587807) no-repeat;
}

time.date .month {
	display: block;
	height: 20px;
	font-size: 1.1em;
	color: #fff;
	padding: 2px 0;
}

time.date .day {
	color: #0045A3;
	display: block;
	font-weight: bold;
	line-height: 10px;
	font-size: 1.6em;
	padding: 1px 0;
}

#main-events h3,
#main-events .description,
#main-events .locality  {
	clear: none;
	display: block;
	width: 416px;
	float: right;
	margin: 0;
}

.listing .event h3,
.listing .event .description,
.listing .event .locality  {
	clear: none;
	display: block;
	width: 170px;
	float: right;
	margin: 0;
}

.listing .event .locality {
	margin-top: .5em;
}

#main-events .locality {
	margin-top: .5em;
	font-size: 1.1em;
}

#main-places .description {
	margin-bottom: .3em;
}

.price {
	display: block;
	color: #900;
	font-size: 1.6em;
	margin: 5px 0;
}

.owner,
.parent,
.category {
	display: block;
}

.owner a,
.parent a,
.category a,
.locality a,
.location a {
	color: #666;
}

.description {
	font-size: 1.1em;
}

.simple-list li {
	font-size: 1.1em;
	padding: .5em 0;
	border-bottom: 1px solid #CCC;
}

.simple-list a {
	color: #666;
}

.locality {
	display: block;
	margin-top:5px;
	margin-bottom: 0;
}

.location {
	display: block;
}

.line {
	clear: both;
}

.line article {
	width: 223px;
	padding: 0 5px;
	float: left;
}


.tree {
	position: relative;
}

.tree div {
	background: #fff;
	margin: 1em 0;
	padding: 0 0 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
  -moz-box-shadow: 0px 0px 2px #bbb;
  -webkit-box-shadow: 0px 0px 2px #bbb;
  box-shadow: 0px 0px 2px #bbb;
}

.tree h2 {
	top: 0;
	background: #fff url(/images/tree-head.png?1274801035) 0 bottom repeat-x;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin: 0 0 .5em;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
}

.tree h2,
.tree h2 a {
	color: #000;
	text-shadow: 0px 1px 0px #fff;
}

.tree h3 {
	position: relative;
	display: block;
	font-size: 12px;
	background: #99b600;
	margin: 5px 10px;
	padding: 5px 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
}

.tree h3 a {
	color: #fff;
	text-decoration: none;
}

.tree h3 a:before {
	content: "‹";
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	left: 10px;
	top: 3px;
}


.tree h4 {
	position: relative;
	display: block;
	font-size: 12px;
	color: #99b600;
	background: #f0f6d8;
	margin: 5px 10px 5px 20px;
	padding: 5px 20px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
}
.tree ul {
	padding: 0 20px;
}

.tree .nested {
	padding: 0 20px 0 30px;
}

.tree li {
/*	border-bottom: 1px solid #ddd;*/
	line-height: 1.4em;
}

.tree li a {
	line-height: 15px;
	color: #666;
	font-size: 1.1em;
}

.tree ul ul {
	padding: 0;
	padding-left: 1em;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 1em;
	margin-bottom: 1em;
}


.secondary {
	background: #FFF;
	margin-bottom: 1em;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.secondary h2 {
	color: #FFF;
	background-image: -moz-linear-gradient(top, #cccccc, #666666); /* FF3.6 */
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #cccccc),color-stop(1, #666666)); /* Saf4+, Chrome */
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#666666'); /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#666666')"; /* IE8 */
	border-bottom: 1px solid #333;
	border-top: 1px solid #eee;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 12px;
	padding: 5px 10px;
}

.secondary ul {
	padding: 5px 10px 10px;
}

.secondary ul li a {
	color: #0045A3;
}

.secondary ul li a:hover {
	color: #ff5a00;
}

.listing {
	background: #F9F9F9;
	padding: 50px 0 20px;
	margin-top: 2em;
	border: 1px solid #ddd;
	position: relative;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display: block;
	height: 1%;
	clear: both;
}

.listing:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.listing a.more {
	clear: none;
	margin: 0;
}

.listing .header {
	border: 1px solid #ddd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	top:-5px;
	left: -1px;
	width: 714px;
	padding: 10px;
	background: #FFF;
	clear: both;
	overflow: hidden;
}

.listing h2 {
	margin: 0;
	float: left;
}

.listing article {
	width: 225px;
	display: inline;
	margin-left: 15px;
	height: 250px;
	float: left;
}

.listing h3 {
	margin: .5em 0;
	font-size: 1.4em;
}

.listing h3,
.listing .price,
.listing .owner,
.listing .description,
.listing .locality {
	padding: 0 5px;
	margin-bottom: 5px;
}

.results .number {
	margin-bottom: 1em;
	padding: .5em;
	clear: both;
	font-size: 1.1em;
	background: #f6f6f6;
}

.results .number strong {
	color: #99B600;
}

.results article {
	clear: both;
	float: left;
	width: auto;
	margin-bottom: 1em;
	padding: 5px;
	border-bottom: 1px solid #eee;
}

.results .picture {
	float: left;
}

.results #main h3 {
	font-size: 1.4em;
	margin: 0 0 .5em;
}

.results .date {
	display: block;
	float: left;
	width: 100px;
	font-size: 1.2em;
	line-height: 1.6em;
}

.results .details {
	float: left;
	padding: 0 20px;
	font-size: 1.1em;
	width: 480px;
}
.results .product .details,
.results .organization .details {
	width: 590px;
	padding-right: 0;
}

.results .product h3 {
	width: 480px;
	float: left;
}
/*
.results .places .details {
	width: 706px;
	padding: 0 20px 0 10px;
}
*/
.results .price {
	float: right;
	text-align: right;
	width: 90px;
	padding-left: 10px;
	font-size: 1.3em;
}

.results .desc {
	clear: both;
}

.pagination {
	font-size: 1.1em;
	clear: both;
	text-align: center;
	padding: 2em 0;
}

.pagination a {
	padding: 2px 5px;
	background: #f6f6f6;
	color: #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.pagination a:hover {
	background: #999;
	color: #fff;
	text-decoration: none;
}

.pagination span {
	padding: 2px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
}

.pagination .current {
	background: #99B600;
	color: #FFF;
	font-weight: bold;
}

.pagination .disabled {
	color: #ccc;
}

.qtip-content {
	font-size: 1.2em;
}

/*#locations-list-nav {
	position: absolute;
	right: 0;
	top: 20px;
}

.ln-letters {
	width: 20px;
	border: 2px solid #e6e6e6;
	background: #f2f2f2;
	padding-top: 1px;
	padding-bottom: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.ln-letters a {
	display: block;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border: 0;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}
*/

#locations-list-nav {
	margin: .5em 0 .5em 1em;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}

.ln-letters,
.tree .ln-letters {
	margin-left: 10px;
	margin-right: 10px;
	overflow: auto;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.ln-letters a {
	display: block;
	float: left;
	width: 19px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border: 0;
	color: #333;
}


.ln-letters a.ln-disabled {
	color: #AAA;
}

.ln-letters a.ln-selected,
.ln-letters a.ln-selected:hover {
	background: #333;
	color: #fff;
}

.ln-letters a:hover {
	color: #000;
	text-decoration: none;
	background: #e6e6e6;
}

.main_picture .picture {
	float: left;
	margin-top: 2.5em;
	width: 270px;
}
.main_picture figcaption {
	display: block;
	float: right;
	width: 466px;
}

.main_picture figcaption .locality {
	margin-bottom: 1em;
	display: block;
}

.directory-list {
	float: left;
	width: 228px;
	padding-right: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 1em;
}

.directory h1 {
	float: left;
}

.browse {
	padding-top: 28px;
	float: right;
}

.browse li {
	display: inline;
	padding: 0 .2em;
}

.browse a {
	font-size: 1.2em;
	color:#999;
	text-decoration: underline;
}

.browse a:hover {
	color: #FF5A00;
}

/* @end */

#page {
	margin: 0 auto;
	text-align: left;
}

.redirect #baseline {
	display: none;
}

.redirect #page {
	width:  580px;
}

.redirect #content {
	border: none;
	padding: 0;
	background: none;
	width: auto;
}

.redirect .redirectmsg {
	clear: both;
	font-size: 1.4em;
	line-height: 24px;
	color: #99B600;
	font-weight: normal;
	text-align: center;
}

.redirect .redirectmsg img {
	vertical-align: top;
	margin-right: 5px;
}

.error-page {
	text-align: center;
}

.error-page h1 {
	margin-top: 3em;
}

.error-page p.description {
	font-size: 2em;
	font-weight: bold;
}

.error-page .instead {
	font-size: 1.2em;
	width: 250px;
	text-align: left;
	margin: 0 auto;
}

.error-page .nav li:before {
	content: "›";
	color: #FF5A00;
	font-size: 1.4em;
	margin-right: 4px;
}

.error-page .nav a {
	color: #000;
}

/* @group header */

#page-header {
	display: block;
	color: #FFF;
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
	padding-top: 25px;
}

.redirect #page-header {
	width: 580px;	
}

.redirect .main_picture figcaption {
	width: 280px;
}


.redirect figure {
	display: block;
	background: #fff;
	border: 4px solid #EEE;
	padding: 10px;
	margin-bottom: 1em;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
/*	-webkit-box-shadow:0px 0px 5px #D4D4D4;
	-moz-box-shadow:0px 0px 5px #D4D4D4;
	box-shadow:0px 0px 5px #D4D4D4;*/
	overflow: hidden;
	height: 1%;
}

.redirect .main_picture .picture {
	margin-top: 0;
}

.redirect h1 {
	margin-top: 0;
}

.redirect .directlink,
.redirect .debug {
	text-align: center;
}

#brand {
	float: left;
	display: block;
	padding: 0 0 0 10px;
	margin: 0 0 25px;
	font-size: 1.8em;
}

#baseline {
	float: left;
	font-family: "Gill Sans", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	width: 330px;
	color: #7d7d7d;
	padding: 5px;
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 5px;
	font-weight: normal;
	border-left: 1px solid #7d7d7d;
	-webkit-text-stroke: 0.1px transparent;
}

#brand a {
	color: #fff;
}

#cobranding {
	color: #333;
	float: right;
	line-height: 44px;
	padding-right: 20px;
}

#cobranding img {
	vertical-align: middle;
	margin-left: 5px;
}

#main-nav {
	display: block;
	clear: both;
	width: 980px;
	background: url(/images/layout/nav.png?1273136696) no-repeat 0 0;
	height: 50px;
	padding-left: 1em;
}

#main-nav ul {
	float: left;
	font-size: 1.2em;
	height: 45px;
	line-height: 30px;
	margin: 0;
	padding: 5px 0 0 1em;
}

#main-nav li {
	float: left;
	list-style: none;
	margin: 0 1em 0 0;
	padding-top: 5px;
}

#main-nav a {
	text-decoration: none;
	color: #FFF;
	display: block;
	height:  30px;
	padding-left: 10px;
}
#main-nav a span {
	text-shadow: 0px -1px 0px #000000;
	display: block;
	height: 30px;
	padding-right: 10px;
}

#main-nav a:hover,
#main-nav a.selected {
	background: url(/images/layout/nav-link.png?1269595532) no-repeat 0 0;	
}

#main-nav a:hover span,
#main-nav a.selected span {
	background: url(/images/layout/nav-link.png?1269595532) no-repeat 100% 0;	
}

#search {
	width: 300px;
	padding-top: 8px;
	height: 35px;
	line-height: 35px;
	float: right;
}

#search form {
	overflow: visible;
}

#search label {
	text-shadow: 0px -1px 0px #000000;
	float: left;
	width: auto;
	padding-right: 5px;
}

#search #searchQuery {
	width: 140px;
	height: 32px;
	position: relative;
	top: 2px;
	float: left;
	padding: 0 8px;
	border: none;
	background: url(/images/layout/search.png?1273136696) no-repeat 100% 0;	
}

#search .submit {
	margin: 0 0 0 2px;
	position: relative;
	top: 2px;
}

/* @end */

/* @group content */
#sub-nav {
	display: block;
	background: #EEE;
	overflow: auto;
	width: 940px;
	font-size: 1.1em;
	padding: 10px 20px;
}

#breadcrumb {
	color: #586900;
	float: left;
	width: 600px;
}

#breadcrumb a {
	color: #586900;
	display: block;
	height: 15px;
	padding-top: 2px;
	float: left;
	overflow: hidden;
	position: relative;
}

#breadcrumb .last {
	display: block;
	height: 15px;
	padding-top: 2px;
	float: left;	
	overflow: hidden;
}

#breadcrumb .full {
	background: #FFFFFF;
	z-index: 100;
	border: 1px solid #CCC;
	padding: 2px 5px;
	-moz-box-shadow: 2px 2px 2px #AAA; /* FF3.5+ */
  -webkit-box-shadow: 2px 2px 2px #AAA; /* Saf3.0+, Chrome */
  box-shadow: 2px 2px 2px #AAA; /* Opera 10.5, IE 9.0 */
}

#breadcrumb .seperator {
	float: left;
	padding: 0 .5em;
	line-height: 17px;
}

#controls {
/*	float: right;*/
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#controls a {
	font-size: 1.1em;
	color: #586900;
	padding-left: 20px;
	padding-bottom: 2px;
	padding-top: 1px;
	background: url(/images/icons/ref-arrow.png?1271264838) no-repeat 0 0;
}

#content {
	background: #fff;
/*	border-left: 4px solid #eee;
	border-right: 4px solid #eee;
*/	padding: 0;
	width: 980px;
}

#content .grid_18, 
#content .grid_14 {
/*	background: #FFF;*/
	min-height: 500px;
}

#main {
	padding-bottom: 2em;
	padding-right: 9px;
	margin: 0 0 1em;
	background: #FFF;
	float: right;
}

#main h2 {
	color: #99b600;
}

#main section section {
	border-bottom: 3px solid #eee;
}

#main section section:last-child {
	border-bottom: none;
}

#main-content {
	border-right: 1px dashed #ccc;
}

.spotted article {
	display: block;
	height: 230px;
}


/*
#main-recipes .title {
	font-size: 1.6em;
	color: #586900;
}*/

/* @end */

/* @group sidebar */

#sidebar {
	width: 249px;
}

.latest article {
	display: block;
	overflow: auto;
	margin-bottom: 1em;
}

.latest .picture {
	float: left;
	display: inline;
	margin-right: 5px;
}

.latest h3 {
	margin: 0;
}

.latest .details {
	float: right;
	width: 127px;
	padding-right: 10px;
}

/* @end */

/* @group sidenav */
#sidenav {
	display: block;
	width: 216px;
	margin-left: 4px;
	padding-left: 0;
	padding-right: 0;
/*	background: #f9f9f9;*/
}

/* @end */

/* @group map */
#france {
	overflow: auto;
}

#france aside {
	float: left;
	width: 260px;
}

#map {
	padding: 2em 0;
}
/* @end */

/* @group footer */
#page-footer {
	display: block;
	color: #FFF;
	background: #1a1100;
	padding-bottom: 1em;
	width: 980px;
	margin: 0 auto 1em;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

#main-footer {
	padding: 2em 1em;
	display: block;
	color: #b2a68f;
}

#main-footer a {
	color: #b2a68f;
}

#main-footer ul {
	margin: 0 10px 10px;
}

#main-footer li {
	margin: 0 20px 0 0;
	padding: 2px 0;
	border-bottom: 1px solid #3b3529;
	line-height: 1.6em;
}

#main-footer #spots li {
	width: 122px;
	float: left;
}

#main-footer h2 {
	border-bottom: 1px solid #3b3529;
	color: #FFF;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 10px 0;
	top: 0;
	text-transform: none;
	padding-bottom: 5px;
}

#partners {
	display: block;
	padding: 1em 0;
	text-align: center;
}

#registration {
	background: url(/images/bg_register.png?1273136696) no-repeat;
	width: 694px;
	height: 130px;
	padding: 10px 20px;
	clear: both;
	margin-top: 1em;
	margin-bottom: 2em;
}

#registration h2 {
	font-weight: bold;
	font-size: 24px;
	margin: 0 0 10px 0;
	color: #627400;
	text-shadow:1px 1px 0px #FFFFFF
}

#registration p {
	font-size: 12px;
	color: #627400;
	text-shadow:1px 1px 0px #FFFFFF;
	width: 520px;
}

#legend {
/*	border: 1px solid #ddd;*/
	background: #333;
	color: #FFF;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 2em;
}
#legend strong {
	padding-right: 1em;
}
#legend ul {
	display: inline;
}

#legend li {
	display: inline;
	padding-right: 1em;
}

#legend img {
	vertical-align: middle;
}

/* @end */