/********************************************
   TEMPLATE NAME: 	BCDX Club 3-column layout
   TEMPLATE CODE: 	S-0005
   VERSION:          1.0          	
 *******************************************/ 
/* Customized by Bud VA7ST
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0 0 0 0;
	padding: 0;
	font: .7em/1.3em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #A9BAC3 url(../content/images/bg.gif) repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: underline;
}
a:hover {
	color: #ffffff;
	background-color: #6297BC;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #6297BC; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 10px;
}

/*
date { border: dotted #4284B0 1px; background: white;}
*/

ul, ol {
	margin: 15px 30px;
	padding: 0 10px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

img.floatLeft {
    float: left; 
    margin: 4px; 
}

img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatLeftClear { 
    float: left; 
    clear: right; 
    margin: 4px; 
}
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}


/* form elements */
form {
	margin:10px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 1px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:300px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}


input.button { 
	margin: 0 0 0 3px; 
	width: 48px;
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	border-radius: 0 5px 5px 0;
	background: #FFF; 
	padding: 2px 2px; 
	color: #4284B0;	
}

input.button:hover { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #f2f2f2;
	border-radius: 0 5px 5px 0;
	background: #9EC630; 
	padding: 2px 3px; 
	color: #ffffff;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 160px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #FFF;
	width: 820px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* Special text classes  */

p.newsitem {
  margin: 10px 10px;
  padding: 7px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 11px/16px Verdana, Tahoma, 'trebuchet MS', Helvetica, Sans-serif;
	color: #555555;
  /* white-space: pre; --   background originally f2f2f2 */
  background: #F1F1FA;
  border: 1px solid #e2e2e2; border-radius: 0 8px 0 0; 
}

bullet {
	display: list-item; 
	margin: 0 0 0 15px;
}

.datestamp {
	z-index: 1;
	overflow: auto;
	border: 1px; border-radius: 2px; border-color: gray;
	background: url(../content/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: -20px 10px 0 240px;
	background-color: white;
	border: 1px solid #e2e2e2; border-radius: 8px 0 8px 8px;
	font: 9px Verdana, Tahoma, 'trebuchet MS', Helvetica, Sans-serif;
	color: #c6c6c6;
}

.datestamp:hover {
	background-color: #555555;
	color: white;
}

/* header */
#header {
	position: relative;
	height: 110px;
	background: #000 url(../content/images/headerbg.gif) repeat-x 0% 100%;
	left: 0px;
	top: 0px;
	background-color: #FFFFFF;
}


/* main */
#main {
	float: left;
	margin-left: 10px; 
	padding: 0;
	width: 50%;		
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

.post-footer .date {
	background: url(../content/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../content/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../content/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
.sidebar {
	float: left;
	width: 23%;
	margin: 0;	padding: 0; 
	display: inline;		
}

.subtitle {
	font: normal 11px "Trebuchet MS"; color: #444444;
}

.sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 09px;
	padding:0;		
}
.sidebar ul.sidemenu li {
	margin-bottom: 2px;
	border: 1px solid #f2f2f2;
}

.sidebar ul.sidemenu a {
	display:block;
	font-weight: bold;
	color: #555555;	
	text-decoration:none;	
	padding:2px 5px 2px 5px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	border-radius: 0 3px 3px 0;
	min-height:10px;
}

* html body .sidebar ul.sidemenu a { height: 18px; }

.sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 5px;
	background: #9EC630;
	color: #f2f2f2;
	border-left:4px solid #339900;
	border-radius: 0 3px 3px 0;
}

/* sidebar -- sidemenu_button class no top padding */
.sidebar ul.sidemenu_button {
	list-style:none;
	width: 168px;
	margin:0px 0 10px 14px;
	padding:0;		
}

.sidebar ul.sidemenu_button li {
	margin-bottom: 1px;
	border: none; /* 2px solid #f2f2f2; */
	border-radius: 0 3px 3px 0;
}
.sidebar ul.sidemenu_button a {
	display:block;
	font-weight:bold;
	color: #555;	
	text-decoration:none;	
	padding:2px 5px 2px 5px;
	background: #F2F2F2 ;
	border-left:4px solid #CCC;	
	border-radius: 0 3px 3px 0;
	min-height:10px;
}

* html body .sidebar ul.sidemenu_button a { height: 18px; }

.sidebar ul.sidemenu_button a:hover {
	padding:2px 5px 2px 5px;
	background: #9EC630;
	color: #f2f2f2;
	border-left:4px solid #339900;
	border-radius: 0 3px 3px 0;
}

.propbar {
	  width: 190px;
	  float:left;
          text-color: #000
	  /*width: 180px; */
	  margin: 0 0 0 0;
	  padding: 0 0 0 0;
	  background: black;
	  border-left: 0px solid white; /*#4284B0; */
}


/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background: #A9BAC3; 
	border-top: 5px solid #568EB6;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left {
	float: left;
	width: 65%;
}
#footer .footer-right {
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: -400; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../content/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../content/images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* display thumbnails on hover over links */

