/* Start of CMSMS style sheet 'hs_styles' */
/*HTML SETUP*******************************************************************/

/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;

}





ul, dl, ol{
margin:0.5em 0.0em .5em 1.0em;
padding:0.5em 0.0em .5em 1.0em;
}

.searchhilite{
background-color:red;

}


/*you must compensate for the scroll bar for mozilla though because the margin and padding is removed*/
option{
	padding-right:.5em;
}


html, body{	
	font-family:Arial, Helvetica, sans-serif;	
	line-height: 1.0em;	
	height:100%;
	width:100%;
}
body{
	background-image:url(images/hs_art_trail/bg.jpg);
	background-repeat:repeat;
}


img{

}

.clearb{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0px;

}



/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}







/*fix Disappearing List Background Bug */
ul, ol, dl { position: relative; }

/*
.divider_holder{
	position:relative;
	width:100%;
	height:1px;	
	line-height:0px;
	margin-top:10px;
	padding-bottom:10px;
}

.divider{
	position:absolute;
	border-bottom:1px solid #f2f0d9;
	width:957px;
	left:-36px;
	top:0px;
}
*/

.divider, hr{
	position:relative;
	border-bottom:1px solid #f2f0d9;
	width:100%;
	margin-top:0px;
	margin-bottom:8px;	
	line-height:1.0em;
}

/*END HTML SETUP*******************************************************************/



/*START LAYOUT ELEMENTS************************************************************/
#centered_main{
	position:relative;
	width: 981px;
	margin-right: auto;
    margin-left: auto;	
	min-height: 100%;
	
}
#header{

}

#logo_main, logo_main_txt{
	float:left;
}
#main{
	background-image:url(images/hs_art_trail/main_bg.gif);
	background-repeat: repeat-y;
	width: 981px;
}

#main #main_cont{
	padding:20px 58px 0px 53px;
}

#wysiwyg_main{
	min-height:150px;
}


#main_area, #wysiwyg_main{
	font-size:0.75em;
	line-height:1.9em;
}

#main_area{
	float:left;
	position:relative;
	z-index:1;
	width:622px;	
}

#main_area .content{
	padding-right:41px;
}
#main_area h1{
	width:80%;
}

#wide_area{

}
#wide_area .content{
width:100%;
height:20px;
}


#main_bot_cap{
	background-image:url(images/hs_art_trail/main_bot_cap.gif);
	width:981px;
	height:77px;
}

#sub_area{
	position:relative;
	z-index:2;
	float:left;
	width:246px;
	background-color:#f5efd5;
}


#sub_area h3{
	background-color:#e3d8c0;
	padding:10px;
	border-bottom:1px solid #e1d2b2;
	text-transform:uppercase;
} 
#sub_area .content h3{
	text-transform:none;
	
}


#recent_news{
	font-size:.7em;
	border-bottom:1px solid #fff;
}

#recent_news a{
	color:#81642c;
	text-decoration:none;
}

#recent_news a:hover{
	color:#81642c;
	text-decoration:underline;
}

#recent_news .top_cap{
	font-size:0px;
	line-height:0px;
	background-image:url(images/hs_art_trail/easel_top_cap.gif);
	width:247px;
	height:26px;	
}
#recent_news .bot_cap{
	font-size:0px;
	line-height:0px;
	background-image:url(images/hs_art_trail/easel_bot_cap.gif);
	width:247px;
	height:161px;	

}             
                

#recent_news .content{
	padding:14px 14px 14px 40px;	
	background-image:url(images/hs_art_trail/easel_mid_bg.gif);
	background-repeat:repeat-y;
}

#upcoming_events{
	font-size:.7em;
}
#upcoming_events .content{
	padding:14px 14px 14px 40px;
}


.NewsSummary{
	padding-top:5px;
}

/*news template*/
.NewsSummaryLink{
	line-height:2.0em;	
	background-image:url(images/hs_art_trail/cal_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	margin-left:-25px;
	padding-left:25px;
	
}
.NewsSummaryLink a{
	text-decoration:none;
	font-size:1.5em;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
		
}
.NewsSummarySummary{
	padding-bottom:5px;
}
.NewsSummaryMorelink a, .NewsSummaryMorelink a:visited, .NewsSummaryMorelink a:hover{
	color:#000000;
}


#sub_nav{
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	right:0px;
	top:0px;
	width:492px;
	text-align:right;
	padding-bottom:10px;
	padding-right:22px;			
}
#sub_nav ul{
	margin:0px;
	padding:12px 0px 8px 0px;
	font-size:.75em;
}
#sub_nav ul li
{  	
	display: inline;
    margin-left: 5px;
	padding-left: 8px;
	text-transform:uppercase;
}
#sub_nav a{
	text-decoration:none;
	color:#785c28;
}
#sub_nav a:hover{
	color:#333333;
}
#sub_nav a{
	color:#785c28;
	text-decoration:underline;	
}
#search{
	padding-top:5px;
}


