@charset "utf-8";
/* CSS Document */

div#voppy-box {
	width: 800px;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;
	z-index: 0;
}

#blog-title {
	margin-bottom: 20px;
}
#blog-title h2 {
	color: #FFFFFF;
}
#blog-title h3 {
	font-size: 1em;
}

#voppy-flash-box {
	height: 450px;
	width: 800px;
	margin-bottom: 20px;
}
h3#archive {
	margin-bottom: 20px;
}
ul#archives {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0px;
	width: 520px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 280px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
ul#archives li {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/ul_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-bottom: 0.5em;
	padding-left: 0em;
}
ul#archives a, ul#archives a:link, ul#archives a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 25px;
}

ul#archives a:hover {
	color: #FDD000;
	/*text-decoration: none;*/
}

