/*
A CONSTANT SPRING - Goshen's premiere pub
Version 1 - Created by Dannyprose, www.dannyprose.com
-------------------------------------------------------
-------------------------------------------------------
*/

/**************************************
*Structure
**************************************/

html, body {
background-color: black;
margin: 0px;
padding: 0px;
text-algin: center;
}

body {
}

#top_header{
width: 100%;
height: 207px;
background-image: url(/images/header_bottom.gif);
background-repeat: repeat-x;
background-position: bottom center;
text-align: center;
}

#header_image{
width: 792px;
height: 207px;
/*background-image: url(/images/header-picture-01.jpg);*/
margin: 0 auto;
}

#nav_header{
width: 100%;
height: 700px;
background-image: url(/images/navigation_gradient.jpg);
background-repeat: repeat-x;
background-position: top center;
text-align: center;
}

#nav_list{
margin-top: 0px;
padding-top: 10px;
}

#nav_list ul{

margin-left: 0;
padding-left: 0;
display: inline;
}

#nav_list ul li{
margin-left: 0;
list-style: none;
display: inline;
}

#middle_container{
width: 800px;
height: 100%;
background-image: url(/images/full_background.jpg);
background-repeat: no-repeat;
background-position: top center;
margin:0 auto;
}

#pre_footer{
margin: 0 auto;
text-align: center;
border-top: 1px solid #686868;
padding-top:10px;
}

#main_content{
margin-top: 10px;
padding-top: 10px;
width: 653px;
text-align: center;
margin:0 auto;
}

#left_column{
width: 450px;
float: left;
text-align: left;
margin-top: 10px;
}

#right_column{
width: 157px;
float: right;
text-align: left;
margin-top: 20px;
}

ul.subscribe_sidebar {
list-style:none;
margin-top: 0px;
padding-top: 0px;
padding-left: 0px;
margin-left: 0px;
}
ul.subscribe_sidebar li {
margin-bottom: 3px;
font-size: .85em;
}



/**************************************
*Original Footer Code
**************************************/

div#footer {
display: block;
visibility: visible;
background: #1a1a1a;
border-top: 1px solid #686868;
width: 100%;
padding: 0 0 98px 0;
background-image: url(/images/footer_background.jpg);
background-repeat: no-repeat;
background-position: top center;
}

div#footer_links {
width: 840px;
margin: 0 auto;
text-align: center;
}

div#footer_cs {
display: block;
background: ;
margin: 30px 0;
padding: 20px 0 20px 20px;
text-align: center;
}
		
div.footer_col {
border: 1px solid #686868;
background-image: url(/images/footer-boxes.png);
float: left;
text-align: left;
width: 250px;
margin: 0 auto;
margin-left: 10px;
padding-left: 4px;
padding-top: 7px;
padding-right: 3px;
}

div.footer_debug {
width: 800px;
margin: 2em auto 0 auto;
background: #111;
padding: 20px;
color: #39f;
text-align: left;
}


div.footer_debug pre a, div.footer_debug pre a:link, div.footer_debug pre a:active, div.footer_debug pre a:visited {
color: #A8BCC2;
}

div.footer_debug pre a:hover {
color: #fff;
}

.clear,
.clear_footer {
    position: relative;
    clear: both;
}

/**************************************
*Sidebars
**************************************/

#sidebar_title_upcoming{
background-image: url(/images/sidebar-upcoming.png);
width: 157px;
height: 29px;
}

#sidebar_title_drinks{
background-image: url(/images/sidebar-drink_special.png);
width: 157px;
height: 43px;
margin-top:10px;
}

#sidebar_title_upcoming_subscribe{
background-image: url(/images/sidebar-subscribe.png);
width: 155px;
height: 35px;
}


/**************************************
*Promos
**************************************/
#promo_playing_tonight{
width: 411px;
height: 198px;
background-image: url(/images/promo_playingtonight.png);
background-repeat: no-repeat;
background-position: top right;
}

#promo_playing_tonight_inner{
padding-top: 70px;
padding-left: 10px;
}


/**************************************
*Footer Boxes
**************************************/

#footer_box_theconstantspring{
background-image: url(/images/footer_theconstantspring.png);
width: 158px;
height: 13px;
}

#footer_box_explore{
background-image: url(/images/footer_explore.png);
width: 60px;
height: 13px;
}

