/*  
Theme Name: Icebox
Theme URI: http://www.iceboxcafe.com
Description: Icebox Cafe Wordpress Theme
Version: 3.6
Author: Drexler	
Author URI: http://www.drxlr.com
*/


/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset, img { 
	border:0; 
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal; 
}

caption, th { 
	text-align:left;
}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:normal; 
}

q:before, q:after { 
	content:'';
}

strong { 
	font-family:'ClarendonBT-Roman';
}

em { 
	font-style:italic;
}

a img { 
	border:none 
}

abbr {
	color:#ee1c24; 
	border-bottom:1px dotted #ee1c24;
}

div {
	position:relative;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@font-face {font-family: 'ClarendonBT-Light';src: url('webfonts/2841FB_0_0.eot');src: url('webfonts/2841FB_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2841FB_0_0.woff') format('woff'),url('webfonts/2841FB_0_0.ttf') format('truetype'),url('webfonts/2841FB_0_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'ClarendonBT-Roman';src: url('webfonts/2841FB_1_0.eot');src: url('webfonts/2841FB_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2841FB_1_0.woff') format('woff'),url('webfonts/2841FB_1_0.ttf') format('truetype'),url('webfonts/2841FB_1_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'ITCAvantGardeStd-Bk';src: url('webfonts/2841FB_2_0.eot');src: url('webfonts/2841FB_2_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2841FB_2_0.woff') format('woff'),url('webfonts/2841FB_2_0.ttf') format('truetype'),url('webfonts/2841FB_2_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'ITCAvantGardeStd-Md';src: url('webfonts/2841FB_3_0.eot');src: url('webfonts/2841FB_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/2841FB_3_0.woff') format('woff'),url('webfonts/2841FB_3_0.ttf') format('truetype'),url('webfonts/2841FB_3_0.svg#wf') format('svg');}

p {
	margin:10px 0;
}

a {
	color:#f08b1d;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	outline:none;
}

	a:hover {
		color:#333;
	}

h1, h1 a {
	font-family: 'ClarendonBT-Light';
	margin:20px 0;
	font-size:26px;
	line-height:1;
	color:#4d4d4d;
	text-decoration:none;
}

	.section-restaurant h1, .section-restaurant h1 a { color:#f08b1d; }
	.section-menu h1, .section-menu h1 a { color:#2e5773; }
	.section-reservations h1, .section-reservations h1 a { color:#59346b; }
	.section-purveyors h1, .parent-purveyors h1 a { color:#808640; }
	.section-cake h1, .section-cake h1 a { color:#c64427; }
	.section-airports h1, .section-airports h1 a { color:#764c29; }

h2 {
	font-family:'ClarendonBT-Light';
	margin:40px 0 -3px;
	font-size:16px;
	line-height:1;
	color:#4d4d4d;
}

	h2:first-child {
		margin:20px 0 -3px;
	}
	
h3, h4 {
	font:14px 'ClarendonBT-Roman';
	margin:20px 0 -10px;
}

	.section-restaurant h2, .section-restaurant h4 { color:#f08b1d; }
	.section-menu h2, .section-menu h4 { color:#2e5773; }
	.section-reservations h2, .section-reservations h4 { color:#59346b; }
	.section-purveyors h2, .section-purveyors h4 { color:#808640; }
	.section-cake h2, .section-cake h4 { color:#c64427; }
	.section-airports h2, .section-airports h4 { color:#764c29; }
	
hr {
	border:4px double #d3d3d5;
	border-width:4px 0 0 0;
	margin:30px 0 0;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	min-width:768px;
	background:#f5f8f9;
	font:14px/1.625 'ClarendonBT-Light', serif;
	color:#4d4d4d;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.container {
	min-width:708px;
	max-width:986px;
	padding:0 30px;
	margin:0 auto;
}

#frame {
	position:absolute;
	z-index:998;
	top:140px;
	width:100%;
}

	#frame .container {
		background:#f5f8f9;
		-webkit-box-shadow:0px 0px 15px rgba(50, 50, 50, 0.4);
		-moz-box-shadow:0px 0px 15px rgba(50, 50, 50, 0.4);
		box-shadow:0px 0px 15px rgba(50, 50, 50, 0.4);
	}
	
	#frame .close {
		background:url(images/icon-close.jpg) no-repeat left center;
		font-size:13px;
		line-height:20px;
		padding:0 0 0 25px;
		color:#4d4d4d;
		text-decoration:none;
		position:fixed;
		bottom:110px;
		z-index:999;
	}
	
	#frame .close:hover {
		color:#f08b1d;
	}

#sidebar {
	width:30%;
	max-width:275px;
	float:left;
	padding:165px 0 155px 0;
	position:fixed;
	top:0;
	font-size:12px;
}

	#sidebar .disclaimer {
		font-size:10px;
		line-height:1.25;
		color:#4d4d4f;
		margin:20px 0 0;
	}

#main {
	width:60%;
	float:right;
	padding:30px 0 170px 0;
}

	#main ul {
		margin:-10px 0 10px 15px;
	}
	
		.section-129 #main ul {
			margin:10px 0 -10px 15px;
		}

	#main iframe {
		margin:20px 0 10px;
		border:none;
	}
		
		.youtubechannelEntry {
			float:left;
			margin:0 10px 10px 0;
		}
		
		.youtubechannelEntry:nth-child(4), .youtubechannelEntry:nth-child(7), .youtubechannelEntry:nth-child(10) {
			margin:0 0 10px;
		}
		
	.giftcard {
		margin:20px 0 0 -120px;
	}

	.OT_wrapper, .OT_title, .OT_subtitle {
		width:195px!important;
	}

	.OT_subtitle {
		margin:0 0 20px!important;
	}
		

/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

header {
	position:fixed;
	background:#fff;
	height:140px;
	z-index:999;
	min-width:100%;
	top:0;
	-webkit-box-shadow:0px 0px 15px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:0px 0px 15px rgba(50, 50, 50, 0.4);
	box-shadow:0px 0px 15px rgba(50, 50, 50, 0.4);
}

.logo a {
	background:url(images/logo.png) no-repeat;
	display:block;
	position:absolute;
	width:80px;
	height:100px;
	text-indent:-9999px;
	top:20px;
}

#primary {
	float:right;
}

#primary ul {
	list-style:none;
}

#primary li {
	float:left;
	display:block;
	line-height:140px;
}

#primary a {
	background:url(images/nav_bullet.png) no-repeat left center;
	font:14px 'ClarendonBT-Roman', serif;	
	text-decoration:none;
	text-transform:uppercase;
	color:#333;
	padding:0 0 0 20px;
	margin:0 0 0 15px;
}

#primary li:first-child a {
	background:none;
	padding:0;
	margin:0;
}

#primary li a:hover, #primary li.current-menu-item a, #primary li.current-page-ancestor a {
	color:#f08b1d;
}

