@charset "UTF-8";



/* General IDs
-----------------*/

#page {
  padding-bottom: 100px;
  position: relative;
}

#GardenMain {
	position:relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #fff;
		color: #000;
	
	/*text-align: left; */
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 1.37em;
}




#Garden-Main-Description {font-weight:bold; text-align:justify;}

#GardenMain #topsection {
	width:auto;
	height:auto;
	padding:1em;
	/* [disabled]background-color:#F5FAF5; */
}

#GardenMain #topsection h1 {
	color:#030;
	font-size:24px;
}
	


#GardenMain #RightCol-Links {
	/* [disabled]background:url(); */
}

#GardenMain #RightCol-Links h1 {
	color:#000;
	font-size:small;
	background-color:#EAEDE6;
	font-family:Arial, Helvetica, sans-serif;
	padding:3px;
	font-weight:bold;
	}
	
#GardenMain #RightCol-Links p {
	color:#000;
	font-size:12px;
	}
	
#GardenMain #RightCol-Links a {
	color:#000;	/* old:666 */
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	}
	
#GardenMain #RightCol-Links h3 a {
	
	font-size:16px;
	
	}
#GardenMain #RightCol-Links a:hover {
	background-color:#DDD;
	}
##GardenMain RightCol-Links a:visited {
	color:#060;
	}
	




/*Page Elements
-----------------*/




/*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, dl, dt, dd,
ol, ul, li, table, caption, 
tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	
}
*/

#GardenMain h1 {
  font-size: 20px;
  line-height: 20px;
  font-weight:bold;
  line-height:1em;
  font-family: helvetica, arial, sans-serif;

}



#GardenMain h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;  
  margin-top: 14px;
  margin-bottom: -5px;
  font-family: helvetica, arial, sans-serif;
  line-height:1.47em;
}
	 

#GardenMain h3 {
  font-size: 16px;
 /* font-weight:bold;*/
  margin-top: 13px;
  line-height: 20px;
  margin-bottom: -5px;
}

#GardenMain h3 a {
	font-weight:bold;
}

#GardenMain h4 {
  font-size: 13px;
  font-weight: bold;  
  margin-top: 15px;
  margin-bottom: 10px;
}

#GardenMain h5 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #ff3300;
}

#GardenMain h6 {
  font-size: 20px;
  font-weight: bold; 
  line-height: 20px;  
  margin-top: 6px;
}

#GardenMain a {
	/*color: #666 old grey*/
  color: #000;
  text-decoration: none;
  font-weight:bold;
}

#GardenMain a:hover {
  color: #000;
  text-decoration: underline;
}

#GardenMain a img {
  border: 0px !important;
}

#GardenMain p a, #GardenMain a.underline {
  text-decoration: none;
}

#GardenMain p, #GardenMain pre {
  margin-top: 9px;
  line-height: 1.47em;
}

#GardenMain pre {
  padding: 10px;
  border: 1px solid #dedede;
}

#GardenMain tt {
  background: #ffffde;
}

#GardenMain hr {
   border: 0;
   color: #dedede;
   background-color: #dedede;
   height: 1px;
   margin: 10px 0;
}


/*Classes for Columns and Frames
-----------------*/

.Main-Container {
	width: 996px;
	min-height:600px;
	margin: 0 auto;
	text-align: left;
	/* [disabled]padding-top:15px; */ 
	
	
}

.Left-Column {
	width: 665px;
	float: left;
	
}

.Right-Column {
  width: 300px;
  float: right;
  margin-left: 0;
}



.Left-Columnb a,
.Right-Column a {
  color: #f30;
  text-decoration: none;
  border-bottom:none;
}

.Left-Columnb a:hover,
.Right-Column a:hover{
  color: #666;
  border-bottom: 1px solid #666;
}

.framing-normal .TEST-column {
  margin-left: 10px;
  margin-bottom: 10px;
}

.framing-normal {
	border: 1px solid #EAEDE6;
	margin-top: 10px;
	background: #fff;
}

.no-margin-top {
	
		margin-top: 0px;
	background: #fff;
}

.framing-normal-gray {
  margin-top: 10px;
  padding: 10px;
  background: #f6f6f6;
}

.framing-TESTHOVER,
.framing-thick-grey {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
}

.framing-thick-grey {
	border: 4px solid #EAEDE6;
}

.framing-TESTHOVER {
  display: block;
  border: 1px solid #f30;
}

.framing-TESTHOVER .subtitle {
  margin-top: 0;
  color: #333;
}

.framing-TESTHOVER:hover {
  background: #3F0;
  /* border: 1px solid #666; */
  text-decoration: none;
}

.framing-TESTHOVER:hover .title {
  color: #666;
  text-decoration: underline;
}

.framing-thick-grey {
  display: block;
}
a.framing-thick-grey h2 {
  color: #f30;
}
a.framing-thick-grey:hover {
  background-color: #ededed;
  border: 4px solid #f30;  
}
a.framing-thick-grey:hover h2 {
  color: #333;
}
a.framing-thick-grey p {
  color: #333;
}
.framing-thick-grey p {
  margin-top: 6px;
}



.Right-Column .framing-normal {
  padding: 15px;
}




.Left-Column .framing-normal,
.TEST-column .framing-normal {
  padding: 10px;
}


.clear {
  clear: both;
}

