﻿/*
------------------------------------------------
 General style sheet for Pin Beer
 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 HR Styles 
------------------------------------------------
*/


/* for ie */
hr {
	width:400px;
	height:1px;
	color:#c0c0c0;
	border:none;
}

/* for Gecko-based browsers */
html>body hr {
	width:400px;
	height:1px;
	background-color:#c0c0c0;
	border:none;
}

/* for Opera and Gecko-based browsers */
html>body hr {
	width:400px;
	height:1px;
	background-color:#c0c0c0;
	border:0px solid #c0c0c0;
}






hr.homeHR {
	width:200px;
	height:1px;
	color:#e98929;
	border:none;
}

/* for Gecko-based browsers */
html>body hr.homeHR {
	width:200px;
	height:1px;
	background-color:#e98929;
	border:none;
}

/* for Opera and Gecko-based browsers */
html>body hr.homeHR {
	width:200px;
	height:1px;
	background-color:#e98929;
	border:0px solid #e98929;
}





hr.beerHR {
	width:630px;
	height:1px;
	color:#e98929;
	border:none;
}

/* for Gecko-based browsers */
html>body hr.beerHR {
	width:630px;
	height:1px;
	background-color:#e98929;
	border:none;
}

/* for Opera and Gecko-based browsers */
html>body hr.beerHR {
	width:630px;
	height:1px;
	background-color:#e98929;
	border:0px solid #e98929;
}

/*
------------------------------------------------
 END HR Styles 
------------------------------------------------
*/














/*
------------------------------------------------
 Begin Styles 
------------------------------------------------
*/



body 
{ 
margin: 0;
padding: 0;
background-color: #ea8b28;

background-image: url('../images/Beer-BG.jpg');
background-repeat: repeat-x;
background-attachment: scroll;
background-position: top left;



font-family: arial, sans-serif;
font-size: 90%;
line-height: 1.4em;
}


#siteContainer 
{
width: 970px;
height: auto;
margin: 0 auto;
text-align: left;

z-index: 1;
position: relative;
}


#siteMapContainer 
{
width: 350px;
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: #000;
text-decoration: none;
font-weight: bold;
}

#siteMapContainer ul li a:hover
{
color: #002d62;
text-decoration: underline;
font-weight: bold;
}


a:link, a:visited, a:active  {
	color: #002d62;
	text-decoration: underline; 
}

a:hover {
	color: #002d62;
	text-decoration: none; 
}


.textError
{
color: #ff0;
font-weight: bold;
}


.thisProcessCSS
{
font-size: .1pt;
background-color: #000;
color: #000;
border: 0;
}


a:link, a:visited, a:active  {
	color: #ffbc30;
	text-decoration: underline; 
}

a:hover {
	color: #ffbc30;
	text-decoration: none; 
}


.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: 160%;
color: #ffbc30;
font-weight: bold;
margin: 0 0 20px 0;
}


.headerImage
{
margin: 0 0 15px 0;	
}

ul.myLinks li
{
padding-bottom: 10px;
}


/*
-----------------------
 Begin Top Menu 
-----------------------
*/


#topMenuContainer
{
width: 970px;
height: 31px;
background-image: url('../images/top-menu-BG.png');
background-repeat: no-repeat;
}

#topMenu ul
{
padding: 4px 0 0 220px;
}

#topMenu ul li
{
font-family: arial, sans-serif;
font-size: 80%;
font-weight: bold;
color: #fff;
display: inline;
padding: 0 30px 0 10px;
}

#topMenu ul li a
{
color: #fff;
text-decoration: none;
padding: 8px 15px;
}

#topMenu ul li a:hover
{
color: #fff;
}


/*
-----------------------
 End Top Menu 
-----------------------
*/





/*
-----------------------
 Begin Top Flash 
-----------------------
*/


#topFlashContainer
{
width: 970px;
height: 192px;
background-image: url('../images/flash-BG.png');
background-repeat: no-repeat;
}

#pinFlash
{
padding: 5px 0 0 225px;
}



/*
-----------------------
 End Top Flash 
-----------------------
*/





/*
-----------------------
 Begin Top Flash 
-----------------------
*/


#searchContainer
{
width: 970px;
height: 71px;
background-image: url('../images/search-BG.png');
background-repeat: no-repeat;
}

.submitButtonBeerSearch
{
margin: 14px 0 30px 254px;
z-index: 2;
position: absolute;
}



.whiteForm
{
border: 1px solid #929496;
margin: 17px 0 0 280px;
font-weight: bold;
color: #929496;
font-size: 80%;
}

.whiteFormSearch
{
border: 1px solid #929496;
font-weight: bold;
color: #929496;
font-size: 80%;
}


/*
-----------------------
 End Top Flash 
-----------------------
*/



