<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#map_canvas
{ 
    height: 100% ;
    margin-left: 5px;
	margin-right: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
	border:1px solid gray;
}

.map_div {         
             border:1px solid #A2BDF2;
             float:left;
             margin:0px;
             width:600px;
             height:200px;
           }

/*
#TagInfo{
    display: inline;
    float:left;
    padding: 5px;
    margin-left: 5px;
	margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Arial;
    list-style-type: none;
	border:0px solid #DCDCDC;
	overflow:auto;
	width:98%;
	height:200px;
    text-align: center; 
	box-shadow: 3px 3px 4px #9594A2;
    -webkit-box-shadow: 3px 3px 4px #9594A2;
    -moz-box-shadow: 3px 3px 4px #9594A2;
    filter: progid:DXImageTransform.Microsoft.dropShadow(color=#9594A2, offX=7, offY=7, positive=true);
}
*/

form input {
  color:#414141;
  font-size:1.5em;
  background-color:#FFFFFF;
  border:2px solid;
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}

.gradientbuttons ul{
    display: inline;
    float:left;
    padding: 3px 0;
    margin-left: 0;
    margin-top: 1px;
    margin-bottom: 0;
    font-weight:bold;
    font-family: Verdana;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the menu as desired*/
}
    
.gradientbuttons li{
    display: inline;
    margin: 0;
}
    
.gradientbuttons li a{
    text-decoration: none;
    padding: 5px 7px;
    margin-right: 5px;
    border: 1px solid #778;
    color: white;
    border:1px solid gray;
    background: #3282c2;
    border-radius: 8px; /*w3c border radius*/
    box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* w3c box shadow */
    -moz-border-radius: 8px; /* mozilla border radius */
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* mozilla box shadow */
    background: -moz-linear-gradient(center top, #a4ccec, #72a6d4 25%, #3282c2 45%, #357cbd 85%, #72a6d4); /* mozilla gradient background */
    -webkit-border-radius: 8px; /* webkit border radius */
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.5); /* webkit box shadow */
    background: -webkit-gradient(linear, center top, center bottom, from(#a4ccec), color-stop(25%, #72a6d4), color-stop(45%, #3282c2), color-stop(85%, #357cbd), to(#72a6d4)); /* webkit gradient background */
}

.gradientbuttons li a:hover{
    color: lightyellow;
}
    

.blacktheme {
    background: #666;
}
    
.oratheme {
    background: #007181;
}

.arttheme {
    background: #773a4f;
}

.snatheme {
    background: #76570D;
}

.stetheme {
    background: #9e3822;
}

.rittheme {
    background: #3F4E71;
}

.arts {
background-color: #773a4f!important;
}
.orality {
background-color: #007181!important;
}
.rituality {
background-color: #3F4E71!important;
}
.nature {
background-color: #76570D!important;
}
.knowledge {
background-color: #9e3822!important;
}

.label_tag {
    font-size:1.2em;
	font-style:bold;
	color: #333;
	margin-left: 10px;
	margin-right: 5px;
    font-family: Arial;
}

.tag_list {
    font-size:0.9em;
	font-style:italic;
}

#TagInfo{
    margin-top: 0px;
	margin-bottom: 10px;
}

.tag-cloud  {
    border: 1px solid transparent;
    border-radius: 0;
    display: inline-block;
    margin-bottom: 6px;
    padding: 0px;
    text-transform: uppercase;
    transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.tag_altri {
    font-size:18px;
	font-style:bold;
	color: #c41c21;
}

.tag_n1 {
    font-size:18px;
	font-style:normal;
	color: #cccccc;
}

.tag_n2 {
    font-size:19px;
	font-style:bold;
	color: #cccccc;
}

.tag_n3 {
    font-size:20px;
	font-style:normal;
	color: #b2b2b2;
}

.tag_n4 {
    font-size:21px;
	font-style:bold;
	color: #b2b2b2;
}

.tag_n5 {
    font-size:22px;
	font-style:normal;
	color: #999999;
}

.tag_n6 {
    font-size:23px;
	font-style:bold;
	color: #999999;
}

.tag_n7 {
    font-size:25px;
	font-style:normal;
	color: #7f7f7f;
}

.tag_n8 {
    font-size:26px;
	font-style:bold;
	color: #7f7f7f;
}

.tag_n9 {
    font-size:27px;
	font-style:normal;
	color: #666666;
}

.tag_n10 {
    font-size:28px;
	font-style:bold;
	color: #666666;
}

.tag_n11 {
    font-size:30px;
	font-style:normal;
	color: #4c4c4c;
}

.tag_n12 {
    font-size:31px;
	font-style:bold;
	color: #4c4c4c;
}


@media screen and (min-width: 400px) {
.gradientbuttons li a{
font-size:12px;
}
@media screen and (max-width: 400px) {
.gradientbuttons li a{
font-size:10px;
}
</pre></body></html>