/* CSS Document */

/*focus on photography page*/

h1#focustitle {
	position: absolute;
	text-transform:uppercase;
	padding:0;
	margin: 10px 15px;
	font-size:14px;
	font-weight:bold;
	color:red;
}

h2#focustitle {
	position: absolute;
	text-transform:uppercase;
	padding:0;
	margin: 10px 15px;
	font-size:14px;
	font-weight:bold;
	color:red;
}

p#breadcrumb {
	position: absolute;
	margin: 20px 0 0 0;
}

#focusnav_left {
	border-top:6px #f60 solid;
	width:156px;
	padding:0px;
	float:left;
}

#focusdivider {
	background: #fff url(../travel-photography/images/travel-photography_bg.jpg) repeat-x;
	height:664px;
	width:15px;
	float:left;
}



#focuscenter {
	border-top:6px #f60 solid;
	width:449px;
	float:left;
	background:#fff;
}

#focuscenter p {
color: #4e443d;
font-size: 11px;
line-height:1.5em;
}

/* Focus Nav styles */

div.sdmenu {
	width: 156px;
	font-family: Verdana, Arial, Helvetica, San Serif;
	font-size: 10px;
	border-bottom:1px #ccc solid;
	color: #fff;
	line-height:12px;
}

div.sdmenu div {
	overflow: hidden;
}

div.sdmenu div.collapsed {
	height: 34px;
}
div.sdmenu div span a.category{
	display: block;
	height: 34px;
	padding: 4px 0 0 10px;
	font-weight: normal;
	color: #666666;
	font-weight: bold;
	background: url(../travel-photography/images/travel-photography_nav_bg.jpg) top left;
	cursor: hand;
	border-top:1px #ccc solid;	

}
div.sdmenu div.collapsed span a.category {
	border-top:1px #ccc solid;	
	background:white;
	color: #0066cc;
	font-weight: normal;
	padding-left:10px;
	padding-right:0px;
}

div.sdmenu div.collapsed span a:hover.category {
	color: #F60;
}

div.sdmenu div.collapsed span.first {
	border-top:none;
	color: #0066cc;
	font-weight: normal;
}
div.sdmenu div a {
	height: 25px;
	padding: 4px 0 0 10px;
	background: url(../travel-photography/images/travel-photography_nav_bg.jpg) top left;
	display: block;
	color: #0066cc;
	font-weight: normal;
	margin:0px;
	text-decoration:none;
	line-height:12px;
}

div.sdmenu div a:hover {
	color:#FF6600;
	text-decoration: none;
}

div.sdmenu div a.current {
	font-weight: bold;
	color:#666;
	background: url(../travel-photography/images/travel-photography_nav_arrow.gif) no-repeat 0px -22px;
	z-index:2;
}

div.sdmenu div a.current-cat {
	font-weight: bold;
	color:#666;
	background: url(../travel-photography/images/travel-photography_nav_arrow.gif) no-repeat 0px -22px;
	z-index:2;
}

.navimg {
	float:right;
	margin-top:-4px;
	_margin-right:-3px; /* IE Hack */
	padding:0;
}


/* Story Photo Header */

.focus_lead_photos {
	width:447px;
	height:146px;
	border:1px #ccc solid;
	padding-top:0;
	margin-top:0;
	}
	
/* Article text */

h1 {
	font-size: 15px;
	padding-top:0;
	margin-top:0;
}
.focus_article {
	padding: 20px 10px;
}

span.caption-tip p {
	text-align:center;
	font-style:italic;
	margin:0 0 10px 0;
	padding:0 5px 10px 5px;
	border-bottom:1px #CCC solid;

	}

span.caption-tip p strong {
	font-style:normal;
	}
	
.viewslideshow {
	float: right;
	padding-top:5px;
	margin-top:0;
	font-weight:bold;
}

.next_sec {
	float: right;
	padding-top:0;
	margin-top:0;
	}
	
div.focus_article h2 {
	margin:0;
	padding:0 0 10px 0;
	color: #4e443d;
	font-size: 12px;
	font-weight:bold;
	border-bottom:1px #CCC solid;
}

div.focus_article ul.column-left {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
	width:45%;
}

div.focus_article ul.column-right {
	float:right;
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
	width:45%;
}

div.focus_article li {
	color: #4e443d;
	font-size: 11px;
	line-height:1.5em;
	margin:0;
	padding: 5px 0px;
}

/*Forums Box */

div.forums_box {
	background: #ffffff url(../travel-photography/images/from_the_community_head.jpg);
	background-repeat: no-repeat;
	width: 330px;
	margin:0;
	padding-bottom:10px;
	border: solid 1px #FFCC00;
}

