﻿/* Days 76 3.12.10 */
/* Sets element margins, padding, and border to 0 to even out browser differences. */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, address {
     margin: 0;
     padding: 0;
     border: 0;
}
h1, h2, h3, h4, h5, h6 {color: #333;}

h1 {
    margin-top: .4em;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
}
h2 {
    padding: 5px;
    margin: 0;
    font-size: 80%;
	font-weight: normal;
	text-align: center;
    }
h3 {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 80%;
    font-weight: normal;
    }
h4 {
	margin: 1.2em 0em;
	font-size: 80%;
    font-weight: normal;
}
h5 {
	margin: 1.2em 0em;
	font-size: 80%;
    font-weight: normal;
}
h6 {
	margin: 1.2em 0em;
	font-size: 80%;
    font-weight: normal;
}
h2.pageTitle
{
    text-align: left;
    padding: 5px;
    font-size: 110%;
    color: #333;
    font-variant: small-caps;
}
h3.section
{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 110%;
    color: #333;
} 
img {border: none;}
pre {
	font-family: monospace;
	font-size: .8em;
}
a {
	text-decoration: none;
	color:#009; /*blue */
}
a:link { 
	color:#009;
}
a:visited {}
a:hover {
	color:#666; /* gray */
	text-decoration: underline;
}
a:active {}
/* links in main content area: blue/dark gray */
#content a, .highslide-container a {
	color:#009;
}
#content a:link, .highslide-container a:link {
	color:#009;
}
#content a:hover, .highslide-container a:hover
{
    color: #666;
    text-decoration: underline;
}
/*
#contentHome a {
	color:#FC0;
}
#contentHome a:link {
	color:#FC0;
}
#contentHome a:hover {
	color:#FC0;
	text-decoration: underline;
}
*/
body {
    text-align: center;
    margin: 0;
    padding: 0; 
    font-family: Verdana, san-serif; 
    background: #62310d; /* background:  */
    font-size: 100%;
 /*   line-height:1.125em; /* 16×1.125=18 */
        line-height:1em;   /* 16×1=16 */
}
#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0;
    background-color: #cec2ae; 
    text-align: left; 
    overflow: hidden;
    color: #333;
    }
* html #wrapper {overflow: visible;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */
#header
{
	width: 750px;
	margin: 0 auto;
    text-align: center;
    height: 257px;
    font-size: 60%;
    color: #333;
    z-index: 255;
}
#mainnav {
    margin: 0 auto;
    width: 64%;
    padding-top: 2px;
    height: 23px;
    text-align: center;
    z-index: 255;
    border-bottom-style:solid;
    border-bottom-width: 1px;
    border-bottom-color: #AF977C;
    position: relative;
}
* html #mainnav {height: 1em;}
   
    ul
{
    list-style-type: none;
}
ol
{
    list-style-position: inside;
}
    hr
{
    color: orange;
    border-top: 1px solid #8E4802;
}
/* navigation links */
#mainnav a {
    color: #333;
 /*       color: #795D3C; */
    text-decoration: none;
}
#mainnav a:visited {}

#mainnav a:hover {
	color: #FFF;
} 
#mainnav a:active {}

/* Home page */
#contentHome {  
	width: 100%;
    color: #333;
    }
#homeWrap {
    padding-top: 10px;
}
#homeRodeo {
    float: left;
    display: inline;
    position: relative;
    width: 31%;
}
#homeMuseum {
    float: left;
    display: inline;
    width: 35%;
    border: 1px solid #fff;
}
#homePark {
    float: right;
    display: inline;
        width: 33%;
}
/* end Home page divs */
#content {  
    float: left; 
	width: 80%;
	background-color: #CEC2AE;
    min-height: 450px;
    }
* html #content {height: 450px;}

/* inside pages content*/   
#copy {  
	width: 96%;
    background: #DCCFBE;
    color: #333;
/*    border: 1px solid #9F8567; */
        border: 1px solid #BCAC92;
    margin: 10px auto;
    } 
.generalInfo {
    padding: 5px 35px;
    margin: 0;
    background: url(../../Images/Museum/bg_car.jpg) right center no-repeat;
    }    
