/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */

@font-face {
    font-family: 'OperaLyrics';
    src: url('../typefaces/opera-lyrics-smooth-webfont.eot');
    src: url('../typefaces/opera-lyrics-smooth-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.sanchopistolas.com/typefaces/opera-lyrics-smooth-webfont.woff') format('woff'),
         url('../typefaces/opera-lyrics-smooth-webfont.ttf') format('truetype'),
         url('http://www.sanchopistolas.com/typefaces/opera-lyrics-smooth-webfont.svg#OperaLyrics') format('svg');
    font-weight: normal;
    font-style: normal;

}

.textCenter {text-align:center}

p.menu{ margin-left:50px;}

.menu{ margin-left:50px; font-family:"Times New Roman", Times, serif; color:#000000;}

#item_header{color: #b52d26; text-decoration: none; font-weight:300; line-height:12 pt;  font-size:14pt; font-family:OperaLyrics; }

#menu_price{color: #000000; text-decoration: none; font-weight:300; line-height:12 pt;  font-size:14pt; font-family:OperaLyrics; }

#footer_text{color: #B31002; text-decoration: none;  font-family:OperaLyrics;}

#body_copy {text-align:left; margin-left:80px; width:750px; padding-bottom:20px;}

#main_box { text-align:left; margin-left:120px; width:800px; padding-bottom:20px;}

#right_col{border-left:#333 1pt solid; padding-left:20px;}

body {
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-color:#fafafa;
	font-size: 12pt;
	color:#000;
	font-family: 'Brawler', serif;
	margin-top:0;
	margin-left:0;
/*	background-image: url(http://www.sanchopistolas.com/images/brick_background.jpg); background-repeat:repeat;
*/}

a.nav{font-size:16pt;}
a.nav:link {color: #c24434; text-decoration: none; font-weight:bold; font-family: 'OperaLyrics'; }
a.nav:visited {color: #c24434; text-decoration: none; font-weight:bold; font-family: 'OperaLyrics'; }
a.nav:hover {color: #963528; text-decoration: none; font-weight:bold; font-family: 'OperaLyrics'; }
a.nav:active {color: #c24434; text-decoration:none;  font-weight:bold; font-family: 'OperaLyrics'; }


a:link {color: #606d30; text-decoration: none;}
a:visited {color: #606d30; text-decoration: none;}
a:hover {color: #313818; text-decoration:underline; }
a:active {color: #606d30; text-decoration: none;}


h2 { font-size:16pt; color:#996238; font-family: 'OperaLyrics';}
h2.special { font-size:18pt; color:#558b2f}

h2.events { font-size:16pt; color:#68778c;}

.black{ color:#000; }
.navRed { color:#c24434; }

h3 { font-size:13pt; color:#A94B0D; line-height:10pt;}

.event_name{ font-size:23pt; color:#A94B0D;}

img.top { max-width: 100%; height: auto; }

.responsive { max-width: 100%; height: auto; }


.centerImage {display: block; margin-left: auto; margin-right: auto}

.centerText { text-align:center;}

.drinkDesc{ font-size:10pt;}

.eventDate {color: #c24434; text-decoration: none; font-weight:bold; font-family: 'OperaLyrics'; }

p.specials { line-height:18pt; }

.img-circle {
  border-radius: 50%;
}