/*
Theme Name: Lighthouse Brewery Template
Theme URI: http://lighthousebrewing.com
Description: Custom wordPress theme for Lighthouse Brewery
Version: 1.0
Author: Clover Point
Author URI: http://cloverpoint.com
Tags: beer, brewery
*/

html {
	overflow: auto;
}
html, body { 
	margin: 0; 
	padding: 0; 
	height: 100%;
}

*|*:link, *|*:visited  {
	color:#abd13a;
	text-decoration: none;
}

a:hover  {
	color:#fff;
	text-decoration: none;
}

body {
	min-height: 100%;
	font-size: 15px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #fff;
	background-color: #d5d6d7;
	background-image: url(images/BGstripes.jpg);
	line-height: 18px;
}
#bubblesholder {
	background-image: url(images/bubbles.png);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;

}
.glow {
	width: 1000px;
	padding: 0;
	position: relative;
	margin: 0 auto;
}
.glowStripes {
	background-image: url(images/glowStripes.png);
	padding: 0px;
	margin: 0px;
	min-height: 100%;
}
.faders  {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.divholder {
	width: 1000px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	min-height: 100%;
}
.logo {
	width:363px;
	height: 119px;
	margin: 0px;
	position: absolute;
	margin: 0 0 0 10px;
}
/* main nav - top */
.mainNav {
	width: 610px !important;
	background-image: url(images/navBG.png);
	background-repeat: no-repeat;
	display: inline;
	margin: 37px 0 0 385px;
	position: absolute;
	height: 45px;
	overflow: hidden;
}
.mainNav ul {
	list-style-type: none;
	height: 37px;
	padding: 0 0 0 12px;
	margin: 5px 0 0 0;
}
.mainNav li, .mainNav li a {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	height: 35px;
	line-height:34px;
}
.mainNav li {
	padding: 0 0 0 12px;
}
.mainNav li a{
	padding: 0 12px 0 0;
}
.mainNav a:hover {
	color: #abd13a;
}
.mainNav .current_page_item, .mainNav .current_page_ancestor, .mainNav .current_page_parent {
	background: transparent url(images/current-left.jpg) no-repeat top left;
}
.mainNav .current_page_item a, .mainNav .current_page_ancestor a, .mainNav .current_page_parent a {
	background: transparent url(images/current-right.jpg) no-repeat top right;
} 
/*sub nav - side right*/
.subnav {
	background-image: url(images/subNavBG.png);
	background-repeat: no-repeat;
	margin: 15px 0 0 19px;
	height: 261px;
	width: 180px;
	list-style-type: none;
	line-height: 20px;
	text-align: right;
}
.subnav ul {
	list-style-type: none;
	text-align: right !important;
	padding: 18px 5px 0 0;
}
.subnav ul li {
	text-align: right !important;
	list-style-type: none;
}
.subnav a {
	color: #FFF;
	text-decoration: none;
	text-align: right !important;
}
.subnav a:hover {
	color: #abd13a;
	text-decoration: none;
	text-align: right !important;
}
.subnav .current_page_item a:after {
	content: url("arrow.png") !important;
	margin: 0 -15px 0 0;
}
.subnav .current_page_item a {
	color: #abd13a;
}
/* bottom nav - below module */
.btmnav {
	list-style-type: none;
	margin: -13px 0 0 0;
	height: 50px;
	z-index: 10;
}
.btmnavText {
	padding: 0;
}
.btmnav li, .btmnav li a {
	display: inline;
	color: #090c08;
	text-decoration: none;
	margin: 0;
	padding-right: 7px;
}
.btmnav a:hover {
	color: #6e8f0b;
}
.btmnav .current_page_item a {
	color: #6e8f0b;
}
.pageholder {
	height: 100%;
}
.pagecolumn {
	float: left;
}
.module {
	background-image: url(images/moduleBG.png);
	background-repeat: repeat-y;
	height:inherit;
}

/*splash Page */
.moduleSplash {
	background-image: url(images/splashContentBG.png);
	background-repeat: repeat-y;
	height:466px;
	margin: 0 0 0 0;
}
/*splash images*/
.splash {
	margin: 0 0 0 31px;
}
/*splash boxes*/
#boxes {
	background-image: url(images/boxesBG.png);
	width: 995px;
	height: 160px;
	margin: 10px 0 0 -3px;
}

.box {
	width: 295px;
	height: 160px;
	overflow: hidden;
	position: absolute;
}