#hs_footer{
	font-size:.75em;
	background-image:url(images/hs_art_trail/footer_bg2.gif);
	height:141px;
	width:981px;
	color:#756b4e;
}

#hs_footer .container{
	padding:30px 48px 0px 48px;
}
#hs_footer .content{
	float:left;
	padding-top:10px;
	padding-left:10px;
}
#hs_footer p{
	font-size:.9em;
}

#hs_footer a{
	color:#81642c;
	text-decoration:none;
}
#hs_footer a:hover{
	text-decoration:underline;
}

#footer_logo{
	float:left;
}

#hs_footer ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
}
#hs_footer .horizontal_list li.first_item{
	background-image:none;
	padding-left:0px;
}


#hs_footer .horizontal_list li{	
	background-image:url(images/hs_art_trail/list_divider.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:15px;
	padding-right:10px;
	text-transform:uppercase;
}

#main_head{
	font-size:.75em;
}

#breadcrumbs{
	text-transform:uppercase;

	text-align:right;
	color:#5d2f61
}
#breadcrumbs a{
	color:#000;
}



ul.horizontal_list{
	margin:0px;
	padding:0px;
}

ul.horizontal_list li{
	display:inline;		
}

#wysiwyg_main ul, #wysiwyg_main ul{
	list-style:none;
}

#wysiwyg_main li{
	margin-left: 10px;
	background-image:url(images/hs_art_trail/arrow_drk_green.gif);
	background-repeat:no-repeat;
	background-position:0px 0.40em;
	padding-left: 13px;
}

.int_map,.dwn_brc, .loc_gde{
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:18px;
	padding-top:0px;

}

.int_map{
	background-image:url(images/hs_art_trail/int_map.gif);	
}

.dwn_brc{
	background-image:url(images/hs_art_trail/dwn_brc.gif);
}

.loc_gde{
	background-image:url(images/hs_art_trail/loc_gde.gif);
}

.pdf{
	background-image:url(images/hs_art_trail/acrobat_pdf.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:25px;
	padding-top:5px;

}

.number{
	padding-right:0px;
	background-image:url(images/hs_art_trail/purple_box.gif);
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:inline;
	padding-left:4px;
	padding-top:1px;
	padding-right:13px;
	padding-bottom:5px;	
}



.sub_page_content{
   padding-left: 0;
   width:220px;
   float:left;
   padding-left:12px;
   padding-top:12px;  
   font-size:1.0em;
}



.post_item{
	clear:both;
	position:relative;
	height:100%;
	padding:10px;
}



.post_title{

	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#5d2f61;
	font-weight:normal;
}


.post_item.row2{
	background-color:#F5EEDC;
}
.post_item.row1{
	background-color:none;
}


.artist.image_box_right {
	background-color: #F5EEDC;
	font-size:.75em;
	line-height:1.0em;
	float:right;
	position:relative;
	width:302px;
	margin:0px 0px 15px 15px;		
}

.artist.image_box_right .box_content{
	padding:10px;
	text-align:right;
}

.artist.image_box_right img{
  padding-bottom:.5em; 
}



#news_summary_box, #upcoming_events_box{
	width:420px;
	float:left;
	background-color:#F5EEDC;
	border:1px solid #f2e0b1;	
}

#news_summary_box .box_content{
	padding:10px 20px 10px 30px;	
}

#upcoming_events_box{
	margin-left:20px;
}
#upcoming_events_box .box_content{
	padding:10px 20px 10px 30px;
}


#news_summary_box.box h2, #upcoming_events_box.box h2{
	border-bottom:1px solid #D3C6A5;
	line-height:40px; 
}




/*END LAYOUT ELEMENTS************************************************************/


/*START FONT ELEMENTS************************************************************/