.board
{
    padding: 5px 35px;
    font-size: 70%;
    background: url(../../Images/Museum/bg_newBldg.jpg) right center no-repeat;
} 
.paradeRoute {
/*  z-index: 2;   */
    position: relative;
    margin: 0 auto;
    text-align: center;
    }   
.leftcol { 
    padding-left: 10px; 
    padding-right: 5px; 
    float: left; 
	width: 48%;
    border: solid 1px #ccc;
    margin-left: 5px;
    margin-bottom: 5px;
    background: #fff;
    }
.rightcol {  
    float: right; 
	width: 44%;
	padding-left: 20px;
	padding-right: 5px;
    }
.rightcol p {  
	padding-right: 10px;
	padding-top: 10px;
    }
.onecol { 
    padding: 5px 10px; 
    float: left; 
	width: 95%;
    border: solid 1px #ccc; 
    margin: 5px 0 0 6px;
    /* margin-bottom: 5px; */
    background: #fff;
    }
#sidebar {
	float: right;
	width: 20%;
	margin: 0;
	padding: 0;
    font-size: 62%; 
	text-align: center;
}
#sidebar table {
	text-align: left;
}
.sponsors {
    width: 118px;
    border: 1px solid #BCAC92;
    text-align: center;
    margin-top: 10px;
    padding: 0 2px;
    }
.pageBottomBlurb {
    text-align: center;
 }   
/* end inside pages content */   

/* footer */
#footer { 
    clear: both; 
    margin: 0;
    padding: 20px 20px 0px 20px;
    text-align: center; 
    width: 100%;
    font-size: 60%;
    background-color: #62310d;
    color: #fff;
    }
#footernav {
    float: left;
    width: 99%; 
    display: inline;
    padding: 0px 155px 5px 155px;
}
* html #footernav {height: 1em;}
   
#footernav ul
{
    margin: 0;
    list-style-type: none;
}
#footernav li 
{
	display: inline;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
}
.container {
	padding:5px 10px;
}
.container p {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 70%;
 }
#copy .container {
    clear:both;
	margin:5px;
	padding:0 10px;
}
/* \*/
* html #copy .container {height:1%;}
/* */

#copy td, #copy th {padding: 0.2em 0.5em;}

#copy .container table tr {font-size:0.9em;}

#copy fieldset {	
	margin:1em 0;
	padding:1em;
	border:1px solid #CCCCCC;
}
.largeimg {
    max-width: 95%; 
    display: block; 
    margin: 10px auto;}
* html .largeimg {width: 95%; margin: 10px 2%;}

.homeimgwrapper {
    padding-left: 100px;
    padding-right: 100px;
    }
.homeimg {
    padding: 10px 50px;
    }
    /* for rotating img on home page */
.mainWrapper {
    text-align: center;
	margin: 0 auto; 
	font-size: 90%; 
    width: 312px;
	height: 290px;
    }
.frameMain {
   padding: 1px;
   height: 222px;
    }
/* d76 rodeo slideshow: image +  text */          
.photoGallery_Wrap
{
    background: url(../../Images/Misc/bg_photoGalleryWrap.jpg) top left no-repeat;
    height: 177px;
}
.photoGallery_Image
{
    height: 134px;
    padding: 23px 0px 0px 30px;
    display: inline;
    float: left;
    width: 25%;
}
.photoGallery_Text
{
    height: 134px;
    display: inline;
    float: left;
    padding: 32px 0px 0px 15px;
    width: 65%;
}
 /* d76 museum: image + center aligned text */      
.centerWrap {
	text-align: center;
	padding: 5px 1px;
	font-size: 65%;
}
.centerWrap img {
	padding: 1px;
	border: 1px solid #fff;
}
.padding1 {
	padding: 1px;
	border: 1px solid #fff;
}
.imgWrap {
    margin: 0 auto;
    }
