		/* basic elements 

			------- CLAY CONCEPTS POTTERY STYLE SHEET ------------
			updated 3/3/10 new color scheme and layout, add open studio page
					*/

body 	{	 background: #652222;    /* COLOR WAS 666   */
		 font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 12px;
		 color: #330000; 
		 margin: 0px;
		 padding: 0px;		
		}

#wrap	{width: 800px;
		 margin: auto;
		 }

#content	{float: left;
		 width: 800px; 
		 background: #989898;
		 }

h1.head {	font-size: 12px;
		/* font-weight: bold; */
		}

h1.head1 {	font-weight: italic;
		font-size: 12px;
						}

th,td	{border: 1px solid #000000;
		padding: 0px;
		margin: 0px;
		}
table	{border: 1px solid #000000;
		padding: 0px;
		margin: 30px 0px 0px 30px;
		}
td.sched	{font-size: 10px;
		background: #fff589;
		width: 90px;
		}

td.blank	{empty-cells: show;
		width: 90px;
		color: #666;
		}


a:link 	{	color: #ccc;
		}

a:visited {	color: #330000;
		}

a:hover, a:active {text-decoration: underline;
		color: #ccc;
		}


	/* TOP BANNER DIVISION */
	
#top	{float: left;
		width: 800px;
		 height: 90px; 
		 z-index: 100;
		 background: url(images/top_banner_10.jpg) no-repeat; 
		  }

	/* END BANNER DIVISION */

	/* LEFT SIDEBAR DIVISION */

#left		{float: left;
		 width: 150px;
		 height: 750px;
		 z-index: 100;
		 background: url(images/newleftedge.jpg) repeat-y;
		 }
		 
#leftgal		{float: left; /* LONGER DIVISION FOR LEFT SIDE FOR GALLERY PAGES  UNTIL I FIX IT */
		 width: 150px;
		 height: 1100px;
		 z-index: 100;
		 background: url(images/newleftedge.jpg) repeat-y;
		 }		 

	/* END LEFT SIDEBAR DIVISION */

	/* INDEX PAGE */

.welcome	{float: left; 
		 width: 600px;
		 height: 60px;
		 margin-left: 5px;
		 }

.indextext 	{ float: left;
						width: 350px;
		 margin: 0px 5px 0px 5px;
		 padding: 10px; 
		 }

.hands		{float: left;
					 margin: 5px 15px 0px 15px;	
		 }
		 
.handsright		{float: right;
					 margin: 5px 15px 0px 15px;	
		 }


	/* END INDEX PAGE */

	
	/* LESSONS PAGE */

#lessontext	{float: left; 
		 width: 560px;
		 margin-left: 20px;
 	         		  }

#lessontext ul	{list-style: none;
		 /* background: url(images/smspiral.jpg) no-repeat left 50%; */
		 line-height: 120%;
		 list-style-position: outside;
		 padding-left: 30px;
		 margin-bottom: 5px;
		 background-position: 0px 2px;
		}
	
	/* END LESSONS PAGE */

	/* STUDENT GALLERY PAGE */

#galtable	{float: left;
					margin: 5px 5px 5px 5px;
		 		 }

.figure		{float: right;
		text-align: center;
		margin: 5px 5px 5px 5px;
	  	border: 1px solid #000;
	  	padding: 5px ;	 }

.figure p	{font-size: 1.7em;
		text-align: center;
		margin: 0;
		height: 1em;
		} 		
		
		
.figuret	{float: right;
		text-align: center;
		margin: 5px 5px 0px 5px;
	  	border: 5px solid #666;
	  	padding: 1px;	 }

.figuret p	{font-size: 1.5em;
		text-align: center;
		margin: 0;
		height: 3em;
		} 
	/* END STUDENT GALLERY PAGE */


	/* LINKS PAGE */

.rightdiv {float: left;
	padding: 5px 5px 0 0;
	}

.linkdiv{float: left;
	margin: 5px 30px 0px 10px;
	padding: 5px;
	width: 500px;	
	}

	/* END OF LINKS PAGE */
.figurehd	{float: left;
		margin: 0 10px 10px 10px;
		width: 500px;
		}
img		{border: none;
		}


.menu {
	margin: 10px;
	padding: 0;
	width: 120px;
	list-style: none;
	background: #330100;
}
.menu li {
	padding: 0;
	margin: 0;
	height: 33px;
	list-style: none;
	background-repeat: no-repeat;
}
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 33px;
	background-repeat: no-repeat;
}


.home {background-image: url(button/but_home_on.gif);}
.home a {background-image: url(button/but_home_off.gif);}
.lesson {background-image: url(button/but_lesson_on.gif);}
.lesson a {background-image: url(button/but_lesson_off.gif);}
.direc {background-image: url(button/but_direc_on.gif);}
.direc a {background-image: url(button/but_direc_off.gif);}
.artist {background-image: url(button/but_artist_on.gif);}
.artist a {background-image: url(button/but_artist_off.gif);}
.gallery {background-image: url(button/but_sgallery_on.gif);}
.gallery a {background-image: url(button/but_sgallery_off.gif);}
.studio {background-image: url(button/but_studio_on.gif);}
.studio a {background-image: url(button/but_studio_off.gif);}
.links {background-image: url(button/but_links_on.gif);}
.links a {background-image: url(button/but_links_off.gif);}


ul.menu li a:hover {background: none;}	




