/* CSS Document */
body {
	background: #FFFFFF;
	margin:20px 2% 0;
	color: #660000;
	font: 1.15em "Century Gothic", "tw Cen MT", Helvetica, Arial, Verdana, sans-serif;
}
p {font: 97% "Century Gothic", "tw Cen MT", Helvetica, Arial, Verdana, sans-serif;	color: #660000;}
a {	color: #993300;	text-decoration: none;}
a:hover { 	color: #fff; 	background: #990099; } 
ul {
	font-size: 75%;
	margin-top: 3px;
	margin-bottom: 3px;
}

img { border:0px;}

/* begin styles for RSS Feed */
.rss-box { margin: 1.5em;
	 width: 100%;
	 background-color:#000;
	 border: 1px solid #6666FF;	 
}
.rss-items {
	margin-top:4px;
	padding:0.5em 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 117%;
	background-color: #000000;
	color: #f76b08;
	font-weight:bold;
	text-align: center;
}

.rss-item  {
  color:#fff;
  font-size: 93%;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:#f67b08;
	font-size: 93%;
	font-weight:bold;
	}
	
.rss-item a:hover {
	color:#fff; background-color:#f60;
}

.rss-date {
	font-size: 65%;
	color: #f76b08;
	} 
/* 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
   }



#muse p {color:#000000;}

/* feedsweep settings */ 
/* FeedSweep Class Name CSS Class Name of the FeedSweep's entire DIV */
.feedsweep {color:#FFF; background:#000; border:1px dotted #c00; width:45%; margin-left:5%;}

/* Link Class Name 	CSS Class Name for Link Anchor tags.*/
.feedsweep_link {color:#c00;}

/* Title Class Name	CSS Class Name of the FeedSweep's Title DIV.*/
.feedsweep_title {color:#ccc; font-size:120%; font-weight:bold; border: 1px dashed #c00;}

/* Item Class Name CSS Class Name of each Item DIV.*/ 
.feedsweep_item {color:#fff; font-size: 97%; margin-bottom:15px; line-height:130%;}

/* Date Class Name CSS Class Name of each Date DIV.*/
.feedsweep_date {font-size:79%; margin-top:15px;}

/* Headline Class Name CSS Class Name of each Headline DIV.*/ 
.feedsweep_headline {font-size:113%; color:#f90; border: 1px dashed #ff0;}

/* Body Class Name CSS Class Name of each Body DIV.*/
.feedsweep_body {color:#fff;}h1 {
	font-size: 117%;
	color: #336600;
}
h2 {

	font-size: 111%;
	color: #9900CC;
}

#showyourself {
	font-family: "Century Gothic", "tw Cen MT", Helvetica, Arial, Verdana, sans-serif;
	width: 190px;
	border: 1px solid #A8A8A8;
	list-style: none;
	margin: 0;
	padding: 0;
}
#showyourself h2 { 
	color:#000000;
	background-color: #FFC000;
	text-align: center;
	padding: 1px 5px;
	font-size: 18px;
	margin: 0;
	font-weight: normal;
}
ul#showyourself li {
	margin: 0px;
	padding: 1px 0px;
	list-style: none;
	display: block;
}
#showyourself li+li { 
	border-top: 1px solid #A8A8A8;
}
#showyourself li a { 
	background: #E8E8E8;
	display: block;
	color: #000000;
	font-size: 11px;
	padding: 1px 3px;
	border: 0;
	text-decoration: none; 
}
#showyourself li a img { 
	border-width: 0;
}
#showyourself li a:hover {
	background: #FFFFFF;
}
#showyourself strong {
	font-size: 15px;
	font-weight: normal;
}
#showyourself .footer {
	font-size: 80%;
	text-align: center;
	margin-top: 125%;
	margin-bottom: 125%;
}
#showyourself li a:hover.footer {
	background-color: #FFC000;
		text-decoration: underline;
}

