/*
-----------------------------------------------
Style Sheet

Site: mykindoftownny.com
Author:   aaryn.com
Version:  2008.2
----------------------------------------------- */


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* Default font size in IE and FireFox is 16px. Default for Safari is 14px. */
html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(../images/bg.gif) repeat-x #222;
	font-size:.75em; /* Read by IE only. - 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin:12px 0;
	}

html>body {
	font-size:12px; /* overrides the font-size above in all browsers except IE. These browsers can resize text that is specified in px so this is ok. */
	}

a:link, a:visited {
	color:#bf6e2b;
	}
	
a:hover, a:active {
	color:#853b1c;
	}
	

/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.pic_left {
	margin:0 10px 2px 0;
	float:left;
	}

.pic_right {
	margin:0 0px 2px 10px;
	float:right;
	}

.pic_border {
	padding:2px;
	border:1px solid #b1aa86;
	}

.thumb_left {
	float:left;
	margin:0 12px 12px 3px;
	}

.thumb_right {
	float:left;
	margin: 0 0 12px 0;
	}

.center {
	text-align:center;
	margin:0 auto;
	}

.center_image {
	margin:0 auto;
	display:block;
	}

.photo_thumbs {
	margin-left:2px; 
	padding:0;
	}

	.photo_thumbs li {
		list-style:none;
		display:inline;
		margin:0;
		padding:0;
		}


	.photo_thumbs li a:link img, .photo_thumbs li a:visited img { border: 1px #b1aa86 solid; padding: 3px; margin: 7px 7px 0px 0;}

	.photo_thumbs li a:hover img { background:#d1caa4; border: 1px #7c7754 solid;  }
	
	.photo_thumbs li a:link img.top, .photo_thumbs li a:visited img.top {
		margin-top:0;
		}
		
	.photo_thumbs li a:link img.right, .photo_thumbs li a:visited img.right {
		margin-right:0;
		}

.page_title {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:5px;
	}

.service_list {
	margin:5px 0 0 10px;
	padding:0;
	}

	.service_list li {
		_position:relative;	 /*to fix the IE bullet peekaboo pug...NOTE: MUST BE REMOVED FOR DROP-DOWNS TO WORK IN IE 6 */
		padding-left: 15px;
		line-height:1.2em;
		margin-bottom:8px;
		list-style: none;
		background: transparent url(../images/bullet.gif) 0px 6px no-repeat;
		}

.small {
	font-size:.82em;
	}

.reservation_table {
	font-size:.92em;
	}

.hr {
	color:#ff6600;
	background-color:#ff6600;
	height:1px;
	width:95%;
	margin:20px auto;
	overflow:hidden;
	}

.hr_tan {
	color:#b1aa86;
	background-color:#b1aa86;
	height:1px;
	width:95%;
	margin:20px auto;
	overflow:hidden;
	}

/* Layout
 * ------------------------------------------------------------------------- */
 
#container {
	width:766px;
	margin:0 auto;
	background:url(../images/container_bg.gif) repeat-y #fff;
	}

#header {
	background:url(../images/title.jpg) no-repeat;
	width:766px;
	height:123px;
	}

#header_home_link {
		width:355px;
		height:123px;
		display:inline;
		outline:none;
		margin-left:70px;
		float:left;
		text-indent:-5000px;
		}
		
#book_your_tour {
	width:170px;
	height:31px;
	display:inline;
	margin-left:134px;
	margin-top:82px;
	float:left;
	outline:none;
	background:url(../images/book_your_tour.jpg) no-repeat;
	text-indent:-5000px;
	}
	
	#book_your_tour:hover {
		background-position:0px -31px;
		}
	
#single_column {
	width:736px;
	margin:12px auto;
	font-size:1.2em;
	line-height:1.3em;
	}

#content_container {
	background:url(../images/content_bg.gif) repeat-y;
	width:736px;
	margin:12px auto;
	}

#building_image {
	background:url(../images/buildings_bottom.jpg) no-repeat bottom right;
	width:736px;
	}

