/* @group reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }

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

ol, ul { list-style-type : none; }

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

caption, th { text-align : left; }

fieldset, img { border : 0; }

dt, address, caption, cite, code, dfn, th, var { font-style : normal; font-weight : normal; }

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

:focus {
	outline: 0;
}
/* @end */

/* @group layout */

body {  
	font: 62.5%/1.5 "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	text-align: center;
	color: #333;
}

#wrapper {
	position : relative;
	margin: 0 auto;
	width: 880px;
	text-align: left;
}

/* @end */

/* @group general typography */

a {
	text-decoration: none;
	color: #B877A3;
}

#main #bodytext a.sexy-button {
	color: #666;
}

#main #bodytext a.sexy-button:hover {
	color: #333;
	text-decoration: none;
}

/* @end */

/* @group tooltip */

.custom-tip {
	color: #000;
	width: 110px;
	z-index: 13000;
}

.custom-title {
	display: none;
}

.custom-text {
	font-size: 11px;
	padding: 4px;
	background: #F8FADE;
	border: 1px solid #ddd;
}

.prototip { position: absolute; }
.prototip .effectWrapper { position: relative; }
.prototip .tooltip { position: relative; }
.prototip .toolbar {
	position: relative;
	display: block;
}
.prototip .toolbar .title {
	display: block;
	position: relative;
}
.prototip .content { clear: both; }
.prototip .toolbar a.close {
	position: relative;
	text-decoration: none;
	float: right;
	width: 15px;
	height: 15px;
	background: transparent url(close.gif);
	display: block;
	line-height: 0;
	font-size: 0px;
	border: 0;
}
.prototip .toolbar a.close:hover { background: transparent url(close_hover.gif); }

.iframeShim { 
	position: absolute;
	border: 0;
	margin: 0;	
    padding: 0;
    background: none;
}

.prototip .default { width: 150px; color: #333; }
.prototip .default .toolbar { background: #0F6788; font: italic 17px Georgia, serif; }
.prototip .default .title { padding: 5px; }
.prototip .default .content { background: #F8FADE; border: 1px solid #ddd; font: 11px Arial, Helvetica, sans-serif; padding: 5px;}

/* @end */

/* @group header */
#header {
	height: 150px;
}

#header h1 {
	position: absolute;
	top: 25px;
	left: 25px;
	height: 90px;
	background: transparent url(../images/logo.jpg) no-repeat;
}

#header h1 a {
	display: block;
	height: 90px;
	width: 250px;
	text-indent: -9999px;
}

/* @end */

/* @group menus */

ul#city-nav {
	position: absolute;
	top : 30px;
	right: 30px;
	width: 500px;
	text-align: right;
	line-height: 1.1;
}

ul#city-nav li {
	display:inline;
}

ul#city-nav li a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	color: #aaa;
}

ul#city-nav li.alt a {
	color: #bbb;
}

ul#city-nav li a:hover {
	text-decoration: none;
	color: #EF9BC6;
}

ul#city-nav li a.notactive:hover {
	text-decoration: none;
	color: #bbb;
}

ul#city-nav li a.selected {
	color: #EF9BC6;
}

ul#page-nav {
	position: absolute;
	top : 90px;
	right: 20px;
	width: 600px;
	text-align: right;
}

ul#page-nav li
{
	border-left: 1px solid #bbb;
	display: inline;
	line-height: 1.1em;
	margin: 0 5px 0 -5px;
	padding: 0 5px 0 5px;
}

ul#page-nav li.first {
	border: 0;
}

ul#page-nav li a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.4em;
	color: #999;
}

ul#page-nav li a:hover {
	text-decoration: none;
	color: #000;
}

ul#page-nav li a.selected {
	color: #000;
	font-weight: bold;
}

ul#main-nav {
	position: absolute;
	top : 120px;
	left: 40px;
	width: 800px;
	text-align: left;
}

ul#main-nav li {
	display:inline;
	margin-right: 20px;
}

ul#main-nav li a {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.8em;
	color: #fff;
}

ul#main-nav li a:hover {
	text-decoration: none;
	color: #000;
}

ul#main-nav li a.selected {
	color: #000;
}