.noclear {
  clear: none !important;
}

.Articles_Credits {
  color: #666;
  font-style: italic;
}


.Left-Column h3,
.TEST-column h3 {
  font-size: 16px;
  font-weight: bold;
 /* line-height: 14px;*/
}




/*Slide Show Links IDs
-----------------*/


#Slide-Sublinks {
	height:20px;
	margin-top: 5px !important;
	background-color:;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
	float:right;
}

#Slide-Sublinks li {
  position:relative;
  background: transparent !important;
  padding-left: 0 !important;
  zoom: 1;
	display:inline;
				text-transform:uppercase; 
				padding-left:12px;
}



#Slide-Sublinks a {
	display: inline;
	color: #333;
	font-size: 13px;
	line-height: 16px;
	border-bottom: 3px solid #D3E9D2;
	background: transparent;
	padding: 2px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	text-decoration:none
}

#Slide-Sublinks a:hover {
	color:#FFF;
	background: #333;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0C6;
}

#Slide-Sublinks .first a {
  border-top: none;
}

#Slide-Sublinks li ul {
  margin-top: 0 !important;
  padding: 0 12px 7px 12px;
  background: #fff !important;
}

#Slide-Sublinks li ul a {
  border-top: 0 !important;
  font-weight: normal !important;
  color: #666 !important;
  padding: 0 0 4px 8px !important;

}

.GardenMain #wrapper {
    line-height: 0;

}

#footTop {
    line-height: 1;

}


/* Mega Gardern Slider with thumbnails
-----------------*/

.theme-gardenslider-withthumb #slider {
   /* margin:100px auto 0 auto;*/
    width:946px; /* Make sure your images are the same size */
    height:430px; /* 630, default img resizeMake sure your images are the same size */
}







#legacy-wrapper {
	background:none !important;

    -webkit-box-shadow: none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
 
	
	
}
#legacy-wrapper #GardenMain {
	background:none !important;}







/*Styles for new Exhibiton*/


#GardenMain .titles{
	float:left;
	margin-top:60px;
	margin-bottom:20px;
	padding:10px;
	
}

#GardenMain .notop{
	
	margin-top:0px;

	
}

#GardenMain .titles h1{
	font-size:40px;
	margin:0;

}
#GardenMain .titles,
#GardenMain .exhibition{
	/*border: 1px solid #EAEDE6;*/
	background-color:#FFF;
	
	
}
#GardenMain .exhibition {
	width:966px;
	min-height:200px;
	margin-bottom:30px;
	
}




#GardenMain .exhibition a {
	color: #030;
	text-decoration: none;
	font-weight: bold;
}
#GardenMain .exhibition a:hover {
	text-decoration: underline;
	}
#GardenMain .exhibition .main-description-left {
	float:left;
	width:619px;
}
#GardenMain .exhibition .main-description-left, #GardenMain .exhibition .ticket-info-right {
	padding:0 10px;
}
#GardenMain .exhibition h1 {
	font-size: 27px;
	margin:0.8em 0 0.3em 0;
}



#GardenMain .exhibition .main-description-left p {
	
	
}
#GardenMain .exhibition .main-description-left h2 {
	font-size: 14px;
	line-height: 0.5em;
	font-style:italic;
}
#GardenMain .exhibition img {
	width:190px;
	height:100px;
	float:left;
	margin:6px 10px 10px 0px;

	border: solid 1px #F3F5F1;
}
.ticket-info-right {
	float:right;
	width:297px;
	font-size:18px;
	/*background:#FAFBFB;
	border-left:1px solid #EAEDE6;
	border-bottom:1px solid #EAEDE6;*/
	min-height:220px;
	/*height:100%;*/
	text-align:center;
}





#GardenMain .exhibition .ticket-info-right h3 {
	margin-bottom:2px;
	margin-top: 7px;
}
#GardenMain .exhibition .ticket-info-right h4 {
	text-align:center;
	font-size:16px;
	line-height:21px;
	padding:20px 25px;
}
#GardenMain .exhibition .ticket-info-right > div {
	/*border:1px solid #EAEDE6;*/
	background:white;
	margin:20px 12px;
	padding:5px 10px;
}
#GardenMain .exhibition .ticket-info-right > p {
	font-size:10px;
	line-height:18px;
	color:#000;
	text-align:center;
	padding:0px 20px;
}
#GardenMain .exhibition .ticket-info-right a.button {
	text-align:center;
	color:#000000;
	font-size:16px;
	margin:0 auto;
	display:block;
	padding-bottom: 1px;
	display:inline-block;
	font:bold 14px Arial, Helvetica, sans-serif!important;
	line-height:normal!important;
	text-transform:uppercase;
	text-decoration:none;
	padding:10px 12px;
	margin:10px;
	border: 1px solid black;
	outline:0;
	cursor:pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	-o-user-select:none;
	user-select:none;
	display: block;
	position: relative;
	margin-right: 5px;
	/*width: 100px;*/
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #000;
	border: none;
	color: #fff;
}
#GardenMain .exhibition .ticket-info-right a.button:hover {
	background-color: #FFF;
	cursor: pointer;
	color: #000;

	
}



#GardenMain .exhibition .ticket-info-right a.grey{
	background-color: #000;

}
#GardenMain .exhibition .ticket-info-right a.grey:hover {
	background-color: #666;
	
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */