/*  */

/*##############################*/
/*#######  General Stuff  ######*/
/*##############################*/


body {
	padding: 0;
	margin: 0;
	background-color: #7eb3a7;
}
img {
	border: 0;
}

p, tr, td, ul, li, h1, h2, h3, body, table, textarea, input, form, option, select, b, a {
	font-family: Arial, Helvetica, sans-serif;
	color: #10350C;
}

p, tr, td, ul, li, body, table, input, form, option, select, b, a {
	font-size: 15px;
}


a {
	color: #51a8cc;
	text-decoration: underline;
}
a:hover {
	color: #9E7B61;
	text-decoration: none;
}


input, textarea, select {
	background-color: #E9F8E6;
	color: #195912;
	border: 1px solid #89bf7f;
	margin: 2px 0;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	background-color: #e6e9f8;
	border: 1px solid #a5b4f6;
	color: #3b5080;
}

form, dl, h1, ul, p {
	margin: 0;
	padding: 0;
}
h1 {
	padding: 20px 0 10px 0;
}
p {
	padding: 10px 0 10px 0;
}
ul {
	padding-left: 30px;
}







/*##############################*/
/*#######    Layout   ##########*/
/*##############################*/

#header {
	position: relative;
	width: 777px;
	height: 260px;
	background-image: url("http://www.adventurehotelsofcostarica.com/images/image_01.jpg");
}


#body {
	position: relative;
	left: 136px;
	width: 611px;
	min-height: 300px;
	padding: 0 15px;
	background-image: url("http://www.adventurehotelsofcostarica.com/images/image_03.gif");
}
* html #body {
	height: 300px; /* IE fix... thanks bill gates */
}

#body_bottom {
	position: relative;
	left: 136px;
	width: 641px;
	height: 34px;
	background-image: url("http://www.adventurehotelsofcostarica.com/images/image_05.gif");
}

#left_menu_header {
	position: absolute;
	left: 0;
	top: 260px;
	width: 136px;
	height: 32px;
	background-image: url("http://www.adventurehotelsofcostarica.com/images/_menu_header.gif");
}

#left_menu {
	position: absolute;
	left: 0;
	top: 292px;
	width: 136px;
	height: 224px;
	background-image: url("http://www.adventurehotelsofcostarica.com/images/image_02.jpg");
	background-repeat: no-repeat;
	padding-top: 40px;
	overflow: hidden;
}

#left_menu ul {
	list-style-type: none;
	margin: 0 0 0 16px;
	padding: 0;
}

#left_menu ul li {
	margin: 4px 0;
	width: 102px;
	overflow: hidden; /* cuz IE is ghey */
}

#left_menu ul li a {
	display: block;
	width: 136px;
	height: 28px;

}
#menu_home {
	background-image: url("http://www.adventurehotelsofcostarica.com/images/menu_home.gif");
}
#menu_hotels {
	background-image: url("http://www.adventurehotelsofcostarica.com/images/menu_hotels.gif");
}
#menu_about {
	background-image: url("http://www.adventurehotelsofcostarica.com/images/menu_about.gif");
}
#menu_contact {
	background-image: url("http://www.adventurehotelsofcostarica.com/images/menu_contact.gif");
}
#menu_sponsors {
	background-image: url("http://www.adventurehotelsofcostarica.com/images/menu_sponsors.gif");
}

.hide {
	display: none;
	visibility: hidden;
}

#copyright {
	width: 777px;
	height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 10px;
}

#copyright a {
	font-size: 10px;
	color: #10350C;
	text-decoration: none;
}


/*##############################*/
/*#######    Main Page    ######*/
/*##############################*/


.hotel_list, .hotel_list_header {
	padding-top: 0;
	padding-bottom: 0;
	top: -100px;
    position: relative;
}
.hotel_list ol {
	margin: 0;
	padding: 0 0 0 40px;
}
.hotel_list_header {
    width: 150px;
}


/*##############################*/
/*#######    Sponsors     ######*/
/*##############################*/

ul.sponsorlist li {
	background-color: #f2f4d9;
	border: 2px solid #89ac87;
	margin: 20px;
	padding: 10px;
	list-style-type: none;
	margin-left: 0;
	color: #2b1901;
}
ul.sponsorlist li h3 {
	color: #184370;
	border-bottom: 2px dotted #184370;
}

ul.sponsorlist li .photo {
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #314f6f;
	padding: 15px;
	height: 200px;
	width: 40%;
}
ul.sponsorlist li .photoright {
	float: right;
	margin: 15px 0 15px 15px;
}
ul.sponsorlist li .photoleft {
	float: left;
	margin: 15px 15px 15px 0;
}

/*##############################*/
/*#######  Hotel Listing  ######*/
/*##############################*/
.hotel_name {
	text-align: center;
	border-bottom: 1px solid;
	margin-bottom: 25px;
}
.description p {
	/*text-indent: 15pt;*/
}

.url {
	text-align:center;
	padding: 10px;
	margin: 10px 25px;
	border: 1px solid #5a5ddf;
	background-color: #E9F8E6;

}
.url a {
	padding: 10px;
	color: #3c79ad;
	font-size: 110%;
	text-decoration: none;
}
.url:hover {
	border-color: #ee6e6e;
	background-color: #c3e2f2;
}
.url a:hover {
	color: #a32929;
}


.listing_photo {
	border: 1px solid #999999;
	background-color: #f8f8f8;
	position: relative;
	float: left;
	width: 240px;
	height: 200px;
	margin: 13px;
	padding: 15px;
	font-size: 75%;
	text-align: center;
}




/*##############################*/
/*#######   Hotel Admin   ######*/
/*##############################*/
#login {
	width: 200px;
	margin: 0 auto 0 auto;
}

.center {
	margin: 0 auto 0 auto;
	text-align: center;
}
.bpadding {
	padding-bottom: 15px;
}

.error *, .error {
	color: red;

}
.error {
	padding-top: 10px;
	padding-left: 15px;
}
.error ul {
	padding-left: 30px;
}
.success {
	color: #139de4;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid red;
}
.green {
	color: #19c021;
}
.amber {
	color: #e2bf00;
}
.red {
	color: #ff0000;
}



.hotel_menu {
	margin: 0 auto 0 auto;
	list-style-type: none;
	text-align: center;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #10350C;
}
.hotel_menu li {
	display: inline;
}
.hotel_menu li a {
	background-color: #EFD995;
	padding: .2em .3em;
	color: #556177;
	font-size: 80%;
	font-weight: bold;
	border: 1px solid #C5B47F;
	text-decoration: none;
}
.hotel_menu li a:hover {
	color: #fff;
	background-color: #369;
	text-decoration: none;
	font-size: 80%;
	border: 1px solid #A9B8D6;
}

.dl_center {
	margin: 15px auto 0 auto;
	width: 400px;
}
.dl_center dd {
	padding-bottom: 10px;
}
.charsleft {
	color: red;
}



.photo_header {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: auto;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	width: 90px;
	background-color: #5183B7;
	color: #E2EBF5;
	text-align: center;
}
.admin_photo_container {
	border: 2px solid #FFFFFF;
	margin-bottom: 8px;
	padding: 3px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.admin_photo_photo {
	width: 180px;
	position: absolute;
	left: 25px;
	top: 40px;
}
.admin_photo_options {
	width: 400px;
	position: relative;
	left: 230px;
}
.empty_photo {
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	border: 1px dashed #000;
	text-align: center;
	font-size: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #EFF3F6;
}



/*##############################*/
/*#######  Article Edit   ######*/
/*##############################*/

.right_menu {
/*	position: absolute;
	right: 20px;
	top: 20px;*/
	height: 27px;
	overflow: hidden;
	border: 1px dotted #20427b;
	color: #20427b;
	background-color: #f0f0f0;
}
.right_menu img {
	padding: 2px;
	position: relative;
}
.right_menu img.button:hover {
	background-color: #80a3c1;
	border: 1px solid #214868;
	cursor: pointer;
	margin: -1px;
}
.colordiv {
	right: 20px;
	top: 0px;
	text-align: right;
}
#colorpicker {
	display: none;
	position: absolute;
	z-index: 5;
	right: 0;
	margin-top: 29px;

}

#colorpicker ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 190px;
}
.coloritem {
	float: left;
	height: 10px;
	width: 10px;
	overflow: hidden;
	font-size: 2px;
	margin: 0;
	padding: 0;
}
.coloritem:hover {
	cursor: pointer;
}
#currentcolor {
	width: 60px;
	height: 60px;
	position: absolute;
	right: -80px;
	top: 0;
}
#helpdiv {
	position:absolute;
	right: -200px;
	border: 2px ridge #2a2843;
	background-color: #c6c0ff;
	text-align: center;
	width: 200px;
}
#helpinfo h1, #helpinfo h2, #helpinfo pre {
	display: inline;
}
#helpinfo ol {
	margin: 0;
}

#prev_articles {
	list-style-type: none;
}
#prev_articles li {
	border: 1px ridge #002805;
	margin-top: 5px;
}
#prev_articles .line1 {
	background-color: #6f9774;
	color: #FFFFFF;
}
#prev_articles .line1 b {
/* 	color: #ebf3e7; */
}
#prev_articles .line2 {
	background-color: #98b19b;
}
#prev_articles .line2 a {
	color: #700000;
}
#prev_articles .line2 a:hover {
	color: #FFFFFF;
}



