@import url("global.css");

/*-------------main menu-------------*/
#header a.currentHome, #header a.currentHome:hover {
	border-bottom-width: 0px;
	background-color: #FFFFFF;
	padding-bottom: 9px;
}

#top #header #mast {
	padding-top: 29px;
	padding-right: 0px;
	padding-bottom: 29px;
	padding-left: 0px;
	width: 530px;
	position: relative;
}
#top #header #mast #loadStatus {
	position: absolute;
	top: 150px;
	z-index: 9999;
	width: 100px;
	left: 220px;
	color: #FF0066;
	text-align: center;
	display: none;
}

#top #header #mast #mastPrev {
	float: left;
	cursor: pointer;
}
#top #header #mast #mastNext {
	float: right;
	cursor: pointer;
}

#top #header #mast .mastNav {
	width: 29px;
	display: block;
	height: 265px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: none;
}
#header #mast #mastImage {
	float: left;
	background-image: url(../images/mast/this-charming-girl.jpg);
}
#header #mast #mastImage h2 {
	font-size: 13px;
	color: #EEEEEE;
	font-weight: bold;
}



/*-------------content-------------*/
#container #content {
	padding-top: 0px;
	padding-bottom: 0px;
}
#container #content h2 span {
	display: none;
}

#container #content .postInfo ul li.pageNav {
	display: none;
}

/*-------------post info-------------*/
#container #content .icon {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	height: 64px;
	width: 64px;
}
#container #content .icon a {
	border: 1px solid #CCCCCC;
	height: 64px;
	width: 64px;
	display: block;
}
#container #content .icon a:hover{
	border: 1px solid #FF3366;
}
#container #content .icon img {
	border: 0px;
}