.feature3 {
	margin-left: 16px;
	color: #4e443d;
	font-size: 11px;
	line-height:1.5em;
	padding: 5px 5px 5px 20px;
	border-top: 1px #ccc solid;
	background: #fff url(/images/square_dn.gif) 7px 9px no-repeat;
}

.feature3 a {
	font-weight:bold;
}

/* Focus Gallery Page */

#focuscenter_gallery {
	border-top:6px #f60 solid;
	height:560px;
	width:449px;
	float:left;
	background:#999;
}

#focusgallery_content {
	position: relative;
	margin-top:49px;
	margin-left: 24px;
	height:466px;
	width:402px;
	background:#ccc;
}

.gallery_category {
	position: absolute;
	margin-left:23px;
	margin-top:22px;
}

.gallery_relarticle {
	position: absolute;
	margin-top: 10px;
	right: 10px;
	text-align:right;
	font-weight:bold;
	font-size:13px;
}


/* Slideshow */
#dhtmlgoodies_slideshow{
	width:402px;	/* Total width of slideshow */
}
	
#previewPane{
	text-align:center;
	position:relative;
	/* CSS HACK */
	height: 340px;	/* IE 5.x */
	height/* */:/**/266px;	/* Other browsers */
	height: /**/340px;
}

#previewPane img{
	border:1px #fff solid;
	vertical-align:top;
}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align:left;
	color: #000;
	font-size: 12px;
	padding:10px;
}
	
#largeImageCaption .copyright {
	color: #fff;
	font-size: 9px;
}
	
#galleryContainer{
	height:85px;	/* Height of the images + 2 */
	position:relative;
/*	margin-top: 65px; */
	overflow:hidden;
	/* CSS HACK */
	height: 87px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/85px;	/* Other browsers */
	height: /**/85px;
}

#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #ccc;
}

#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #ccc;
}

#theImages{
	position:absolute;
/*	height:83px; */
/*	width:100000px; */
	left:26px;
}

#theImages #slideEnd{
	float:left;
}

#theImages img{
	border:1px #fff solid;
	float:left;
	margin-right:3px;
	cursor:pointer;
}

#waitMessage{
	display:none;
	position:absolute;
	left:150px;
	top:130px;
	background-color:#999;
	border:1px solid #666;
	padding:4px;
	color:#fff;
	font-size:9px;
}
	
#theImages .imageCaption{
	display:none;
}

#slideshow_module {
	background:#ccc;
	height:130px;
	}
	
#slideshow_module a {
	display:block;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	}

/*.arrows {
	filter: alpha(opacity=50);
	opacity: 0.5;
}	*/


/* Section Header and Breadcrumb */
#destnav {
	margin-left: 0px;
	margin-top:10px;
	_margin-top:0px;  /*show to IE */
	padding: 0px;
	width: 980px;
	min-width: 1100px;
	voice-family: inherit;
	clear:both;
}


#destnavline {
	clear: both;
	padding:0;
	margin-top:0;
	width: 980px;
	height: 40px;
	line-height: 8px;
	background: url(../images/yellowfade.gif) repeat 1px;
}

#destnavline p {
	padding-left: 12px;
	padding-top: 0;
	text-align:left;
	line-height:1em;
}

#destnavline a {
background: transparent url(../images/bracket.gif) no-repeat center right;
color: #0033cc;
padding-right: 18px; /*adjust bullet image padding*/
}

#destbreadcrumb {
	clear: both;
	padding:0;
	margin-top:0;
	width: 980px;
	line-height: 8px;
}

#destbreadcrumb p {
	padding-left: 12px;
	padding-top: 0;
	text-align:left;
	line-height:1em;
}

#destbreadcrumb a {
background: transparent url(../images/bracket.gif) no-repeat center right;
color: #0033cc;
padding-right: 18px; /*adjust bullet image padding*/
}

#world_destnavline {
	clear: both;
	padding: 0px;
	margin-top: -11px;
	_margin-top: 0px; /* show to IE */
	width: 980px;
	height: 40px;
	background: url(../images/yellowfade.gif) repeat 1px;
	border:0px;
}

#world_destnavline p {
	padding-left: 12px;
	padding-top: 12px;
	text-align:left;
	font-size: 8pt;
	font-weight:normal;
	border:0px;
}

#world_destnavline a {
	background: transparent url(../images/bracket.gif) no-repeat center right;
	color: #0033cc;
	padding-right: 18px; /*adjust bullet image padding*/
	}