#primary li a span {
	border-top:double 3px #fff;
	padding:10px 0 0;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
}

#primary li a:hover span, #primary li.current_page_item a span, #primary li.current-page-ancestor a span {
	border-top:double 3px #77787b;
}

	#primary li:nth-child(2) a:hover, #primary li:nth-child(2).current-menu-item a, #primary li:nth-child(2).current-page-ancestor a {
		color:#2e5773;
	}
	
	#primary li:nth-child(3) a:hover, #primary li:nth-child(3).current-menu-item a, #primary li:nth-child(3).current-page-ancestor a {
		color:#59346b;
	}
	
	#primary li:nth-child(4) a:hover, #primary li:nth-child(4).current-menu-item a, #primary li:nth-child(4).current-page-ancestor a {
		color:#808640;
	}
	
	#primary li:nth-child(5) a:hover, #primary li:nth-child(5).current-menu-item a, #primary li:nth-child(5).current-page-ancestor a {
		color:#c64427;
	}
	
	#primary li:nth-child(6) a:hover, #primary li:nth-child(6).current-menu-item a, #primary li:nth-child(6).current-page-ancestor a {
		color:#764c29;
	}

#secondary ul {
	list-style:none;
}

#secondary li a {
	font-size:20px;
	text-decoration:none;
	color:#ccc;
}

#secondary li a:hover {
	color:#808285;
}
	
	.section-restaurant #secondary li a:hover { color:#f08b1d; }
	.section-menu #secondary li a:hover { color:#2e5773; }
	.section-reservations #secondary li a:hover { color:#59346b; }
	.section-purveyors #secondary li a:hover { color:#808640; }
	.section-cake #secondary li a:hover { color:#c64427; }
	.section-airports #secondary li a:hover { color:#764c29; }