/*##############################*/
/*#######    Articles     ######*/
/*##############################*/

.article_container {
	border: 2px ridge #002805;
	margin-bottom: 15px;
}
.article_title {
	background-color: #6f9774;
	color: #FFFFFF;
	margin: 0;
}
.article_time {
	background-color: #6f9774;
	color: #FFFFFF;
}
.article_text {
	background-color: #b6d5b1;
}




/* Photo-Caption PZ3 CSS v080630
* copyright: http://randsco.com/copyright
* www.randsco.com
*/

.PZ3-l { float:left; margin-right:10px; }

.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }

.PZ3zoom a:hover { position:absolute;
  padding:0; background:none;
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369; }

.Lnk a:hover { cursor:pointer; }



/* map image */
.map { width:548px; height:522px;
  margin: auto; background:url('/empty_map.jpg'); position:relative; }

/* PZ3 overrides */
.map .PZ3zoom { float:none; border:none; }
.map a img { display:none }
.map a:hover img { display:block }
.map span.diveR, .map span.diveL { display:none; }
.map .PZ3zoom a:hover { border:none; }
.map a:hover img.ship { display:block; position:absolute;
  border:2px solid #fff; }
.map a:hover span.diveL, .map a:hover span.diveR {
  display:block;
  position:absolute;
  color:black; background:#ddd;
  padding:3px; width:194px;
  border:2px solid white;
  font:8pt/8pt arial,sans-serif;
  text-align:justify;
}

.map a:hover span.diveR {
  margin:-55px 0 0 46px; }

.map a:hover span.diveL{
  margin:-55px 0 0 -230px;  }

.number {
  display: block;
}

.map a:hover span.diveR b, .map a:hover span.diveL b {
  display: block;
  color: green;
  width: 184px;
  background-color: #F0F0F0;
  text-align: center;
  font-size: 12px;
  margin: 5px auto;
  padding: 5px;  }

.map a:hover span.diveR b i, .map a:hover span.diveL b i {
	font-weight: normal;
	font-size: 8pt;
}


/*  New Map  */

#hotel_name {
	position: absolute;
	padding: 10px;
	display: none;

	background-color: #EDC58C;
	color: #593C12;
	font-weight: bold;
	font-size: 150%;
	border: 1px solid #593C12;
}
.number_container {
	position:absolute;
	background-color: #111361;
	background-image: -o-linear-gradient(-45deg,#AEC8F2,#111361);
	background: -moz-linear-gradient(-45deg,#AEC8F2,#111361);
	background: -webkit-gradient(linear, left top, right bottom, from(#AEC8F2), to(#111361));
/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AEC8F2', endColorstr='#111361'); */
}
.number_container_not_linking {
	background-color: #BF0404;
	background-image: -o-linear-gradient(-45deg,#D98484,#BF0404);
	background: -moz-linear-gradient(-45deg,#D98484,#BF0404);
	background: -webkit-gradient(linear, left top, right bottom, from(#D98484), to(#BF0404));
/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D98484', endColorstr='#BF0404'); */
}
.number_moving, .number_container:hover {
	background-color: #249E26;
	background-image: -o-linear-gradient(-45deg,#B0E8B1,#249E26);
	background: -moz-linear-gradient(-45deg,#B0E8B1,#249E26);
	background: -webkit-gradient(linear, left top, right bottom, from(#B0E8B1), to(#249E26));
/* 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B0E8B1', endColorstr='#249E26'); */
}
.number_container, .number_moving, .number_container_not_linking {
	position: absolute;
	border-radius: 20px; /* make this large just in case */
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
/* 	This slows it down waay too much, but looks much prettier: */
/* 	box-shadow: -1px -1px 1px rgba(0,0,0,0.8), 1px 1px 1px rgba(255,255,255,0.8), 3px 4px 4px rgba(0,0,0,0.7); */
}
.number_container:hover, .number_container_not_linking:hover {
	padding: 6px;
	margin:-6px 0 0 -6px;
	z-index: 100;
}

.number_container span.number, .number_moving span.number, .number_container_not_linking span.number {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	text-shadow:0 1px 1px #8C691D;
	font-weight: bold;
	color: #F5C764;
	font-family: sans-serif;
}
.number_container, .number_container span.number, .number_moving, .number_moving span.number, .number_container_not_linking, .number_container_not_linking span.number {
	font-size: 10px;
	height: 1.5em;
	width: 1.5em;
}

#hotel_order_list li {
	padding: 0; margin: 0; font-size: 50%;
}