.imgfloatright {
	float:right;
	display:inline;
	padding: 5px 1px;
	text-align: center;
    font-size: 65%;
 /*   width: 46%; */
}
.imgfloatleft {
	float:left;
	display:inline;
	padding: 5px 1px;
	text-align: center;
	font-size: 65%;
 /*   width: 46%; */
    }
/* d76 clowser collection images within paragraphs */
.imgFloatRightWrap {
	float:right;
	display:inline;
	position: relative;
	padding: 5px 2px;
	text-align: center;
    font-size: 65%;
}
.imgFloatLeftWrap {
	float:left;
	display:inline;
	position: relative;
	padding: 5px;
	text-align: center;
    font-size: 65%;
}
/* d76 museum - 2 images side by side */
.imgRight_half {
	float:right;
	display:inline;
	padding: 5px 1px;
	text-align: center;
    font-size: 65%;
    width: 46%;
}
.imgLeft_half {
	float:left;
	display:inline;
	padding: 5px 1px;
	text-align: center;
	font-size: 65%;
    width: 46%;
}
/* d76 museum - 2 images side by side */

.extender   {
    border: none;
    margin: 0;
    padding: 0;
    clear: both;
    height:2px;
} 
.divider
{
   background : url(../../App_Themes/S10/Images/bg_divider.jpg) left top no-repeat; 
    border: none;
    margin: 0;
    padding: 0;
    clear: both;
    height:3px;
}   
.linkTitle
{
    font-size: 110%;
    text-transform: uppercase;
    line-height: 2em;
    padding-top: 10px;
    padding-bottom: 5px;
}  
.indent100
{
    padding-top: 20px;
    padding-left: 200px;
    padding-right: 200px;
}  
/* schedule page */
ul.schedule {
  float: left;
  width: 15em;
  margin: 0;
  padding: 0;
  list-style: none;
}
li.schedule {
  float: left;
  width: 6em;
  margin: 0;
  padding: 0;
} 
.schedule {
    padding: 15px 10px;
    }
.shaded {
    background-color: #CCC2B7;
    }
ul {
  margin: 0;
  padding: 0;
}
 
li {
  margin: 0;
  padding: 0;
  line-height: 18px;
  font-size: 11px;
}
.col1 {margin-left: 2em;}
 
.col2 {margin-left: 17em;}
 
.col3 {margin-left: 23em;}
 
.coltopper {margin-top: -180px;}
/* welcome page */
.createAccount
    {
    float: right;
    display: inline;
    width: 54%;
    padding: 10px 10px 10px 0px;
    }
* html .createAccount {height: 1%;}
.createAccountTitle
    {
    background: url(../../App_Themes/S10/Images/createAccount_bkg.png) no-repeat left top;
    font-size: 1em;
    }

.memberLogin
{
    float: left;
    display: inline;
    width: 39%;
    padding: 10px;
} 
* html .memberLogin {height: 1%;}

.loginTitle
    {
    background: url(../../App_Themes/S10/Images/login_bkg.png) no-repeat left top;
    }
/* end welcome page */
.centerBlock {
    margin: 0 auto;
    text-align: center;
 } 
 .centerBlockOnly {
    margin: 0 auto;
 } 
 /*
div.productsWrapper {
  margin: 0 auto;
  padding: 5px 20px;
  }
div.spacer {
  clear: both;
  } */
div.float
{
    float: left;
    display: inline; 
    padding: 5px 10px;
    text-align: center;
    font-size: 11px;
    color: #828282;
    line-height: 16px;
    width: 217px;  
}
div.float img {
   padding: 8px;
   border: 1px solid #e4e4e0;
   }
div.float p {
   text-align: center;
   font-size: 11px;
   color: #828282;
   padding: 2px;
   }
