#feedContainer a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
  transition-property: color, text-shadow;  
  transition-duration: 1s;
  -moz-transition-property: color, text-shadow;  
  -moz-transition-duration: 1s; 
  -webkit-transition-property: color, text-shadow;  
  -webkit-transition-duration: 1s;  
  -o-transition-property: color, text-shadow;  
  -o-transition-duration: 1s;
  color: #698BBF;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);
}
#feedContainer a:visited {
  transition-property: color, text-shadow;  
  transition-duration: 1s;
  -moz-transition-property: color, text-shadow;  
  -moz-transition-duration: 1s; 
  -webkit-transition-property: color, text-shadow;  
  -webkit-transition-duration: 1s;  
  -o-transition-property: color, text-shadow;  
  -o-transition-duration: 1s;
  color: #698BBF;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);
}
#feedContainer a:hover {
  transition-property: color, text-shadow;  
  transition-duration: 1s; 
  -moz-transition-property: color, text-shadow;  
  -moz-transition-duration: 1s; 
  -webkit-transition-property: color, text-shadow;  
  -webkit-transition-duration: 1s;  
  -o-transition-property: color, text-shadow;  
  -o-transition-duration: 1s;
  color: #000;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
#feedContainer a:focus {
	outline: none;
}
#feedContainer {
  width: 600px;
  margin: 20px auto;
  color: #000000;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 100%;
  text-align: center;
  background-image: url(images/tabbedPanelFolderFeed.png), 
      url(images/tabbedPanelFolderFeedFlipped.png);
  background-repeat: no-repeat;
  background-position: center 27px, center bottom;
  background-color: #FFF;
  min-height:500px;
  padding-bottom: 20px;
  line-height: 140%;
}
#feedContainer #blogOut {
  clear: both;
  padding: 10px 30px;
  text-align: left;
}
#feedContainer #blogOut h2 {
  padding-top: 20px;
  text-align: center;
  font-style: italic;
  line-height: 100%;
  border-top: 4px double rgb(204, 204, 204);
}
#feedContainer #blogOut h2:first-child {
  padding-top: 0px;
  border-top: none;
}
#feedContainer #githubOut {
  clear: both;
  padding: 10px 20px;
  text-align: left;
  display: none;
}
#feedContainer #githubOut h2 {
  text-align: center;
  font-style: italic;
  line-height: 100%;
}
#feedContainer #githubOut p {
  font-size: 12px;
  text-align: center;
  color: #999;
  line-height: 100%;
  margin-bottom: 20px;
} 
#feedContainer #poweredBy {
  clear: both;
  text-align: right;
  padding: 20px 40px 0px 0px;
  font-style: italic;
  width: 220px;
  float: right;
  border-bottom: 2px inset tan;
  margin-right: 30px;
  background-image: url(images/dart-logo-32.png);
  background-repeat: no-repeat;
  background-position: center right;
}
#feedContainer #poweredBy .dartClass {
  font-style: normal;
  font-weight: bold;
}
#feedContainer #poweredBy a {
  font-size: 100%;
  font-weight: normal;
  color: #556270;
}
#feedContainer #poweredBy a:hover {
  text-decoration: none;
  color: #000;
}
#feedContainer #tabOneFocus {
  cursor: default;
  float: left;
  background-image: url(images/tabbedPanelTabSelected.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: 40px;  
  color: #000;
}

#feedContainer #tabOneReady {
  float: left;
  background-image: url(images/tabbedPanelTabNotSelected.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-left: 40px;
  transition-property: color, text-shadow;  
  transition-duration: 1s;
  -moz-transition-property: color, text-shadow;  
  -moz-transition-duration: 1s; 
  -webkit-transition-property: color, text-shadow;  
  -webkit-transition-duration: 1s;  
  -o-transition-property: color, text-shadow;  
  -o-transition-duration: 1s;
  color: #556270;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);
}
#feedContainer #tabOneReady:hover {
  cursor: pointer;
  transition-property: color, text-shadow;  
  transition-duration: 1s; 
  -moz-transition-property: color, text-shadow;  
  -moz-transition-duration: 1s; 
  -webkit-transition-property: color, text-shadow;  
  -webkit-transition-duration: 1s;  
  -o-transition-property: color, text-shadow;  
  -o-transition-duration: 1s;
  color: #000;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

#feedContainer #tabTwoFocus {
  cursor: default;
  float: right;
  background-image: url(images/tabbedPanelTabSelected.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-right: 40px;
  color: #000;
}
#feedContainer #tabTwoReady {
  float: right;
  background-image: url(images/tabbedPanelTabNotSelected.png);
  background-repeat: no-repeat;
  background-position: center top;
  margin-right: 40px;
  transition-property: color, text-shadow;  
  transition-duration: 1s;
  -moz-transition-property: color, text-shadow;  
  -moz-transition-duration: 1s;  
  -webkit-transition-property: color, text-shadow;  
  -webkit-transition-duration: 1s;  
  -o-transition-property: color, text-shadow;  
  -o-transition-duration: 1s;  
  color: #556270;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.0);
}
#feedContainer #tabTwoReady:hover {
  cursor: pointer;
  transition-property: color, text-shadow;  
  transition-duration: 1s;
  -moz-transition-property: color, text-shadow;  
  -moz-transition-duration: 1s; 
  -webkit-transition-property: color, text-shadow;  
  -webkit-transition-duration: 1s;  
  -o-transition-property: color, text-shadow;  
  -o-transition-duration: 1s;  
  color: #000;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}
#feedContainer .tab {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-variant: small-caps;
	width: 210px;
	white-space: nowrap;
	text-align: center;
	padding: 20px 10px 5px 10px;
	height: 25px;
  }
#feedContainer #githubOut img {
	padding:0;
	max-height:80px;
	max-width:80px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), 
						color-stop(0.75, transparent), to(rgba(255, 255, 255, 0.25)));
	opacity:0.75;
	filter:alpha(opacity=75); /* For IE8 and earlier */
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s; /* Firefox 4 */
	-webkit-transition: opacity 0.5s; /* Safari and Chrome */
	-o-transition: opacity 0.5s; /* Opera */
}
#feedContainer #githubOut img:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#feedContainer #githubOut .reposClass {
  clear: left;
  min-height: 100px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-variant: small-caps;
  transition-property: background-color;  
  transition-duration: 0.5s;
  -moz-transition-property: background-color;  
  -moz-transition-duration: 1s;  
  -webkit-transition-property: background-color;  
  -webkit-transition-duration: 0.5s;  
  -o-transition-property: background-color;  
  -o-transition-duration: 0.5s;  
  background-color: rgba(250, 244, 227, 0.0);
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#feedContainer #githubOut .reposClass:hover {
  transition-property: background-color;  
  transition-duration: 0.5s;
  -moz-transition-property: background-color;  
  -moz-transition-duration: 0.5s;  
  -webkit-transition-property: background-color;  
  -webkit-transition-duration: 0.5s;  
  -o-transition-property: background-color;  
  -o-transition-duration: 1s;  
  background-color: rgba(250, 244, 227, 1.0);
}
#feedContainer #githubOut .reposClass a {
  font-size: 16px;
}