/*
by putting the font size (.75em) in the imediately outer div (usually content) 
we are enabling the default size of text to be .75em
because p tags font size are not set explicitly they will default to .75 
(eg. .75 of 1).
All other fonts h1, h2, h3, h4. will be .75 of the below sizes
DEFAULT FONT SIZE SHOULD BE SPECIFIED IN THE IMMEDIATELY OUTER DIV CONTAINER!
*/


h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#5d2f61;
	line-height:1.25em;
	font-size:2.0em;
	font-weight:normal;
	display:inline;

}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#5d2f61;
	font-weight:normal;

}


h3{	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	color:#5d2f61;	
	font-weight:normal;
}

h4{
	font-size:12px;
	color:#28495a;
}

h5{
	font-size:18px;
	font-weight:lighter;
	margin:0px;
	color:#73a31b;
	font-weight:bold;
}
p{

}

ul{
        color:#333;
}

.small_text{
	font-size:.6em;
}

/*END FONT ELEMENTS************************************************************/


/*START HYPERLINK ELEMENTS*******************************************************/


a.block_but{
	padding:5px 5px 5px 5px;
	display:inline;
	position:relative;
	background-color:#5d2f61;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}
a.block_but:hover{
	background-color:#993399;
}


a{
	color:#b08e4f;
	text-decoration:underline;
}

a:hover{

	text-decoration:none;	
	
}

#friday_link{
	font-weight:lighter;
	text-align:right;
	padding-left:360px;
	font-size:1.1em;
}

#friday_link a{
	text-decoration:none;
}

#friday_link a:hover{
	color:#970332;	
	text-decoration:underline;
}


/*END HYPERLINK ELEMENTS*******************************************************/




/*START WYSIWYG ELEMENTS*******************************************************/
/*All elements here will be viewable in the wysiwyg they should be copied into
Please note that all styles must also be in lower case.
*/

.purple{
	color:#5d2f61;		
}



/*
DO NOT CHANGE THE COLOR FOR THESE STYLES. (bodytextsmall, bodytextlarge, bodytextreg) 
YOU SHOULD ONLY CHANGE THE SIZE AND FAMILY. COLOR SHOULD BE IMPLEMENTED WITHIN THE ACTUAL
DIV THE STYLE IS BEING USED
*/
.bodytextsmall{
	font-size:9px;
	color:#000;	
}
.bodytextlarge{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#68596f;
}
.bodytextreg{
	font-size:11px;
	font-weight:lighter;
	color:#333;
	
}

/*
INTERNAL PAGE STYLES
*/
#main_area h2{
	padding-bottom:10px;
}

#main_area hr{
	border-top:1px solid #D0CDBA;
	border-bottom:none;
	border-right:none;
	border-left:none;
}

#main_area a{
	color:#47433A;
}

.artist_list{
	font-size:1.1em;
}

.orange_box{
	width:100%; 
	padding:10px; 
	background-color:#e7cd9a
}

.yellow_box{
	width:100%; 
	padding:10px; 
	background-color:#f5eedc
}

.yellow_box a{
	color:#5d2f61;
	text-transform:uppercase;
	text-decoration:none;
}

.yellow_box a:hover{
	text-decoration:underline;
}
/* End of 'hs_styles' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility{
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'hs_form' */
input, select{
	border:none;
	background-color:#fff;
	border-top:1px solid #7e9eb7;
	border-left:1px solid #7e9eb7;
	border-bottom:1px solid #7e9eb7;
	border-right: 1px solid #7e9eb7;
	padding:2px;	
}
input, select{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#f4eadd;
}
.error{
	color:#be0509;
}

textarea, .text{
	/*Mozilla does not like textareas!! and does not 
allow you to modify scrollbars. Even fonts must
be overriden within the text area
*/	
	font-family:Georgia, "Times New Roman", Times, serif
	width:300px;
	font-size:11px;
	background-color:#fff;
	border-top:1px solid #7e9eb7;
	border-left:1px solid #7e9eb7;
	border-bottom:1px solid #7e9eb7;
	border-right: 1px solid #7e9eb7;
	scrollbar-face-color : #718B9F;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-width:5px;
}

form{
	margin:0px;
	padding:0px;
}

.fieldset-wrapper{
	padding-top:5px;
	padding-bottom:15px;
	padding-right:20px;
	position:relative;
}


input.btn{
	border:0px;
	background-color:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-right: 1px solid #572a55;
	border-bottom: 1px solid #572a55;
	padding:1px;
	font-size:12px;
}

