/* CSS Stylesheet */
/* created by Causeway CSS Stylesheet Editor RCS 2005 */
/* http://www.causeway.co.uk/freestuf/cssedit/ */

A:link {text-decoration:none; color:Blue; }
A:active {text-decoration:none; color:Blue; }
A:visited {text-decoration:none; color:Blue; }
A:hover {text-decoration:none; color:White; background-color:Silver; }
.menu {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px; color:Navy; }
.menutext {font-family:MS Sans Serif, Geneva, sans-serif; font-size:13px; }
.brod {font-family:MS Sans Serif, Geneva, sans-serif; font-size:13px; text-align:Left; color:Black; font-style:normal;
}
.ingress {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:14px; text-align:Left; color:Black; font-style:normal;
}
.rubrik {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; text-align:Left; color:#000000; font-style:normal;
}
.mellanrub {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:14px; font-weight:bold; text-align:Left; color:Black; font-style:normal;
}
.bild {font-family:Times New Roman, Times, serif; font-size:13px; font-style:italic; text-align:Left; color:Black; }

/* begin styles for RSS Feed */

.rss-box {
	 margin: 0.3em;
	 width: 130px;
	 background-color: #eaeaea;
	 border: 1px solid silver;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}

p.rss-title {padding:0.5em;}

.rss-title {
	font-size: 8pt;
	color: gray;
	text-align: left;
}

.rss-item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:0.5em;
}

.rss-item a {
	color:navy;
	font-size: 8pt;
}
	
.rss-item a:visited {
	color: black;
}

.rss-date {
	font-size: 7pt;
	color: red;
	}
 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }

