

/* All <ul> tags in the menu including the first level */
:focus  { outline: thick none black }

.menulist{
	margin: 0;
	padding: 1px 1px 1px 1px;
	border: 0px solid #CC0000;
	font-size: 12px;
}

.menulist, .menulist ul {
	width: 177px;
	list-style: none;
	border: 0px solid #654;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #790000;
	text-align: left;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
	margin: 0;
	display: none;
	position: absolute;
	top: -25px;
	left: 176px;
	width: 160px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.menulist ul li.first {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-image: url(/themes/thecabins09/images/navbkgrd.png);
	background-repeat: repeat-x;
}
.menulist ul li{
	background-image: url(/themes/thecabins09/images/navbkgrd.png);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.menulist ul li a {
	font-size: 12px;
	line-height: 28px;
	font-variant: normal;
	text-align: left;
	padding-left: 10px;
	color: #000000;
}
.menulist ul li a:hover {
	color: #FFFFFF;
	background-image: url(/themes/thecabins09/images/navbkgrd_hov.png);
	background-repeat: repeat-x;
}

/* Second level Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */

.menulist ul ul {
	margin: 0;
	display: none;
	position: absolute;
	top: -25px;
	left: 249px;
	width: 120px;
	float: right;
	clear: none;
	background-color: #00FF00;
}
/* If its under the fist li */
.menulist ul li.first ul {
}
.menulist ul ul li.first {
	background-color: #FF0000;
}
.menulist ul ul li{
}

.menulist ul ul li a , .menulist ul ul li a.highlighted  , .menulist ul ul li a.highlighted:hover {
	background-image: url(/themes/sweet1/images/nav_sublink.jpg);
	font-size: 14px;
	line-height: 16px;
	font-variant: normal;
	text-align: left;
	background-position: 16px top;
	padding-left: 40px;
	background-repeat: no-repeat;
}
.menulist ul ul li a:hover {
	background-image: url(/themes/sweet1/images/nav_sublink.jpg);
	background-position: 16px top;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
	position: relative;
}

/* Links inside the menu */
.menulist a {
	display: block;
	color: #790000;
	text-decoration: none;
	border-bottom: 1px;
	font-weight: bold;
	background-image: url(/themes/sweet1/images/navl1BG.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.menulist a.parent {
}
/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #000000;
	letter-spacing: .1em;
	text-decoration: none;
}
.menulist a.highlighted, .menulist a.highlighted:hover, .menulist li a.parent:hover{
	color: #000000;
	text-decoration: none;
	letter-spacing: .1em;
}
.menulist a.selected{
	color: #A5672A;
	letter-spacing: .1em;
}
/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */



#navsetsub{
}

#navsetsub ul{
	margin:0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navsetsub ul li{
	display:block;  	/* Hide top level section*/
	padding:0px;
	margin:0px;
	list-style-type: none;
	padding-bottom: 4px !important;
}


#navsetsub ul li a{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	line-height:20px;
	color: #814b08;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 32px;
	display: block;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0CFA4;
	padding-bottom: 4px;
	padding-top: 0px;
	padding-right: 0px;
}
#navsetsub ul li a:hover{
	color: #7a0026;
	letter-spacing: 0.1em;
}


#navsetsub ul ul{
	padding:0px;
	margin:0px;
	margin-left:0px;
}
#navsetsub ul ul li{
	
}

#navsetsub ul ul li a{
	line-height:18px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0CFA4;
	font-style: normal;
	display: block;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#navsetsub ul ul li.first{
	padding-top: 4px;	
}
#navsetsub ul ul li a.selected{
	display:block;
	font-weight: bold;
	color: #663300 !important;
	border-bottom-color: #322634;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	letter-spacing: .2em;
}
#navsetsub ul ul li a:hover, navsetsub ul ul li a.selected:hover{
	color: #7a0026;
	padding-left: 15px;
	letter-spacing: .2em;
}

