/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6E6E6E;
}

input, textarea {
	border-left: 1px solid #D6D6D6;
    border-right: 1px solid #A3A3A3;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
    background: #FFFFFF url('images/img09.gif') repeat-x;
    font: normal 1em/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #6E6E6E;
    height: 26px;
    width: 122px;
}

h1, h2, h3 {
	margin-bottom: 0.5em;
	letter-spacing: -0.05em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
	color: #414141;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

p, ul, ol {
	margin-top: 1.0em;
	line-height: 190%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #346086;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-right: 20px;
}

hr {
	display: none;
}

/* Logo 

#logo {
	width: 960px;
	height: 147px;
	margin: 0 auto;
	background: url(images/gite_stmaixentarch.jpg) no-repeat;
}

*/

#logo h1, #logo h2 {
	margin: 0 25px 0 25px;
}

#logo h1 {
	float: left;
	padding-top: 15px;
}

#lang {
	float: right;
	padding: 15px 15px 0 0;
	font-size: 16px;
	font-weight: normal;
	color: #939292;
}

#lang img { padding-right:20px; }

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 62px;
	margin: 0 auto;
	background: #252E3A url(images/img02.jpg) no-repeat;
}

#menu ul {
	margin: 0;
	padding: 21px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(images/img03.gif) no-repeat left center;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 227px;
}

#search fieldset {
	border: none;
}

#search input {
	float: left;
}

#search #s {
	width: 136px;
	margin-right: 7px;
	padding: 2px 5px;
}

#search #x {
	background: none;
	border: none;
}

/* Banner */

#banner {
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 5px 35px 45px 15px;
	background: url(images/img05.gif) no-repeat;
}

#page_non_form {
	width: 900px;
	margin: 0 auto;
	padding: 5px 35px 45px 15px;
}

/* Content */

#content {
	float: left;
	width: 603px;
}

#column_left {
	float: left;
	width: 425px;
}

#column_right
{
	float: right;
	width: 425px;
}

.post 
{
}

.post .title {
	margin: 0;
	padding: 10px 20px;
}

.post .entry {
	padding: 5px 20px;
}

.post .entry td {
	padding: 5px 0 5px 0;
}

.post .meta {
	height: 47px;
	margin: 20px 0 40px 0;
	padding: 15px 0 0 20px;
	background: url(images/img07.gif) no-repeat;
	line-height: normal;
}

/* Gallery */
.gallery
{
}

.gallery td 
{
    border-style:inset;
    border-width:thin;
    border-color:Silver;
    padding: 5px 5px 5px 5px;
    text-align:center;
}

.gallery p
{
    margin-top:0em;
    margin-bottom:1em;
}

/* Sidebar */

#sidebar 
{
    padding-top: 15px;
	float: right;
	width: 253px;
	top:0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	padding: 0 15px 10px 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

#sidebar li h2 {
	margin-bottom: 5px;
	font-size: 18px;
}

/* Class: Sidebar */

.sidebar 
{
    padding-top: 15px;
	float: right;
	width: 253px;
	top:0px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
	padding: 0 15px 10px 20px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #E5E5E5;
}

.sidebar li h2 {
	margin-bottom: 5px;
	font-size: 18px;
}

/* Calendar */

#sidebar #calendar {
	padding: 0;
	background: url(images/img08.jpg) no-repeat;
}

#calendar caption {
	margin: -20px auto 0 auto;
	text-align: center;
	font-weight: bold;
}

#calendar table {
	margin: 0 auto;
	caption-side: bottom;
}

#calendar thead th {
	width: 31px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

#calendar tbody td {
	width: 31px;
	height: 31px;
	text-align: center;
	color: #9E9E9E;
}

#calendar tfoot td {
	padding-top: 10px;
	font-weight: bold;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	clear: both;
	width: 870px;
	height: 50px;
	margin: 0 auto;
	padding: 35px 45px;
	background: url(images/img_footer.gif) no-repeat;
}

#footer p {
	margin: 0;
	line-height: normal;
	color: #B4B4B4;
}

#footer a {
	color: #B4B4B4;
}

#footer .legal {
	float: left;
}

#footer .credit {
	float: right;
}

/* Calendar */

.calendar 
{
}

.calendar p 
{
    width: 243px;
	text-align: center;
	font-weight: bold;
}

.calendar div
{
	width: 243px;
	height: 217px;
	background: url(images/img08.jpg) no-repeat;
	padding-left:10px;
}

.calendar table 
{
  /*  width: 233px; */
}

.calendar thead th {
	width: 30px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.calendar th {
	width: 30px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.calendar tbody td {
	height: 31px;
	width: 31px;
	text-align: center;
	color: Black; /*#9E9E9E;*/
}

.calendar td {
	height: 31px;
	width: 31px;
	text-align: center;
	color: Black; /*#9E9E9E;*/
}

.calendar tfoot td {
	padding-top: 10px;
	font-weight: bold;
}

/* Price Calendar */

.pricecalendar 
{
}

.pricecalendar p 
{
    width: 252px;
	text-align: right;
	font-weight: bold;
}

.pricecalendar_month_right 
{
    width: 252px;
	text-align: right;
	font-weight: bold;
	/*float:right;*/ /*Screw up Safari*/
	
}

.pricecalendar_right
{
	width: 311px;
	height: 217px;
	background: url(images/img08.jpg) no-repeat;
	padding-left:10px;
    background-position: right;
}

.pricecalendar_month_left 
{
    width: 252px;
	text-align: center;
	font-weight: bold;
}

.pricecalendar_left
{
	width: 311px;
	height: 217px;
	background: url(images/img08.jpg) no-repeat;
	padding-left:10px;
}

.pricecalendar table 
{
  /*  width: 233px; */
}

.pricecalendar thead th {
	width: 30px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.pricecalendar th {
	width: 30px;
	height: 40px;
	font-weight: bold;
	color: #FFFFFF;
}

.pricecalendar tbody td {
	height: 31px;
	width: 31px;
	text-align: center;
	color: Black; /*#9E9E9E;*/
}

.pricecalendar td {
	height: 31px;
	width: 31px;
	text-align: center;
	color: Black; /*#9E9E9E;*/
}

.pricecalendar tfoot td {
	padding-top: 10px;
	font-weight: bold;
}

.legend
{ 
    width: 163px;
}

.legend table 
{
  /*  width: 233px; */
}

.legend tbody td {
	height: 31px;
	text-align: left;
	color: Black; /*#9E9E9E;*/
}

.othermonth
{
    color: Gray;
}

.booked 
{
    background-color:#FF9999;
	width: 30px;
}
.tentative 
{
    background-color:#CCFFFF;
	width: 30px;
}

.vhighseason
{
    background-color:#2864FF;
}
.highseason
{
    background-color:#6C95FF;
}
.lowseason
{
    background-color:#A8C0FF;
}

.pad
{}

.alignright
{
    text-align:right;
}

.highlight
{
    color: Red;
}
