/*
Theme Name: Pack's Tavern
Theme URI: http://packstavern.com/
Description: An SEO optimized 3 column theme with two widget ready sidebars and gravatar support. Theme is fully compatible with WordPress 2.6. 
Author: Josef Komenda
Author URI: http://komejo.com
Tags: 
Version: 1.0
License: This theme is released under GPL (http://www.opensource.org/licenses/gpl-3.0.html)
*/



/* Start CSS RESET */
/* This originally came from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus { 
	outline: 0;
}

blockquote, q {
	quotes: none;
}

em {
	font-style: italic;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

textarea {
	font-family: sans-serif;
}

body {
	position: relative; 
	z-index: 0;
}

/* End reset*/



/* Tag styles - how the tags should behave/display. The more here, the better. */

/* colors: lightest grey: #DEDEDE, light grey: #C7C7C7, med grey: #585858, dark grey: #414042, orange: #F47933 */

a { 
	color: #585858;
	text-decoration: none;
}

body {
	margin: 0 auto;
	font: 62.5% Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #414042;
	background: #FFFFFF;
}

h1 { 
	float: left;
	width: 261px;
	height: 667px;
	padding: 0;
	font-weight: normal;
	font-size: 1.0em;
	border-right: 8px solid #414042;
	border-left: 8px solid #414042;
}

input {
	width: 222px;
	border: 1px solid #7F7F7F;
	color: #000000;
	font-size: 1.1em;
	line-height: 16px;
	letter-spacing: -0.01em;
}

label {
	text-align: right;
	margin-right: 12px;
	display: block;
	float: left;	
	width: 100px;
	clear: both;
	color: #7F7F7F;
	font-size: 0.9em;
	line-height: 12px;
	letter-spacing: -0.01em;
}

p { 
	color: #7F7F7F;
	font-size: 1.2em;
	line-height: 18px;
	letter-spacing: -0.01em;
}

select {
	border: 1px solid #7F7F7F;
	color: #000000;
	font-size: 1.0em;
	line-height: 14px;
	letter-spacing: -0.01em;
}

strong {
	font-weight: bold;
	font-weight: 800;
}

sup {
	font-size: .7em;
	position: relative;
	bottom: .4em;
}

textarea {
	width: 222px;
	border: 1px solid #7F7F7F;
	color: #000000;
	font-size: 0.9em;
	line-height: 14px;
}

ul {
	list-style: none;
}


/* Classes - if there's more than one of something, it's here. */

.external { background: url(../images/i_link.gif) no-repeat right top; padding: 0 0 4px 7px; text-decoration: none; }
.mail { background: url(../images/i_mail.gif) no-repeat right top; padding: 0 0 2px 15px; text-decoration: none; }
.pdf { background: url(../images/i_pdf.gif) no-repeat right center; padding: 4px 7px; text-decoration: none; }

.wpcf7-not-valid-tip-no-ajax {
	display: block;
	float: right;	
	color: #7F0000;
	font-size: 0.8em;
	line-height: 10px;
	letter-spacing: -0.01em;
}

/* IDs. All the specific, one-time only stuff (in theory). */

#content {
	z-index: 1;
	overflow: auto;
	float: left;
	width: 419px !important;
	height: 667px;
	padding: 0 40px 0 40px !important;
	font-weight: normal;
	font-size: 1.0em;
	border-right: 8px solid #DEDEDE;
	border-left: 8px solid #414042;
}

#content a.booking {
	float: right;
	margin-top: 4px;
	width: 125px;
	height: 21px;
	background: url(/wp-content/themes/packs-tavern/images/contact.gif) no-repeat top;
}

#content a.booking:hover {
	background: url(/wp-content/themes/packs-tavern/images/contact.gif) no-repeat bottom;
}

#content.dark {
	background-color: #585858; 
}

#content.dark p {
	color: #DEDEDE; 
}

#content.dark h3 {
	color: #DEDEDE; 
	font-weight: bold;
	font-size: 1.5em;
	margin: 10px 0 6px 0;
}

#content.dark a {
	color: #FFFFFF; 
}

#content.no_scroller { 
	overflow: hidden;
	padding: 0 !important;
	width: 499px !important;
	}

#content h3 {
	font-weight: bold;
	font-size: 2.3em;
	margin: 10px 0 6px 0;
}

#content h4 {
	color: #989898;
	font-weight: bold;
	font-size: 1.0em;
	margin: 10px 0 6px 0;
}