/*
-----------------------
 Begin Content Container
-----------------------
*/


#contentContainerHOME
{
width: 970px;
height: auto;

background-image: url('../images/main-BG.gif');

background-repeat: repeat-y;

color: #fff;
}


#contentContainerINTERNAL
{
width: 970px;
height: auto;

background-image: url('../images/main-BG-IN.gif');

background-repeat: repeat-y;

color: #fff;
}


#mainNav
{
width: 225px;
height: 350px;
background-image: url('../images/buttons-BG.png');
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top left;
float: left;
}


#beerMenu
{
z-index: 2;
position: absolute;
top: 240px;
left: 65px;
}

#myHistory
{
z-index: 2;
position: absolute;
top: 320px;
left: 115px;
}

#beerTrivia
{
z-index: 2;
position: absolute;
top: 400px;
left: 60px;
}

#featuredBeers
{
z-index: 2;
position: absolute;
top: 470px;
left: 125px;
}


#pinPizza
{
z-index: 2;
position: absolute;
top: 550px;
left: 55px;
}

#pinPizzaBeer
{
z-index: 2;
position: absolute;
top: 650px;
left: 63px;
}


#pinLinks
{
z-index: 2;
position: absolute;
top: 730px;
left: 110px;
}

#myFaceBook
{
z-index: 2;
position: absolute;
top: 820px;
left: 63px;
}


#mainContent
{
width: 650px;
height: auto;
margin: 0 0 0 252px;
padding: 15px 0 0 0;
}



#mainContentLeft
{
width: 350px;
height: auto;
padding: 0 0px 0 0;
float: left;
}


#mainContentRight
{
width: 233px;
height: auto;
margin: 0 0 0 412px;
padding: 15px 0 0 0;
}




#photoSpecs
{
float: left;
margin: 0 15px 15px 0;
}

#photoSpecsProfile
{
float: left;
margin: 0 15px 0 0;
}




/*
-----------------------
 End Content Container
-----------------------
*/




/*
--------------------------------
 Begin CSS Form Layout
--------------------------------
*/

#tableFormDiv
{
margin: 0 0 0 80px;
}

.paraFormHeight
{
clear: all;
}

.floatFormLeft
{
float: left;
}

.floatLeftFormWidth
{
float: left;
width: 100px;
}


.submitButton
{
margin: 5px 0 30px 183px;
z-index: 2;
position: absolute;
}


/*
--------------------------------
 End CSS Form Layout
--------------------------------
*/




/*
-----------------------
 Begin Search Styles
-----------------------
*/


#mySearchStyles
{
color: #000;
padding: 10px;
background-color: #ffbc30;
text-align: center;
}


#mySearchStylesSmall
{
color: #000;
padding: 5px;
background-color: #ffbc30;
text-align: center;
width: 130px;
}


table.padded-table td 
{ 
padding:4px;
}

table.padded-tablePop td 
{ 
padding:15px;
}


.tableHeader
{
font-size: 120%;
font-weight: bold;
}

.tableHeader a
{
color: #fff;
}





.tableHeader a:link, a:visited, a:active  {
	color: #ffbc30;
	text-decoration: underline; 
}

/*
-----------------------
 End Search Styles
-----------------------
*/





/*
-----------------------
 Begin Footer
-----------------------
*/


#footerContainer
{
width: 970px;
height: auto;

background-image: url('../images/footer-BG.png');
background-repeat: repeat-y;
background-attachment: scroll;
background-position: top left;
}

#footerMenu p
{
font-family: arial, sans-serif;
font-size: 75%;
color: #fff;
margin: 0 auto;
text-align: center;
padding: 0;
font-weight: bold;
}

#footerMenu a
{
color: #fff;
text-decoration: none;
font-weight: bold;
}

#footerMenu a:hover
{
color: #fff;
text-decoration: underline;
}

#footerMenu ul
{
text-align: center;
padding: 5px 0 0 0;
}

#footerMenu ul li
{
font-family: arial, sans-serif;
font-size: 75%;
line-height: 1.4em;
color: #fff;
display: inline;
padding: 0 5px 0 0;
font-weight: bold;
}

#footerMenu ul li a
{
color: #fff;
text-decoration: none;
}

#footerMenu ul li a:hover
{
color: #fff;
}


/*
-----------------------
 End Footer
-----------------------
*/





/*
-----------------------
 Begin Footer Bottom
-----------------------
*/


#footerBottom
{
width: 970px;
height: 26px;
background-image: url('../images/footerBottom-BG.png');
background-repeat: no-repeat;
}

/*
-----------------------
 End Footer Bottom
-----------------------
*/







/*
------------------------------------------------
 End Styles 
------------------------------------------------
*/