/* CSS Document */
/* Potosi Brewery */

body { 
	background-color: #52250d;
	font-family: Helvetica, Arial, sans-serif;
	margin: 15px 0px 0px 0px;
}

p, td { 
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-size:13px !important;
	font-size:12px;
	line-height:17px;
	color:#432e09;
}

b.soft {
	font-weight:normal;
	color:#207182;
}

hr {
	background-color: #d7ba97;
	height: 1px;
	border: 0;
}

a:focus {
	outline:none;
}

blockquote {
	margin-left:53px;
}

ul {
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-size:13px !important;
	font-size:12px;
	margin-left:-15px !important;
	margin-left:10px;
}

li {
	list-style:none;
}

ul li { 
	background-image:url("../images/bullet_maroon.gif");
	background-position:0px 4px !important;
	background-position:0px 8px;
	background-repeat:no-repeat; 
	color:#7f5010;
	padding:0px 0px 0px 10px; /*sets the space between words and bullets*/
}

ul ul li { 
	list-style-type:square; 
	background-image:none;
	margin-left:30px;
	padding:0px 0px 0px 0px; /*sets the space between words and bullets*/
}


/*************************************************************
Bigger bullets w/ the dingbat character
*************************************************************/
li.big { 
	background-image: url("../images/bullet_big.gif"); 
	background-repeat: no-repeat; 
	font-size: 15px;
	font-weight:bold;
	color: #6f721c;
	margin-left:-10px;
	line-height:30px;
	padding: 0px 0px 0px 35px; /*sets the space between words and bullets*/
}




img {
	border: 0px;
}

img.right {
	float: right;
	margin: 2px;
	border: 0px;
}

img.left {
	float: left;
	margin: 2px;
	border: 0px;
}


a:link, a:visited {
	color:#7d3f0b;
	text-decoration:underline;
}

a:hover, a:visited:hover {
	color:#000000;
	text-decoration:underline;
}

a:focus {
	outline:none;
}





textarea {
	color: #000000;
	font-weight: normal;
	background-color: #fceed9;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #d7ba97;
}

input {
	color: #000000;
	background-color: #fceed9;
	font-weight: normal;
	font-size: 11px;
	padding: 3px;
	border: 1px solid #d7ba97;
}

input.btn {
	color: #7f5010;
	background-color: #d7ba97;
	font-weight: bold;
	font-size: 11px;
	padding: 4px;
	border: 1px solid #d7ba97;
}

select {
	color: #000000;
	background-color: #fceed9;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #d7ba97;

}

.alert {
	color: #b20838;
}

.small {
	font-size:10px;
	color: #c4ab86;
}



/*************************************************************
Holds site
*************************************************************/
#container {
	width:990px;
	margin:0 auto 0 auto;
}


/*************************************************************
Header
*************************************************************/
#header {
	width:935px;
	padding-left:55px;
	position:relative;
}

/* Home header Positioning; main navigation is within header */
.home {
	background-image:url("../images/headercaphome.gif");
	background-repeat:no-repeat;
	background-position:top;
	padding-top:115px;
}

/* Interior header Positioning; main navigation is within header */
.int {
	background-image:url("../images/headercap.gif");
	background-repeat:no-repeat;
	background-position:top;
	padding-top:52px;
}

.giftshophome {
	position:absolute;
	top:45px;
	left:757px;
	width:133px;
	height:82px;
	z-index:200;
}


/*************************************************************
Main Navigation
*************************************************************/
#mainnav {
	display:none;
}

/* main navigation "on" arrow button */
.onbtncontainer {
	display:none;
}

.onbtn {
	display:none;
	position:absolute;
}

body#about .onbtn.aboutbtn,
body#brewmuseum .onbtn.brewmuseumbtn,
body#interpretive .onbtn.interpretivebtn,
body#transmuseum .onbtn.transmuseumbtn,
body#events .onbtn.eventsbtn {
	display:block;
	top:52px;
}


/*************************************************************
Secondary Navigation (location, foundation, etc.)
*************************************************************/
#secnav {
	display:none;
}

.secnavlink a:link, #secnav li a:visited {
	color:#7f5010;
	text-decoration:none;
}

.secnavlink li a:hover, #secnav li a:visited:hover {
	color:#7f5010;
	text-decoration:none;
}

/* container for exact placement of secondary navigation on interior pages */
#secnavintcontainer {
	position:absolute;
	z-index:50;
	top:114px;
	left:210px;
}

/* adjust placement of barley graphic */
#secnav img {
	padding-bottom:3px;
}


/* highlights page you are on 
body#location .location,
body#foundation .foundation,
body#port .port,
body#attractions .attractions,
body#aba .aba,
body#intranet .intranet {
	background:#e7d2b3;
}
*/

/*************************************************************
Sub Navigation
*************************************************************/
.subnavbox {
    width:200px;
	display:none;
	text-align:center;
	background-image:url("../images/subnavbox_bgd.gif");
	background-repeat:repeat-y;
	margin-left:23px !important;
	margin-left:0px;
}

