/* basic elements */

#meatscienceMain {
}

body { 
	font-family: georgia,serif; 
	color: #333;
}

hr {
	border:1px solid pink; 
	margin:10px; 
	margin-left:0px;
}

p { 
	font-style: normal;
	color: black;
	font-size:0.9em;
}

h1 { 
	font-family: trebuchet ms; 
	font-size:1.3em;
	letter-spacing: 1px; 
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h2 { 
	font-size:1.3em;
	letter-spacing: 1px; 
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/* links */

A:link  { 
	color: #336699; 
	text-decoration: none 
}
A:visited  { 
	color: #336699; 
	text-decoration: none 
}
A:active  { 
	color: #336699; 
	text-decoration: none 
}
A:hover   { 
	color:  #555753; 
	/* CSS3 standard */
 	opacity:0.75;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; // first!
	filter: alpha(opacity=75);		 
	text-decoration: none;
}
A img {border: none;}

.boxTitle {
    text-shadow: black 2px 2px 2px;
    line-height: 0.70em;
    margin: 0px;
    padding: 0px;
    color: white;
    font-weight: normal;
    font-size: 50px;
    }

.buttonStopped {
	display:inline;
	border:1px solid #000000;
	width:15px;
	height:15px;
	background:url('http://impulse.meatscience.net/images/play13.png');
	background-repeat:no-repeat;
}

.buttonPlaying {	
	display:object;
	border:1px solid #000000;
	min-width:15px;
	height:15px;
	background:url('http://impulse.meatscience.net/images/stop13.png');
	background-repeat:no-repeat;
}

.bluetext{
	color:#336699;
}
