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

/* line height negating code from Cleva Treva on www.csscreator.com */
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}
input,select{
  margin:0;
  padding:0;
}

/* My code */

/* 
color pallete - Blue Collar Zombies release May 2009
brown - b25210, yellow - e4c844, teal - 87e9dc, red - b81726, orange - e79f12
*/


body {
	background-color: #e4c844;
	color: #000000;
	background-image: url(images/background-stripes.png);
	background-repeat: repeat;
	border-style: none;
    font-family:"Courier New", monospace;
}

div {
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

.top {
position:absolute;
right:100%;
top:100%;
text-align:right;
background-color:#87e9dc;
text-decoration:underline;
color:#b81726;
}

img.logo {
	text-align:left;
	clear:left;
	left: 2px;
	position: absolute;
	top: 1px;
	width: 186px;
	height: 122px;
}
.regular {
	text-align: center;
	color: #000000;
	width: 70%;
	height:100%;
	bottom:0px;
	background-color:transparent;
}
.wrapperDiv {
background-image:url(images/static-animation.gif)
}

.inner {
	text-align:center;
	background-image:url(images/static-animation.gif)
}
a, a:link, a:active, a:visited, .regular a:link, .regular a:active, .regular a:visited {
	color:#454545;

}
.regular a:hover, a:hover {
text-decoration:underline;
color:e4c844;
}

.theBig {
padding:15px;
text-align:center;
width:100%;
height:100%;

}

.banner {
	position: absolute;
	height: auto;
	width: 70%;
	text-align: center;
	background-color:transparent;
	padding: 5px;
	left:15%;
	
}
.middle {
	vertical-align:middle;
	position: relative;
}
.container {
	position: absolute;
	top: 440px;
	bottom:0px;
	height: 100%;
	width:70%;
	left:15%;

}
ol { list-style-position:inside;}

.albumContainer {
clear:both;
position:relative;
width:100%;
background-color:transparent;
}

.album {
text-align:left;
background-image:url(images/static-animation.gif);
padding: 3px;
}

.row {
display:table-row;
}

.cell {
display:table-cell;
}

#albumTropical {
margin: 5px;
top: 0px;
height: 100%;

}

#albumZombies {
margin: 5px;
top: 0px;

}

#albumThinkers {
margin: 5px;
}

#albumSeams {
margin: 5px;

}
**/
.yellowLink {
	color: #b25210;
	text-decoration:none;
}



#copyright {
	position:relative;
	text-align:center;
	bottom:0px;
	
}
