/*#################### A0 DOCUMENT SETUP ####################*/

body {
	color: #000000;
	font-family: "trebuchet MS", helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: 400;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 760px;
	background-color: #CCCCCC;
}
* html body { /*provide some "centering" to IE 6*/
	margin-left: 100px;
}
#container {
	width: 760px;
	height: auto;
	margin: 0;
	float: left;
	background-color: #FFFFFF;
	background-image: url(images/navboxcolor.png);
	background-repeat: repeat-y;
	background-position: left top;
}

/*#################### A1 POSITIONAL ELEMENTS ####################*/
#header {
	clear: both;
	width: 760px;
	height: 201px;
	padding: 0px;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#logo {
	width: 302px;
}
#headerText {
	width: 276px;
	padding-top: 75px;
	padding-right: 10px;
	text-align: right;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
}
#django {
	width: 172px;
	float: right;
}
#border {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

#sidebar {
	font-weight: bold;
	width: 160px;
	padding-right: 10px;
	padding-left: 20px;
	height: auto;
	float: left;
}

#main {
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
* html #main {
	height: 380px;
}
.morebottomspace {
	margin-bottom: 20px;
}
.moretopspace {
	margin-top: 20px;
	margin-bottom: 6px;
}
.lessbottomspace {
	margin-bottom: 6px;
}
.lesstopspace {
	margin-top: 6px;
}
#floatRightWrap {
	float: right;
	width: 250px;
}
#floatRightWrap h3 {
	font-size: 15px;
	color: #330099;
	margin-top: 5px;
	margin-bottom: 2px;
}
#note {
	background-color: #CCCCCC;
	width: 228px;
	padding: 0px 10px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	margin: 0px -10px 5px 10px;
	font-family: "Comic Sans MS", sans-serif;
}
#note h3 {
	color: #804000;
}
#note p {
	margin-top: 0px;
}
#holidayPhotos {
	width: 210px;
	height: 158px;
}
#holidayPhotos img {
	width: 210px;
	height: 158px;
}
#birthdaySlides {
	width: 248px;
	height: 100%;
	margin-left: 10px;
	margin-bottom: 10px;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	font-family: "Comic Sans MS", sans-serif;
}

#birthdayTitle {
	width: 248px;
	height: 30px;
	overflow: hidden;
	xtext-align: center;
}
#birthdayPhotos {
	width: 248px;
	height: 206px;
	overflow: hidden;
}
#birthdayCaptions {
	width: 248px;
	height: 20px;
	overflow: hidden;
}
#birthdayCaptions p {
	font-size: 11px;
	margin: 0px 0px 5px 0px;
	padding-left: 3px;
}

#blogArchives ul {
	list-style: none;
}
#footer {
	background-color: #804000;
	color: white;
	height : 50px;
	width: 760px;
	clear: both;
	border-top: 2px solid black;
	text-align: center;
	font-size: 0.7em;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear {
	clear: both;
}
/*spacing in rates page rules of paragraph title to paragraph*/
#rates #policies p {
	margin-top: 3px;
	margin-bottom: 3px;
}

   
/*#################### A2 TEXT ELEMENTS ####################*/

h1 {
	font-size: 1.3em;
	color:#804000;
	text-align: center;
}

h2 {
	font-size: 1.2em;
	color: #336633;
	text-align: center;
}
#index h2{
	font-size: 1.1em;
}
.holidayBooked {
	color: #CC3300;
}

h3 {
	font-size: 1.1em;
	color: #804000;
	text-align: left;
}
.happybirthday {
	text-align: center;
}
h4 {
	text-align: left;
}

strong {
   font-weight: 800;
   color: #804000;
}
#about strong {
	color: #000000;
	font-weight: bold;
}
/*color change for bold in homepage headline*/
h1 strong {
   color: #336633;
}
#policies strong {
	color: #000000;
}
.blogDate {
	font-size: 0.7em;
}
.archiveRightColumn {
	float: right;
	margin-right: 100px;
	display: inline; /*IE6 double margin bug fix */
}


/*#################### A3 LIST ELEMENTS ####################*/

ul.nav {
   list-style-type: none;
   padding-left: 0;
   margin-left: 0;
}
ul.nav a {
	display: block;
	font-size: 1em;
	height: 3em;
	line-height: 4em;
	text-decoration: none;
}
ul.nav li {
	display: block;
	height: 50px;
	margin-bottom: 15px;
}
* html ul.nav a {
   height: 1px;
}
.archiveRightColumn li {
	list-style-type: none;
}
   

/*#################### A4 TABLE ELEMENTS ####################*/

table.rates {
	line-height: 1.8em;
	padding: 0;
	border: 0;
	width: 400px;
	margin-left:auto;
	margin-right: auto;
	font-size: 14px;
}
td.right {
	text-align: center;
}

/*#################### A5 FORM ELEMENTS ####################*/




/*#################### A6 IMAGE ELEMENTS ####################*/

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.photoleft {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.photoright {
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	float: right;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.photo img {
   border: 0;
}  
.figure {
   float: left;
   width: 120px;
   margin: 0px 0px 0px 0px;   
   padding: 0 0 0 0;
   vertical-align: top;
   text-align: center;
}
.figure p {
   text-align: center;
   margin: 5px 0px 0px 0px;
   padding: 0 0 0 0;
   height: 3em;
}
.gallery {
   margin-left: 40px;
}

#weather {
	width: 180px;
	float: right;
}
.archiveRightColumn {
	list-style-type: none;
	margin-top: 0;
}


            

/*#################### A7 INTERACTIVE ELEMENTS ####################*/

a:link {
color: #804000;
text-decoration: none;
border: 0;
}
a:hover {
color: #9098fe;
text-decoration: underline;
border: 0;
}
a:active {
color: #006600;
text-decoration : none;
border: 0;
}
a:active:hover {
color: #9098fe;
text-decoration: underline;
border: 0;
}
a:visited {
color: #804000;
text-decoration : none;
border: 0;
}
a:visited:hover {
color: #9098fe;
text-decoration: underline;
border: 0;
}

#index a#link-1,
#rates a#link-2,
#testimonials a#link-3,
#faqs a#link-4,
#about a#link-5,
#contact a#link-6,
#photos a#link-7,
#links a#link-8,
#blog a#link-9 {
   /* TEXT */
  color: #562b97;
}

#footer a{
	color: #9098fe;
}
/* color for "Happy Holidays !" title*/
#birthdaySlides #birthdayTitle .holiday {
	color: #FF0000;
}
