body {
	background: url('../img/background.png') repeat;
	background-color: #434343;
	margin: 0;
	font-family: arial;
	font-size: 12px;
	color: #8f8f8f;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h2, h4 {
	color: #000;
}

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

a:hover {
	color: #111;
}

h2 {
	color: #aaa;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 0 0px 0;
	padding: 0;
	float: left;
	width: 260px;
}

h4 {
	font-size: 16px;
	float: left;
	margin: 0 0 12px 5px;
}

h4 a {
	color: #000 !important;
}

#main-container-background {
	width: 1206px;
	margin-left: auto;
	margin-right: auto;
	background: url('../img/dropshadow.png');
}

#main-container {
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

#jmtv-header {
    border-bottom:  1px #292929 solid;
    width:          100%;
    height:         70px;
    background:     #131313;
}

#jmtv-header-content {
    width: 988px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}

#jmtv-header-logo {
    width: 229px;
    height: 36px;
    background-image: url('../img/jmtv_logo.png');
    float: left;
}

#jmtv-header-menu {

}

#jmtv-header-menu ul {
    list-style:         none;
    margin:             0;
}

#jmtv-header-menu ul li {
    float:              right;
    position:           relative;
    list-style:         none;
    margin-left:        15px;
}

#jmtv-header-menu ul li a {
    color:                  #fff;
    text-transform:         uppercase;
    font-size:              14px;

    font-family:    "ronnia-1","ronnia-2",sans-serif;
    font-weight:    300;
}

#jmtv-header-menu ul li a.squeezeme, #jmtv-header-menu ul li a:hover {
    color: #df5900;
}

#banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#title-text, #date {
	font-size: 10px;
	padding-top: 9px;
}

#title-text {
	float: left;
	margin: 0 0 0 30px;
}

#thumbnail-feed-title {
	width: 290px;
	display: block;
}

#date {
	float: right;
	margin: 0 30px 0 0;
}

.section-header {
	margin: 5px 0 0 0;
}

.section-header img {
	margin-top: 5px;
}

#ad img {
margin-bottom: 15px;
}

a.refresher, a.refreshing {
	display: block;
	float: right;
	height: 16px;
	width: 16px;
	outline: none;
}

a.refresher {
	background: url('../img/refresher.png') no-repeat;
}

a.refresher:hover {
	background: url('../img/refresher_over.png') no-repeat;
}

a.refreshing {
	background: url('../img/refreshing.gif') no-repeat;
}

.feed-collection {
	padding-left: 30px;
}

.news-feed {
	float: left;
	width: 295px;
	margin-right: 20px;
	padding-bottom: 15px;
	padding-top: 10px;
}

.news-item {
	list-style-type: none;
	color: #bebebe;
	margin: 0px;
	padding: 0px;
}

.news-item li {
	border-top: 1px solid #e6e6e6;
	padding: 3px 0 25px 0;
	clear: both;
	height: 13px;
}

a.item-title {
	float: left;
	width: 280px;
	line-height: 17px;
}

.addthis_button {
	float: right;
	border: 0;
}

.addthis_button img {
	outline: none;
}

.thumbnail-feed {
	background: #f0f0f0;
	padding: 15px 0 15px 30px;
	margin-bottom: 30px;
}
.thumbnail-feed-title-underline {
	border-bottom: 1px solid #aaa;
	margin-bottom: 16px;
}

.thumbnail-feed img {
	padding: 0;
}

.thumbnail {
	margin: 0 20px 7px 0;
}

#footer {
	width: 988px;
	height: 43px;
	background: url('../img/footer.png');
	padding: 0;
	margin: 0;
	color: #999;
}

#footer a {
	color: #ddd;
}

#footer-copyright, #footer-links {
	display: block;
	margin-top: 15px;
}

#footer-copyright {
	float: left;
	margin-left: 30px;
}

#footer-links {
	float: right;
	margin-right: 30px;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	width: 250px;
	background: #f4f4f4;
	border: 1px solid #d8d8d8;
	padding: 8px;
	line-height: 17px;
}

#tooltip div.body {
	margin: 0;
	padding: 0;
	display: block;
}

#tooltip h3 {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #8f8f8f;
}
