/*twisted pine styles*/

body
{
	background-color: #2b5928;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Sans-serif
}

img
{
	border: none;
}

.dropDown
{	
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	z-index: 20;
}	

.tl
{
	height:20px;
	width:20px;
}

.tc
{
	height:20px;
	background: url(../images/menu/menu_ts.png) repeat-x left top;
}

.tr
{
	height:20px;
	width:20px;
}

.ml
{
	width:20px;
	background: url(../images/menu/menu_ls.png) repeat-y left top;
}

.mr
{
	width:20px;
	background: url(../images/menu/menu_rs.png) repeat-y left top;
}

.bl
{
	height:20px;
	width:20px;
}

.bc
{
	height:20px;
	background: url(../images/menu/menu_bs.png) repeat-x left top;
}

.br
{
	height:20px;
	width:20px;
}

.navlink div ul
{
	margin: 0;
	padding: 0;
}

.navlink div ul li
{	
	list-style: none
}

.navlink div ul li a
{	
	width: auto;
	background: #69293a;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	white-space: nowrap;
}
		
#container
{
	padding-top: 5px;
}

/*home of the log & pine bg image*/
#bodyCopy
{
	height: 800px;
	width: 960px;
	/*position: relative;*/
	background: transparent url(../images/tp_background2.jpg) 0% 0% no-repeat;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
}

#panel
{
	width: 960px;
	position: relative;
	background: #2b5928 url(../images/background_repeat2.jpg) repeat-y top left;
	top: -431px
}

/*navigation*/

#row1
{
	/*height: 80px;
	width: auto;
	position: relative;
	float: right;
	margin: 90px 120px 0px 0px;
	z-index: 1;*/
	
	width: auto;
	position: relative;
	z-index: 1;
	top: 50px;
	height: 80px;
}

#gear
{
	/*position: relative;
	float: right;
	margin-left: 20px;
	margin-right: -10px;
	margin-top: -13px;*/
	position: relative;
	height: 54px;
	width:107px;
	left: 741px;
	top: -160px; 
}

#tap
{
	/*position: relative;
	float: right;
	margin-left: 150px;
	margin-right: -55px;
	margin-top: 37px;*/
	position: relative;
	top: -75px;
	width: 197px;
	height: 50px;
	left: 590px;
}

#brews
{
	/*position: relative;
	float: right;
	margin-left: 20px;*/
	position: relative;
	left: 235px;
	top: -25px;
	width: 122px;
	height: 52px;

}

#home
{
	/*position: relative;
	float: right;
	margin-top: 10px;*/
	position: relative;
	left: 75px;
	top: 60px;
	width: 102px;
	height: 38px;

}

#gallery
{
	position: relative;
	width: 180px;
	height: 68px;
	top: -160px;
	left: 590px;
}


#contact
{
	position: relative;
	top: -55px;
	left: 200px;
	width: 157px;
	height: 90px;
}

#events
{
	position: relative;
	width: 121px;
	height: 49px;
	top: -160px;
	left: 275px;

}

.navlink,
.subnavlink,
.newwindowlink,
.subgallerylink
{
	cursor:pointer;
}

/*scalable box for the main content*/
#contentContainer
{
	width: 530px;
	min-height: 310px;
	position: relative;
}

#content
{
	/*height: 300px;
	overflow: auto;*/
	width: 500px;
	padding: 5px;	
}

dl 
{ /* block position that can be changed at will */
	position: relative;
	width: 550px; /* width of block according to your background image */
	top:-20px; /*was -490*/
	left:210px;
	background: url(../images/bottom.png) bottom left no-repeat;   /* by default background on the entire block */
	padding-bottom: 56px; /* so that text will not appear on the bottom rounded edge */
}