.subnavbox hr {
    background-color:#d7ba97;
	width:135px;
	height:1px;
	border:0;
}

.supersubbox {
    width:135px;
	text-align:center;
	padding:10px 0px 5px 0px;
	display:none;
	background-image:url("../images/supersubbgd.gif");
	background-repeat:no-repeat;
	background-position:top;
	margin:5px 0px 0px 30px !important;
	margin:5px 0px 0px 0px;
}

.supersubbox li {
    font-family: Helvetica, Arial, sans-serif;
	color:#231f20;
	font-size:12px;
	line-height:15px;
	list-style:none;
	margin-left:0px !important;
	margin-left:-17px;
}

.subnavbox a:link, .subnavbox a:visited {
    color:#231f20;
	text-decoration:none;
}

.subnavbox a:hover, .subnavbox a:visited:hover {
    color:#7f5010;
	text-decoration:none;
}

body#about .subnavbox.about,
body#foundation .subnavbox.foundation,
body#news .subnavbox.news,
body#status .subnavbox.status,
body#giftshop .subnavbox.giftshop,
body#intranet .subnavbox.intranet {
	display:block;
}

body#about.memorabilia .supersubbox.memorabilia {
	display:block;
}


/*************************************************************
Interior Pic, Logo & top curly lines
*************************************************************/
#inttop {
	display:none;
}

.giftshopint {
	position:absolute;
	top:32px;
	left:197px;
	width:133px;
	height:82px;
	z-index:200;
}



/*************************************************************
Main Content Containers
*************************************************************/
.hairlineborderdark {
	border-width:0px 0px 0px 0px;
	border-color:#977c6e;
	border-style:solid;
	padding:0px 5px 0px 5px;
	position:relative;
}

.mainbgd {
	background-color:#fceed9;
	padding:0px 9px 0px 9px;
}


.hairlineborderlight {
	border-width:0px 0px 0px 0px;
	border-color:#d7ba97;
	border-style:solid;
	width:958px;
}


/*************************************************************
Home Structure
*************************************************************/
#leftcolhome {
	width:251px;
	float:left;
	padding-left:25px;
	line-height:20px;
}

#midcolhome {
	width:410px;
	float:left;
	vertical-align:top;
	text-align:center;
}

#rightcolhome {
	width:200px;
	float:right;
	padding-right:25px;
}

#homebot {
	width:865px !important; /*secnav on homepage doesn't want to center in Firefox. This makes it */
	width:990px;
	padding:35px 0px 0px 125px !important; /*secnav on homepage doesn't want to center in Firefox. This makes it */
	padding:35px 0px 0px 0px;
	background-image:url("../images/homebothairlinecurls.gif");
	background-repeat:no-repeat;
	background-position:top;
	position:relative;
	text-align:center;
}




/*************************************************************
Interior Structure
*************************************************************/
#leftcol {
	display:none;
}

#content {
	width:930px;
}



#intbot {
	display:none;
}

/* adjust placement of barley graphic */
#intbot img {
	display:none;
}

/* hide intbot on homepage */
body#home #intbot {
	display:none;
}


/*************************************************************
Footer
*************************************************************/
#footer {
	width:990px;
	text-align:left;
	display:block;
}

#footer img {
	display:none;
}



/*************************************************************
Head Tags
*************************************************************/
h2 { 
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-size:17px; 
	font-weight:bold;
	text-transform:uppercase;
	color:#3e4401; 
	margin-bottom:0px;
	letter-spacing:1px;
}

h2 a:link, h2 a:visited { 
	color:#3e4401; 
	text-decoration:underline;
}

h2 a:hover, h2 a:visited:hover { 
	color:#2d3102; 
	text-decoration:underline;
}


h3 { 
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-size:18px; 
	font-weight:normal;
	color:#5c6501;
	margin-bottom:5px;
	margin-top:5px;
}

h3 a:link, h3 a:visited { 
	color:#5c6501; 
	text-decoration:underline;
}

h3 a:hover, h3 a:visited:hover { 
	color:#2d3102; 
	text-decoration:underline;
}


h4 { 
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-size: 14px;
	font-weight:bold;
	color:#d4993b;
	margin-bottom:0px;
}

h4 a:link, h4 a:visited { 
	color:#d4993b; 
	text-decoration:underline;
}

h4 a:hover, h4 a:visited:hover { 
	color:#b78028; 
	text-decoration:underline;
}


/*************************************************************
**************************************************************
sIFR Elements
**************************************************************
*************************************************************/
h1 { 
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-size:45px; 
	font-weight:normal;
	color:#7f5010;
	margin:0px 0px 5px 0px;
}

.secnavlink {
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	color:#37230e;
	font-size:16px;
	list-style:none;
	display:inline;
	border-left:1px solid #b4a185;
	padding-left:8px;
}

.secnavlink.first {
	border-width:0px;
}

.drktextline {
	font-family: Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	color:#7d3f21;
	font-size:18px;
	margin:0px;
	padding:0px 5px 0px 5px;
}

.lgttextline {
	font-family: Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	color:#e4b87f;
	font-size:14px;
}

