/*
Theme Name: Burrito 2012
Theme URI: http://burritolounge.com
Author: Ryan Harrison / Sutherland Boswell
Author URI: http://ryanharrisondesign.com
Version: 1.1
Description: El Rey's mobile-friendly site for 2012
License: GNU General Public License
License URI: license.txt
*/

/* =WordPress Core
-------------------------------------------------------------- */

#drinksmenuwrapper {
	font-family: courier new;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;
}

#drinksmenuwrapper p {
	font-family: courier new;
	font-size: 13px;
	line-height: 14px;
	color: #000;
	padding-bottom: 5px;
}

#drinksmenuwrapper h3 {
	size: 14px;
	color: #000;
	font-family: arial;
}

#drinksmenuwrapper h4 {
	text-align: center;
}


.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}

/* Start of theme */

@font-face {
    font-family: 'LeagueGothic';
    src: url('./type/League-Gothic/League_Gothic-webfont.eot');
    src: url('./type/League-Gothic/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('./type/League-Gothic/League_Gothic-webfont.woff') format('woff'),
         url('./type/League-Gothic/League_Gothic-webfont.ttf') format('truetype'),
         url('./type/League-Gothic/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'TimesGothic';
    src: url('./type/TimesGothic/ufonts.com_times-gothic-hplhs-webfont.eot');
    src: url('./type/TimesGothic/ufonts.com_times-gothic-hplhs-webfont.eot?#iefix') format('embedded-opentype'),
         url('./type/TimesGothic/ufonts.com_times-gothic-hplhs-webfont.woff') format('woff'),
         url('./type/TimesGothic/ufonts.com_times-gothic-hplhs-webfont.ttf') format('truetype'),
         url('./type/TimesGothic/ufonts.com_times-gothic-hplhs-webfont.svg#TimesGothicHPLHS') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #2e2e2b;
	margin: 0;
	padding: 0;
	font-family: Helvetica;
	-webkit-font-smoothing: antialiased;
	color: #4c4c4c;
}

div#container {
	background: #ffffff url('./images/background.png');
	width: 640px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 0 16px rgba(0,0,0,0.8);
}

div.clearfix {
	display: block;
	height: 0;
	width: 100%;
	clear: both;
}

/* Header */

div#header {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 640px;
	height: 229px;
}

h1 {
	display: block;
	position: absolute;
	margin: 0;
	height: 132px;
	width: 640px;
	background: #b32701 url('./images/burrito-lounge.png');
	z-index: 100;
	box-shadow: 0 2px 16px rgba(0,0,0,0.8);
	text-indent: -9999px;
}

h1 a {
	display: block;
	position: absolute;
	left: 195px;
	height: 134px;
	width: 250px;
	background: #ffffff url('./images/el-rey.png');
	box-shadow: 0 2px 16px rgba(0,0,0,0.8);
}

/* Navigation */

ul#nav {
	display: block;
	position: relative;
	top: 125px;
	width: 640px;
	height: 104px;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
}

ul#nav li a {
	display: block;
	position: absolute;
	box-shadow: 0 4px 13px rgba(0,0,0,0.8);
	text-indent: -9999px;
	font-size: 45px;
	background: #f7efd9 url('./images/nav-sprite.png');

	-webkit-animation: slidey .6s 1 ease-in-out;
	-moz-animation: slidey .6s 1 ease-in-out;
	-o-animation: slidey .6s 1 ease-in-out;
	animation: slidey .6s 1 ease-in-out;
}

@-webkit-keyframes slidey {
	0%   { margin-top: -150px; }
	80%  { margin-top: 10px; }
	100% { margin-top: 0; }
}

@keyframes slidey {
	0%   { margin-top: -150px; }
	80%  { margin-top: 10px; }
	100% { margin-top: 0; }
}

ul#nav li a.about {
	height: 104px;
	width: 216px;
	top: 0;
	left: 0;
	background-position: 0 -116px;
	z-index: 49;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

ul#nav li a.menus {
	height: 116px;
	width: 231px;
	top: 0;
	left: 205px;
	z-index: 2;
	background-position: 0 0;
	z-index: 50;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}

ul#nav li a.links {
	height: 104px;
	width: 216px;
	top: 0;
	left: 424px;
	background-position: 0 -220px;
	z-index: 49;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}

/* Subnav */

ul#menu-menu-pages {
	padding: 0;
	text-align: center;
}

ul#menu-menu-pages li {
	display: inline;
	list-style: none;
	border-left: 1px dotted #4c4c4c;
}

ul#menu-menu-pages li:first-child {
	border-left: 0;
}

ul#menu-menu-pages li a {
	margin: 10px;
}

ul#menu-menu-pages li.current-menu-item a {
	color: #4c4c4c;
}

/* Type */

h2, p {
	margin: 20px;
}

h2 {
	font-size: 44px;
	font-weight: bold;
}

