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

body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	color: #666666;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

img, div { behavior: url(iepngfix.htc) }

#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	z-index: 2;
}

#bg {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}


#logo {margin-right: 20px;}

#footer {
	margin:0px;
	padding: 0px;
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 20px;
	z-index: 2;
	font-size: 10px;
}

*html #footer {
position: absolute;
bottom: 0px;
}

/*Menu Drop Down Items*/

#menuAbout {
    visibility:hidden;
	width: 200px;
	height: 100px;
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 100px;
	background-image: url(images/menu_default/menu_back.html);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 20px 5px 2px 10px;

}

.footer-posts-title, .footer-posts-title a, .footer-posts-title a:visited {
	font-size: 14px;
	color: #fff;
	font-weight:bold;
	vertical-align:middle;
	padding-bottom: 5px;
	padding-top:5px;
	text-decoration: none;
}

.footer-posts-title a:hover {
	text-decoration: underline;
}

.footer-posts {
	padding-left: 15px;
	font-size: 10px;
	color: #fff;
	font-weight:bold;
}

.footer-posts li {
	line-height: 12px;	
}

.footer-posts a, .footer-posts a:visited {
	color: #fff;
	text-decoration: none;
}
.footer-posts a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-rss-icon {
	float:right;
	padding:5px;
}

.tinytext {
	font-size: 9px;
	color: #000000;
	line-height: 9px;
	text-decoration: none;
}

.tinytext a, .tinytext a:visited {
	color: #000;
	text-decoration: none;
}

.tinytext a:hover {
	color: #FF33CC;
	text-decoration: underline;
}
