﻿/* fatgeorge XMod TagCloud */
? .fgtagcloud {
 width: 100%;
 border-style: solid;
 border-width: 0px;
 padding: 5px;
 margin-bottom: 5px;
 horizontalalign: right;
 wrap=false: ;
}

.fgtagcloud a:hover {
 text-decoration: underline;
}

.fgtagcloud a, fgtagcloud a:visited, fgtagcloud a:active {
 text-decoration: none;
 margin: 1px;
 text-transform: lowercase;
}

.fgtagcloud a:hover {
 text-decoration: none;
 margin: 1px;
 text-transform: lowercase;
 text-decoration: underline;
}


.fgtagcloud a.fgtag7, fgtagcloud a.fgtag7:active, fgtagcloud a.fgtag7:visited {
 color: #ff9900;
 font-size: 22px;
 font-fgtag: bolder;
 font-family: cursive;
}
.fgtagcloud a.fgtag7:hover {
 color: #ff9900;
 font-size: 22px;
 font-fgtag: bolder;
 font-family: cursive;
 text-decoration: underline;
}

.fgtagcloud a.fgtag6, fgtagcloud a.fgtag6:active, fgtagcloud a.fgtag6:visited {
 color: #4169e1;
 font-size: 20px;
 font-fgtag: bolder;
}
.fgtagcloud a.fgtag6:hover {
 color: #4169e1;
 font-size: 20px;
 font-fgtag: bolder;
 text-decoration: underline;
}


.fgtagcloud a.fgtag5, fgtagcloud a.fgtag5:active, fgtagcloud a.fgtag5:visited {
 color: #ff9900;
 font-size: 18px;
 font-fgtag: bolder;
}
.fgtagcloud a.fgtag5:hover {
 color: #ff9900;
 font-size: 18px;
 font-fgtag: bolder;
 text-decoration: underline;
}

.fgtagcloud a.fgtag4, fgtagcloud a.fgtag4:active, fgtagcloud a.fgtag4:visited {
 color: #4188cf;
 font-size: 16px;
 font-family: cursive;
}
.fgtagcloud a.fgtag4:hover {
 color: #4188cf;
 font-size: 16px;
 font-family: cursive;
 text-decoration: underline;
}

.fgtagcloud a.fgtag3, fgtagcloud a.fgtag3:active, fgtagcloud a.fgtag3:visited {
 color: #ff9900;
 font-size: 14px;
}
.fgtagcloud a.fgtag3:hover {
 color: #ff9900;
 font-size: 14px;
 text-decoration: underline;
}


.fgtagcloud a.fgtag2, fgtagcloud a.fgtag2:active, fgtagcloud a.fgtag2:visited {
 color: #83bcd9;
 font-size: 12px;
}
.fgtagcloud a.fgtag2:hover {
 color: #83bcd9;
 font-size: 12px;
 text-decoration: underline;
}


.fgtagcloud a.fgtag1, fgtagcloud a.fgtag1:active, fgtagcloud a.fgtag1:visited {
 color: #83bcb2;
 font-size: 10px;
}
.fgtagcloud a.fgtag1:hover {
 color: #83bcb2;
 font-size: 10px;
 text-decoration: underline;
}

/* CSS IMAGE EFFECTS */
.fgtagcloud img {
 border-style: none;
}

.fgtagcloud a:hover img {
 
}

.fgtagcloud a.fgtag7 img {
 width: 90;
 height: 90;
}

.fgtagcloud a.fgtag6 img {
 width: 80;
 height: 80;
}

.fgtagcloud a.fgtag5 img {
 width: 70;
 height: 70;
}

.fgtagcloud a.fgtag4 img {
 width: 60;
 height: 60;
}

.fgtagcloud a.fgtag3 img {
 width: 50;
 height: 50;
}

.fgtagcloud a.fgtag2 img {
 width: 40;
 height: 40;
}

.fgtagcloud a.fgtag1 img {
 width: 30;
 height: 30;
}

.tagcloud {
  /* position:relative;  REMOVED */
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: 0;
	padding: 5;
  }
  
.tagcloud ul {
	/*display: inline;*/
	list-style: none;
}  

.tagcloud li {
	/*display: inline;*/
	border: solid 1px white;
  padding: 5px;
  margin: 5px;
  background-color: #DDDDB7;

}


.tagcloud1 {
  /* position:relative;  REMOVED */
  padding:0;
  margin:0;
  width:0;
  }

.tagcloud1 a, .tagcloud1 a:visited {
  position:relative; /* ADDED */
  display:block;
  width:9em;
  border:1px solid #808;
  font-family:arial, verdana, sans-serif;
  font-size:0.8em;
  text-align:center;
  text-decoration:none;
  background:#808; 
  color:#eee; 
  padding:0.25em;
  }

.tagcloud2 {
  /* position:relative;  REMOVED */
	list-style: none;
	margin-left: 1em;
	padding-left: 1em;
	text-indent: 0;
	padding: 5;
  }
  
.tagcloud2 ul {
	display: inline;
	list-style: none;
}  

.tagcloud2 li {
	display: inline;
	border: solid 1px white;
  padding: 5px;
  margin: 5px;
  background-color: #DDDDB7;

}

.tagcloudCols ul {
  float: left;
  width: 15em;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
.tagcloudCols li {
  float: left;
  width: 6em;
  margin: 0;
  padding: 0;
} 
