﻿/*
------------------------------------------------
 General style sheet
 Developed by Monty Milne
------------------------------------------------
*/

/*
------------------------------------------------
 BEGIN RESET
 
 http://meyerweb.com/eric/tools/css/reset/
 Thanks Eric Myers!
 v1.0 | 20080212
------------------------------------------------
*/

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
------------------------------------------------
 END RESET 
------------------------------------------------
*/


/* BEGIN IE6 .PNG FIX */

img, div, table, tr, td, src, input, { behavior: url(include/iepngfix.htc) }

/* END IE6 .PNG FIX */




/*
------------------------------------------------
 Begin Styles 
------------------------------------------------
*/



/*
------------------------------------------------
 Begin HR Styles 
------------------------------------------------
*/


/* for ie */
hr {
	width:100%;
	height:1px;
	color:#c0c0c0;
	border:none;
}

/* for Gecko-based browsers */
html>body hr {
	width:100%;
	height:1px;
	background-color:#c0c0c0;
	border:none;
}

/* for Opera and Gecko-based browsers */
html>body hr {
	width:100%;
	height:1px;
	background-color:#c0c0c0;
	border:0px solid #c0c0c0;
}


/*
------------------------------------------------
 End HR Styles 
------------------------------------------------
*/






/*
------------------------------------------------
 Begin Absolute Positioned Items
------------------------------------------------
*/


#APItem1
{
z-index: 5;
position: relative;
top: -35px;
left: -15px;
}

#APItem2
{
z-index: 10;
position: relative;

width: 450px;
height: 300px;

display: block;
top: -35px;
left: -15px;
border: 1px solid #f00;
}


/*
------------------------------------------------
 End Absolute Positioned Items
------------------------------------------------
*/




/*
------------------------------------------------
 Begin CONSTANT Styles 
------------------------------------------------
*/



body 
{ 
margin: 0;
padding: 0;
background-color: #fcca96;
background-image: url('../images/GAP-BG-Con.jpg');
background-repeat: repeat-x;
background-attachment: scroll;
background-position: top left;


font-family: garamond, times new roman, serif;
font-size: 115%;
line-height: 1.4em;
}

#siteContainer 
{
width: 100%;
height: auto;
margin: 0 auto;
text-align: left;

z-index: 1;
position: relative;
}

td
{
vertical-align: top;
}


#siteMapContainer 
{
width: 450px;
height: auto;
margin: 0 auto;
text-align: left;
background-color: #fff;
padding: 20px;
}

#siteMapContainer ul li
{
margin: 0 0 20px 0;
}

#siteMapContainer ul li#siteStrong
{
font-weight: bold;
}

#siteMapContainer ul li a
{
color: #024821;
text-decoration: none;
font-weight: bold;
}

#siteMapContainer ul li a:hover
{
color: #024821;
text-decoration: underline;
font-weight: bold;
}


a:link, a:visited, a:active  {
	color: #024821;
	text-decoration: underline; 
}

a:hover {
	color: #024821;
	text-decoration: none; 
}


.textError
{
color: #f00;
font-weight: bold;
}


.thisProcessCSS
{
font-size: .1pt;
background-color: #fff;
color: #fff;
border: 0;
}

.myBold
{
font-weight: bold;
}

.myItalic
{
font-style: italic;
}

.myBoldItalic
{
font-weight: bold;
font-style: italic;
}

.floatLeft
{
float: left;
}

.floatRight
{
float: right;
}

.paraCenter
{
text-align: center;
}

#photoSpecsLeft
{
float: left;
margin: 0 0 15px 15px;
}

#photoSpecsRight
{
float: right;
margin: 0 15px 15px 0;
}


h1
{
font-size: 150%;
color: #64111a;
font-weight: bold;
margin: 0 0 13px 0;
}

h2
{
font-size: 110%;
color: #64111a;
font-weight: bold;
margin: 0 0 13px 0;
}

p
{
margin: 0 0 13px 0;
}




/*
------------------------------------------------
 End CONSTANT Styles 
------------------------------------------------
*/




/*
-----------------------
 Begin Top Section 
-----------------------
*/

#topBanner
{
width: 958px;
height: 85px;
background-image: url('../images/great-american-pub-top.png');
background-repeat: no-repeat;
margin: 0 auto;
}


#topMenu ul
{
padding: 22px 0 0 65px;
}


#topMenu ul li
{
font-family: garamond, times new roman, serif;
font-size: 100%;
font-weight: normal;
line-height: 1.4em;
color: #961b1e;
display: inline;
margin: 0 15px 0 0;
}





/*
-----------------------
 End Top Section 
-----------------------
*/





/*
-----------------------
 Begin Left Menu 
-----------------------
*/

#leftColumn
{
width: 315px;
float: left;
margin: 10px 0 0 1px;
}

#leftColumnLogoCONTAIN
{
position: relative;
}

#leftColumnLogo
{
z-index: 2;
position: absolute;
top: 0px;
left: 28px;
}

#leftColumn p
{
color: #fff;
font-weight: bold;
text-align: center;
}

#leftMenu ul
{
padding: 0;
margin: 330px 0 0 57px;
}

#leftMenu ul li
{
font-family: garamond, times new roman, serif;
font-size: 100%;
font-weight: normal;
line-height: 1.4em;
color: #fff;
display: block;
}

/*
-----------------------
 End Left Menu 
-----------------------
*/





/*
-----------------------
 Begin Content Container
-----------------------
*/


#contentContainer
{
width: 958px;
height: auto;
margin: 0 auto;
background-image: url('../images/menu-BG.jpg');
background-repeat: repeat-y;
}

#mainContent
{
width: 570px;
margin: 0 0 0 32px;
padding: 25px 0;
font-size: 80%;
float: left;
}

#mainContent a
{
color: #64111a;
text-decoration: underline;
}


#mainContent a:hover
{
text-decoration: none;
}




/*
-----------------------
 End Content Container
-----------------------
*/




/*
-----------------------
 Begin Right Menu
-----------------------
*/


#rightColumn
{
width: 160px;
margin: 0 0 0 780px;
padding: 0 0 0 3px;
}




/*
-----------------------
 End Right Menu
-----------------------
*/











/*
--------------------------------
 Begin CSS Form Layout
--------------------------------
*/

#tableFormDiv
{
margin: 0 0 0 80px;
}

.floatFormLeft
{
float: left;
padding: 0 0 10px 0;
}

.floatLeftFormWidth
{
float: left;
width: 100px;
padding: 0 0 10px 0;
}


.submitButton
{
margin: 5px 0 30px 183px;
z-index: 2;
position: absolute;
}


/*
--------------------------------
 End CSS Form Layout
--------------------------------
*/


/*
--------------------------------
 Begin Hours Layout
--------------------------------
*/

#myHours
{
width: 570px;
height: 200px;
background-image: url('../images/contact-BG.jpg');
background-repeat: no-repeat;
}


#myHoursOne
{
width: 150px;
height: auto;
padding: 7px;
margin: 0 35px 0 0;
float: left;
text-align: center;
}

#myHoursTwo
{
width: 150px;
height: auto;
padding: 7px;
margin: 0 35px 0 0;
float: left;
text-align: center;
}

#myHoursThree
{
width: 150px;
height: auto;
padding: 7px;
margin: 0;
float: left;
text-align: center;
}


/*
--------------------------------
 End Hours Layout
--------------------------------
*/





/*
--------------------------------
 Begin Specials / Events Layout
--------------------------------
*/

#mySpecials
{
width: 570px;
height: auto;
background-image: url('../images/specials-BG.jpg');
background-repeat: repeat-y;
}

#mySpecialsOne
{
width: 250px;
height: auto;
padding: 7px;
margin: 0 20px 15px 0;
float: left;
text-align: left;
}

#mySpecialsTwo
{
width: 250px;
height: auto;
padding: 7px;
margin: 0 0 15px 0;
float: left;
text-align: left;
}

/*
--------------------------------
 End Hours Layout
--------------------------------
*/




#footerGreenContainer
{
width: 100%;
height: 198px;
background-image: url('../images/red-BG.png');
background-repeat: repeat-x;
}


#footerGreenContainerStuff
{
width: 958px;
height: 198px;
margin: 0 auto;
color: #fff;
font-size: 80%;
background-image: url('../images/footer-Content-BG.jpg');
background-repeat: no-repeat;
}


#footerOne
{
padding: 60px 0 0 133px;
float: left;
}



#footerTwo
{
padding: 45px 0 0 83px;
float: left;
}


#footerThree
{
padding: 40px 0 0 15px;
float: left;
}


#footerFour
{
padding: 40px 0 0 17px;
float: left;
}


#footerFive
{
padding: 60px 0 0 17px;
float: left;
}


#footerSix
{
padding: 45px 0 0 17px;
float: left;
}



#footerGreenContainerStuff a:link, a:visited, a:active  {
	color: #fff;
	text-decoration: underline; 
}

#footerGreenContainerStuff a:hover {
	color: #fff;
	text-decoration: none; 
}








/*
-----------------------
 Begin Footer
-----------------------
*/


#footerContainer
{
width: 958px;
height: auto;
background-image: url('../images/footer-BG.gif');
background-repeat: repeat-y;
background-attachment: scroll;
background-position: top left;
margin: 0 auto;
}


#footerContainerLeft
{
float: left;
}

#footerContainerRight
{
float: right;
}