.box .background {
	position: absolute;
	width: 100%;
	height: 145px;
	top: 0px;
	left: 0px;
	margin: 25px 0 0 0;
}

.box img {
	border: none;
}

.box .box_content {
	position: absolute;
	padding: 10px;
}

.box_content a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 14pt;
}

#box1 { left: 23px; }
#box2 { left: 348px; }
#box3 { left: 673px; }

.boxBot {
	margin: 152px 0 0 0;
	position: absolute;
}
/*end splash Page */
hr {
border: 1px solid #6C6C6C;
}
textarea, select, input {
color: #ABD13A;
background: #747474;
border: 1px solid #000000;
margin: 10px auto;
}


#pageLeft {
	width: 199px;
	height:inherit;
	margin: 0 0 0 35px;
	position: relative;
	height: inherit;
}
#pageMid {
	width: 504px;
	height:inherit;
	margin: 0 0 0 8px;
}
#pageRight {
	width: 198px;
	height:inherit;
	margin: 0 0 0 10px;
}
.cornerLeft {
	float: left;
}

.cornerRight {
	float: right;
}

#contentText {
	padding: 37px 15px 30px 25px;
	
}
#contentText P {
	padding: 0 0 15px 0;
}
#contentText h1, #contentText h2, #contentText h3, #contentText h4 {
	margin: -2px 0 20px 0;
	padding: 0 0 15px 0 !important;
}

.center {
	text-align: center;
}
.center ul {
	width: 100%;
	padding: 0px;
}
.contentText ul li {
	list-style-type: none !important;
}

.columnIMG {
	margin: 0 0 0 35px;
}
.moduleBGtop {
	padding: 120px 0 0 0;
}
.moduleIMG {
	background-image: url(images/moduleBG.png);
	background-repeat: repeat-y;
}
.copyright {
	color: #090c08;
}
.hidden {
	visibility: hidden;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 13px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a img {
	border: none;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
/*twitter styles*/
#get-my-tweets {
	list-style-type: none;
	margin: 0 5px 0 -25px;
	overflow: hidden;
}
.widget_get_my_tweets {
	height: inherit;
	position: relative;
	margin: 0 auto;
}
.twitterIMG {
	margin: 10px 0 0 15px;
}
/*calendar styles */
.side3 {
	background: transparent url(images/calendarBG.png) repeat-x top left;
	width: inherit;
	margin: 15px 0 0 0;
}
.side3 .events {
	padding: 0 0 0 15px;
	font-weight: bold;
	font-size: 14px;
}

.side3 ul {
	margin: 10px 0 0 0;
	list-style: none;
	padding: 0px;
}

.side3 > ul > li {
	margin: 0 15px;
}

.socialmedia {
	margin: 0 0 0 15px;
}
.socialmedia  img{
	padding:  0 15px 0 0 ;
}
#footer {
	height: 60px !important;
}

/* Override calendar centering */
#calendar_wrap {
	text-align: center;
	height: 270px;
	margin: 0px 8px;
	padding: 8px 0 0 0;
}

#wp-calendar {
	margin-left: auto !important;
	margin-right: auto !important;
}

#wp-calendar a, #wp-calendar a.eventday, .ec3_list a {
	color: #abd13a !important;
	text-decoration: none;
}

.ec3_events li {
	margin: 0 0 10px 0;
	padding: 0px;
}

.ec3_list {
	color: #fff !important;
}

table.ec3_schedule {
	float: none !important;
	border: none !important;
	font-weight: bold;
}

table.ec3_schedule td {
	color: #fff !important;
	border: none !important;
	padding: 0px 1ex 0px 0px !important;
}

#agemask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}
  
#ageboxes .agewindow {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
}

#ageboxes #agedialog {
	width:480px; 
	height:320px;
	padding:0px;
	background-color:#ffffff;
}

#contentText li.page_item {
	list-style-type: none;
}

#contentText li.page_item a, #twitter_update_list a, #contentText a {
	color:#abd13a !important;
	text-decoration: none !important;
}

.splash pre {
	margin: 0px;
}

/* Twitter Widget Pro */
#twitter_div .widgettitle { display: none; }
#twitter_div ul { list-style-type: none; margin: 0px; padding: 0px; }
.side2 { list-style-type: none; margin: 15px 0px 0px 0px; padding: 0 8px 0 15px; }
#twitter_update_list li { margin: 10px 0 0 0; }

/* Contacts (For survey) */
span.wpcf7-list-item { display: block; }