#column_left {
	width:502px;
	float:left;
	margin:0px 12px 0px 0px;
	font-size:1.2em;
	line-height:1.3em;
	}

.box_section_outer {
	border:2px solid #a6a07c; 
	padding:1px; 
	background:#f6eeb6;
	margin-bottom:15px;
	}

.box_section_inner {
	border:1px solid #cec799; 
	padding:10px;
	background:url(../images/map_bg.jpg) no-repeat bottom right;

	}

#private_tours {
	background:url(../images/private_tours_nyc.gif) no-repeat;
	width:254px;
	height:9px;
	margin-bottom:8px;
	overflow:hidden;
	text-indent:-5000px;
	}

#column_right {
	width:198px;
	float:left;
	padding:30px 12px 125px 12px;
	background:url(../images/tours_we_offer.gif) no-repeat top left;
	}
	
	#column_right h2 {
		text-indent:-5000px;
		}
	
.tour_list {
	margin:0;
	padding:0;
	font-size:1.0em;
	color:#514c44;
	}
	
.tour_list li {
	_position:relative;	 /*to fix the IE bullet peekaboo pug...NOTE: MUST BE REMOVED FOR DROP-DOWNS TO WORK IN IE 6 */
	padding-left: 15px;
	line-height:1.2em;
	margin-bottom:6px;
	list-style: none;
	background: transparent url(../images/dot.gif) 0px 3px no-repeat;
	font-weight:bold;
	color:#153259;
	}
	
	.tour_list a:link, .tour_list a:visited {
		color:#514c44;
		text-decoration:none;
		}
	
	.tour_list a:hover {
		color:#c86e18;
		}

#photos_from_tours {
	background:url(../images/photos_from_our_tours.gif) no-repeat;
	width:182px;
	height:8px;
	margin:15px auto 10px auto;
	overflow:hidden;
	text-indent:-5000px;
	}

#footer {
	background:url(../images/footer_bg.gif) repeat-x bottom left #f1a41b;
	text-align:center;
	font-size:.92em;
	width:756px;
	margin:0 auto;
	padding:4px 0;
	color:#fff;
	}

#footer ul {
    	margin: 0;
   		padding: 0;
    	}

 	#footer li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #fff;
    	line-height:1.4em;
    	background: none;
		color:#fff;
    	}

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#fff;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#601600;
		text-decoration:none;
		}

#bottom_bar {
	background:url(../images/bottom_bar.gif) no-repeat;
	width:766px;
	height:5px;
	overflow:hidden;
	}


#sitemap li {

	margin-left:15px;

	margin-bottom:15px;

	}

	

	#sitemap ul {

		margin-top:15px;

		}