#footerMenuLeft p
{
font-family: garamond, times new roman, serif;
font-size: 60%;
color: #000;
margin: 0 auto;
text-align: left;
padding: 10px 0 0 0;
}

#footerMenuRight p
{
font-family: garamond, times new roman, serif;
font-size: 60%;
color: #000;
margin: 0 auto;
text-align: right;
padding: 10px 0 0 0;
}

#footerMenuLeft p a
{
color: #000;
text-decoration: underline;
}

#footerMenuLeft p a:hover
{
color: #666;
text-decoration: none;
}

#footerMenuRight p a
{
color: #000;
text-decoration: underline;
}

#footerMenuRight p a:hover
{
color: #666;
text-decoration: none;
}


/*
-----------------------
 End Footer
-----------------------
*/






#footerBottom
{
width: 958px;
height: 32px;
background-image: url('../images/bottom-Footer.jpg');
background-repeat: no-repeat;
margin: 0 auto;
}





/*
-----------------------
 Begin Home Styles
-----------------------
*/

h1.homeHeader
{
font-size: 130%;
color: #631119;
font-weight: bold;
padding: 15px 0 0 25px;
}


#contentContainerHOME
{
width: 958px;
height: auto;
margin: 0 auto;
background-image: url('../images/menu-Home-BG.jpg');
background-repeat: repeat-y;
}


#footerGreenContainerStuffHOME
{
width: 958px;
height: 198px;
margin: 0 auto;
color: #fff;
font-size: 80%;
background-image: url('../images/home-Red-BG.png');
background-repeat: no-repeat;
}


#footerBottomHOME
{
width: 958px;
height: 32px;
background-image: url('../images/bottom-Footer-Home.jpg');
background-repeat: no-repeat;
margin: 0 auto;
}



#homeLeft
{
width: 300px;
height: auto;

font-size: 80%;
padding: 0 0 0 30px;
float: left;
}



#homeRight
{
width: 600px;
height: 360px;
margin: 0 0 0 330px;
padding: 0 0 0 15px;
background-image: url('../images/frame.png');
background-repeat: no-repeat;
}



#homeLogo
{
width: 315px;
height: 303px;
margin: -150px 0 0 20px;
z-index: 4;
position: absolute;
}



#homeMenuBG
{
width: 765px;
height: 57px;
margin: 44px 0 0 170px;
z-index: 3;
position: absolute;
}


#homeMenuBG ul
{
margin: 10px 0 0 165px;
}

#homeMenuBG ul li
{
display: inline;
padding: 0 8px 0 0;
}

#homeMenuBG ul li.lastOneHome
{
padding: 0;
}

#homeAnnBar
{
margin: 95px 0 0 350px;
z-index: 3;
position: absolute;
}





#footerBottomContainerHOME
{
width: 958px;
height:300px !important;
overflow:hidden;
margin: 0 auto;
background-image: url('../images/menu-Home-BG.jpg');
background-repeat: repeat-y;
}

#moveOver
{
padding: 0 0 0 15px;
}


#homeBanner
{
width: 604px;
height: 275px;
background-image: url('../images/wayne-home-banner.png');
background-repeat: no-repeat;
margin: 15px 0 0 0;
float: left;
}

#homeBannerText
{
width: 240px;
height: 275px;
padding: 60px 0 0 315px;
font-size: 80%;
line-height: 1em;
}


#weddingLine
{
width: 8px;
height: 250px;
background-image: url('../images/weddingLine.png');
background-repeat: no-repeat;
float: left;
margin: 35px 0 0 0;
}


#calBanner
{
width: 300px;
height: 275px;
background-image: url('../images/home-Cal-BG.png');
background-repeat: no-repeat;
margin: 18px 0 0 10px;
float: left;
}

#calBannerText
{
font-size: 80%;
line-height: 1em;
width: 255px;
height: 190px;
margin: 55px 0 0 30px;
}






#footerVeryBottomContainerHOME
{
width: 958px;
height: 130px;
margin: 0 auto;
background-image: url('../images/menu-Home-BG.jpg');
background-repeat: repeat-y;
font-size: 80%;
}




#footerOneHOME
{
padding: 15px 30px 0 40px;
float: left;
}


#footerOneHOME-B
{
padding: 15px 5px 0 20px;
float: left;
}




#footerTwoHOME
{
padding: 15px 0 0 50px;
float: left;
}


#footerThreeHOME
{
padding: 15px 25px 0 10px;
float: left;
}


#footerFourHOME
{
padding: 15px 35px 0 15px;
float: left;
}


#footerFiveHOME
{
padding: 15px 0 0 5px;
float: left;
}


#footerSixHOME
{
padding: 15px 0 0 10px;
float: left;
}







/*
-----------------------
 End Home Styles
-----------------------
*/




/*
------------------------------------------------
 End Styles 
------------------------------------------------
*/