/* CMS DEFAULTS */
table.cake-sql-log  {
	background: #f4f4f4;
	margin: 20px;
	border-collapse: collapse;
	display: none;
	color: #000000;
	margin-top: 700px;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	border: solid 1px #cccccc;
}

/* PAGE SETUP */
html {
	overflow: hidden;
}

body {
	background: url(../img/background.jpg) fixed 930px 50%;
	background-repeat: repeat-x;
	font-family: "georgia", "Times", serif;
	font-size: 14px;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0px;
	line-height: 1.2em;
	color: #622853;
}

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

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

h1 {
	font-size : 2.2em;
	color : #622853; 
	font-weight : bold;
	padding: 4px 0px 8px; 
}

h2 {
	font-size: 1.8em;
	color : #622853;
	font-weight : bold;
	padding: 4px 0px 8px; 
}

h3 {
	font-size: 1.4em;
	color: #622853;
	font-weight : bold;
	padding: 4px 0px 8px; 
}

h4 {
	font-size: 1.1em;
	color: #622853;
	font-weight : bold;
}

hr {
	border: dashed thin #622853;
}

p {
	margin-bottom: 22px;
}

input, select, textarea {
	padding: 7px;
	border: solid 1px #622853;
	margin: 0 10px 5px 0;
	font-size: 16px;
}

input:focus, select:focus, textarea:focus, submit:hover {
	background: #622853;
	color: white;
}

textarea {
	width: 220px;
	height: 60px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

div.overlay {
	z-index: 10000;
	width: 640px;
	height: 381px;
	display: none;
	padding: 40px;
}

div.overlay div.close { 
    background-image:url(../img/apple-close.png); 
    position:absolute; 
    right:28px; 
    top:28px; 
    cursor:pointer; 
    height:28px; 
    width:28px; 
}

#header {
	position: absolute;
	width: 440px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -220px;
	z-index: 100;
}

#logo {
	position: absolute;
	width: 343px;
	height: 128px;
	left: 50%;
	top: 0;
	margin-left: -172px;
	margin-top: -128px;
}

#logo A {
	display: block;
	width: 343px;
	height: 128px;
}

#wrapper {
	position: absolute;
	width: 900px;
	height: 635px;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -300px;
}

#content {
	display: none;
}

#flashMessage {
	position: absolute;
	width: 960px;
	height: 500px;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -250px;
	z-index: 10000;
}

.default_page_bg {
	position: absolute;
	width: 850px;
	height: 490px;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -245px;
}

.small_content_bg,
.medium_content_bg,
.large_content_bg,
.left_content_bg {
	position: absolute;
	background: url(../img/interior_bg.png);
	width: 380px;
	height: 490px;
	left: 50%;
	top: 50%;
	margin-left: 45px;
	margin-top: -245px;
}

.left_content_bg {
	left:0;
	margin-left: 0;
}

.medium_content_bg {
	width: 580px;
	margin-left: -155px;
}

.large_content_bg {
	width: 850px;
	margin-left: -425px;
}

.image_overlay {
	position: absolute;
	width: 900px;
	height: 635px;
	left: 50%;
	top: 50%;
	margin-left: -685px;
	margin-top: -328px;
	background: url(../img/overlay.png) center top no-repeat;
	z-index: 10;
}

.left_content_bg .image_overlay {
	margin-left: -210px;
}

.medium_content_bg .image_overlay {
	margin-left: -585px;
}

.large_content_bg .image_overlay {
	margin-left: -450px;
}

.small_interior_content,
.medium_interior_content,
.large_interior_content,
.left_interior_content  {
	position: absolute;
	width: 310px;
	height: 380px;
	left: 50%;
	top: 50%;
	margin-left: 60px;
	margin-top: -170px;
	overflow-x: none;
	overflow-y: auto;
}

.left_interior_content {
	margin-left: -375px;
}

.medium_interior_content {
	margin-left: -140px;
	width: 510px;
}

.large_interior_content {
	margin-left: -370px;
	width: 740px;
}

#home_content .small_interior_content {
	display: none;
}

#home_content .small_content_bg {
	background: none;
}

#footer {
	position: absolute;
	width: 550px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -275px;
	margin-top: 300px;
	z-index: 90000;
	color: #cbc1a0;
}

#copyright {
	float: left;
}

#phone_number {
	float: right;
}

.page_title {
	text-align: center;
	text-transform: uppercase;
	color: #5a2149;
	background: url(../img/flourish.png) bottom center no-repeat;
	padding-bottom: 41px;
	font-weight: normal;
}

/* MAIN NAVIGATION */

#mainnav {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#mainnav A {
	color: white;
	text-decoration: none;
}

#mainnav A:hover {
	color: #cbc1a0;
}

#mainnav UL {
	position: absolute;
	margin-top: 0px;
}

#mainnav UL UL {
	position: absolute;
	margin-left: 1px;
	margin-top: 0px;
}

#mainnav li {
	list-style: none;
	float: left;
}

#mainnav li a{
	display: block;
	height: 30px;
	padding: 2px 9px;
}

#node_2 {
	display: none;
}

#node_9 {
	margin-left: 5px;
}

/* Drop Downs */

#mainnav ul {
	z-index: 100;
	position: absolute;
	display: none;
	width: 220px;
	margin: -16px 0px 0px 0px;
	padding:0;
	text-transform: uppercase;
	background-color: #f0e7bc;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

#mainnav ul.ullevel_1 a {
	text-indent : 0;
	color: #622853;
	font-weight: normal;
}

#mainnav ul li a {
	background:none;
	text-indent : 0;
	height:12px;
}

#mainnav .ullevel_1 li,#mainnav .ullevel_1 li:hover {
	background: url('/img/sub_nav_body.png') top center repeat-y;
}

#mainnav .ullevel_1 li a {
	height:12px;
	width: 280px;
	padding: 12px 12px;
}

#mainnav .ullevel_1 li a:hover {
	color: #cbc1a0;
}

#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li:hover ul ul ul ul{
	display:block;
}

#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li li li li:hover ul{
	display:block;
}

#mainnav .active first {
	padding-top: 6px; 
}


.post_date {
	float: right;
	margin-right: 20px;
}

#archive_plugin LI {
	border: 1px solid;
	margin-bottom: 5px;
	width: 280px
}

#archive_plugin LI A {
	display: block;
	padding: 5px;
	width: 270px;
}

#twitter_update_list LI {
	padding: 5px;
	border-bottom: dashed thin #622853; 
}

.gallery_rotator_info {
	height: 110px;
	margin-top: -130px;
	position: absolute;
	padding: 20px 50px 0;
	background: transparent url(../img/interior_bg.png) repeat scroll 0 0;
}