@charset "utf-8";
/* CSS Document */

#header ul {
	margin: 0 auto;
	padding: 3px 0 0;
	list-style: none;
	display: block;
	height: 46px;
	width: 320px;
	text-align: center;
	overflow: hidden;
}

#header li {
	margin: 0 2px;
	float: left;
	position: relative;
}

#header li.active {
	border: 3px solid;
	border-width: 0 3px;
	-webkit-border-image: url("../../img/header-hover.png") 0 3;
}

#header span {
	padding: 29px 3px 3px;
	float: left;
	width: 54px;
	color: #bbb;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	background: url("redtooth_iphone_icon_nav.png") no-repeat -2px -50px;
}

#header li.active span {
	padding-left: 0;
	padding-right: 0;
	color: #fff;
}

#blog a:link{
	color:#000000;
}


#blog a:active{
	color:#000000;
}

#blog a:visited{
	color:#000000;
}

#blog a:hover{
	color:#000000;
}

