body {
	background-image: url(/images/bg.png);
	background-color: #dfe2e2;
	font: 75%/120% Arial, Helvetica, sans-serif;
	width: 410px;
	margin-right: auto;
	margin-left: auto;
}

h3 {
	color: #ffbd00;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
 h4 {
	float: left;
	color: white;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

  a:focus {
	text-decoration: none;
	outline: 0;
}

a { border-style: none; color:#4499aa; 
	text-decoration: none; 
	font-weight: bold;
	-webkit-transition-duration: .3s; 
	-webkit-transition-property: color, background;
	}
      
a:hover { 
	border-style: none; 
	color: #000; 
	background: none; 
	text-decoration: none;
	}
	
a img {
	border: 0 none; 
}
	
#panel {
	color: white;
	width: 400px;
	background: #262626 no-repeat center top;
	-moz-box-shadow:0px 0px 10px #000;
	-webkit-box-shadow:0px 0px 10px #000;
	padding-top: 10px;
	display: block;
	position: relative;
	border: 8px solid #fff;
}

/* @group panel test */
.fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #A4ADB7;
}

a:hover img {
}

a strong {
  display: block;
  font-size: 18px;
  color: #000;
}

.clear {
  clear: left;
}

#datacontent {
	padding: 10px;
	border-top: 1px solid #373737;
	margin-top: 1px;
	margin-bottom: 2px;
}

#datacontent ul {
  list-style: none;
  margin: 0 0 20px;
  display: block;
	height: 20px;
	width: 356px;
}

#datacontent li {
  float: left;
}

#datacontent ul.navigation {
	display: block;
	position: relative;
	margin-left: 9px;
	background-color: gray;
	-webkit-border-radius: 4px;
	box-shadow:inset 0px 1px 3px #000;
	-moz-box-shadow: inset 0px 1px 3px #000;
	-webkit-box-shadow: inset 0px 1px 3px #black;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 17px;
	width: 343px;
}

#datacontent li a {
 	outline: 0;
  	color: #eee;
  	text-decoration: none;
	margin-right: 14px;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#datacontent li a:hover {
  	color: #000;
  	
}

#datacontent li a:active {
	position: relative;
	top: 2px;
}

#datacontent li a.selected {
  	color: #ffbd00;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

#datacontent .panels {
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  overflow: hidden;
	display: block;
}

#datacontent .panelsInner {
  overflow: hidden;
}

#datacontent .panel {
	padding-left: 10px;
}

#contact.panel {
	margin-top: -10px;
}


/* @end */.active {
	background-position: right 12px;
}
 .core {
	width: 400px;
	position: relative;
	display: block;
	background: url(images/core_bg.jpg) no-repeat center;
	height: 228px;
}
 .info {
	padding-left: 20px;
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: auto;
	display: block;
	position: relative;
	padding-top: 0;
}

.toonPic {
	display: block;
	position: relative;
	float: right;
	height: 132px;
	margin-top: -50px;
	padding-top: 54px;
	background-color: #121212;
	padding-right: 20px;
	margin-left: 15px;
	border-left: 1px solid #373737;
}

.toonPic img {
	display: block;
	width: 90px;
	position: relative;
	margin-left: 15px;
	border: 2px solid white;
}

.toonPic img:hover {
	border: 2px solid #4199aa;
}

.toonPic img:active {
	position: relative;
	top: 2px;
}
 .contact {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	border-top-color: #373737;
	border-top-width: 1px;
	border-top-style: solid;
	font-size: 12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-top: 1px;
	display: block;
	position: relative;
}

ul.social {
	list-style-type: none;
	display: block;
	position: relative;
	width: 360px;
	padding-left: 0;
	height: 44px;
}

ul.social li {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	padding-top: 5px;
	padding-left: 5px;
	border: 2px solid #373737;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.2);
	margin-right: 13px;
	margin-top: 0;
	margin-bottom: 7px;
	padding-right: 2px;
	position: relative;
	left: 6px;
}

ul.social li:hover {
	border-color: #4499aa;
}

#twitter {
	list-style-type: none;
	width: 400px;
	display: block;
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
	right: 20px;
	border-top: 2px solid #373737;
	background-color: #262626;
}

#twitter ul {
	list-style-type: none;
	position: relative;
	border-top: 2px solid #171a1f;
	margin-top: -4px;
	padding-top: 15px;
}

#twitter li {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	width: 359px;
	position: relative;
	right: 19px;
	font-size: 16px;
	line-height: 18px;
}

#stem {
	bottom: 22px;
	width: 20px;
	position: relative;
	right: 162px;
	z-index: 100;
	float: right;
}
 ul.core_links {
	border-style: none;
	text-decoration: none;
	width: 400px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-top: auto;
}
 ul.core_links li {
	background-position: center bottom;
	text-align: center;
	position: relative;
	list-style-type: none;
	margin-top: 20px;
	display: block;
}
ul.core_links li a {
	text-decoration: none;
	border-style: none;
	outline: none;
	opacity: 1;
  -webkit-transition: opacity 1s, 1s;
}
      
ul.core_links li a:hover {  
	border-style: none;  
	background: none; 
	text-decoration: none;
	outline: none;
	opacity: 0.5;
}

#footer {
	width: 413px;
}

#footer p {
	text-align: center;
	color: gray;
	font: 12px/15px Rockwell, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-shadow: white 0 2px 1px;
}

#footer p a {
	color: silver;
}

/* Firefox Hacks */
@-moz-document url-prefix()
{
ul.core_links li {
	background-position: center bottom;
	text-align: center;
	position: relative;
	list-style-type: none;
	margin-top: 18px;
	display: block;

a img {
	border: 0 none; 
}