@charset "UTF-8";
/* CSS Document */
@import "http://fonts.googleapis.com/css?family=Telex";





html, body {
    font-family: 'Telex',sans-serif;
	background:#d2232a;
}
iframe {
	border:none;
	width:100%;
	height:100%;
	background: #FFF;
}
#header {
	height:100px;
	background:url("http://theind.com/LaLaLand/la-la-header.gif") no-repeat top center #d2232a;
	background-size: contain;
	cursor: pointer;
}
/*#content {
	height:500px;
	width:500px;
	overflow: scroll;
}*/
table {
	border: none;
	padding: 0;
	margin: 0;
}
#moreblogs {
	background: #FFF;
	height:auto;
	width: 300px;
	float: right;
	overflow-y: scroll;
	overflow-x: hidden;
	border: 1px solid #000;
	clear:right;
}

#moreblogsList{
	background: #FFF;
	width: 100%;
}

#sponsor {
	width:300px;
	height:auto;
	float: right;
	margin:0;
	padding:0;
}
#sponsor img, #sponsor a {
	display:block;
	margin:0;
	padding:0;
}
ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}
ul li {
    padding-bottom: 10px;
	display: block;
	margin-bottom: 10px;
	clear: both;
	margin-top: 5px;
}
ul a {
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}
ul p {
    font-size: 10pt;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:5px;
	background: #000;
	color: #FFF;
}
#url, #me {
	display: none;
}

#moreblogsList ul {
	border: 1px solid #000;
}