#footer_box_booking{
background-image: url(/images/footer_booking.png);
width: 71px;
height: 13px;
}

/**************************************
*Typography
**************************************/

html, body {
font-family: Helvetica;
font-weight: light;
font-size: 10pt;
color: white;
}

#left_column h2 {
color: #c64302;
font-size: 2.5em;
font-weight: normal;
margin-bottom: 0px;
padding-bottom: 0px;
}

#left_column p {
line-height: 1.5;
font-size: .9em;
}

.large_event_datetime {
margin-top: 0px;
padding-top: 0px;
color: #c8c8c8;
}

#right_column h3{
display: none;
}

#right_column p{
font-size: .9em;
line-height: 1.5;
}

#nav_list ul li{
font-size: 18pt;
text-transform: uppercase;
color: #c8c8c8;
font-family: Futura, Helvetica;
}

#nav_list ul li.nav_dark{
color: #8b8b8b;
}

#upcoming_entry h3 {
font-size: 1.7em;
font-weight: normal;
color: #c64302;
}

#upcoming_entry h4 {
font-size: 1.4em;
padding-top: 0px;
margin-top: 0px;
color: #C8C8C8;
padding-bottom: 0px;
margin-bottom: 0px;
}

#upcoming_entry h4.smaller {
font-size: 1.1em;
padding-top: 7px;
color: #c64302;
}

span.upcoming_entry_large_datetime {
padding-top: 0px;
margin-top: 0px;
}

span.upcoming_entry_large_description {
font-size: .85em;
padding-top:4px;
}

#promo_playing_tonight_inner h3{
font-size: 1.5em;
}

span.contact_header_right{
font-size: 9pt;
/*text-transform: uppercase;*/
color: #c64302;
}

span.contact_phonenumber{
font-size: 18pt;
text-transform: uppercase;
color: #c8c8c8;
font-family: Futura, Helvetica;
}

span.sidebar_title_upcoming_eventname, span.sidebar_title_upcoming_eventname a {
font-size: 12pt;
color: #c64302;
text-decoration: none;
line-height: 1;
}

span.sidebar_title_upcoming_eventname a:hover {
text-decoration: underline;
}

span.sidebar_title_upcoming_eventdescription {
font-size:.8em;
padding-top: 10px;
}

span.sidebar_title_upcoming_drinkspecial {
font-size: 11pt;
color: #c8c8c8;
text-decoration: none;
line-height: 1;
}

#response{
font-size: 18pt;
text-transform: uppercase;
color: #c8c8c8;
font-family: Futura, Helvetica;
}

#footer h4{
display: none;
}

#footer p{
font-size: .85em;
}
/**************************************
*Typography - FORM ELEMENTS
**************************************/

.contact1_phone_input{
font-size: 18pt;
text-transform: uppercase;
color: #c8c8c8;
font-family: Futura, Helvetica;
}

.contact1_phone_button{
font-size: 18pt;
text-transform: uppercase;
color: #c64302;
font-family: Futura, Helvetica;
}

.contact1_phone_button:hover{
color: #ec008c;
border: 1px dotted #ec008c;
}

/**************************************
*Links
**************************************/

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

a:hover {
color: #c64302;
text-decoration: underline;
}

#nav_list ul li a{
color: #c8c8c8;
text-decoration: none;
}

#nav_list ul li.nav_dark a{
color: #8b8b8b;
text-decoration: none;
}

#nav_list ul li.nav_dark a:hover, #nav_list ul li a:hover{
color: #c64302;
text-decoration: none;
}

#promo_playing_tonight_inner a h3{
color: #C8C8C8;
text-decoration: none;
}

#promo_playing_tonight_inner a:hover h3{
color: #C8C8C8;
text-decoration: underline;
}

#upcoming_entry h4 a{
color: #FF691F;
text-decoration: none;
}

#upcoming_entry h4 a:hover{
color: #c64302;
text-decoration: underline;
}

.footer_col a{
color: #c8c8c8;
text-decoration: underline;
}

.footer_col a:hover{
color: #c64302;
text-decoration: underline;
}

a img {
border: 0;
}

/**************************************
*Forms
**************************************/

.contact1_phone_input{
border: 1px solid #686868;
background: #1a1a1a;
}

.contact1_phone_button{
border: 1px dotted #686868;
background: #000;
}

.contact1_phone_button:hover{
border: 1px dotted #ec008c;
}

