/*
Theme Name: Trick Dog
Author: The Launch Party
Author URI: http://www.thelaunchparty.net
Version: 1.0

*/

@import "css/reset.css";
@import "css/layout.css";
@import "typography.css";



/*------------------------------------------------------ GLOBALS */

html {  background-color: #000000; }


header, footer, #content-wrap {
	max-width: 1240px;				/* 1000px+60px padding x2 */
	margin: 0 auto;
}
iframe {
	border: 8px solid #000000;
}


/*------------------------------------------------------ HEADER */

header {
	width: 100%;
	text-align: center;
}

nav {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 30%;
	padding: 4%  0 0 20px;
	text-align: left;
}
nav li img {
	opacity: 0.8;
}

#menu-button {
	position: absolute;
	top: 5px;
	right: 5px;
}
#phone-logo {
	height: 30px;
	margin-top: 10px;
	margin-bottom: 5px;
}


/*------------------------------------------------------ CONTENT */

#content-wrap {
	position: relative;
	left: 50%;
	width: 50%;
	min-height: 100%;
	margin-right: 0;
	margin-left: 0;
	background: url(images/overlayBG.png) repeat top left;
	border: 1px solid #000000;
	border-top: 0;
	border-bottom: 0;
}
#content {
	position: relative;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 60px;
	z-index: 10;
}
#content p img, #content .wp-caption img {
	 border: 5px solid #000000;
}
#content p img, #content .wp-caption img {
	 height: auto !important;
	 max-width: 100% !important; 
}
.socshare img, .socnets img {
	background: #000000;
}
.socnets img { 
	max-width: 32px;
	max-height: 32px;
	margin-right: 10px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	display: inline-block;
	opacity: 0.7;
}
.socnets img:last-child { margin: 0; }
.socnets img:hover {
	opacity: 1;
}

hr {
	border: 0;
	border-top: 5px solid #000000;
	margin: 30px 0;
}
.news-title {
	padding-right: 80px;
}
.news-posted-info {
	float: right;
	margin: 5px -80px 0 0;
}

#content-wrap.small-column {
	position: absolute;
	width: 330px;
	left: auto;
	right: 0;
}

#content-wrap.small-column #content {
	padding: 30px;
}

#content-wrap.menu-wrapper {
	background: transparent;
	border: 0;
	left: 25%;
	width: 75%;
	margin: 0;
}
.menu-wrap {
	margin: 0;
	width: 100%;
}
.pantone-menu-item {
	width: 345px;
	margin-bottom: 5px;
	float: left;
}
.pantone-menu-item img, .pantone-menu-image {
	width: 100%;
}
.pantone-menu-item.drinks{
	overflow: hidden;
	
}

.menu-item-title {
	padding: 100px 5px 5px 5px;
}
.menu-item-content {
	background-color: #FFFFFF;
	padding: 5px;
}

.pantone-menu-item.food {
	background: #000000 !important;
}
.pantone-menu-item.food .menu-item-title {
	padding: 5px;
}


#pantone-scroll{
	position: absolute;
	top: 0;
	left:0;
	margin-left: -30px;
	display: none;
}



.gallery {
	table-layout: auto;
	border-spacing: 5px 2px;
    border-collapse: separate;
    display: table;
    margin: 0;
    line-height: 0;
    
    width: 100%;
    
    position:relative;
}
.gallery td {
	padding: 5px;
	background: #000000;
}
.gallery:last-child{ padding-bottom: 40px; }
.imgcontainer, .imgcontainer a img { 
	width: 100%; 
	display: block;
}

.gallery .caption {
	font-size: 132.5%;
	position: absolute;
	bottom: 0;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 10;
	color: #555555;
	padding: 5px;
}

#content-wrap.gallery-wrapper {
	width: 80%;
	left: 20%;
	max-width: none;
}
#sort-links {
	top: -35px;
}
#sort-links a {
	margin-right: 20px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	background: #000;
	line-height: 1.2em;
}
#sort-links a.active {
	color: #FFFFFF;
}

/*------------------------------------------------------ FOOTER */

footer {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
}



@media handheld, only screen and (max-width: 950px) { 		/* Small Screens, Tablets */
	



}

@media handheld, only screen and (max-width: 500px), only screen and (max-width: 700px) and  (-webkit-min-device-pixel-ratio: 2) {  /* phones */
		
		
	#content {
		padding: 10px;
		
	}
	#content-wrap, #content-wrap.menu-wrapper {
		left: 0 !important;
		width: 100% !important;
		top: 50px;
		padding: 0;
		border: 0;
	}
	#content-wrap.menu-wrapper  {
		top: 90px;
	}
	
	nav {
		font-size: 1em;
		background: #000000;
		width: 100%;
		height: 50px;
		z-index: 20;
		overflow: hidden;
		padding: 5px;
		left: 0 !important;
	}
	nav img { height: 40px; }
	nav li {
		text-align: right;
	}
	nav li:first-child{
		padding-top: 5px;
	}
	
	.menu-cont{
		margin-top: 40px;
	}
	
	
	.pantone-menu-image {
		width: 100%;
	}
	.pantone-menu-item  {
	/* 	width: 45%; */
		width: 95%;
	}
	.pantone-menu-item img {
		max-width: 100%;
	}
	#sort-links {
		text-align: center;
	}


}
