@import url(https://fonts.googleapis.com/css?family=Cuprum&subset=latin,cyrillic);


/******************************************************************************

	This file styles the bar that goes across the top of all Xiph.Org
	pages.
	
	The style that comes from this was first (to my knowledge) at
	http://alistapart.com/stories/practicalcss/ in the
	"Splitting the Difference" section.

******************************************************************************/

/* This effect doesn't work at all if all content is pinched in a bit. */
html, body {
	margin: 0;
	padding: 0;
}

body {
	margin-left: 50px;
	margin-right: 25px;
              background: url("background.png") repeat-x #E7E4E0;
              width:80%;
	margin:0px auto;
background-attachment: fixed;
}

body, td {font-family: Cuprum, "Segoe UI", tahoma;}

.xiphnav {
	font-weight: normal;
	padding:    .25em;
	margin-bottom:  .5em;
	border-bottom:  1px solid #000;
	color: #000;
	background: #aaa;
}
h2 {
	text-decoration: none;
	font-weight: normal;
    font-size: 40px;
	color: #666;
    padding: 10px;
	margin-top:3px;
}
h1 {
	text-decoration: none;
	font-weight: normal;
	color: #666;
	margin-top:3px;
}
.nav {
	text-decoration: none;
	font-size: 20px;
	color: #666;
}
.nav:hover {
	text-decoration: none;
	color: #000;
}
.xiphnav_a {
    text-decoration: none;
    font-weight: normal;
    color: #000;
}
.news {
    text-decoration: none;
    font-weight: normal;
    color: #666;
}
.newsheader {
    text-decoration: none;
    font-weight: normal;
    color: #000;
    background: #444;
}
.streamtd {
    text-decoration: none;
    font-weight: normal;
    color: #666;
    padding:15px;
}
.streamtd_alt {
    text-decoration: none;
    font-weight: normal;
    color: #666;
}

.streamtd_alt_2 {
    text-decoration: underline;
    font-weight: normal;
    color: #666;
}

td {
    text-decoration: none;
    font-weight: normal;
    color: #666;
}
.roundcont {
	background: #fff;
	color: #666;
	padding:10px 0px;
	border-radius:5px;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}
.roundcont a {
    margin: 0px 10px;
    text-decoration: underline;
    color: #000;

}
.newscontent {
	margin: 0 20px;
}
h3 {
	margin: 0px;
    padding: 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 25px;
	color: #000;
}
.newscontent h3 {
    margin-bottom: 10px;
    border-bottom: 1px groove #ACACAC;
}
.newscontent h4 {
	margin: 10px 0px;
	text-decoration: none;
	font-weight:;
	color: #000;
}
.newscontent p {
	margin: 0 0;
	text-decoration: none;
	font-weight: none;
}
.newscontent td {
	margin: 0 0;
	text-decoration: none;
	font-weight: none;
}
.newscontent td.streamdata {
	margin: 0 0;
	text-decoration: none;
	font-weight: none;
    color: #000;
}
.streamheader table {
    width: 100%;
    margin-bottom: 5px;
}
.streamheader td {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 10 5 10 5;
    border: 0px solid white;
}
.streamheader h3 {
    border: 0px;
}
.streamheader a {
    padding: 8px 5px 3px 30px;
    text-decoration: none;
    background: transparent url("/tunein.png") no-repeat left center;
}
.streamheader a.auth {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    background: transparent url("/key.png") no-repeat left center;
}
.newscontent a {
    text-decoration: underline;
    margin: 0px;
    color: #000;
}
.newscontent a:hover {
    text-decoration: none;
}
.newscontent a.nav2 {
    text-decoration: none;
    padding: 2px 9px;
    background: #E3E3E3;
    color: #666;
}
.newscontent a.nav2:hover {
    text-decoration: none;
    background: #C4C4C4;
}
.poster {
    margin: 50px 0px 20px 0px;
	display: block;
	text-decoration: none;
	color: #000;
    padding: 5px;
    border-top:  1px groove #ACACAC;
}
.poster a
{
  color: #000;
}

.roundcont p {
	margin: 10px 50px;
}

.roundtop { 
	background: url(/corner_topright.jpg) no-repeat top right; 
}

.roundbottom {
	background: url(/corner_bottomright.jpg) no-repeat top right; 
}

img.corner {
	width: 15px;
	height: 15px;
	border: none;
	display: none !important;
}


