@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #efbf81;
	}		
	
h2 {
	font: Verdana;
	color: #000;
	font-size: 175%;
	line-height: 125%;
}

h2.left {
	font: Verdana;
	text-align: left;
	color: #000;
	font-size: 175%;
}
	
h3 {
	font-size: 120%;
	line-height: 30px;
	text-decoration: none;
}

h4 {
	font-size: 120%;
	line-height: 125px;
	text-decoration: none;
	background-image: url(media/flowerlogomed.png);
	background-repeat: no-repeat;
	background-position: left;
	text-align: center;
}	

h5 {font-size: 12px; font-weight: bold;}

#container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid #2d1802 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	background-color: #993300;
} 
#header {
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 210px;
	text-align: center;
	background-color: #993300;}
	

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #E25A11;
	text-align: center;
}

#sidebar {
	background-color: #669999;
	background-image: url(media/dots.png);
	border: solid #000 4px;
	margin: 10px;
	padding: 10px;
}


#sidebar {
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(media/dots.png);
	background-color: #669999;
	padding: 10px;
	margin: 10px 0 10px 10px;
	border: solid #000 4px;	
	height: auto;
}
#mainContent {
	margin: 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #efbf81;
	border: solid #000 4px;
	background-image: url(media/bgflower.gif);
	background-repeat: no-repeat;
	height: auto;
	line-height: 16px;
	background-position: center center;
}

#blogContent {
	margin: 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #efbf81;
	border: solid #000 4px;
	background-image: url(media/bgflower.gif);
	background-repeat: no-repeat;
	height: auto;
	line-height: 16px;
	background-position: center center;
}


#mainContent2 {
	margin: 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #efbf81;
	border: solid #000 4px;
	background-image: url(media/bgflower.gif);
	background-repeat: no-repeat;
	height: auto;
	line-height: 16px;
	background-position: center 500px; /* centered horizontally, positioned 500px down from top of div */
}

#mainContent3 {
	margin: 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #efbf81;
	border: solid #000 4px;
	height: auto;
	line-height: 16px;
	background-position: center 500px; /* centered horizontally, positioned 500px down from top of div */
}

#mainContent a {
	color: #993300;
	text-decoration: underline;
}

#mainContent a:visited {
	color: #993300;
	text-decoration: none;
} 
#mainContent a:hover {
	color: #339999;
	text-decoration: none;
}

#mainContent2 a {
	color: #993300;
	text-decoration: underline;
}

#mainContent2 a:visited {
	color: #993300;
	text-decoration: none;
} 
#mainContent2 a:hover {
	color: #339999;
	text-decoration: none;
}


.mail a:link { color: #993300;
	text-decoration: underline;
}
 
.mail a:visited { color: #993300;
	text-decoration: underline;
} 
.mail a:hover { color: #333399;
	text-decoration: none;
}


.featuredartist {
	display: block;
	margin: 0px;
	padding: 15px 0 0px 0px;
}

#featuredartist {
	height: 200px;
	background-color: #FFFFCC;
	font-size: 175%;
	text-align: center;
	padding: 10px 25px 5px 0;
	margin-top: 10px;
	border-top: solid #2d1802 1px;
	border-bottom: solid #2d1802 1px;
	background-image: url(media/scribble.png);
	color: #E25A11;
	font-family: Verdana, Arial, Helvetica;
	font-weight: normal;
	font-style: italic;
}

div#featuredartist a {color: #993300;
	text-decoration: underline;}

div#featuredartist a:visited {color: #993300;
	text-decoration: underline;}

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


.artist a:link, a:visited {
	color: #993300;
	text-decoration: none;
}

.artist a:hover {
	text-decoration: underline;
	color: #339999;
}  
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #993300;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 150px;
	height: auto;
	clear: none;
	display: block;
	border: solid #000 1px;
	margin: 0 0 0 9px;
	padding: 2px;
	z-index: auto;
}



.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 250px;
	height: 265px;
	border: solid #1e1001 4px;
	display: block;
	clear: right;
	}
.fltlft2 {
	display: block;
	height: 100px;
	width: 350px;
	margin: 0 0 0 0;
	background-image: url(media/artistplchldr.png);
	background-repeat: no-repeat;
	padding-left: 110px;
	font-size: 90%;
	text-align: left;
}
	/* #p2top {
display: block; 
	margin: 20px 0 0 0;
	padding: 0px;
	height: 400px;
	width: 450px;
	clear: right; 
}*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:150px;
	font-size: 1px;
	line-height: 0px;
	display: block;
}
/*#sidebar1 a:hover   {
	
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
}*/

/*#sidebar a {
	line-height: 25px;
	color: #000000;
	text-decoration: underline;
}*/

ul#navlinks  {
	line-height: 24px;
	text-decoration: none;
	text-align: left;
	list-style-image: url(media/flowerbullet-grnbkgnd.gif);
}

#navlinks a:link { text-decoration: none; color: #000; font-size: 14px;}
#navlinks a:visited {text-decoration: none; color: #000; font-size: 14px;}
#navlinks a:hover {text-decoration: none; color: #FFFFEF; font-size: 14px;}

ul#navlist  {
	line-height: 24px;
	text-decoration: none;
	text-align: left;
	list-style-image: url(media/flowerbullet-grnbkgnd.gif);
}

#navlist a:link { text-decoration: none; color: #000; font-size: 14px;}
#navlist a:visited {text-decoration: none; color: #000; font-size: 14px;}
#navlist a:hover {text-decoration: none; color: #FFFFEF; font-size: 14px;}

.100pxspacer {
	display: block;
	height: 100px;
	width: 100px;
	margin: 0 0 0 0;
	clear: right;
}

.quote { padding-left: 20px; font-family: Verdana, Arial, serif; font-size: 12px; font-style: italic; color: #FFFFEF; text-align: left;}
.p2quotert {
	font-family: Verdana;
	font-size: 90%;
	text-align: center;
	display: block;
	padding: 20px 0 40px 345px;
	width: 150px;
	height: 325px;
	margin: 0;
	clear: right;
}

.storelink { text-align: center; 
	background-color: #FFCC99; 
	padding-top: 10px; 
	padding-bottom: 10px; 
	border: 1px dashed #000;
	}


#featuredartists {
	display: block;
	height: auto;
	width: 495px;
	background-image: url(media/artistbg.png);
	margin-bottom: 10px;
	padding: 10px 10px 1px 10px;
}
#featuredartist2 {
	height: auto;
	font-size: 90%;
	text-align: center;
	padding: 10px 12px 10px 10px;
	color: #000000;
	font-family: Verdana;
	background-image: url(media/artistbg.png);
	width: 475px;
	margin-bottom: 10px;
}
.artist {
	
	font-size: 10px;
	text-align: left;
	line-height: 14px;

}

#artisttable { padding: 10px; background-image: url(media/artistbg.png);}

.artistcell { padding: 10px; margin: 10px; background-image: url(media/artistbg.png);}

.photoborder { border: 1px solid #000; padding: 2px;}

.testimony { font-size: 11px; font-style: italic; }

h3.seasonhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #993300;
	border-bottom:  1px dotted #993300; padding-bottom: 2px;
}

h3.italic {font-style: italic; font-size: 16px;}

.smaller { font-size: smaller; font-weight: bold; }

#hotlist {background-color: #FFFFEF; font-size: 10px; padding: 10px; border: 1px dashed #000;}

.box { border: solid 2px #000; padding: 5px 0; background-color: #FF6600;}