table td.valigntop{
/*to account for the offset created by the inputs field border*/
vertical-align:top;
padding-top:3px;
}


/* End of 'hs_form' */

/* Start of CMSMS style sheet 'hs_menu' */

#hs_menu li{
   	margin-left: auto;
	background-image:auto;
	background-repeat:auto;
	background-position:auto;
	padding-left: auto;
}
#hs_menu a{
	text-decoration:none;
	display:block;
	height:47px;
}

#hs_menu a .menu_text{
	display:none;
}

#menu_spacer{
	background-image:url(images/hs_art_trail/buttons/main_nav/nav_spacer.gif);
	position:absolute;
	display:block;
	left:12px;
	top:116px;
	width:183px;
	height:30px;

}   
#hs_menu{	
	width:786px;
	height:47px;	
	font-size:13px;
	overflow:hidden;
	background-image:url(images/hs_art_trail/buttons/main_nav/but_nav_roll_over.gif);
	background-repeat:no-repeat;
	float:right;
	position:relative;
	cursor:pointer;
}



/*List Styles----------------------------------------------------------------------------*/
#primary-nav, #primary-nav ul {
list-style: none;
margin: 0px;
padding: 0px;
}

#primary-nav li {
	display:relative;
	text-align:left;
	float:left;	
}


/* Styling the apperance of menu items on hover */



#primary-nav li.menuh,
#primary-nav li:hover,
#primary-nav li.menuparenth {
	background:none;
}



li#home{	
	width:86px;
	height:47px;	
	background-image:url(images/hs_art_trail/buttons/main_nav/regular_state/but-home.gif);
}
li#home.current, li#home.current:hover{
	width:86px;
	height:47px;
	background-image:url(images/hs_art_trail/buttons/main_nav/active_state/but-home.gif);
}

li#the-trail{
	width:116px;
	height:47px;	
	background-image:url(images/hs_art_trail/buttons/main_nav/regular_state/but-the-trail.gif);
}
li#the-trail.current{
	width:116px;
	height:47px;	
	background-image:url(images/hs_art_trail/buttons/main_nav/active_state/but-the-trail.gif);
}

li#the-artists{
	width:131px;
	height:47px;	
	background-image:url(images/hs_art_trail/buttons/main_nav/regular_state/but-the-artists.gif);
}
li#the-artists.current, li#the-artists.current:hover{
	width:131px;
	height:47px;	
	background-image:url(images/hs_art_trail/buttons/main_nav/active_state/but-the-artists.gif);
}


li#trail-map{
	width:117px;
	height:47px;	
	background-image:url(images/hs_art_trail/buttons/main_nav/regular_state/but-trail-map.gif);
}

li#trail-map.current{
	width:117px;
	height:47px;
	background-image:url(images/hs_art_trail/buttons/main_nav/active_state/but-trail-map.gif);
}




li#discussion-board{
	width:191px;
	height:47px;	
	background-image:url(images/hs_art_trail/buttons/main_nav/regular_state/but-discussion-board.gif);
}
li#discussion-board.current{
	width:191px;
	height:47px;
	background-image:url(images/hs_art_trail/buttons/main_nav/active_state/but-discussion-board.gif);
}

li#contact{
	width:145px;
	height:47px;	
	background-image:url(images/hs_art_trail/buttons/main_nav/regular_state/but-contact.gif);
}
li#contact.current{
	width:145px;
	height:47px;
	background-image:url(images/hs_art_trail/buttons/main_nav/active_state/but-contact.gif);
}




/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/*
just add
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul ul ul,
for fourth level
*/

#primary-nav ul,
#primary-nav li:hover ul,
#primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul,
#primary-nav li.menuparenth ul ul {
display: none;
}

/* add
#primary-nav ul ul ul li:hover ul,
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/

#primary-nav li:hover ul,
#primary-nav ul li:hover ul,
#primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul,
#primary-nav ul li.menuparenth ul,
#primary-nav ul ul li.menuparenth ul {
display: block;
}



/*end List Styles----------------------------------------------------------------------------*/


/*Link Styles----------------------------------------------------------------------------*/
#primary-nav ul a {
display:block;
margin:0px;
text-align:center;
text-decoration: none;
}

#primary-nav ul{
	text-align:left;
}

#primary-nav ul ul{
	text-align:left;
}




/*Link Styles----------------------------------------------------------------------------*/

/* End of 'hs_menu' */

