@charset "utf-8";
/* Lists */

/* Container for list  */

 #fence {
  	border-radius: 25px;
  	background: #f3f4f3;
  	height: auto;
  	border: 1px solid #feaf70;
 	width: 80%;
 	padding: 0 0 1em 0;
 	margin-bottom: 1em;
}
/* NUMBERED LISTS  */
ol.a
{
	list-style-position: outside;
 	margin: 10px 10px 10px 80px;
 	padding: 10px 10px 10px 30px;
	background: #f3f4f3;
	border: 0.1em solid 8b7c83;
	border-radius: 15px;
	width: 80%;
		
}
ol.b
{
	list-style-position: inside;
 	margin: 10px 10px 10px 80px;
 	padding: 10px 10px 10px 20px;
	background: #89a0ad;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;
	width: 80%;		
}

/* MARKER LISTS  */
ul.as
{
	list-style-position: inside;
	font-weight: normal;
 	margin: 10px 10px 10px 80px;
 	padding: 10px 10px 10px 10px;
	background: #e7ede5;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;
	width: 40%;
	list-style-type: circle;		
}
ul.all
{
	list-style-position: outside;
 	margin: 10px 10px 10px 100px;
 	padding: 10px 10px 10px 20px;
	background: #e7ede5;
	border: 0.1em solid 8b7c83;
	border-radius: 15px;
	text-align: left;
	
}
ul.b
{
	list-style-position: outside;
 	margin: 10px 10px 10px 90px;
 	padding: 10px 10px 10px 10px;
	background: #e7ede5;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;
	width: 50%;		
}


ul.d
{
	list-style-position: inside;
 	margin: 10px 10px 10px 10px;
 	padding: 10px 10px 10px 10px;
	background: #e7ede5;
	border: 0.1em solid 8b7c83;
	border-radius: 25px;		
}

/* MARKER LISTS  TYPE of Marker */

ul.a {
  list-style-type: circle;
}
ul.b {
  list-style-type: square;
}
ul.c {
  list-style-image: url('$.png');
}

ul.n{
	list-style-type: none;
	}

/* INSET LIST NO MARKERS */

dl
{
	list-style-position: outside;
 	margin: 10px 10px 10px 100px;
 	padding: 10px 10px 10px 10px;
	background: #d9e0e5;
	border-radius: 15px;
	width: 30%;
	text-align:left;
}

dt
{
	
}

dd
{
	border: 0.1em solid #8b7c83;
	border-radius: 15px;
	background: #f3f1f2;
 	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	color:#0d101e;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	font-weight: 500 ;
	word-spacing: 8px;
	font-size:17px;
	width: 80%;
	
}

/* INSIDE LINE PROPERTIES */

li
{
	color:#7b3f0d;
	border: 0.1em solid 8b7c83;
	border-radius: 15px;
	background: #FFF;
 	margin: 5px 20px 5px 10px;
	padding: 5px 20px 5px 15px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	word-spacing: 8px;
	text-align: justify;
	line-height: 120%;
	
	
	
	
}

li.n
{
	border: 0.1em solid 8b7c83;
	border-radius: 25px;
	background: #fdf6f0;
 	margin: 0px 0px 20px 10px;
	padding: 0px 10px 0px 10px;
	color:#7b3f0d;
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	font-weight: 500 ;
	word-spacing: 8px;
	letter-spacing: 1px;
}

li.s
{
	border: 0.3em solid 8b7c83;
	font-size:15px;
	color:#390;
	border-radius: 25px;
	background: #E6E6FA;
 	margin: 0px 0px 20px 10px;
	padding: 0px 10px 0px 10px;
	
	font-family: 'Lato', sans-serif;
	line-height: 20px;
	font-weight: 500 ;
	word-spacing: 8px;
	letter-spacing: 1px;
}


