@charset "UTF-8";
/* ----- WWFFHH Archive CSS ----- */
/* ----- Coded By Mark Guillermo (guillermo@walltowall.com) ----- */
/* ----- January 13, 2009 ----- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #999999;
	background-color: #1C1D1D;
	text-align: center;
	font-size: 11px;
}
p, ul, li, img, body, html {
	margin:0px;
	padding:0px;
}
ul {
	list-style-type: none;
}
ul.months li {
	float: left;
	display: block;
	width: 120px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: left;
	min-height: 180px;
	position: relative;
}

ul.months li span {
  display: none;
  position: absolute;
}

ul.months li a:hover span {
  display: block;
  height:120px;
  width:120px;
  background:url(images/trans.png) no-repeat;
  left:0px;
  top:0px;
}

ul.months li.last {
	padding-right: 0px
}
ul.months li img {
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	color: #00aeef;
}

a img {
	border:none
}
hr {
	border:0;
	border-top: 1px dotted #CCCCCC;
	height: 0;
	clear: both;
	padding: 13px 0px 0px 0px;
}

.f-left {
	float:left
}

.f-right {
	float:right
}

.clear {
	clear:both
}

.clearfix {
	width: 100%;
	clear:both;
	}

#container {
	background-color: #FFFFFF;
	width: 820px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
}

#title {
	background-image: url(images/header.jpg);
	display: block;
	height: 166px;
	width: 820px;
	padding: 0px 0px 25px 0px;
	background-repeat: no-repeat;
}
.year-block {
	background-image: url(images/hr1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

img.year {
	padding: 0px 0px 13px 0px
}

a.image { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 100px; /* width of reactive image */
     height: 100px; /* height of reactive image */
     background-image: url(image1.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(image2.gif); /* source for target image */
     } 

.party-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #00aeef;
	display:block;
	padding: 2px 0px 0px 0px;
}

#footer {
	background-image: url(images/hr1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-bottom: 40px;
}
#footer p.footer-desc {
	background-image: url(images/ww-logo.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 650px;
	line-height: 14px;
}
#top-links {
	padding-top: 15px;
}
