/* Top Board
-------------------------------------------------------------------*/

#topboard {
	width: 400px;
	height: 400px;
	background-color: #0097d5;
	font-size: 11px;
	font-weight: bold;
	color: white;
	margin-bottom: 25px;
	/* background-image:url(images/fettes.gif); */
	background-image:url(images/blau-tippspiel.gif); 	
	background-repeat: no-repeat;
	background-position: 10px 10px;	
}


#topboard img {
	width: 400px;
	height: 400px;
}



/* Allgemeines
-------------------------------------------------------------------*/


#coreContent a {
  color: #0097d5;
  text-decoration: none;
}

#coreContent a:hover {
	border-bottom: 1px solid #0097d5;
	padding-bottom: 1px;
	
}


h3 {
	color: #0097d5;	
}

h3 a {
	color: #0097d5;
	background-image: url(images/play-blue.gif);
}

h3 a:hover {
	color: #000000;
	border-bottom: none;
}

#coreContent .postMeta a:hover {
  color: #0097d5;
  border-bottom: none;
}


/* Page Navigation
-------------------------------------------------------------------*/

#coreContent .pageNav a:hover{
  text-decoration: none;
  background-color: #0097d5;
  color: white;
  border:none;
  padding-bottom: 3px;
   -webkit-transition: border-color .2s ease-in, background-color .1s ease-in; 
}


input[type=submit]:hover,
input[type=submit]:focus{
  background-color: #0097d5;
}

/* Footer
-------------------------------------------------------------------*/

#footer a:hover {
	color: #0097d5;
	border-bottom: none;
}

/* Admin Edits
-------------------------------------------------------------------*/


.loggedin a,
a.post-edit-link,
a.comment-edit-link {
  color: #0097d5;
}

/* Comments
----------------------------------------------------------------------*/




img.avatar {
}

.commentApprove {
	background-color:#0097d5;
}


#comments .commentEntry.blau.l10 p {
	color: #0097D5;
}


/* Top Board
-------------------------------------------------------------------*/

#player {
	background-image: url(images/play-blue.gif);

}



#player a:hover {
	background-color: #0097d5;
}


/*stats
-----------------------------------------------------------------------*/

.stats {
	color: #0097d5;
}






/*login footer
-----------------------------------------------------------------------*/

#footer li.login a:hover {
	color: #0097d5;
}


/*Login Button
-----------------------------------------------------------------------*/

#loginButton a {
	color: #0097d5;

}

#loginButton a:hover {
	background-image: url(images/play-blue.gif); 		
}

/* FEEDS 
--------------------------------------------------*/


img.twitter {
	background-image:url(images/blau/twitter.png) !important;	
	background-image:url(images/blau/twitter.gif);
}


img.facebook {
	background-image:url(images/blau/facebook.png) !important;
	background-image:url(images/blau/facebook.gif);	
}

