/*
Theme Name: Pleasure Bar Theme
Theme URI: http://pacerit.com
Description: Custom theme by Ryan Lucas of Pacer Design Studios - basic wordpress template files based on the tidythemes.com/blankslate theme
Author: Ryan Lucas
Author URI: http://pacerit.com/
Version: 1.0
License: GNU General Public License v2.0 | This theme is completely free and open source to use as you like for both personal and commercial projects without any limitations.
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*----------------------CSS RESET-----------------------------*/
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
/*---------------------END RESET------------------------------*/

/*----------------------BEGIN STICKY FOOTER----------------------*/

html, body {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	color:#FFF;
	height:100%;/* needed to base 100% height on something known*/
    text-align:center;
	background:#210602;
}

.menucol {
	float:left;
	width:220px;
	margin-left:25px;
	min-height:465px;
}

.menu_item {
padding-top:6px;
padding-bottom:6px;
}

.menu_subhead {
border-bottom:1px solid #990000;
padding-bottom:6px;
margin-bottom:6px;
}

.outer {
	margin:auto;
    min-height:100%;
    margin-top:-219px;/*footer height - this drags the outer 40px up through the top of the monitor */
    text-align:left;
	background:url(images/bg.jpg) no-repeat 0px 180px;
}

* html .outer {/* ie6 and under only*/
    height:100%;
}

.header {
	float:left;
	border-top:219px solid transparent; /* soak up negative margin and allows header to start at top of page*/
	width:1100px;
}

.footer {
    height:219px;/* must match negative margin of #outer */
    clear:both;
	text-align:left;
	background:url(images/footerbg.png) repeat-x;
	color:#000;
}

.footerinner {/* footer now sits at bottom of window*/
    width:1102px;
    margin:auto;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
    content:"";
    height:100%;
    float:left;
    width:0;
    margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

.outer:after {/* thank you Erik J - instead of using display table for ie8*/
    clear:both;
    display:block;
    height:1%;
    content:" ";
}

.inner {
	float:left;
}

.innerwrapper {
	margin: 0 auto;
	width:1102px;
}

#container {
    float: left;
    margin-bottom: 20px;
    margin-top: 120px;
    width: 1100px;
}

#copyright {
	clear:both;
}

.pacerlink {
    color: #000;
    float: left;
    font-size: 10px;
    margin-top: 10px;
    text-decoration: none;
}

.pacerlink:hover {
	color:#FFF;
}

.pacerContainer {
	clear:both;
}

/*-----------------------END STICKY FOOTER-----------------------*/

.attachment-post-thumbnail, .attachment-medium, .attachment-thumbnail {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.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;
	color:#000;
}

.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;
}

.thepost .wp-caption {
	color:#000;
}


/*------------END wordpress core--------*/

/*---------------------THEME STYLES---------------------------*/

/*------------------------BEGIN IDS---------------------------*/
/* target specific posts
#post-<?php the_ID(); ?>{}
*/

#wrapper{
	
}

#branding{
	
}

#blog-title{
	
}

#blog-description{
	
}

#search{
	
}

#content{
    float: left;
    left: 60px;
    position: relative;
    top: -150px;
    width: 748px;
}

#nav-above{
	
}

#nav-below{
	
}

#sidebar{
	width:292px;
	float:left;
}

#sidebar-ontap li{
	padding-bottom: 8px;
}

#primary{
	
}

#copyright{
	
}

/*------------------------BEGIN CLASSES-----------------------*/

.hfeed{
	
}

.navigation{
	
}

.nav-previous{
	float:right;
}

.meta-nav{
	
}

.nav-next{
	float:left;
}

.meta-nav{
	
}

.entry-title{
	
}

.entry-meta{
	
}

.meta-prep meta-prep-author{
	
}

.author vcard{
	
}

.url fn n{
	
}

.meta-sep{
	
}

.meta-prep meta-prep-entry-date{
	
}

.entry-date{
	
}

.published{
	
}

.meta-sep {
	
}

.edit-link {
	
}

.entry-content{
	
}

.entry-content h3{
	padding-top:7px;
	padding-bottom: 5px;
	font-size:18px;
	font-weight:bold;
	color:#900;
	
}

.meta-nav{
	
}