.subnav {
    font-family: Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	color:#231f20;
	font-size:16px;
	list-style:none;
}

.homescript {
	font-family:Georgia,Garamond,"Times New Roman","MS Serif","New York",serif;
	font-size:25px; 
	color:#7f5010;
}







/*************************************************************
Misc styles; 
*************************************************************/
/* MC note during website development */

.mcnote { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #f606c6;
}

.potosilogoprint {
	display:block;
}

/* Float Clear Fix */
/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat { 
	clear:both;
    height:0px;
    font-size:1px;
    line-height:0px;
}



/*************************************************************
TABLES
*************************************************************/

table {
	border:0px;
}

table.memorabilia {
	width:100%;
}

table.memorabilia td {
	padding:5px;
	text-align:center;
}

table.photos {
	border:0px;
	width:100%;
}

table.photos th {
	text-align:center;
}

table.photos td {
	padding:0px 5px 15px 5px;
	text-align:center;
	vertical-align:top;
}



/*************************************************************
PHOTOS
*************************************************************/
.thumb {
	border-width:1px;
	border-style:solid;
	border-color:#d7ba97;
	padding:3px;
	margin:0px;
}



/*************************************************************
GIFT SHOP
*************************************************************/

table.products {
	width:100%;
}

table.products td {
	padding:8px;
	text-align:left;
	vertical-align:top;
}

table.products img {
	border-width:1px;
	border-style:solid;
	border-color:#d7ba97;
	padding:3px;
	margin:0px;
}

table.products .price {
	font-weight:bold;
	text-transform:uppercase;
	color:#b20838;
}

/* Cart */
table.cart {
	width:100%;
}

table.cart td {
	padding:3px;
	text-align:center;
}

table.cart th {
	border-bottom:1px solid #d7ba97;
	padding:5px;
	color:#432e09;
	margin:0px;
	text-transform:uppercase;
	font-size:13px;
	vertical-align:bottom;
}




/*************************************************************
*************************************************************
*************************************************************
CALENDAR
*************************************************************
*************************************************************
*************************************************************/


.mainTableTOC {
	border: 0px solid #d7ba97;
	table-layout: fixed;
	border-collapse: collapse;
 }

/* Day Names Row Setup */
.dayNamesRowTOC {
    height: 20px;
	vertical-align: middle;
	padding: 8px 3px 2px 3px; 
	/*background-color: #FFFFFF;*/
	border-style: solid; 
	border-width: 0px 0px 0px 0px;
	border-color: #d7ba97;
}

/* Day Name Setup */
.dayNamesTextTOC {
    font-size: 10px;
    color: #40250C;
	font-weight: bold; 
	text-align: left;  
}

.titleTOC {
	text-overflow: ellipsis;
	overflow:hidden;
	white-space:nowrap;
    padding: 1px;
    margin: 0px;
    color: #fff;
   }

.daynumTOC {
	font-family: Geneva, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: Bold; 
	color: #40250C;
	background-color: #d7ba97;
	text-align: left;
	vertical-align: top;
    padding: 2px;
    margin: 0px;
}

.formElements {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.formButtons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* Monday Through Friday */
.s20TOC {
	background-color: #fdf5ea;
	height:88px; 
	padding: 1px 1px 1px 1px;
	border-style: solid; 
	border-width: 1px 1px; 
	border-color: #d7ba97; 
	vertical-align: top;
}
	
/* Saturday and Sunday */
.s20TOC0 {
	/*background-color: #FFF; */
	padding: 1px 1px 1px 1px; 
	border-style: solid; 
	border-width: 1px 1px; 
	border-color: #d7ba97; 
	vertical-align: top;
}


#popupDateTable {
	background-color:#FFF;
    text-align: left;
	padding: 1px 1px 1px 1px; 
	/*border-style: solid; 
	border-width: 1px 1px; 
	border-color: #D5D1A2; */
}
	
#popupDatetable td.row1 {
	font-weight: bold;
	text-align: left;
}

.CalendarFrame { 
	position: absolute; 
	left: 75px; 
	top: 100px; }




#clients ul { 
	margin-top: 0;
	padding-top: 0;
}

#clients li .holder { 
	position: relative;
}

#clients .quote { 
	display: none; 
	position: absolute; 
	width: 225px; 
	top: 0; 
	left: 1.5em; 
	border: 1px solid #52250d; 
	background-color: #FFF; 
	padding: 5px 12px; 
	z-index: 500; 
	font-size:11px;
}

#clients .holder .quote { 
	top: 0; 
	left: -15em; 
	right: 1.5em;
}

#clients li:hover .quote, #clients li.over .quote { 
	display: block;
}

#clients .quote p { 
	margin: 0;
	padding: 0;
	font-size:11px; 
	line-height:15px;
}

#clients .quote p.indent { 
	margin-left:1cm;
	font-weight:bold;
	font-size:11px; 
	line-height:15px;
}

/*************************************************************
*************************************************************
*************************************************************
END CALENDAR
*************************************************************
*************************************************************
*************************************************************/



