/* MauiArt.com Style Sheet */

body { 	
	margin: 0px;
	background: #ffffff;
	color: #444343; 
	font-size: small;
	font-family: arial, helvetica, sans-serif;
}


/* FORMATTING */
div.clear {
	clear: both; /* pushes our position below everything that precedes; adds some blank space */
}

div.standardSpacer {
	height: 10px;
}

div.tallSpacer {
	height: 20px;
}

/* remove in-line interpretation from images used to create template */
td img.decoration {
	display: block;
}

/* PRIMARY FONT ASSIGNMENTS */
p, div.standardfont {
	font-size: 90%;
}

h1,h2, a.lg_index_links { /* standard page titles */
	margin: 0px;
	color: #000077;	/* blue */
	font-family: verdana;
	font-weight: bold;
}

a.lg_index_links:link, a.lg_index_links:visited, a.lg_index_links:active {
	text-decoration: none;
	color: #000077;	/* blue */
}
a.lg_index_links:hover {
	text-decoration: underline;
	color: #000077;	/* blue */
}

h1 {
	font-size: 120%;
}

h2 {
	font-size: 100%;
}

a:link {
	color: #980202;
	text-decoration: underline;
}
a:visited {
	color: #980202;
	text-decoration: underline;
}
a:hover {
	color: #980202;
	text-decoration: none;
}
a:active {
	color: #980202;
	text-decoration: none;
}


/* ARTIST LIST PAGE LINKS */
a.artistlist {
	display: block;
	font-size: 90%
}
a.artistlist:link {
	color: #F43420;
	text-decoration: none;
}
a.artistlist:visited {
	color: #F43420;
	text-decoration: none;
}
a.artistlist:hover {
	color: #F43420;
	text-decoration: underline;
}
a.artistlist:active {
	color: #F43420;
	text-decoration: none;
}


/* TOP NAV */
#top_nav {
	font-size: 78%;
}


/* LEFT NAVIGATION */
#leftnav {
	width: 115px;
	padding: 1px;
}

#leftnav a {
	position: relative;
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 3px 4px 3px 3px; /* top right bottom left */
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	/* line-height: 150%; */
}

#leftnav a:link	{
	color: #3035C9;
	text-decoration: none;
	font-weight: bold;
}

#leftnav a:visited	{
	color: #3035C9;
	text-decoration: none;
	font-weight: bold;
}

#leftnav a:hover	{
	color: #D42113; /* # red */
	text-decoration: underline;
	font-weight: bold;
}

#leftnav a:active	{
	color: #D42113;
	text-decoration: underline;
	font-weight: bold;
}

/* LEFT NAV: HIGHLIGHT CURRENT PAGE */
#leftnav a.currentpage {
}

#leftnav a.currentpage:link {
	color: #D42113;
	text-decoration: none;
}

#leftnav a.currentpage:visited {
	color: #D42113;
	text-decoration: none;
}

#leftnav a.currentpage:hover	{
	color: #F43420;
	text-decoration: underline;
}

#leftnav a.currentpage:active {
	color: #D42113;
	text-decoration: underline;
}


/* LEFT SUB NAVIGATION */
#leftnav a.subnav {
	padding-left: 10px;
	font-weight: normal;
}

#leftnav a.subnav:link {
	color: #000000;
	text-decoration: none;
}

#leftnav a.subnav:visited {
	color: #000000;
	text-decoration: none;
}

#leftnav a.subnav:hover	{
	color: #BE1A31;
	text-decoration: none;
	background-color: #ffffff;
}

#leftnav a.subnav:active {
	color: #ff0000;
	text-decoration: none;
}

/* MAIN CONTENT */
#content {
	padding-left: 10px;
	padding-right: 10px;
	background: #ffffff;
}

/* FORCE SPACING BETWEEN TABLE CELLS */
.cushioned_cell {
	padding: 0px 10px 0px 10px;
}

/* dropshadows for images; see: http://www.alistapart.com/articles/cssdropshadows/ */
.img-shadow {
  float:left;
  background: url(/template_images/dropshadowAlpha.png) no-repeat bottom right !important;
  background: url(/template_images/dropshadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  /*padding: 4px;*/
}

/* FORM */
.smallform {
	font-size: 70%;
}

/* SPECIALTY FONTS */
.smallfont {
	font-size: 85%;
}


/*  SPECIALTY */
.mediums_name { /* used on art terms page */
	font-weight: bold;
	color: #BE1A31;
}


/* INTRA-PAGE LINK */
div.intrapage {
	text-align: center;
	font-size: 80%;
}

div.intrapage a	{
	text-decoration: none;
	padding-left: 3px;
}

div.intrapage a:link	{
	color: #005295;
	text-decoration: none;
}

div.intrapage a:visited	{
	color: #005295;
	text-decoration: none;
}

div.intrapage a:hover	{
	color: #BE1A31;
	text-decoration: none;
}

div.intrapage a:active	{
	color: #005295;
	text-decoration: none;
}

/* TOLLFREE ANNOUNCEMENT */
div.tollfree {
	font-size: 130%;
	font-weight: bold;
	color: #BE1A31;
	text-align: center;
	margin: 10px;
}


/* FEATURED ARTIST BLOCK & INDEX PAGE */
#featured_artist, #indexpage {
	position: relative;
	float: left;
	width: 415px;
	padding-right: 5px;
}

#featured_artist h1, #indexpage h1 { /* not used */
	font-size: 160%;
	font-family: "monotype corsiva", cursive;
	font-weight: bold;
	color: #005295;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;
	text-decoration: none;
}

#featured_artist h2, #indexpage { /* not used */
	font-size: 120%;
	color: #005295;
	text-align: left;
	margin: 0px;
}

/* ARTIST LIST (other link definitions with standard link definitions) */
.artistlist a	{
	display: block;
	text-decoration: none;
	padding-left: 3px;
	font-size: 85%;
}


/* IMAGE DIV */
div.t100_container { /* holds pic and text */
  float:left;
  width:130px;
  height:200px;
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 80%;
}


/* SHOW ART */
.datafont {	
	text-align: center;
	font-size: 80%;
}

.moreinfo1{
	font-weight: bold;
	text-align: center;
}

.showart_caption {
	font-weight: bold;
	font-style: italic;
}

.showart_returnlink {
	
}

/* FOOTER */
.footerfont {	
	text-align: center;
	font-size: 70%;
	color: #888888;
}

div.footerlinks a {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

div.footerlinks a:link	{
	color: #005295;
	text-decoration: none;
}

div.footerlinks a:visited	{
	color: #005295;
	text-decoration: none;
}

div.footerlinks a:hover	{
	color: #BE1A31;
	text-decoration: none;
}

div.footerlinks a:active {
	color: #005295;
	text-decoration: none;
}

#search_box {
	position: absolute;
	top: 6px;
	left: 570px;
}

#sublist { 
  position: absolute;
  top: 80px;
  left: 140px;
  z-index: 12;  
  display:none;
  border: 1px solid #000000;
  background-color:#ffffff;
 }
 
#artlist { 
  position: absolute;
  top: 80px;
  left: 140px;
  z-index: 12;  
  display:none;
  border: 1px solid #000000;
  background-color:#ffffff;
 }