.thumbwrap {
	margin: 0;
	width:189px; height: 25px;
}
.thumb {
	position:relative;
	margin: 0;
}
.thumb img { 
	border:5px solid #fff;
	
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
}
.thumb:hover span { 
	visibility:visible;
	top:-5px; left:-115px; 
}

.thumb_big span { 
	position:absolute;
	visibility:hidden;
}

.thumb_big:hover span { 
	visibility:visible;
	top: 78px; left: 0px; 
}

/*
.thumb_peek span { 
    position: absolute;
	visibility: hidden;
	display: none;
}

.thumb_peek:hover span { 
	visibility: visible;
	display: block;
	z-index: 100;
	background:  url(../content/images/logo_orca_bkgd_quickpeek.gif) no-repeat left top;
	border: 1px solid #4284B0;
	border-radius: 0 6px 6px 0; 
	top: 150px; left:307px;
	padding-top: 23px;
}
*/

.thumb_peek span { 
	display: none;
}

.thumb_peek:hover span { 
	display: block;
}


#outerdiv {
left: 5px;
width:595px;
height:420px;
z-index:100;
overflow:hidden;
position:relative;
}

#inneriframe {
position:absolute;
top:0px;
left:0px;
width:595px;
height:420px;
background:  url(../content/images/logo_orca_bkgd_quickpeek.gif) no-repeat left top;
border: none;
}

/*
#outerdiv {
width:607px;
height:415px;
float: none;
clear: both;
z-index:100;
overflow:hidden;
position:relative;
top: -2px; left: 8px;
	border: 1px solid #4284B0;
	border-radius: 0 6px 6px 0; 
}

#inneriframe {
position:absolute;
top:0px;
left:0px;
width:607px;
height:415px;
background:  url(../content/images/logo_orca_bkgd_quickpeek.gif) no-repeat left top;
padding-top: 24px;
}
*/

/* "new" class for identifying any new content on the home page */
 
.new {

  padding: 0 4px 0 0px;
  text-align: left;
  display: inline-block;
  border: 1.5px #9EC630;
  border-style: dotted dotted dotted none;
  background: #FaFaFa;
}

/* spotbutton class for the "customized spots" for DXpedition listings */

.spotbutton {

  padding: 0 3px 0 3px;
  text-align: left;
  display: inline-block;
  font-weight:bolder;
  font: 9px/10px  Verdana, Tahoma, 'trebuchet MS', Helvetica, Sans-serif;
	color: #336699;
  /* white-space: pre; --   background originally f2f2f2 */
  background: #9EC630; /* green */
  border: 1px solid #4284B0; border-radius: 2px; 
}

.spotbutton:hover {
  background: #4284B0; /* blue */
  color: #fff;  /* white */
}


/* alignment classes */
.float-left  {  float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