#navsetsub ul ul ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#navsetsub ul ul ul li a{
	line-height:14px;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	padding-left: 15px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0CFA4;
	font-style: normal;
	display: block;
}
#navsetsub ul ul ul li a:hover{
	color: #7a0026;
	font-weight: normal;
	padding-left: 15px;
	font-style: normal;
	display: block;
}
#navsetsub ul ul ul li a.selected{
	font-weight: normal;
	padding-left: 15px;
	font-style: normal;
	display: block;
}

div.gallerystack {
	background-image:url(/themes/thecabins09/images/image_stack.jpg)!important;
	background-repeat:no-repeat;
	height:150px;
	overflow:hidden;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative!important;
	float: left;
	width: 295px;
}
div.gallerystack a {
	float: left;
}
div.gallerystack a img.thumb {
	border:3px solid #FFFFFF;
	color:#FFFFFF;
	height: 96px;
	width: 128px;
	position: absolute;
	left: 19px;
	top: 19px;
}
div.gallerystack a:hover img.thumb {
	border:3px solid #FDFFCF;
	color:#FDFFCF;
}

div.gallerystack .gallerytitle {
	color:#660033;
	text-align:left;
	text-transform:capitalize;
	font: bold 14px/14px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	position: absolute;
	height: 14px;
	width: 125px;
	left: 160px;
	top: 50px;
	margin: 0px;
	padding: 0px;
}
div.gallerydesc {
	line-height: normal;
	width: 125px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 32px;
	position: absolute;
	left: 160px;
	top: 70px;
}

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('/_resources/jQueryPlugins/jquery.fancybox/default/fancy_title_right.png') repeat-x;
}


/* Zoom Image */


span.zoomicon {
	position:absolute;
	height: 23px;
	width: 23px;
	display: none;
	right: 2px;
	bottom: 2px;
	background-image: url('/_resources/jQueryPlugins/jquery.fancybox/default/zoom.png');
	background-repeat: no-repeat;
	text-indent:-2000em;
}

a.zoomlink:hover span.zoomicon, a.zoomlink:active span.zoomicon {
	display:block;
}




#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;
	/* REQUIRED */
}

#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
	line-height: 0px;
	/* REQUIRED */
}

	#lightwindow_container {
		/* REQUIRED */
		display: none;
		visibility: hidden;
		position: absolute;
		/* REQUIRED */
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}

	/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
		overflow: hidden;
	}

	#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 0px solid #ffffff;
	background-color: #ffffff;
	}		

#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}

	#lightwindow_loading_shim { 
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
	}

	#lightwindow_loading span {
    	font-size: 12px;
		line-height: 32px;
		color: #444444;
		float: left;
		padding: 0 10px 0 0;
	}

	#lightwindow_loading span a,
	#lightwindow_loading span a:link, 
	#lightwindow_loading span a:visited {
		color: #09F;
		text-decoration: none;
		cursor: pointer;
	}

	#lightwindow_loading span a:hover,
	#lightwindow_loading span a:active {
		text-decoration: underline;
	}


	#lightwindow_loading img {
   		float: left;
   		margin: 0 10px 0 0;
	}