p {
	font-size: 25px;
	line-height: 32px;
}

li {
	font-size: 25px;
	line-height: 32px;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #b32701;
}

a:hover, a:active {

}

/* Hero */

div#hero {
	overflow: auto;
	margin-top: -25px;
	padding-top: 22px;
	background: #52524c;
	color: #ffffff;

	box-shadow: 0 2px 6px rgba(0,0,0,0.5);

/*	-webkit-transform: rotate(-0.8deg);
	-moz-transform: rotate(-0.8deg);
	-o-transform: rotate(-0.8deg);
	-ms-transform: rotate(-0.8deg);
	transform: rotate(-0.8deg);
	-webkit-backface-visibility: hidden;*/
}

div#hero h2 {
	font-size: 72px;
	font-family: 'LeagueGothic';
	text-transform: uppercase;
}

div#hero p {
	font-size: 22px;
}

div#hero.home {
	padding-left: 290px;
}

div#hero.home h2 {
	margin-bottom: 10px;
	font-size: 48px;
}

div#hero.home p {
	margin-top: 10px;
}

img#bar-photo {
	position: absolute;
	top: 200px;
	margin-left: -60px;
	border: 14px solid #fffef2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.3);
	z-index: 2;

	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);

	-webkit-backface-visibility: hidden;
}

/* Homepage Content */

ul#menu-specials {
	list-style: none;
	padding: 0;
}

ul#menu-specials li a {
	display: block;
	position: relative;
	width: 578px;
	text-align: center;
	border: 14px solid #fffef2;
	margin: 21px auto;
	background: #3aae9c;
	color: white;
	color: rgba(255,255,255,0.8);
	font-family: 'LeagueGothic';
	font-size: 88px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 130px;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0, 0.3), 0 0 16px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 0 rgba(0,0,0, 0.3), 0 0 16px rgba(0,0,0,0.3);
	box-shadow: inset 0 2px 0 rgba(0,0,0, 0.3), 0 0 16px rgba(0,0,0,0.3);
	text-shadow: 0 7px 9px rgba(0,0,0,0.3);
}

ul#menu-specials li:nth-child(5n+1) a {
	background: #8f7d41;
}

ul#menu-specials li:nth-child(5n+2) a {
	background: #54a7b3;
}

ul#menu-specials li:nth-child(5n+3) a {
	background: #c83438;
}

ul#menu-specials li:nth-child(5n+4) a {
	background: #d1972b;
}

ul#menu-specials li:nth-child(5n+5) a {
	background: #acc352;
}

ul#menu-specials li a:before, ul#menu-specials li a:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.5);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

ul#menu-specials li a:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 0;
  left: auto;
}

/* Blogroll */

ul.blogroll {
	padding: 0;
	margin: 20px 0;
	border-top: 1px dashed #767676;
}

ul.blogroll li {
	list-style-type: none;
}

ul.blogroll a {
	display: block;
	padding: 20px;
	border-bottom: 1px dashed #767676;
	color: #4c4c4c;
}

ul.blogroll a::after {
	content: " \2192";
	color: #b32701;
	font-weight: bold;
}

/* Footer */

div#footer {
	font-size: 23px;
	color: white;
	background: #52524c url('./images/footer.png') repeat-x top;
	padding-top: 90px;
	padding-bottom: 30px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

div#footer > div.inner {
	width: 640px;
	margin: 0 auto;
}

div#footer div.half {
	display: block;
	float:left;
	width: 50%;
	margin-bottom: 30px;
}

div.half div.inner {
	padding: 20px;
}

#footer a {
	color: white;
	text-decoration: underline;
}

/* Social Sprites */

ul#social {
	padding: 0;
}

ul#social li {
	list-style: none;
	float:left;
	width: 25%;
}

ul#social a {
	display: block;
	height: 105px;
	width: 105px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url('./images/social-sprite.png') no-repeat;
}

ul#social a.twitter {
	background-position: 0 0;
}

ul#social a.facebook {
	background-position: -105px 0;
}

ul#social a.wordpress {
	background-position: -210px 0;
}

ul#social a.flickr {
	background-position: -315px 0;
}




}

/* Desktop Changes */

@media (min-width:641px) {

	div#container {
		overflow: visible;
	}

	h1 {
		box-shadow: 0 2px 16px rgba(0,0,0,0.8), inset 8px 0 5px rgba(0,0,0,0.3), inset -8px 0 5px rgba(0,0,0,0.3);

		-webkit-border-bottom-right-radius: 7px;
		-webkit-border-bottom-left-radius: 7px;
		-moz-border-radius-bottomright: 7px;
		-moz-border-radius-bottomleft: 7px;
		border-bottom-right-radius: 7px;
		border-bottom-left-radius: 7px;
	}

	div#hero.home {
		width: 365px;
	}

}


