@charset "UTF-8";

body  {
	color: #E2D9B3;
	font-size: 90%;
	background-image: url(../styles/images/mainbg_tiki.jpg);
	background-repeat: no-repeat;
	background-color: #8A7C49;
	background-position: center bottom;
}

.mainstyle h1, h2, h3, h4, h5 {
font-weight:normal;
color: #f3dc7a;
}
.mainstyle a:link {
color: #181A14;
}
.mainstyle a:visited {
color:  #e0b77d;
}
.mainstyle a:hover, a:active {
color: #91d79c;	
}
/* Tips for sidebars:
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.mainstyle #sidebar1 {
	background-repeat: no-repeat;
	background-image: url(../styles/images/sidebar_nontransparent.jpg);
}
.mainstyle #sidebar2 {
	background-image: url(../styles/images/sideimage_plain.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
	
}

.mainstyle #contact  a:link, #contact a:visited {
	color: #88780B;	
	background-color:  #181A14;
}
.mainstyle #contact  a:hover, #contact a:active {
	color: #D7EB44;
	background-color:  #181A14;
}
.mainstyle #contact #thisdirectory a:link, #thisdirectory a:visited, #thisdirectory a:hover, #nav_side #thisdirectory a:active {
color: #D7EB44;
border-left: #D7EB44 solid 2px;
border-bottom: #D7EB44 solid 2px;
background-color:  #181A14;
}

.mainstyle #nav_side  a:link, #nav_side a:visited {
	color: #181A14;
	border-bottom-width: 2px;
	border-bottom-color: #181A14;
	border-bottom-style: solid;
}
.mainstyle #nav_side  a:hover,  #nav_side a:active {
	color: #9C2C2F;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fec849;
}

.mainstyle #nav_side #thisgallery a:link, #thisgallery a:visited, #thisgallery a:hover, #nav_side #thisgallery a:active {
	color: #7D2A23;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D86F20;
}

.mainstyle #harpernav {
	color: #FFFFF6;
}


.mainstyle #harpernav  a:link, #harpernav a:visited {
	color: #FEFBF8;
	border-bottom-style: solid;
	border-bottom-color: #FEFBF8;
	border-bottom-width: 2px;
}
.mainstyle #harpernav  a:hover, #harpernav a:active {
	color: #39363f;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #39363f;
	}

.mainstyle #music {
	color: #88780B;
	padding: 5px 4% 5px 0px;
	text-decoration: none;
}
.mainstyle #calendar {
	color: #88780B;
	padding: 5px 4% 5px 0px;
	text-decoration: none;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/


.mainstyle #music h3 a:link, #music h3 a:visited {
	color: #88780B;
	background-color:#181A14;
	padding: 10px 20px;
	border: 2px solid #88780B;
	text-decoration: none;
}

.mainstyle #music h3 a:hover, #music h3 a:active {
	color: #D7EB44;
	background-color: #181A14;
	padding: 10px 20px;
	border: 2px solid #D7EB44;
}

.mainstyle #calendars h3 a:link, #calendars h3 a:visited {
	color: #88780B;	
	background-color: #181A14;
	padding: 10px 20px;
	border: 2px solid #88780B;
	text-decoration: none;
}

.mainstyle #calendars h3 a:hover, #calendars h3 a:active {
	color: #D7EB44;	
	background-color: #181A14;
	padding: 10px 20px;
	border: 2px solid #D7EB44;
}


.mainstyle #maintext dt {
color: #f3dc7a;
}
.mainstyle  #header {
	background-image: url(../styles/images/asni_logo.png);
	background-repeat: no-repeat;
}

.mainstyle #headerimage img {
	overflow: visible;
	z-index: 1;
	position: relative;
	left: -10%;
	border-style: none;
}

.mainstyle #top_navbar {
	background-color: #766D43;
	border-top-color: #766D43;
	border-bottom-color: #766D43;
}

/* style the links in the nav list */

.mainstyle #top_navbar  a:link,  #top_navbar a:visited {
	color: #181A14;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #978443;
	border-left-color: #978443;
}
.mainstyle #top_navbar a:hover, #top_navbar a:active {
	color: #E2D9B3;
	border-bottom-width: 0px;
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E2D9B3;
	border-left-color: #E2D9B3;
}
/* special style for link to identify current page */
.mainstyle #top_navbar #thispage a:link,  #top_navbar #thispage a:visited,  #top_navbar #thispage a:hover,  #top_navbar #thispage a:active {
	color: #CDB965;
	border-top-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #91d79c;
	border-left-color: #91d79c;
}

#newsletter_link   span  {
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #f3dc7a;
	font-size: 1.1em;
}
#newsletter_link     span     a:link  {
	text-decoration: none;
	color: #F3DC7A;
}


#newsletter_link span a:visited {
	color: #E2D9B3;
}


.mainstyle #shopnews img{
	margin-right: 3%;
	border: 2px solid #AD9B65;
}
.mainstyle #projects {
	padding-top: 15px;
}
.mainstyle #projects img {
	margin-right: 3%;
}

.mainstyle #calendar {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.mainstyle #calendar img {
	height:80px;
	margin: 2px;
}

.mainstyle #footer_navbar a:hover, #footer_navbar a:active {
color: #E2D9B3;
}
.navimage img {
	margin: 0px;
	border: 2px solid #AD9B65;
}

.insertimage img {
	border: 2px solid #AD9B65;
}

 #footer {
	color: #d2c699;
} 

#footer hr {
	height: 1px;
	border-style: none;
	background-color: #A09466;
}

	
	#footer a:link {
color: #181A14;
}
#footer a:visited {
color: #181A14;
text-decoration: none;
}
#footer a:hover, a:active {
color: #FFFFFF;
text-decoration: none;
}
/* Miscellaneous classes for reuse */

.links  hr {
	color: #8A7C49;
}

.widget {
	background-color: #615739;
	width: 158px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	border: 8px solid #A2925F;
}

.yellow {
	font-weight: bold;
	color: #F3DC7A;
}
.shopitem {
	margin-left: 5%;
	padding-left: 50px;
	height: 200px;
}
.shopitem ul {
	margin-left: 5%;
	width: 40%;
	padding-left: 50px;
}
.shopitem  h4, p {
	padding: 0px 10px;
}

.shopitem ul form {
	display: inline;
	float: right;
}

.shopitem li {
	width: 80%;
}



.insertimage #calendar img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 30%;
	margin-left: 30%;
}

.cardimage {
float: left;
margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 15%;
	margin-left: 2%;

}
