/* base
----------------------------------------------- */

body {
font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
color: #242C30;
background-color: #fff;
font-size: 11px;
}


p {
padding-right: 10px;
padding-left: 10px;
font-size: 0.9em;
line-height: 1.6em;
}

h1, .rssThumbLabel {
font-weight: bold;
font-size: 11px;
margin-left: 4px;

}

/* layout
----------------------------------------------- */
.wrapper
{
padding-left: 210px;
width: 800px;
}
.content
{
float: left;
margin: 20px;
width: 500px;
height: 100%;

}

.sidebar
{
float:left;
margin: 20px;
position: fixed;
width:130px;

}

.menu
{
float:left;
width: 200px;
margin: 20px;

}

ul
{
padding: 0px;
}

li
{
margin: 7px 0 12px 0;
list-style-type: none;
}


/* links
----------------------------------------------- */

a {
text-decoration: none;
color: #000;
background-color: inherit;
font-weight: bold;
border: none;
}

a:hover {
text-decoration: none;
color: #000;
background-color: inherit;
font-weight: bold;
border: none;
}

a:active {
text-decoration: underline;
color: #fff;
background-color: inherit;
font-weight: bold;
border: none;
}

a:visited {
text-decoration: none;
color: #000;
background-color: inherit;
font-weight: bold;
border: none;
}

img a
{
border: 0;
}

/* other
----------------------------------------------- */
.rssThumbFloat {
  float: left;
  width: 130px;
  height: 160px;
  margin: 0 15px 15px 0;
  padding: 5px;
  text-align: center;
  font-size: .85em;

}