/* for vertical aligning & centering products on the products page */
.productImage
{
    border: 1px solid #CECECE;
    width: 180px;
    height: 180px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.productImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.productImage
{
    display: block;
}
.productImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* for vertical aligning & centering products on the detail page */
.productDetailImage
{
    border: 1px solid #E7E7E7; 
    width: 250px;
    height: 270px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.productDetailImage * {
    vertical-align: middle;
}
/*\*//*/   for IE/MAC
.productDetailImage
{
    display: block;
}
.productDetailImage span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/
/* product detail */
.colDetailLeft
    {
    float: left;
    display: inline;
    width: 40%;
    height: 400px;
    padding: 20px 5px 0px 5px;
    text-align: center;
    }
* html .colDetailLeft {height:1%;}
.colDetailRight
{
    float: right;
    display: inline;
    width: 50%;
    color: #666;
    padding: 20px 5px 10px 5px ;
    text-align: left;
} 
* html .colDetailRight {height:1%;}

.pdAttributes
{
    padding-left: 6px;
} 
.colDetailRight table
{
    border-spacing: 0;
} 
.colCatalogLeft
    {
    float: left;
    display: inline;
/*    width: 45%;   */
    padding: 10px 0px 10px 65px;
    text-align: left;
    }
* html .colCatalogLeft {height:1%;}
.colCatalogRight
{
    float: right;
    display: inline;
/*    width: 45%;   */
    padding: 10px 35px 10px 0px;
    /*    padding: 10px 65px 10px 0px; */
    text-align: right;
} 
* html .colCatalogRight {height:1%;}
/* slideshow - viewing & paging */
.slideshowView
    {
    float: left;
    display: inline;
    padding: 10px 0px 10px 65px;
    text-align: left;
    }
* html .slideshowView {height:1%;}
.slideshowPaging
{
    float: right;
    display: inline;
    padding: 10px 65px 10px 0px;
    text-align: right;
} 
* html .slideshowPaging {height:1%;}
/* end slideshow - view & paging */

/* checkoutDetail page */
.columnLeft
    {
    float: left;
    display: inline;
    width: 44%;
    padding: 10px;
    text-align: left;
    }
.columnRight
{
    float: right;
    display: inline;
    width: 50%;
    padding: 10px;
    text-align: right;
} 
/* submit order page */
.textFloatLeft
    {
    float: left;
    display: inline;
    width: 30%;
    padding: 10px;
    text-align: left;
    background-color: #EFF7F7;
    }
* html .textFloatLeft {height:1%;}

.textFloatRight
{
    float: right;
    display: inline;
    width: 30%;
    padding: 10px;
    text-align: right;
    background-color: #EFF7F2;
} 
/* separates content on order page - used regular text so they align in IE */
.orderHeading
{
    clear: both;
    width: 99%;
    text-align: left;
    padding-left: 5px;
    padding-top: 11px;
    font-size: .9em;
    height: 38px;
    background: url(../../App_Themes/S10/Images/orderHeading_bg.png) no-repeat left top;
    color: #685CB0;
    font-weight: bold;
} 
table.center {
    margin-left: auto;
    margin-right: auto;
}
.shopBlurb
{
    clear: both;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
}
/* text */
.textTiny {
    font-size: 10px;
    }
.trilliant {
    text-align: center;
    clear: both;
    line-height: 2em;
    }
.center {
    text-align: center;
    }
.left {
    text-align: left;
    }
.right {
    text-align: right;
    }
.credits {
    text-align: right;
    font-size: 65%;
    }
p.credits {
    font-size: 65%;
    }
.standardLabel {
    font-size: 1em;
    color: #828282;
    }
.labelProductCollection {
    font-size: 1em;
    color: #828282;
    text-align: left;
    }
.alertMessage {
    color: #C11B0E; /* red */
    }
.blue{
    color: #6B5EC6; /* blue */
    }
.brown {
    color: #633211; /* brown */
    }
.orange {
    color: #CC6600; /* orange brown */
    }
.yellow {
    color: #F7DA13; /* yellow */
    }   
.padding10{
    padding: 10px;
    }      
.smallCaps
{
    font-variant: small-caps;
} 

.strikeThrough
{
    text-decoration: line-through;
} 
.bold
{
    font-weight: bold;
} 
.italic
{
    font-style: italic;
} 
.lightText
{
    color: #FFFFCC;
}  
.PagingText {
    font-size: 11px;
    color: #999;
    }
.pageTitle {
    font-size: 1em;
    }
.checkoutUserActionText
{
    font-variant: small-caps;
    font-size: 1.2em;
}
.checkoutAddText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/add.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutDeleteText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/delete.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutSelectText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/select.gif) no-repeat top left;
    line-height: 2em;
}
.checkoutUpdateText
{
    background-position: left center;
    padding: 0px 0 0 20px;
    font-variant: small-caps;
    font-size: 1.2em;
    background: transparent url(../../CSS/images/pencil.gif) no-repeat top left;
    line-height: 2em;
}
.colDetailRight p {
    font-size: .85em;
    color: #666;
    }