/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	/* REQUIRED */
}
	/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim { 
		/* REQUIRED */
		display: none;
		left: 0px; 
		position: absolute; 
		top: 0px;
		width: 100%; 
		height: 100%;
		/* REQUIRED */
	}

	#lightwindow_navigation a,
	#lightwindow_navigation a:link,
	#lightwindow_navigation a:visited,
	#lightwindow_navigation a:hover,
	#lightwindow_navigation a:active { 
		/* REQUIRED */
		outline: none;
		/* REQUIRED */
	}

	#lightwindow_previous, 
	#lightwindow_next {
		width: 49%;
		height: 100%;
		background: transparent url(/js/lightwindow/blank.gif) no-repeat; /* Trick IE into showing hover */
		display: block;
	}
	
	#lightwindow_previous { 
		float: left;
		left: 0px;
	}

	#lightwindow_next { 
		float: right;
		right: 0px;
	}

	#lightwindow_previous:hover, 
	#lightwindow_previous:active { 
		background: url(/js/lightwindow/prevlabel.gif) left 15% no-repeat; 
	}

	#lightwindow_next:hover, 
	#lightwindow_next:active { 
		background: url(/js/lightwindow/nextlabel.gif) right 15% no-repeat; 
	}
	
	#lightwindow_previous_title,
	#lightwindow_next_title {
		display: none;
	}
	 	
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50; 
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}

	#lightwindow_galleries_tab_container {
		width: 100%;
		height: 0px;
		overflow: hidden;
	}

	a#lightwindow_galleries_tab,		
	a:link#lightwindow_galleries_tab,
	a:visited#lightwindow_galleries_tab {
		display: block;
		height: 20px;
		width: 77px;
		float: right;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 11px;
		color: #ffffbe;
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
	}
	
	* html a#lightwindow_galleries_tab,		
	* html a:link#lightwindow_galleries_tab,
	* html a:visited#lightwindow_galleries_tab {	
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}

	a:hover#lightwindow_galleries_tab,
	a:active#lightwindow_galleries_tab {
		color: #ffffbe;

	}

	#lightwindow_galleries_tab_span {
		display: block;
		height: 20px;
		width: 63px;
		padding: 0 7px 0 7px;
	}
	
	#lightwindow_galleries_tab .up	{
		background: url(/js/lightwindow/arrow-up.gif) no-repeat 60px 5px transparent;
	}

	#lightwindow_galleries_tab .down {
		background: url(/js/lightwindow/arrow-down.gif) no-repeat 60px 6px transparent;
	}

	#lightwindow_galleries_list {
		background: url(/js/lightwindow/black-70.png) repeat 0 0 transparent;
		overflow: hidden;
		height: 0px;
	}

	* html #lightwindow_galleries_list {
		background: none;
		background-color: #000000;
		opacity: .70;
		filter: alpha(opacity=70);
	}	

	.lightwindow_galleries_list {
		width: 200px;
		float: left;
		margin: 0 0 10px 0;
		padding: 10px;
	}

	.lightwindow_galleries_list h1 {	
		color: #09F;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 10px 0 5px 0;
		font-size: 16px;
	}

	.lightwindow_galleries_list li {
		margin: 5px 0 5px 0;
		list-style-type: none;
	}

	.lightwindow_galleries_list a, 
	.lightwindow_galleries_list a:link, 
	.lightwindow_galleries_list a:visited {
		display: block;
		line-height: 22px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
		padding: 0 0 0 10px;
		font-size: 11px;
	}

	.lightwindow_galleries_list a:hover, 
	.lightwindow_galleries_list a:active {
		background: #000000;
		color: #ffffbe;
		border-left: 3px solid #ffffbe;
		padding: 0 0 0 7px;
	}
		
#lightwindow_data {
	/* REQUIRED */
	position: absolute;
	/* REQUIRED */
}

	#lightwindow_data_slide {
	/* REQUIRED */
		position: relative;
	display: none;		/* REQUIRED */
	}

	#lightwindow_data_slide_inner {
		background-color: #ffffff;
		padding: 0 10px 10px 10px;
	}

	#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
	display: none;
	}

	#lightwindow_data_details {
		background-color: #f0f0f0;
		padding: 0 10px 0 10px;
		height: 20px;
	}
	
	#lightwindow_data_author_container {
		width: 40%;
		text-align: right;
		color: #666666;
	 	font-style: italic;
		font-size: 10px;
		line-height: 20px;
		float: right;
		overflow: hidden;
	}
	
	#lightwindow_data_gallery_container {
		font-size: 10px;
		width: 40%;
		text-align: left;
		color: #666666;
		line-height: 20px;
		float: left;
		overflow: hidden;
	}
	
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;		
}

	#lightwindow_title_bar_title {
		color: #ffffbe;
		font-size: 14px;
		line-height: 25px;
		text-align: left;
		float: left;
	}

	a#lightwindow_title_bar_close_link,	
	a:link#lightwindow_title_bar_close_link,
	a:visited#lightwindow_title_bar_close_link {
		float: right;
		text-align: right;		
		cursor: pointer;
		color: #ffffbe;
		line-height: 25px;
		padding: 0;
		margin: 0;
	}
	
	a:hover#lightwindow_title_bar_close_link,
	a:active#lightwindow_title_bar_close_link {
		color: #ffffff;
	}