.page-link{
	
}

.entry-utility{
	
}

.cat-links{
	
}

.entry-utility-prep entry-utility-prep-cat-links{
	
}

.meta-sep{
	
}

.tag-links{
	
}

.entry-utility-prep entry-utility-prep-tag-links{
	
}

.meta-sep {
	
}

.comments-link{
	
}

.meta-sep {
	
}

.edit-link {
	
}

.navigation{
	
}

.nav-previous{
	
}

.meta-nav{
	
}

.nav-next{
	
}

.meta-nav{
	
}

.widget-area{
	
}

.sid{
	
}

/*-----------------END THEME STYLES---------------------------*/

/*--------------------CUSTOM STYLES---------------------------*/

h2 {
	color:#959532;
	font-size:24px;
	margin-bottom:10px;
	font-weight:700;
}

h2 a {
	text-decoration:none;
}

h2 a:hover {
	color:#FFF;
}

a {
	text-decoration:none;
	color:#959532;
}

a:hover {
	color:#FFF;
}

.header {
	padding-top:20px;
	position:relative;
}

.socialmedia {
	float:right;
	margin-top:10px;
}

.socialmedia a {
	padding-right:10px;
}

#logo {
	position:relative;
	float:left;
	z-index:5000;
}

#headerpic {
	position:absolute;
	right:0px;
	top:160px;
	z-index:2000;
}

#headerpicleft {
    position: absolute;
    right: 723px;
    top: 160px;
    z-index: 2000;
}

.nav {
    clear: both;
    float: right;
    position: absolute;
    right: 0;
    top: 92px;
}

.nav li {
	float:left;
	margin:0 0 0 0;
	text-align:center;
	width:118px;
	height:68px;
}

.nav li.current-menu-item {
	background:url(images/navtab.png) no-repeat;
}

.nav li.current-menu-parent {
	background:url(images/navtab.png) no-repeat;
}

.nav li:hover {
	background:url(images/navtab.png) no-repeat;
}

.nav li.current-menu-item a {
	color:#000;
}
.nav li a {
	text-decoration:none;
	color:#FFF;
	font-weight:700;
	padding-top:40px;
	padding-bottom:20px;
	float:left;
	width:118px;
}

.nav li a:hover {
	color:#000;
}

.home-inner {
	padding-right:35px;
}

#home-content {
	float:left;
	width:1100px;
}

#home-leftcol {
	float:left;
	width:365px;
}

#home-about {
}

#home-location {
	margin-top:40px;
}

#home-location-pic {
	float:right;
}

#home-midcol {
	float:left;
	width:365px;
}

#home-menu {
}

#home-menu p a {color:#FFF;}

#home-location p a {color:#FFF;}

#home-menu-pic {
	float:right;
}

#home-events {
	margin-top:140px;
}

#home-events li {
	list-style:disc;
	margin-bottom: 10px;
    margin-left: 20px;
}

#home-events li a {
	color:#FFF;
}

#home-events li a:hover {
	color:#959532;
}

#home-ontap {
	float:left;
	width:365px;
}

#home-ontap-pic {
	float:right;
}

#home-ontap li{
	padding-bottom:8px;
}

.footerinner {
	padding-top:20px;
}

.footernav li {
	margin:0 0 10px 0;
}

.footernav li a:hover {
	color:#FFF;
}

.footernav li.current-menu-item a {
	color:#FFF;
}
.footernav li a {
	text-decoration:none;
	color:#000;
	font-weight:700;
}

.footernav {
	float:left;
	width:365px;
}

#footer-hours {
	float:left;
	width:365px;
	text-align:center;
	font-size:16px;
}

#footer-hours h4 {
	font-size:28px;
	font-weight:bold;
}

#footer-contact {
	float:left;
	width:365px;
	text-align:right;
	font-size:24px;
	font-weight:bold;
}

.type-post {
    border-bottom: 1px dashed #FFFFFF;
    clear: both;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 748px;
}

h6 {
	font-style:italic;
	font-size:13px;
	line-height:15px;
	text-align:right;
	padding:6px;
	margin-bottom:10px;
	background: #4d0803;
}

.menubuttons img {
	float:right;
	padding:8px;
}

/*----------------END CUSTOM STYLES---------------------------*/
