body {
  	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  	font-size: 75%;
	color: #000;
	background: #FFFFFF url(http://www.metrokitty.com/_share/imgs/cloudy.gif) fixed no-repeat bottom left;
}

#contents p {
	margin: 0; 
	padding: 0 0 13px 0;
	line-height: 1.5em;
}

#leftbox ul {
	display: block;
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 50px;
	border-left: 1px solid #FFCCCC; 
} 

#leftbox ul li {
  	display: block;
	padding: 1px 0;
	margin: 7px 0;
	width: 10em;  
}

#leftbox a {
	padding: 0;
	border: 0;
	color: #FF5555;
	text-decoration: none; 
} 

#leftbox a.current:link, #leftbox a.current:visited {
	font-weight: bold;
}

#leftbox a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

#footer {
	text-align: right;
	font-size: 0.75em;
	color: #BBBBBB;
}

#footer a:link, #footer a:visited {
	color: #BBBBBB;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #000000;
}

/*
SIDEBLOG/RIGHTNAV STYLING
*/
#rightbox {
	padding-top: 20px;
	z-index: 1;
}

#rightbox h4 {
	font-size: 0.9em;
	margin: 0;
	padding: 25px 0 0 5px;
	background-image: url(http://www.metrokitty.com/_share/imgs/cloudtopper.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	font-variant: small-caps;
}

#rightbox ul {
	color: #000;
	list-style: none;
	list-style-position: outside;
	margin: 0 0 20px 3px;
	padding: 0;
	font-size: 0.9em;
} 

#rightbox li {
	margin: 5px;
}

#rightbox a:link, #rightbox a:visited {
	color: #FF5555; text-decoration: none; padding-top: 0;
}

#rightbox a:hover, #rightbox a:active {
	color: #000000; text-decoration: underline; padding-top: 0;
}

/*
IMAGE MANIPULATION 
*/
#header h1{
	background-image: url(http://www.metrokitty.com/_share/imgs/metrokitty_header.jpg);
	height: 44px;
	width: 210px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active {
	display: block;
	height: 44px;
	width: 210px;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

p#cloudcorner {
	position: fixed;
	background: url(http://www.metrokitty.com/_share/imgs/cloudy_corner.gif) fixed no-repeat top right;
	height: 66px;
	width: 101px;
	margin: 0;
	padding: 0;
	right: 0;
	top: 0;
	z-index: 200;
	text-align: right;
}

/* Special: Hide the cloudcorner link! */
p#cloudcorner a {
	margin-right: -9999px;
}

/*========================================*/
/* BANNER ADS */
#ads a {
	background-color: #FFCCCC;
	border-top: 1px solid #CC3366;
	display: block;
	padding: 10px 5px 5px 0;
}

#ads a:link, #ads a:visited {
	color: #CC3366;
	text-decoration: none;
}

#ads a:hover, #ads a:active {
	color: #993333;
	text-decoration: underline;
}