/***********************************************/
/* PW.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: helvetica,arial,sans-serif;
	color:#333;
	font-size:12px;
	line-height: 1.2;	
	background-color:#555;
	background-image:url(sp-bg.gif);
	background-repeat:repeat-y;
	margin:0px 0px;
}

a:link, a:visited, a:hover {
	color:#000;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica,arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-size:26px;
 text-align:right;
 color: #fff;
}

h2{
 font-size:22px;
 color:#669900;
}

h3{
 font-size:20px;
 color: #333;
}

h4{
 font-size: 13px;
 color: #333;
}

h5{
 font-size: 13px;
 font-weight: normal;
 color: #000000;
}

ul{
 list-style-type: square;
 text-align: left;
 margin-left:0px;
 padding-left:12px;
}

li{
   margin: 0px 0px 6px 0px;
   padding-left:0px;}

ul ul{
 list-style-type: disc;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#containerbox{
	float:left;
	width: 570px;
	padding:15px;
	}
	
#container{
	float:left;
	width: 850px;
	}	
	
	
#masthead{
	height: 100px;
	background-color:#123456;
}

#main{
	float:right;
	width:599px;
}

#topnav{
	float:right;
	width:599px;
	height:170px;
}

#content{
  	float:right;
	width: 520px;
	padding: 10px 40px 40px 40px;
}

#content #blog img{
	padding: 5px 5px 10px 0px;
}

#sidebar{
	float: left;
	width: 250px;
	margin: 0px;
	font-size:90%;
	border-top:1px dotted #366;
}

/************* #thumbnail styles ***************/

.thumbnail{
	width: 75%;
	clear: left;
	font-size: 14px;
}

.thumbnail img{
	float: left;
}

/************* #sidebar styles ***************/

#about{
	width:210px;
	padding:20px 20px 10px 20px;
	background-image:url(about-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#upcoming{
	width:210px;
	padding:20px 20px 10px 20px;
	background-image:url(upcoming-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

#contact{
	width:210px;
	padding:20px 20px 10px 20px;
	background-image:url(contact-bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}

/************* #nav styles ***************/

#baskets{
	float:left;
	width:198px;
	height:150px;
	border-left:1px #fff solid;
}

#jewelry{
	float:left;
	width:199px;
	height:150px;
	background-color:#fff;
	border-left:1px #fff solid;
}

#sculpture{
	float:left;
	width:199px;
	height:150px;
	background-color:#fff;
	border-left:1px #fff solid;

}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border-top: 1px solid #000;
	font-size: 11px;
	color: #FFF;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	background-color: #adadac;
	background-image:url(rustbar.jpg);
	height:80px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#blog{font-size:14px; text-align:left; margin:0px 0px 15px 0px; padding-bottom: 8px; line-height: 1.3em; border-bottom: 1px solid #adadac;}

.clear{
clear:right;
}