/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}




.FCKcontent, #FCKcontent{  /* used only in FCK Editor to set body width and BG*/
	width: 590px;
	background-repeat: repeat-y;
	background-color: #000;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(/themes/thecabins09/images/pageBG.jpg);
	background-position: -275px;
}

#content, #content table tr td  ,#FCKcontent, #FCKcontent table tr td  
{
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}

#content h1
{
	font-size: 24px;
	color: #7a0026;
	line-height: 24px;
	margin-top: 10px;
	letter-spacing: normal;
	background-image: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-style: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#content h2
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #814b08;
	line-height: normal;
	font-variant: normal;
	display: block;
	font-style: normal;
	margin: 0px;
	padding-bottom: 4px;
}
#content h2 a:link , h2 a:visited, #content h2 a:link , #content h2 a:visited  {
	color: #006699;
	text-decoration: none;
}

#content h3
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-bottom: 4px;
}

#content h4
{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: italic;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

/* Lists */

#content ul{
	display: block;
	padding-left: 10px;
}
#content ul li{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/thecabins09/images/ul.jpg);
	background-repeat: no-repeat;
	padding-bottom: 6px;
	padding-top: 0px;
	background-position: 0px 0px;
	padding-left: 20px;
	line-height: normal;
}
hr {
	height: 1px;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}

/*Tables*/
#content table.table_basic{
	width: 100%!important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#content table.table_basic thead tr td{
	font-size: 12px;
	font-weight: bold;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FECF97;
	background-image: url(/themes/thecabins09/images/tablerow.jpg);
	background-repeat: repeat-x;
}

#content table.table_basic tr td{
	vertical-align: top;
	font-size: 12px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	background-color: #FFE8CB;
	line-height: normal;
}
#content table.table_basic h2{
	font-weight: bold;
	color: #7a0026;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#content table.table_basic ul{
	display: block;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#content table.table_basic ul li{
	display: block;
	background-image: url(/themes/thecabins09/images/ul_table.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-top: 0px;
	background-position: left 0px;
	padding-left: 20px;
	padding-right: 0px;
}

/* links */
#content a, #content a:visited{
	text-decoration : none;
	color: #0066CC;
	position:relative;
	font-weight: bold;
}
#content a:hover, #content a:active{
	text-decoration : underline;
	color: #283D53;
		position:relative;

}



/* images */
/* Add image styles in c1_css.xml to have them display in Editor "Styles" menue */

#content img.left, #content img.zoomleft {
	padding: 3px;
	border: 2px solid #6a0101;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#content img.right, #content img.zoomright {
	padding: 3px;
	border: 2px solid #6a0101;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 8px;
}
#content img.centered, #content img.zoomcentered, #content div.mapwrap, #content div.swfwrapper {
	padding: 3px;
	border: 2px solid #6a0101;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

/* Quotes */
#content .quote {
	background-image: url(/themes/thecabins09/images/q1.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#content .quote td.main{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #7a0026;
	background-image: url(/themes/thecabins09/images/q2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: normal;
	letter-spacing: 0.15em;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-style: normal;
}

#content .quote td.caption{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}

/* Additional styles for client editing */
/* Add  styles in c1_css.xml to have them display in Editor "Styles" menue */

#content .highlight1{
	color: #000000;
	font-size: 16px;
	line-height: 20px;
}
#content .highlight2{
	color: #7a0026;
	font-size: 14px;
	font-weight: bold;
}
#content .highlight3{
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
}