ul#main-nav li.agenda a {
	float: right;
	display: block;
	text-align: center;
	color: #fff;
	width: 140px;
	height: 30px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% top;
}

ul#main-nav li.agenda a:hover, ul#main-nav li.agenda a.selected {
	background-position: 50% bottom;
}

/* @end */

/* @group forms */

div.form-row {
	margin: 10px 0;
	clear: both;
}

div.form-row label {
	display: block;
	margin: 2px 0;
	color: #333;
	font-size: 11px;
	font-weight: bold;
}

div.form-row input, div.form-row textarea, div.form-row select {
	background-color: #fafafa;
}

div.form-row input:focus, div.form-row textarea:focus {
	background: #F8FADE;
} 

div.form-row input, div.form-row textarea {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}

div.form-row input[type="checkbox"] + label
{
  display: inline;
  float: none;
}

div.option {
  margin: 5px;
}

p.error, p.required, span.required, li.required, div.form_error, div.error {
	font-size: 1.1em;
	color: #c00;
}

div.error {
  border: 1px solid #c00;
  background-color: #F0F0F0;
  margin-bottom: 5px;
  padding: 5px;
}

div.info {
  border: 1px solid #666;
  background-color: #F0F0F0;
  margin-bottom: 5px;
  padding: 5px;
  font-size: 1.3em;
}

div.postcard_picture {
  margin: 5px;
  padding: 5px;
  width: 150px;
  height: 170px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  float: left;
  text-align: center;
}

div.postcard_picture img {
  display: block;
  margin: 0 auto 5px auto;
}

/* @end */

/* @group main content */

#contentwrap {
	padding: 1px;
}

#content {
	min-height:	550px;
	height:	auto !important;
	height:	550px;  /* IE hack */
}

#content div#columnwrap {
	float: left;
	width: 100%;
}

#content div#sidebar {
	margin: 20px 650px 220px 30px;
}

#content div#main {
	margin: 20px 0;
	float: left;
	width: 470px;
	margin-left: -635px;
}

#content div#bodytext {
	margin: 10px 5px 0 5px;
}

#content div#horizontal_banner {
	margin: 0 1px;
}

#content div#vertical_banner {
	margin: 20px 0;
	float: left;
	width: 120px;
	margin-left: -150px;
}

#bottom {
	clear: both;
	height: 35px;
}

/* @end */

/* @group section widget */
#kwicks_container { 
	height: 100px;
}
#main ul#kwicks {
	position: relative;
	list-style-type: none;
	width: 340px;
	height: 100px;
	display:block; 
	overflow:hidden
}
 
ul#kwicks li {
  float: left;
  margin: 0;
}
 
ul#kwicks .kwick {
	display: block;
	height: 100px;
}

ul#kwicks .kwick span {
	display: block;
	height: 100px;
	width: 40px;
	text-indent: -9999px;
}
 
#kwick_stay {
	background: #fff url(../images/stay.jpg) no-repeat;
}
#kwick_eat {
	background: #fff url(../images/eat.jpg) no-repeat;
}
#kwick_shop {
	background: #fff url(../images/shop.jpg) no-repeat;
}
#kwick_see {
	background: #fff url(../images/see.jpg) no-repeat;
}
#kwick_see-do {
	background: #fff url(../images/see-do.jpg) no-repeat;
}
#kwick_treat {
	background: #fff url(../images/treat.jpg) no-repeat;
}
#kwick_with-kids {
	background: #fff url(../images/with-kids.jpg) no-repeat;
}
#kwick_travel-tours {
	background: #fff url(../images/travel-tours.jpg) no-repeat;
}
/* @end */

/* @group sidebar */

#sidebar img {
	display: block;
	margin-bottom: 10px;
}

#sidebar form {
  margin: 10px 0;
}

#sidebar #sf_guard_auth_form, #sidebar #editorial, #sidebar div.cadre {
	border: 1px solid #999;
	margin-bottom: 10px;
	background-color: #FAE4ED;
}

#sidebar #sf_guard_auth_form form {
  margin: 25px 10px 5px 10px;
}

#sidebar #sf_guard_auth_form p.forgot {
  margin-top: 10px;
  text-align: center;
  font-size: 1em;
}

#sidebar div.cadre p {
  margin: 5px;
  font-size: 1.2em;
}