#content #drinks_menu {
	height: 4000px !important;
}

#content #drinks_menu a {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 15px;
}

#content #drinks_menu h3 {
	color: #989898;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	margin: 20px 0 6px 0;
}

#content #drinks_menu #sodas {
	font-weight: bold;
	font-size: 1.2em;
	margin: 10px 0 6px 0;
}

#content #drinks_menu h4 {
	margin-bottom: 5px;
}

#content #drinks_menu h4.head {
	zoom: 1;
}

#content #tap_list {
	height: 1100px !important;
}

#content #sponsor_list {
	height: 500px !important;
	
}

#content #tap_list a, #content #sponsor_list a {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 15px;
}

#content #tap_list h4, #content #sponsor_list h4 {
	margin-bottom: 5px;
}

#content #tap_list h4.head, #content #sponsor_list h4.head {
	zoom: 1;
}

#content #tap_list h3, #content #sponsor_list h3 {
	color: #989898;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.4em;
	margin: 20px 0 6px 0;
}

#content #tap_list .head, #content #drinks_menu .head, #content #sponsor_list .head {
	background: #FFFFFF url(../../../images/tap_off.gif) no-repeat left 50%;
}

#content #tap_list .selected, #content #drinks_menu .selected, #content #sponsor_list .selected {
	background: #FFFFFF url(../../../images/tap_on.gif) no-repeat left 50%;
}


#content.a_tap {
	padding-right: 10px !important;
	width: 449px !important;
}

#content.dodad_menu {
	padding-left: 10px !important;
	width: 449px !important;
}

#content.dodad_menu p, #content.dodad_menu h2, #content.dodad_menu h3, #content.dodad_menu h4 {
	padding-left: 30px;
}

#content.dodad_menu h4.head {
	margin-left: 30px;
	padding-left: 0px;
}


#content p {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	margin-bottom: 12px;
	color: #414042;
}

#content p.curls {
	height: 69px;
	background: #FFFFFF url(../../../images/curls.gif) no-repeat left top;
}
#content p strong.dodad {
	color: #C1272E;
}

#content #page_title {
	font-weight: bold;
	font-size: 5.5em;
	color: #C7C7C7;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

#content #page_title2 {
	font-weight: bold;
	font-size: 2.6em;
	color: #C7C7C7;
	margin: 20px 0 10px 0;
	text-transform: uppercase;
}

#content #page_title a.menu_links {
	font-size: 0.28em;
	color: #C7C7C7;
	position: relative;
	left: -15px;
	letter-spacing: -0.03em;
	text-transform: lowercase;
}

#content #page_title a.menu_links:hover { 
	color: #B3B3B3;
}

#content #page_title span {
	font-weight: bold;
	font-size: 0.25em;
	color: #C7C7C7;
	letter-spacing: -0.05em;
	position: relative;
	left: -15px;
}

#footer {
	margin-right: 10px;
}

#footer img {
	float: left;
	padding: 5px 4px 0 0;
}

#footer p { 
	float: left;
	text-align: right;
	width: 500px;
	font-weight: bold;
	color: #B3B3B3;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: .11em;
	padding: 17px 55px 0 0;
	margin-left: 339px;
}

#navigation {
	float: left;
	width: 94px;
	height: 427px;
	padding: 0;
	padding-top: 240px;
	font-weight: normal;
	font-size: 1.1em;
	border-right: 1px solid #989898;
	background-color: #585858;
}

#navigation a {	
	display: block;	
	width: 90px;
	height: 15px;
	margin: 3px 0 3px 0;
	padding-left: 4px;
	padding-top: 2px;
	color: #DEDEDE;
	text-transform: uppercase;
}

#navigation li.subnav {		
	list-style: none;
	margin: 0 0 0 0;
	color: #989898;
	background: #585858 url(../../../images/bullet_on.gif) no-repeat 5px center;
}

#navigation .subnav a {	
	margin: 0;
	padding: 0 0 0 15px;
	width: 79px;
	text-transform: lowercase;
}

#navigation a.active, #navigation a:hover {	
	background: #414042;
}

#navigation .subnav a.active, #navigation .subnav a:hover {	
	background: #414042 url(../../../images/bullet_on.gif) no-repeat 5px center;
}

#pdfs { 
	position: absolute;
	left: 894px;
	top: 40%;
	font-weight: normal;
	font-size: 1.1em;
}

#pdfs a:hover { 
	text-decoration: underline;
}