dt, dd 
{ /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

dl 
{ 
}

dt 
{ /* bloc title definition */
height: 40px;
background:  url(../images/top.png) top left no-repeat;
}

dd 
{
padding: 0 20px 0 10px; /* internal block spaces administration */
background:  url(../images/sides.png) top left repeat-y; /* internal background */
}

/*right hand side paper with nail images - have unflattened photoshop to change the text - real easy to do.  
This may be one thing that we keep as far as updating.  Content provided by Twisted Pine, I update the psd & save for Web as a png.  
Then the only requirement is to update the images on the Web server with the new announce1.png or announce2.png*/
#announce1
{
	height: 200px;
	width: 220px;
	position: relative;
	top: 210px;
	left: 770px;
	background: transparent url(../images/announce1.png) 0% 0% no-repeat;
	z-index: 5;
}

#announce2
{
	height: 220px;
	width: 220px;
	position: relative;
	background: transparent url(../images/announce2.png) 0% 0% no-repeat;
	z-index: 5;
	top: 210px;
	left: 770px;
}

/*.announcement
{
	margin-right: -33px;
	float: right;
}*/

#announce3
{
	height: 220px;
	width: 200px;
	position: relative;
	background: transparent url(../images/announce3.png) 0% 0% no-repeat;
	z-index: 6;
	top: -210px;
	left: 27px;
}

/* Content styles */
.content_header
{
	text-align:left;
	font-size:1.2em;
	color: #7a0108;
	margin-bottom: 5px;
	font-weight: bold;
}

.content_body
{
	margin-left:5px;
}

.content_larger
{
	font-size:1em;
}

.content_bolder
{
	font-weight:600;
}

.content_subheader, .content_subheader a
{
	font-size:1em;
	font-weight:bolder;
	text-decoration:none;
}

.brewsMenu
{
	float:left;
	width:135px;
}

.brewsMenu ul
{
	margin:0;
	padding:0;
}

.brewsMenu ul li
{
	list-style: none;
	margin: 3px 0
}

.brewsMenu ul li a
{
	font-size: 10px;
}

.brewsContent
{
	float:left;
	width: 330px;
	margin-left:7px;
}

.beer
{
	width: 330px;
	height: 330px;
	display:none;
}

.beer_name
{
	font-size:16pt;
	color: #26b063;
	clear: both;
}

.beer_desc
{
	margin-top: 5px;
	font-size:12pt;
	float: left;
	width: 170px;
	height: 300px;
}

.beer_label_small
{
	float: right;
	width: 145px;
	margin-right:5px;
	height: 218px;
}

.award
{
	width: 395px;
	height:185px;
}

.award_pic
{
	width: 124px;
	height: 185px;
	text-align:center;
	float:left;
	margin-right: 5px;
}

.award_desc
{
	width: 256px;
	float: right;
	height: 165px;
}

.process_pic
{
	margin: 7px 0;
	text-align: center;
}

.contact_header
{
	text-align:left;
	font-weight:bolder;
	font-size:l4pt;
}

.contact_item
{
	text-align:left;
	margin-left:15px;
}

.map_pic
{
	text-align: center;
	margin-top: 10px;
}

.moto
{
	font-size:14pt;
	font-weight: bold;
	color: #184714;
	padding-bottom: 10px;
	text-align: center;
}

.community_item
{
	margin: 0 5px 15px 5px;
}

.gallery_image
{
	text-align:center;
}

.gallery_links
{
	font-size: 10pt;
	font-weight: bold;
	margin-top: 3px;
}

.gallery_previous
{
	float:left;
	margin-left: 10px;
}

.gallery_next
{
	float: right;
	margin-right: 10px;
}

.events
{
	text-align:left;
}

.event
{
	font-weight:bold;
	margin: 7px 0px;
}
.event_date
{
	margin-left:15px;
	font-weight:normal;
	font-style:italic
}

/* Footer styles */
#like
{
	height:25px;
	position:relative;
	top:-505px;
	text-align:center;
}

#footer
{
	height: 70px;
	position: relative;
	top: -440px;
	font-size: 10pt;
	text-align: center;
}

#footerCopy
{
	font-size: 8pt;
	color: #ffff00;
}

#footerMenu
{
	color: #fff;
}

#social a img
{
	padding: 3px 5px;
}

.footerMenuLink
{
	display: inline;
	cursor:pointer;
}

.footerMenuSep
{
	margin: 0px 3px;
}

#texasContainer,
#louisianaContainer
{
	position:relative;
	z-index:100;
	color:#fff;
	font-size:10pt;
	width:210px;
	text-align:center;
	top:-679px;
	left:819px;
	margin-bottom:35px;
	cursor:pointer;
}

.texas
{
	width:200px;
	height:190px;
	margin:2px;
	background: url(../images/Texas.gif) no-repeat top center;
}

.louisiana
{
	width:200px;
	height:184px;
	margin:2px;
	background: url(../images/Louisiana.gif) no-repeat top center;
}
