/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FFF2BF;
border: 2px solid #FFF2BF;
}

.hovermenu ul li a:hover{
background-color: #FFE271;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

p,code,ul {padding-bottom: 0.2em;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

body {
  text-align:center;
  font-family: Georgia, Serif;
}

#frame {
  width:800px;
  margin-top:10px;
  text-align:left;
}

#main {
  float: left;
  width: 380px;
  background: #F5F5F5;
  padding: 10px;
  margin:5px;
}

#leftcontent {
  float: left;
  width: 150px;
  background: #FFFFCC;
  border: 1px dashed #CCCCCC;
  padding: 2px;
  margin: 5px;
}

#rightcontent {
  float: left;
  width: 150px;
  background: #DDEEFF;
  border: 1px dashed #CCCCCC;
  padding: 10px;
  margin: 5px;
}

#rightcontent p {
  font-size:10px;
  line-height:2;
}

#leftcontent a {
  font-size:10px;
  line-height:2;
}

h1 {
  font-size:large;
}
