
/*
**  Template.css
**
**	Default Layout
**
*/

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%
}

	#wb-container-outer {
		min-width:800px;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-image:none;
		background-repeat:repeat-x;
		background-color:#000000;
	}

	#wb-container-inner {
		margin: auto;
		width:800px;
		padding-bottom: 16px;
	}

	#wb-layout {
		padding:10px 0px;
	}

	#wb-layout-inner {
	}
	
/* WB-LAYOUT-HEADER: This is the header section *//*overflow:hidden*/
	#wb-layout-header {
		width:800px;
		height:262px;
		background-image:url(../images/layout1/irish-pub_h.png);
		background-position: top left;
		background-repeat: no-repeat;
		background-color:#f6d47a;
	}
		* html #wb-layout-header{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/irish-pub_h.png, );
		}

	#wb-layout-header-mask {
		background-image:url(../images/layout1/irish-pub_hm.png);
		background-repeat:no-repeat;
		width:800px;
		height:262px;
		overflow:hidden;
	}
		* html #wb-layout-header-mask{
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/irish-pub_hm.png, );
		}
			* html #wb-layout-header-mask a {
				position: relative;
			}

	#wb-layout-header-base {

	}


/* WB-LAYOUT-TOP-2: for designs that have navigation between the header and content
**  Layout 3
*/

    #wb-navigation-subtop {
		display: none;
    }

    #wb-top-subbasenav {
    }

/* WB-CONTAINER-CONTENTWRAPPER: This wraps the content area of the site
**
**	ALL Layouts
**
*/
	#wb-container-contentwrapper {
		width:800px;
		height: 100%;
		background-color:#2a631f;
		background-position: top left;
		background-repeat: repeat-y;
	}

/* SIDEBAR is for designs that have a left or right column built in
**
**	Layout 1
**	Layout 2
*/
	#wb-layout-sidebar {
        float: left;
        width: 203px;
		font-variant:small-caps;
	}

	/* sidebar navigation */
	#wb-navigation {
		background-image:url(../images/layout1/irish-pub_bnav.gif);
		background-repeat:no-repeat;
		background-position: bottom left;
	}

	#wb-navigation-top {
		background-image: url(../images/layout1/irish-pub_tnav.gif);
		background-repeat: no-repeat;
		background-position:top left;
		padding-bottom: 16px;
		padding-top:40px;
	}

	#wb-basenav {
	}

	#wb-navbasewrap {		
		padding:10px;
	}

/* SIDEBAR NAVIGATION STRUCTURE
**
**	Layout 1
**	Layout 2
**
*/
	#wb-navigation-bottom {
	/* NO HEIGHT: 100%.  BREAKS FF. */
	}
	
		#wb-navigation-bottom div {
			padding: 5px 0px;
			background-position:top left;
			background-image: url(../images/layout1/irish-pub_midnav.jpg);
			background-repeat: repeat-y;
			cursor:hand;
		}
		#wb-navigation-bottom div a h3{
			width: 153px;
			padding:0 5px;
			background-image: url(../images/layout1/bullet.jpg);
			background-repeat:no-repeat;
			padding-left:23px;
				cursor:hand;
			
		}
			* html #wb-navigation-bottom div a h3{
						width: 140px;
						padding:0 5px 0 4px;
					}
			#wb-navigation-bottom div.submenu {
				padding: 0px;
			}
				#wb-navigation-bottom div.submenu div {
				}
					#wb-navigation-bottom div.submenu div a{
					}


/* MAIN-CONTENT AREA
**
**	ALL Layouts
**
*/
	#wb-layout-main {
		width:597px;
		height: 100%;
		float: right;
		background-image: none;
		background-position: top right;
		background-repeat: no-repeat;
	}

	#wb-layout-main-inner-1 {
    }

	#wb-layout-main-inner-2  {
	}

/* Page FOOTER
**
**	ALL Layouts
**
*/
	#wb-layout-footer {
		min-height: 120px;
		height:auto !important;
		height: 120px;
		background-image:url(../images/layout1/irish-pub_f.png);
		background-position: top left;
		background-repeat: no-repeat;
		width: 800px;
		background-color:#2A631F;
	}
		* html #wb-layout-footer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/layout1/irish-pub_f.png');
		}
			* html #wb-layout-footer a {
				position: relative;
			}


/* submenu defaults */
div.submenu {
	display: none;	
}
