/* CSS for use with bluemountainlodge.com */
body {
  margin: 0px;
  color: black;
  background-color: #ccffcc;
  font-family: sans-serif;
}

a:link { color:#006000; text-decoration: none; }
a:visited { color:#006000; text-decoration: none; }
a:hover { color:#000040; text-decoration: underline; }
a:active { color:#000040; text-decoration: underline; }
a:focus { color:#000040; text-decoration: underline; }

p {
	text-align: left;
	margin-left: 10px;
}

h1 {
	font-size: 24px;
	color: #006000;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}

h2 {
	font-size: 20px;
	color: #006000;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}

h3, h4, h5, h6 {
	color: #525252;
	text-align: left;
	padding-bottom: 0px;
	padding-top: 0px;
}

h4.potd {
	text-align: center;
	font-size: 12pt;
	font-style: bold;
	color: #006000;
	padding-bottom: 0px;
	padding-top: 0px;
}

img {
	border-style: solid;
	border-color: #006000;
	padding: 1px;
	margin: 6px;
}

#nav {
	font-family: sans-serif;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav ul {
	background-color: #006000;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#nav a.subitem {
	display: block;
	font-weight: normal; 
	text-align: center;
	width: 125px;
}

#nav a.subitem2 {
	display: block;
	font-weight: normal; 
	text-align: center;
	width: 125px;
}

#nav a.topitem {
	display: block;
	font-weight: bold; 
	text-align: center;
	width: 125px;
}

span.desc {
	font-style: italic;
}

#nav span.desc {
	display: none;
}

#nav ul li {
	float: left;
	width: 125px;
}

#nav li ul {
	position: absolute;
	width: 125px;
	left: -999em;
}

#nav li ul li ul {
	position: absolute;
	width: 125px;
	left: -999em;
}


#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin-left: 0px;
	padding-left: 0px;
	border-style: solid;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-color: #222222;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}


#nav li ul li:hover ul, #nav li ul li.sfhover ul {
	margin: -1.25em 0 0 125px;
	left: auto;
	margin-left: 125px;
	padding-left: 0px;
}

img.profile_picture {
	float: center;
	margin-top: 3px;
	margin-bottom: 3px;
}

img.profile_picture_full {
	float: center;
	margin-top: 5px;
	border-width: 3px;
}

span.subsection {
	color: #006000;
	font-weight: bold;
}

.prop {
	float:right;
	width:1px;
}

.clear {
	clear:both;
	height:1px;
	overflow:hidden;
}

.thumblist_minheight {
	height:105px;
}

.roundcont {
	width: 150px;
	/*min-height: 160px;*/
	background-color: #006000;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
}

.roundcont p {
	margin: 0 5px;
}

.roundcont a:link { color:#FFFFFF; text-decoration: none; }
.roundcont a:visited { color:#FFFFFF; text-decoration: none; }
.roundcont a:hover { color:#88CC88; text-decoration: none; }
.roundcont a:active { color:#88CC88; text-decoration: none; }
.roundcont a:focus { color:#88CC88; text-decoration: none; }       

.roundcont ul {
	padding: 0px;
	margin: 5px;
	text-align: center;
	list-style-type: none;
	text-indent: 0px;
}

.roundtop { 
	background: url(topright.png) no-repeat top right; 
}

.roundbottom {
	background: url(bottomright.png) no-repeat bottom right; 
}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;
}

td.gallery {
	text-align: center;
	padding: 10px;
}

table.comment {
	font-size: smaller;
	font-weight: normal;
	color: black;
	background-color: #CCCCCC;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	text-align: left;
	margin-left: 50px;
	padding: 3px;
}

table.reservation {
	font-weight: normal;
	color: black;
	border-style: solid;
	border-width: 3px;
	text-align: center;
}

table.reservation td {
	font-weight: normal;
	color: black;
	border-style: none;
	border-width: 1px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-: 1px;
}

table.reservation tr {
	color: black;
	border-style: solid;
	border-width: 1px;
}

table.sitemap td {
	padding-right: 50px;
}

table.sitemap a.topitem {
	font-size: larger;
	font-weight: bold;
	color: #006000;
}

table.sitemap a.subitem {
	font-size: normal;
	font-weight: normal;
	color: #000000;
}

table.sitemap ul {
	height=0px;
}

td {
	vertical-align: top;
	text-align: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-: 0px;
}

td.nav_top a:link, td.nav_left a:link, td.nav_ a:link { 
	color:white; text-decoration: none;
}
td.nav_top a:visited, td.nav_left a:visited, td.nav_ a:visited { 
	color:white; text-decoration: none; 
}
td.nav_top a:hover, td.nav_left a:hover, td.nav_ a:hover { 
	color:#88CC88; text-decoration: none; 
}
td.nav_top a:active, td.nav_left a:active, td.nav_ a:active { 
	color:#88CC88; text-decoration: none; 
}
td.nav_top a:focus, td.nav_left a:focus, td.nav_ a:focus { 
	color:#88CC88; text-decoration: none; 
}

td.nav_top {
	/*background-color: #006000;
	background-image: url("tab.gif");*/
	background-repeat: no-repeat;
	vertical-align: center;
	/* text-align: center; */
	font-weight: bold;
	font-size: 14px;
	height: 18px;
	border-style: none;
	border-width: 0px;
	padding-top: 0px;
	margin-top: 0px;
	padding-: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

td.nav_bottom {
	background-color: #006000;
	vertical-align: center;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	color: white;
	font-size: 12px;
}

td.nav_bottom a:link { color:white; text-decoration: none; }
td.nav_bottom a:visited { color:white; text-decoration: none; }
td.nav_bottom a:hover { color:#88CC88; text-decoration: underline; }
td.nav_bottom a:active { color:#88CC88; text-decoration: underline; }
td.nav_bottom a:focus { color:#88CC88; text-decoration: underline; }

td.content_area {
	border-width: 10px;
	border-style: inset;
	border-color: #006000;
	/* height: 305px; 
	*/
	padding: 3px;
	vertical-align: top;
	background-color: #f0fff0;
	/* background-image: url('bg_logo.png');
	background-repeat: no-repeat;
	background-position: center top; */
}

td.home {
	/* width: 600px;
	height: 305px;
	*/
	padding: 3px;
	vertical-align: top;
	background-color: #f0fff0;
	/* background-image: url('bg_logo.png');
	background-repeat: no-repeat;
	background-position: center top; */
}

td.potd {
	width: 100px;
	padding: 3px;
	vertical-align: top;
	background-color: #f0fff0;
}


.nocss {
	display: none;
}

td.title {
	border-style: none;
	border-width: 0px;
	height: 105px;
	background-image:url('bml_title.jpg');
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin: 0px;
}

td.tabs {
	border-style: none;
	border-width: 0px;
	height: 20px;
	background-image:url('bml_title2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	margin: 0px;
}

td.copyright {
	font-size: 10px;
	color: black;
	text-align: center;
}


DIV.div-thumbnails-caption {
  font-family:  arial, verdana, helvetica, sans-serif;
  color:        #000000;
  font-size:    small;
  font-weight:  normal;
  background-color: transparent;
  text-align: center;
}