/* ----- Page Titles ----- */
#about_us_title {
	background:url(../images/about_us_title.gif) no-repeat;
	width:104px;
	height:12px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#our_tours_title {
	background:url(../images/our_tours_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#lower_manhattan_title {
	background:url(../images/lower_manhattan_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#bronx_tour_title{
	background:url(../images/bronx_tour_title.gif) no-repeat;
	width:500px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}



#upper_manhattan_title {
	background:url(../images/upper_manhattan_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}
	
#manhattan_island_title {
	background:url(../images/entire_island_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#night_tour_title {
	background:url(../images/night_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#departure_tour_title {
	background:url(../images/day_of_departure_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#shopping_tour_title {
	background:url(../images/shopping_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#snow_tour_title {
	background:url(../images/winter_snow_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#christmas_tour_title {
	background:url(../images/christmas_lights_tour_title.gif) no-repeat;
	width:450px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}


#reservations_title {
	background:url(../images/reservations_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#testimonials_title {
	background:url(../images/testimonials_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#links_title {
	background:url(../images/link_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#contact_title {
	background:url(../images/contact_us_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#sitemap_title {
	background:url(../images/sitemap_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#pub_crawl_title {
	background:url(../images/pub_crawl_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#hamptons_tour_title {
	background:url(../images/hamptons_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#eating_tour_title {
	background:url(../images/eat_your_way_tour_title.gif) no-repeat;
	width:435px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#chocolate_tour_title {
	background:url(../images/chocolate_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#wine_tasting_tour_title {
	background:url(../images/wine_tasting_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#hyde_park_tour_title {
	background:url(../images/hyde_park_tour_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#cruise_ship_arrival_title {
	background:url(../images/cruise_ship_arrival_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#cruise_ship_departure_title {
	background:url(../images/cruise_ship_departure_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#airport_arrival_title {
	background:url(../images/airport_arrival_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#day_of_arrival_title {
	background:url(../images/day_of_arrival_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#airport_departure_title {
	background:url(../images/airport_departure_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#only_in_new_york_title {
	background:url(../images/only_in_new_york_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}
	
#statue_of_liberty_title {
	background:url(../images/statue_of_liberty_title.gif) no-repeat;
	width:430px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#museum_title {
	background:url(../images/museum_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

#thankyou_title {
	background:url(../images/thankyou_title.gif) no-repeat;
	width:400px;
	height:15px;
	overflow:hidden;
	text-indent:-5000px;
	margin-bottom:5px;
	}

/* SPRITE NAVIGATION */
#nav {
	background: url(../images/nav.gif) top left no-repeat;					
	width: 766px;		/* Width of buttons, not entite image (or half of entire image) */
	height: 32px;		/* Height of entire image */
}
#nav span { display: none; }
#nav li { 
	position: relative;
	float: left;
	list-style: none;
}
#nav li, #nav a { 
	height: 32px;			/* Each button must have the same height, define it here */
	display: block;
}

/* left - defines offset from left edge, will most likely just be 0 */
/* width - width of each button, they will each most likely be unique */
#nav-01 {left: 5px; width: 75px;}
#nav-02 {left: 8px; width: 101px;}
#nav-03 {left: 11px; width: 110px;}
#nav-04 {left: 14px; width: 130px;}
#nav-05 {left: 17px; width: 131px;}
#nav-06 {left: 20px; width: 73px;}
#nav-07 {left: 23px; width: 118px;}

/* Changed values should match "width" numbers specified above */
#nav-01 a:hover {background: transparent url(../images/nav.gif)  -5px -32px no-repeat;}
#nav-02 a:hover {background: transparent url(../images/nav.gif) -83px -32px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/nav.gif) -187px -32px no-repeat;}
#nav-04 a:hover {background: transparent url(../images/nav.gif) -300px -32px no-repeat;}
#nav-05 a:hover {background: transparent url(../images/nav.gif) -433px -32px no-repeat;}
#nav-06 a:hover {background: transparent url(../images/nav.gif) -567px -32px no-repeat;}
#nav-07 a:hover {background: transparent url(../images/nav.gif) -643px -32px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position:absolute;
	left:-9999px;
	
	text-align:left;
	float:left;
	z-index:5;
	
	}

#nav li ul li { 
	height:22px; 				/* Height of each drop down nav item */
	border:1px solid #fff;
	border-top:none;
	background-color:#333; /* Put background here! Not in the ul!!*/
	left:-1px; /*Optional - Makes drop-down line up even with the dividing line in primary nav (instead of 1px to the right) */
	
	}	

#nav li ul li a {
	width:100%;
	height:22px;				/* Height of each drop down nav item, should match above */
	line-height:22px;			/* Height of each drop down nav item again, should match above */
	
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.92em;
	color:#fff;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left:0; }

/* Hover styles for drop down items */
#nav-03 ul a:hover { 
	background-image:none;
	background-color:#555;
	color:#fff;
	text-decoration:none;
	cursor:pointer; 
	}

/* width of drop down nav - choose width that allows items to display on one line */

#nav-03 ul, #nav-03 li { width:155px; }		


.notes {
	color: #CCCCCC;
	font-size: .8em;
	text-align:center
}











/* Lightbox
 * ------------------------------------------------------------------------- */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");   /* Path to overlay.png must be relative to HTML page, not the CSS file */
	}

