

html, body {border: 0; margin: 0; padding: 0;}

body {
  	font: 85%/0.9 arial, helvetica, sans-serif;
	background: url(images/bg_repeat.jpg) repeat 0 0;
  	line-height: 130%;
  	width: 100%;
  	min-width: 970px;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
}

a img {
  border: none;/*remove border for linked images*/
}

/***** clear *****/
.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */.clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */


/***** Main Layout ****/
#container1 {
  	width: 100%;
  	height: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
  	width: 900px;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: left;
	padding: 20px;
}
#ads{
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	width:100%;
	background:#000;
	padding-top:5px;
	height:25px;
	border-top:1px solid #ccc;
	}
#ads .adblock{
	display:inline !important;
	}
#ads img{
	margin-top:10px;
	margin-left:20px;
	border:1px solid #ccc;
	}
.adhere{
	font-weight:bold;
	margin-left:20px;
	}

small {font-style:italic; 
}

#tweets li {
	font-family: georgia;
	font-size:0.9em;
	background:url(images/twitter.png) no-repeat left ;
	padding-left:20px;
	margin-left:15px;
	margin-top:8px;
	list-style-type:none;
	height:17px;

}

#tweets .hash { color:#0066CC; } 

#tweets .reply { color:#0066CC; } 

#tweets a:link { text-decoration:none; color:#0066CC;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC;}
#tweets a:visited { text-decoration:none; color:#0066CC;}