#sidebar #editorial p {
	margin: 25px 5px 5px 5px;
	color: #999;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.2em;
	font-style: italic;
}

#sidebar #editorial div.more {
	margin-left: 95px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 100px;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	font-style: normal;
}

#sidebar #editorial div.more a {
	color: #fff;
}

#sidebar h3 {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#sidebar h4 {
  margin: 10px 0;
  padding: 3px;
  background-color: #B877A3;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}

#weather {
	background-color: #fafafa;
	margin-top: 20px;
	border: 1px solid #ccc;
}

#weather div.inner {
	margin: 3px 10px;
}

#weather h1 {
	background-color: #ddd;
	font-size: 1.2em;
	text-align: center;
}

#weather h2 {
	float: right;
	font-size: 1.6em;
	font-weight: bold;
}

#weather p {
	clear: both;
	margin-bottom: 3px;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

#sidebar p.credits {
	margin-top: 2px;
	text-align: center;
	font-size: 0.9em;
	color: #999;
}

#sidebar p.credits a {
	color: #666;
}

/* @end */

/* @group main typography */

#main h1, #main h2, #main h3 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}

#main h1 {
	font-size: 3em;
}

#main h2 {
	font-size: 1.8em;
}

#main h3 {
	font-size: 1.4em;
}

#main h3 a {
  color: #EF9BC6;
}

#main h4 {
  margin-bottom: 5px;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #F9CCE0;
  color: #81284F;
}

#main h4 a {
  color: #81284F;
}

#main p {
	font-size: 1.2em;
	margin-bottom: 12px;
}

#main p.date {
  font-size: 1.1em;
  color: #999;
  margin-bottom: 5px;
}

#main .small {
  font-size: 11px;
  color: #999;
}

#main ol, #main ul, #main blockquote {
	margin: 1em;
	font-size: 1.2em;
}

#main ol {
	list-style-type: decimal;
}

#main ul {
	list-style-type: disc;
}

#main li {
	margin-left: 1em;
}

#main #intro {
	background-color: #f0f0f0;
	border: 1px solid #EF9BC6;
	padding: 5px;
	margin-bottom: 5px;
}

#main #intro p {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

#main #intro em {
	font-style: italic;
	color: #999;
}  

#main div.datetitle {
  background-color: #B877A3;
  margin-top: 5px;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
}

#main div.items {
  border-top: 1px solid #ccc;
}

#main div.item {
  border: 1px solid #ccc;
  border-top: 0;
  padding: 5px;
}

#main div.sortable { 
  cursor: move; 
}

#main div.item p {
	font-size: 1.1em;
	margin: 0;
}

#main div.item div.images {
  float: left;
  width: 120px;
}

#main div.item div.images img {
  display: block;
  margin-bottom: 5px;
}

#main div.item p .highlight {
  color: #000;
}

#main div.item div.actions {
  position: relative;
  clear: both;
  margin-top: 10px;
  height: 25px;
}

#main div.item div.star a {	
	margin-left: 430px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% top;
}

#main div.item div.star a:hover {
	background-position: 50% bottom;
}

#main div.item div.book a {
	float: left;
	width: 80px;
	height: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% top;
}

#main div.item div.book a:hover {
	background-position: 50% bottom;
}

#main div span.day {
  /*float: left;*/
  position: absolute;
  width: 200px;
}

#main div div.icons {
  cursor: pointer;
  margin-left: 380px;
  height: 20px;
}

#main div div.icons div a {
  float: left;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 50% top;
}

#main div div.icons div a:hover {
  background-position: 50% bottom;
}

#main div div.icons div.delete a {
  background-image: url(../images/delete.gif);
}

#main div.datetitle div.icons div.delete a {
  background-image: url(../images/delete2.gif);
}

#main div div.icons div.moveup a {
  background-image: url(../images/up.gif);
}

#main div.datetitle div.icons div.moveup a {
  background-image: url(../images/up2.gif);
}

#main div div.icons div.movedown a {
  background-image: url(../images/down.gif);
}

#main div.datetitle div.icons div.movedown a {
  background-image: url(../images/down2.gif);
}

#main div.travel-product {
  margin-bottom: 20px;
}

