*
{
  margin: 0;
  padding: 0;
}

a img,:link img,:visited img { border: none; }

a,
a:visited
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
  color: red;
}

ul li
{
  list-style-type: none;
}

.center
{
  text-align: center;
}

body
{
  margin: 0;
  padding: 20px;
  font-family: Arial, Verdana, sans-serif;
  line-height:1.125em;
	font-size: 100%;
  background-color: #fff;
  text-align: center;
  color: #555555;
}

#container
{
	font-size:0.8em;
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

h1#logo
{
  font-family:"Trebuchet MS",Arial,Verdana,sans-serif;
  font-size: 2.5em;
  padding: 2px 0;
  margin-bottom: 20px;
}

h1#logo a
{
  text-decoration: none;
  color: #555555;
}

h1#logo span
{
  font-size: 11px;
  line-height: 11px;
}

h2#title
{
  font-size: 1.8em;
  margin-bottom: 10px;
}

/* tagcloud */
.cloud
{
  text-align: justify;
}

.cloud a 
{
  line-height: 1.2em;  
}

.cloud a:hover
{
}


.cloud .size1
{
  font-size: 0.8em;
}


.cloud .size2
{
  font-size: 1em;
}


.cloud .size3
{
  font-size: 1.2em;
}


.cloud .size4
{
  font-size: 1.4em;
  font-weight: bold;
}


.cloud .size5
{
  font-size: 1.6em;
  font-weight: bold;
}


.cloud .size6
{
  font-weight: bold;
  font-size: 2em;
}

/* columns */
.left
{
  float: left;
  width: 580px;
}

.right
{
  float: left;
  width: 300px;
  margin-left: 10px;
}

#footer
{
  border-top: 1px solid #555555;
  text-align: center;
  clear: left;
  padding: 10px;
}

#footer li
{
  display: inline;
  margin: 0 10px;
}


/* list */
.item
{
  margin-bottom: 10px;
}

#top_pager
{
  margin-bottom: 5px;
}

#pager
{
  margin-bottom: 10px;
}