#secondary ul li.current_page_item a, #secondary ul li.current_page_parent a, #secondary ul li ul li.current_page_item a {
	color:#808285;
}

	#secondary ul li ul {
		display:none;
	}
	
	#secondary ul li.current_page_item.parent ul, #secondary ul li.current_page_parent.parent ul {
		display:block;
	}
	
	#secondary ul li ul li {
		margin:0 0 0 10px;
	}
	
	#secondary ul li ul li a, #secondary ul li.current_page_item ul li a, #secondary ul li.current_page_parent li a {
		color:#ccc;
	}
	
	#secondary ul li ul li a:hover {
		color:#808285;
	}
		
		.section-restaurant #secondary ul li ul li a:hover { color:#f08b1d; }
		.section-menu #secondary ul li ul li a:hover { color:#2e5773; }
		.section-reservations #secondary ul li ul li a:hover { color:#59346b; }
		.section-purveyors #secondary ul li ul li a:hover { color:#808640; }
		.section-cake #secondary ul li ul li a:hover { color:#c64427; }
		.section-airports #secondary ul li ul li a:hover { color:#764c29; }


/* Slideshow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#images {
	background:#f5f8f9;
	top:145px;
	z-index:995;
	position:fixed;
	width:100%;
}

a#prev, a#next {
	display:block;
	width:40px;
	height:77px;
	text-indent:-9999px;
	position:fixed;
	z-index:999;
	top:50%;
	margin-top:-40px;
}

	a#prev {
		background:url(images/arrows.png) no-repeat 0 0;
		left:20px;
	}
	
		a#prev:hover {
			left:15px;
		}

	a#next {
		background:url(images/arrows.png) no-repeat -40px 0;
		right:20px;
	}
	
		a#next:hover {
			right:15px;
		}

#slideshow {
	position:relative;
}

#slideshow img {
	position:relative;
	float:left;
	margin:0 0 0 5px;
	padding:0;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}

	#slideshow img:first-child {
		margin:0;
	}

div.scrollingHotSpotLeft {
	min-width:75px;
	width:10%;
	height:100%;
	background-image:url(images/arrows-left.png);
	background-repeat:no-repeat;
	background-position:center center;
	position:absolute;
	z-index:999;
	left:0;
}

div.scrollingHotSpotRight {
	min-width:75px;
	width:10%;
	height:100%;
	background-image: url(images/arrows-right.png);
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
	z-index:999;
	right:0;
}

div.scrollWrapper {
	position:relative;
	overflow:hidden;
	width:100%;
	height:100%;
}

div.scrollableArea {
	position:relative;
	width:auto;
	height:100%;
}


/* Form
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.wpcf7 form {
	margin:20px 0 0;
}

	.wpcf7-form.sent .wpcf7-form-control, .wpcf7-form.sent p {
		display:none;
	}

.wpcf7 h2 {
	margin:20px 0;
}

.wpcf7 form p {
	font-family:'ITCAvantGardeStd-Bk';
	font-size:12px;
	color:#7a7a7a;
}

	.wpcf7 form p strong {
		font-family: 'ITCAvantGardeStd-Md';
	}

.wpcf7 .wpcf7-list-item-label {
	margin:0 2px 0 10px;
}

.wpcf7 input[type=text], .wpcf7 input[type=email] {
	display:block;
	border:1px solid #f9aa56;
	width:570px;
	height:35px;
	line-height:35px;
	margin:0 0 10px;
	padding:0 10px;
}

	.section-92 .wpcf7 input[type=text], .section-92 .wpcf7 input[type=email] {
		margin:0 0 20px;
	}

.wpcf7 input[type=submit] {
	background:#f78e1e;
	border:none;
	display:block;
	margin:20px 0;
	padding:10px 20px;
	cursor:pointer;
	font-family:'ITCAvantGardeStd-Bk';
	color:#fff;
	font-size:14px;
	float:left;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
}

	.wpcf7 input[type=submit]:hover {
		background:#da7a13;
	}

.wpcf7 textarea {
	border:1px solid #adafb1;
	width:570px;
	height:75px;
	padding:10px;
	display:block;
	margin:10px 0 0;
}

	.section-92 .wpcf7 textarea { 
		height:175px;
		border:1px solid #f9aa56;
	}

input.wpcf7-not-valid {
	background:#e7d1d1;
	border:1px solid #da340e!important;
}
		
	.wpcf7-not-valid {
		color:#da340e;
	}
		
	.wpcf7-not-valid-tip-no-ajax, .wpcf7-not-valid-tip, .ajax-loader  {
		display:none!important;
	}
	
	.wpcf7-response-output {
		border:none!important;
		margin:20px 0!important;
		padding:10px 0 10px 20px!important;
		color:#da340e;
		float:left;
		display:inline;
	}
	
	.wpcf7-response-output.wpcf7-mail-sent-ok {
		color:#4d4d4d;
		margin:0!important;
		padding:0!important;
	}


/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

footer {
	background:#000;
	padding:0;
	position:fixed;
	width:100%;
	height:85px;
	bottom:0;
	color:#fff;
	font:11px/2 'ITCAvantGardeStd-Bk';
	z-index:999;
	overflow:hidden;
}

footer .feature {
	width:25%;
	float:left;
}

footer .feature:first-child {
	margin:0;
}

footer .feature strong {
	font-family:'ClarendonBT-Roman';
	text-transform:uppercase;
}

footer .copyright {
	font-size:9px;
	text-transform:uppercase;
}

footer .feature ul {
	list-style:none;
	margin:10px 0;
}

footer .feature ul a {
	color:#fff;
	text-decoration:none;
}

footer .feature ul a:hover {
	color:#bbb;
}

footer form {
	margin:10px 0 0;
}

footer input {
	background:none;
	border:2px solid #fff;
	border-width:0 0 2px;
	height:25px;
	width:85%;
	font-family:'ClarendonBT-Roman';
	text-transform:uppercase;
	color:#fff;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	float:left;
}

footer input:focus {
	outline:none;
}

footer input[type=submit] {
	background:url(images/bg-submit.jpg) repeat-y left center;
	height:27px;
	width:15%;
	cursor:pointer;
	text-align:right;
	color:#f08b1d;
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	float:left;
}

	footer input[type=submit]:hover {
		color:#fff;
	}
	
#social li {
	float:left;
}

#social li a {
	background:url(images/background_social.jpg) no-repeat;
	display:block;
	height:21px;
	text-indent:-9999px;
	margin:0 15px 0 0;
}

	#social li.fb a {
		width:19px;
	}
	
	#social li.tw a {
		background:url(images/background_social.jpg) no-repeat -19px 0;
		width:21px;
	}
	
	#social li.yelp a {
		background:url(images/background_social.jpg) no-repeat -40px 0;
		width:41px;
	}
	
#TB_overlay {
	z-index:9999!important;
}
	

/* Media Queries
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

@media screen and (max-height: 660px)  {
	
	#frame .close { display:none; }

}

@media screen and (max-width: 1180px)  {

	a#prev, a#next {
		display:none;
	}

}

@media screen and (max-width: 930px)  {
	
	#primary a {
		font:13px 'ClarendonBT-Roman', serif;
	}
	
}

@media screen and (max-width: 868px)  {
	
	#primary a {
		background:none;
		font:13px 'ClarendonBT-Roman', serif;
		margin:0 0 0 15px;
		padding:0;
	}
	
}

@media screen and (max-width: 768px)  {
	
	#primary a {
		font:12px 'ClarendonBT-Roman', serif;
	}
	
	footer {
		height:inherit;
	}
	
	.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea  {
		-webkit-appearance:none;
		-webkit-border-radius:0; 
   		border-radius:0;
   		width:90%;
	}
	
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	
	body {
		font:12px/1.625 'ClarendonBT-Light', serif;
	}
	
	h1, h1 a {
		font-size:18px;
		margin:0 0 20px;
	}
	
	h2 {
		margin:20px 0 -3px;
	}
	
	#primary a {
		font:12px 'ClarendonBT-Roman', serif;
	} 
	
	#main {
		padding:10px 0 170px 0;
	}
	
	#sidebar {
		font-size:10px;
	}
	
	#secondary li a {
		font-size:14px;
	} 
	
	#sidebar .disclaimer {
		font-size:8px;
	}
	
	#frame .close { display:none; }
	
	footer {
		font:11px/1.625 'ITCAvantGardeStd-Bk';
	}

}


/* Wordpress Defaults
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aligncenter { 
	display:block; 
	margin:0 auto;
}

.alignleft { 
	float:left;
	margin:0 20px 0 0;
}

.alignright { 
	float:right;
	margin:0 0 0 20px;
}

.wp-caption { 
	border:1px solid #666; 
	text-align:center; 
	background:#ccc; 
	padding:10px; 
	margin:10px; 
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */