/*CSS for the Sitka Moss Workshop page, MossWorkshop.html*/

.WorkshopImage {
	 background-image: url(http://analogicalplanet.com/MossWorkshop/Logo240.jpg);
	 background-position: 15px 0px;
	 background-color: #FFFFFF;
  	 background-attachment: scroll;
	 background-repeat: no-repeat;
	 vertical-align: top;
	 }

.WorkshopName {
     position:relative;
	 left: 10px;
	 width:90%;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 25px;
	 font-style: italic;
	 line-height: normal;
	 font-weight: 600;
	 color: #0033FF;
/*	 background-image: url(http://analogicalplanet.com/MossWorkshop/Logo240.jpg);*/
     background-repeat: no-repeat;
	 background-position: 0px 0px;
	 letter-spacing: 2px;
	 margin-top: 10px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 margin-left: 0px;
	 padding-top: 0px;
	 padding-right: 0px;
	 padding-bottom: 0px;
	 padding-left: 0px;
	 }


.narrowBox{
	 position:relative;
     width:80%;
     background-color: #CC9900;
     border: solid;
     border-width:thin;
     border-color: #330000;
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-style: italic;
	 line-height: 14px;
	 font-weight: 300;
	 color: #000000;
	 text-indent: 0px;
	 margin-top: 15px;
	 margin-right: 0px;
	 margin-bottom: 0px;
	 margin-left: 10px;
	 padding-left: 20px;
	 padding-bottom: 2px;
	 }


.MWcontent{
     position:relative;
     width:95%;
     font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-style: normal;
	 line-height: normal;
	 font-weight: 400;
	 color: #000000;
	 background-image: none;
	 background-position: 0px 0px;
	 margin-top: 10px;
	 margin-right:5%;
	 margin-bottom: 10px;
	 margin-left: 10px;
	 padding-top: 0px;
	 padding-right: 0px;
	 padding-bottom:100px;
	 padding-left: 0px;
	 }


hr{
   	 color:#497436;
   	 width:95%;
   	 height:4px;
   	 }


.hiresDownload{
     font: 12px Arial;
  	 font-style: normal;
	 line-height: 16px;
	 font-weight: 400;
	 color: #497436;
 	 }



.boxLeft {
	 position: relative;
	 float: left;
	 clear:left;
	 width:650px;
	 margin-top:125px;
	 margin-left:30px;
}

.ulNone {
  	list-style-type:none;
  	 font: 14px Arial;
  	 font-style: normal;
	 line-height: 16px;
	 font-weight: 400;

}
 .MWli {
     	padding-top:10px;
    }

/* these are the link styles for text that links to the sidebar */

a.sideLink:link,a.sideLink:visited,a.sideLink:active {
	color: #006633;
	font-weight:500;   /* 400 is normal, 700 is bold*/
	text-decoration: underline;
    display: inline;
	padding:0px;
}

a.sideLink:hover {
	color: red;
	background-color: #FFFFFF;
	text-decoration: underline;
  	display: inline;
	padding:0px;
}


/* These are default <a> links with red for the hover state. The default IE colors for links and visited links use #0000FF for links and #7F007F for visited links */

a:link {
	/*color: #0000FF;*/
	text-decoration: underline;
    display: inline;
	padding:0px;
}

a:visited {
	/*color: #7F007F; */
	text-decoration: underline;
    display: inline;
	padding:0px;
}

a:active {
	/* color: #0000FF; */
	text-decoration: underline;
    display: inline;
	padding:0px;
}

a:hover {
	color: red;
	background-color: #FFFFFF;
	text-decoration: underline;
    display: inline;
	padding:0px;
}