#main div.travel-product h4 {
  background-color: #D7E4FA;
  color: #575D88;
  clear: both;
}

#main div.travel-product div.images {
  float: left;
  width: 120px;
}

#main div.travel-product div.images img {
  display: block;
  margin-bottom: 5px;
}

#main div.more {
  border: 1px solid #ccc;
  border-top: 0;
  height: 18px;
  padding: 0 5px;
  margin-bottom: 10px;
  background: #f5f5f5 url(../images/more_back.gif) no-repeat;
  text-align: right;
}

#main div.more a {
  font-weight: bold;
  font-size: 1.1em;
}

#main div.pages {
  margin: 1em 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1.1em;
}

#main div.pages a, #main div.pages span {
  display: block;
  float: left;
  padding: 0.2em 0.5em;
  margin-right: 0.1em;
  border: 1px solid #999;
}

#main div.pages span {
  color: #000;
  background-color: #ccc;
}

#main div.pages a {
  text-decoration: none;
  background-color: #f5f5f5;
  color: #666;
}

#main div.pages a:hover {
  border-color: #000;
}

#main div.postcard {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

#main div.postcard img {
  display: block;
  margin: 0 auto 10px auto;
  border: 5px solid #fff;
}

#main div.postcard p {
  font-size: 1.4em;
  text-align: left;
  padding: 5px;
  background-color: #fff;
}

/* @end */

/* @group footer */

#footer {
	position : relative;
	margin: 0 auto;
	width: 840px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #ccc;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #B877A3;
}

#footer div#credits a {
	color: #88456D;
}

#footer div#copyright {
  float: left;
  text-align: left;
  width: 68%;
}
#footer div#credits {
  float: right;
  text-align: right;
  width: 28%;
}

/* @end */

/* @group ERRORS */

body.errors #wrapper, body.errors #contentwrap, body.errors #header, body.errors #bottom, body.errors #content {
  background-image: none;
  background-color: transparent;
}

body.errors #main {
  color: #ddd;
  font-size: 1.2em;
}

body.errors #main p a, body.errors #main li a {
  color: #fff;
}

body.errors #main p a:hover, body.errors #main li a:hover {
  color: #000;
	text-decoration: underline;
}

body.errors #main h3 {
  color: #EF9BC6;
  font-weight: normal;
}

/* @end */

/* @group DEFAULT (LOIREVALLEY) template */

body {
	background : #4E082C url(../images/loirevalley_back.jpg) repeat-x;
}

body #wrapper {
	background: #4E082C url(../images/loirevalley_wrap.jpg) repeat-y;
}

body #header {
	background: #B877A3 url(../images/loirevalley_header.jpg) no-repeat;
}

body #contentwrap {
	background: transparent url(../images/loirevalley_content.jpg) no-repeat;
}

body #content {
	background: transparent url(../images/loirevalley_graphic.gif) no-repeat 10px 100%;
}

body #bottom {
	background: #4E082C url(../images/loirevalley_footer.jpg) no-repeat;
}

body ul#main-nav li.agenda a {
	background-image: url(../images/loirevalley_agenda_btn.jpg);
}

body #sidebar #editorial {
	background: #FAE4ED url(../images/loirevalley_editorial.gif) no-repeat;
}

body #sidebar #sf_guard_auth_form {
	background: #FAE4ED url(../images/loirevalley_login.jpg) no-repeat;
}

body #sidebar #editorial div.more {
	background-color: #EF9BC6;
}

body #sidebar #sf_guard_auth_form a, body #sidebar div.cadre a {
  color: #B877A3;
}

body #sidebar h3 a {
	color: #D884B1;
}

body #main p a {
	color: #B877A3;
}

body #sidebar p a.universe {
	color: #B877A3;
}

body #main p a:hover {
	color: #81284F;
	text-decoration: underline;
}

body #main h1, body #main h2, body #main h3 {
	color: #81284F;
}

body #main p.required {
	color: #81284F;
}

body #main #intro p {
	color: #81284F;
}

#main div.more a {
  color: #B877A3;
}

body #main div.item div.star a {
	background-image: url(../images/star.gif);
}

body #main div.item div.book a {
	background-image: url(../images/book.gif);
}

/* @end */
