#randomFooter {
	display: block;
	margin: 0 auto;
	border: 6px solid white;
}


#footer p {
	line-height: 1.5em;
	margin-top: 1em;
}

#footerWrapper {
	width:90%;
	min-width:920px;
	margin:auto;
	position: relative;
}

ul.footerCategories {
	list-style: none;
	line-height: 1.5em;
	text-indent: 0px;
}

ul.footerCategories strong {
	width: 90px;
	clear: both;
	float: left;
	display: block;
}


#footer h3 {
	display: block;
	text-indent: -9000px;
	margin-bottom: 20px;
	margin-top: 50px;
}

h3.inspiration {
	height: 27px;
	width: 99px;
	background: url(/images/h3_inspiration.gif) no-repeat;
}

h3.tags {
	height: 27px;
	width: 41px;
	background: url(/images/h3_tags.gif) no-repeat;
}

h3.categories {
	height: 28px;
	width: 94px;
	background: url(/images/h3_categories.gif) no-repeat;
}

h3.xml {
	height: 29px;
	width: 152px;
	background: url(images/h3_xml.gif) no-repeat;
}	

h3.xml {
	height: 29px;
	width: 152px;
	background: url(/images/h3_xml.gif) no-repeat;
}	

h3.credits {
	height: 29px;
	width: 142px;
	background: url(/images/h3_credits.gif) no-repeat;
}

h3.lastwords{
	height: 29px;
	width: 142px;
	background: url(/images/h3_lastwords.gif) no-repeat;
}

/* Extra Info Boxes on FOoter */

#scontent {
position:relative;
	background-color: #990000;
	background: #990000;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	border-top: 10px solid white;
	margin:120px 0 0 0;
	padding:50px 0 15px 0px;

}
#scontent a { color:#fff; text-decoration:none; font-weight:bold; }
#scontent a:hover { color:#9F1100; background-color:#fff;  }

#tags a{font-weight:normal;}
#tags a:hover { color:#fff; background-color:#9F1100; text-decoration:underline; }


#scontent #info1 h3, #scontent #info2 h3, #scontent #info3 h3 {
	display: block;
	text-indent: -9000px;
	margin-bottom: 10px;
	margin-top: 40px;
}

#scontent #info1 {
	color:white;
	//width: 410px;
	width:35%;
	min-width:250px;
	
	float: left;
	padding: 0;
	margin: 0 0 0 0;
}

#scontent #info2 {
	width:25%;
	min-width:200px;
	float: left;
	padding:0;
	margin: 0 0 0 100px;
}
#scontent #info3{
	//width: 240px;
	width:25%;
	min-width:200px;
	float: right;
	margin: 0px;
}
#scontent #info1 ul, #scontent #info2 ul, #scontent #info3 ul {
	padding:0;
	margin: 0;
	text-indent: 0px;
	list-style: none;
}

ul.lastWords {
	list-style: none;
	line-height: 1.5em;
	position:relative;
}

	
ul.lastWords li {
	margin-bottom: 5px;
}

ul.lastWords li span.date{
display:inline;
float:left;
text-align:right;
width:23%;
min-width:60px;
border:1px solid #990000;
}

ul.lastWords li span.entry{
font-weight:normal;
padding:0;margin:0;
display:block;
float:left;
width:70%;
border:1px solid #990000;
background-color:#990000;
}




/* footer */
#footer {
	margin:0;
	padding:0;
	border-top: 1px solid #ffffff;
	clear: both;
	font-size: 0.8em;
	background:  #999900;
	color: #ffffff;
}
#footer p {
	padding: 15px 0 15px 0;
	text-align: center;
	margin:0;
}
#footer a { color: #fff; }

a.top-btn {
	position: relative;
	bottom: 25px;
	left: 90%;
	display: block;
	width: 24px;
	text-indent: -3000px;
	background: url(../img/top.gif) no-repeat;
}
a.top-btn:hover { 
	background: url(../img/tophover.gif) no-repeat;
	text-decoration: none;
}