@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("myminicity.com"){

/* hide header background image */
#header {
	background: none !important;
}

/* move city name sign to left */
#header #city_name {
	background-color: #deecfe !important;
	padding-left: 170px !important;
}

/* hide "advertisement" image */
.lang-en #lineup {
	background: none !important;
}

/* hide fr and es flag images */
#flags {
	display: none !important;
}

/* hide ad flash on top right corner */
#swf_box {
	display: none !important;
}

/* hide city flash */
#swf_client {
	display: none !important;
}

/* adjust ranking flash position */
.menu {
	margin-top: 5px !important;
}

/* enlarge BBS box */
#shoutbox #messages {
	height: 250px !important;
	width: 600px !important;
}

/* "Ranking" etc. buttons; incl. Ranking page */
.largeBtn { 
	background-image: none !important; 
	padding-top: 0px !important; 
	height: 20px !important; 
	margin-top: 2px !important;
}
.largeBtn:hover { 
	background-image: none !important; 
	color: black !important;
	text-decoration: underline!important;
}
.largeBtnRed { 
	display:none !important; 
}
.rightButton {
	background-image: none !important; 
}
.rightButton:hover {
	background-image: none !important; 
	color: black !important;
	text-decoration: underline!important;
}
.rightButton strong:hover {
	color: black !important;
}

/* hide border image between city flash and BBS with adjustment */
#bottom {
	background: none !important;
	margin-top: 5px !important;
	padding-top: 5px !important;
}

/* hide "More games" links */
#links {
	display: none !important;
}

/* hide RSS feed link */
.xmlLinks > a:last-child {
	display: none !important;
}

/* hide level descriptions */
.link {
	display: none !important;
}

/* hide ad flashes on main area */
.img_box {
	display: none !important;
}

/* hide background image on Ranking page */
#main {
	background-image: none !important;
	background-color: #deecfe !important;
}
}