.FCKcontent, #FCKcontent{  /* used only in FCK Editor to set body width and BG*/
	width: 235px;
	background-repeat: repeat-y;
	background-color: #000;
	padding-bottom: 20px;
	padding-left: 25px;
	background-image: url(/themes/thecabins09/images/pageBG.jpg);
	background-position: 0px;
}
#content2,  #content2 table tr td{  /* Font info */
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
}


#content2 h1, #FCKcontent h1 
{
	font-size: 16px;
	color: #7a0026;
	line-height: 20px;
	letter-spacing: normal;
	background-image: none;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#content2 h2
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	height: auto;
	margin: 0px 0px 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

#content2 h2 a:link , h2 a:visited, #content2 h2 a:link , #content2 h2 a:visited 
{
	color: #5B3720;
	text-decoration: none;
}

#content2 h3, #FCKcontent h3
{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: normal;
	margin: 0px 0px 0px;
	padding-bottom: 0px;
}

#content2 h4, #FCKcontent h4{
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
	font-variant: normal;
	display: block;
	clear: none;
	font-style: italic;
	margin: 0px;
	padding-top: 7px;
	padding-left: 0px;
	padding-bottom: 0px;
}


#content2 ul, #FCKcontent ul{
	display: block;
	padding-left: 15px;
	list-style-type: disc;
}

#content2 ul li, #FCKcontent ul li
{
	display: block;
	list-style-type: none;
	list-style-position: outside;
	background-image: url(/themes/dance07/images/ul.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: normal;
	padding-bottom: 8px;
	padding-top: 0px;
}

#content2 hr , #FCKcontent hr 
{
	color: #fff;
	height: 3px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* links */
#content2 a, .content a:visited{
	text-decoration : none;
	color: #0066CC;
	font-weight: bold;
}
#content2 a:hover, a:active{
	text-decoration : underline;
	color: #555366;
}


/* images */

#content2 img.left {
	margin: 5px 8px 5px 0px;
	padding: 3px;
	border: 2px solid #6a0101;
	background-color: #FFFFFF;
}
#content2 img.right {
	padding: 3px;
	border: 2px solid #6a0101;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#content2 img.centered {
	padding: 3px;
	border: 2px solid #6a0101;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content2 .quote {
	background-image: url(/themes/riversearch06/images/quote1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}
 #content2 .quote td.main{
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #999999;
	text-align: center;
	padding: 25px 10px 15px 15px;
	background-image: url(/themes/riversearch06/images/quote2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px none #8C7142;
	text-shadow: black 2px 2px 4px;
	line-height: 14px;
	letter-spacing: 2px;
	text-shadow: black 2px 2px 4px;
}
#content2 .highlight1{
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	font-size: 14px;
}
#content2 .quote td.caption{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: right;
	padding-right: 10px;
}
#content2 table.promo, #FCKcontent table.promo{
	background-image: url(/themes/tsm07/images/promo_table.jpg);
	background-repeat: repeat-y;
}

#content2 table.promo tr td, #FCKcontent table.promo tr td {
	
	padding: 2px 20px 10px;
}

#content2 table.promo thead tr td, #FCKcontent table.promo thead tr td {
	background-image: url(/themes/tsm07/images/promo_top.jpg);
	background-repeat: no-repeat;
	height: 64px;
	margin: 0px;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Verdana,;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
	padding-left: 20px;
	line-height: normal;
}
#content2 table.promo tfoot tr td ,#FCKcontent table.promo tfoot tr td {
	background-image: url(/themes/tsm07/images/promo_foot.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
#content2 table.promo tr td img ,#FCKcontent table.promo tr td img{
	margin: 0px 0px 10px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	display: block;
	clear: both;
	width: 210px;
}