.catalogDescription p {
    font-size: .95em;
    color: #666;
    padding-left: 45px;
    padding-right: 45px;
    }
    */
/* css buttons */
.cssclear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
/* css buttons large rounded */
a.cssbutton_large
{
    background: transparent url(../../CSS/buttons/bg_button_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px; /*        padding-right: 18px; /* sliding doors padding */
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
    vertical-align: middle;
}

a.cssbutton_large span {
    background: transparent url(../../CSS/buttons/bg_button_span.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 10px;
} 
a.cssbutton_large:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton_large:hover span {
    background-position: bottom left;
    padding: 5px 0 5px 10px; /* push text down 1px */
} 
/* css buttons small rectangular*/
a.cssbutton_small {
    background: transparent url(../../CSS/buttons/bg_buttonSmall_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal .83em arial, sans-serif;
    color: #333;
    height: 20px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}

a.cssbutton_small span {
    background: transparent url(../../CSS/buttons/bg_buttonSmall_span.gif) no-repeat;
    display: block;
 /*   line-height: 14px; */
    padding: 3px 0 3.5px 10px;
} 
a.cssbutton_small:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.cssbutton_small:hover span {
    background-position: bottom left;
/*    padding: 6px 0 4px 18px; /* push text down 1px */
} 
/* css buttons medium rectangular */
a.cssbutton_medium {
    background: transparent url(../../CSS/buttons/bg_buttonBO_a.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left; 
    font: normal .85em arial, sans-serif;
    color: #333;
    height: 22px;
    margin-right: 6px;
    padding-right: 10px; /* sliding doors padding */
    text-decoration: none;
}
a.cssbutton_medium  span {
    background: transparent url(../../CSS/buttons/bg_buttonBO_span.gif) no-repeat;
    display: block;
 /*   line-height: 14px; */
    padding: 4px 0 4px 10px;
} 
a.cssbutton_medium:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.cssbutton_medium:hover span {
    background-position: bottom left;
/*    padding: 6px 0 4px 18px; /* push text down 1px */
} 

@media print {	
	body{
		font-size:11pt;
		line-height:13pt;
		margin:0;
		padding:0;
		background:#FFFFFF !important;
	}
/*	#sizer{
		margin:0; 
		width:auto !important;
	}
	#expander{
		position:static;
		margin:0 !important;
	}     */
	#headertop, #ownerinfo {
		position:static; 
		height:auto;
	}	
	#ownerinfo address {
		position:static; 
		height:auto !important; 
		margin-bottom:2em;
	}	
	#header {
		border-bottom:1px solid #000000; 
		margin-bottom:2em;
	}
	#wrapper, #header, #headertop, #ownername, #ownerinfo, #ownerinfo address, #mainNav, #maimenu .selectedlink, #contentwrapper, #quote, #copy .txtBox, #copy .button, #copy legend, #footer, #sidebarfooter {
		background:none !important;
	}
	h1, h2, h3, h4, h5, h6, #ownername, #mainNav {
		font-family:"Lucida Sans", Verdana, "Lucida Grande", Geneva, sans-serif;
		font-weight: bold;
		}	
    #sidebar, #themepicker, #headerimgwrapper, #sidebarfooter {
		display:none !important;
	} 
    
	#copy fieldset {border:none;}
	
	#copy legend {color:#f90;}
	
	#footer {
		position:static;
		margin-top:2em;
		font-size:1em;
	}
	
	#content{width:100%;}
	
	html>body #content {
		width:85%;
		margin-left:2em;
	}
}