#right_nav { 
	position: absolute;
	left: 894px;
	bottom: 8px;
	font-weight: normal;
	font-size: 1.1em;
}

#right_nav a:hover {
	text-decoration: underline;
}

#right_nav li {
	padding-top: 3px;
}

#s2 { 
	position: absolute;
	left: 894px;
	top: 50%;
	font-weight: normal;
	font-size: 1.1em;
}

#wrapper {
	height: 670px;
	padding-bottom: 1px;
	margin-top: 18px;
	border-top: 2px solid #C7C7C7;
	border-bottom: 15px solid #C7C7C7;
}

#wrapper2 {	
	height: 667px;
	position: relative;
	margin-top: 1px;
	border-top: 1px solid #414042;
	border-bottom: 1px solid #414042;
}


/* scroll bar */


.jScrollPaneContainer { 
	width: 515px !important;
	height: 567px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}

.jScrollPaneTrack { 
	height: 567px;
	position: absolute;
	right: 0;
	cursor: pointer;
	right: 0px;
	z-index: 5;
}

.jScrollPaneDrag {
	position: absolute;
	background: #414042;
	cursor: pointer;
	overflow: hidden;
	z-index: 10;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}


/* Calendar */

#content .calnk a:hover {
    background-position:0 0;
    text-decoration:none;  
    color:#000000;
    border-bottom:1px dotted #000000;
    }
#content .calnk a:visited {
    text-decoration:none;
    color:#000000;
    border-bottom:1px dotted #000000;
   }
#content .calnk a {
   text-decoration:none; 
   color:#000000; 
   border-bottom:1px dotted #000000;
   }
.calnk a span { 
   display:none;
   }
.calnk a:hover span {
   color:#333333; 
   background:#F6F79B; 
   display:block;
   position:absolute; 
   margin-top:1px; 
   margin-left: -5px;
   padding:5px; 
   width:110px; 
   z-index:1000;
   }
.calendar-table {
   border:none;
   width:100%;
}
.calendar-heading {
   height:25px;
   text-align:center;
   border:1px solid #D6DED5;
   background-color:#E4EBE3;
}
.calendar-next {
   width:25%;
   text-align:center;
}
.calendar-prev {
   color: #DFE6DE;
   width:25%;
   text-align:center;
}

#content .calendar-prev a, #content .calendar-next a {
	color: #333333;
}

.calendar-month {
   width:50%;
   text-align:center;
   font-weight:bold;
}
.normal-day-heading {
   text-align:center;
   width:25px;
   height:25px;
   font-size:0.9em;
   border:1px solid #DFE6DE;
   background-color:#EBF2EA;
}
.weekend-heading {
   text-align:center;
   width:25px;
   height:25px;
   font-size:0.9em;
   border:1px solid #DFE6DE;
   background-color:#EBF2EA;
   color:#FF0000;
}
.day-with-date {
   vertical-align:text-top;
   text-align:left;
   width:60px;
   height:60px;
   border:1px solid #DFE6DE;
   background-color: #BFBFBF;
}
.no-events {

}
.day-without-date {
   width:60px;
   height:60px;
   border:1px solid #E9F0E8;
}
span.weekend {
   color:#FF0000;
}
.current-day {
   vertical-align:text-top;
   text-align:left;
   width:60px;
   height:60px;
   border:1px solid #BFBFBF;
   background-color:#E4EBE3;
}
span.event {
   font-size:0.9em;
}
.kjo-link {
   font-size:0.9em;
   text-align:center;
}
.event-title {
   text-align:center;
   font-weight:bold;
   font-size:1.2em;
   padding:0;
   margin: 0px;
   line-height: 14px;
}
.event-title-break {
   display: none !important;
   width:96%;
   margin: 0;
   text-align:center;
   height:1px;
   background-color:#000000;
}
.event-content-break {
   width:96%;
   margin: 0;
   text-align:center;
   height:1px;
   background-color:#000000;
}
.calendar-date-switcher {
   height:25px;
   text-align:center;
   border:1px solid #D6DED5;
   background-color:#E4EBE3;
}
.calendar-date-switcher form {
   margin:0;
   padding:0;
}
.calendar-date-switcher input {
   border:1px #D6DED5 solid;
}
.calendar-date-switcher select {
   border:1px #D6DED5 solid;
}
.cat-key {
   width:100%;
   margin-top:10px;
   padding:5px;
   border:1px solid #D6DED5;
}



