/*--- page layout framework ------------*/

html {
	min-height: 101%;  /*force vertical scrollbar - browser support flaky, doesn't work in Opera */
	/*overflow-y: scroll;*/
}

body {
	background: #ebead8 center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-image:url(../images/bgd2.jpg);
	background-repeat:repeat-x;
	margin:0;
}


/*--- links ---*/

a {
	font-size: inherit;
}

a:link, 
a:visited,
a:active,
a:hover {
	text-decoration: none;
	color:#EBE9D8;
}
a:active{
outline: none;
-moz-outline-style: none;
}

a:focus{
-moz-outline-style: none;
outline: none;
}
object, embed {
  outline: none;
}



div#container {
	width: 994px;
	margin: auto;
	margin-bottom:50px;
	height:auto;
}

div#header {
	padding-top: 0em;
}



div#content {
	margin-bottom: 5em;
	padding: 0;
}

/*--- LOGO ---*/

div#logo{
	background-image:url(../images/logo2.jpg);
	background-repeat:no-repeat;
	width:496px;
	height:177px;
	margin:0;
} 

/*--- MENU ---*/
div#menu{
    text-align:left;
	height:35px;
	width:320px;
	margin-left:122px;
	color:#201815;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:14pt;
	/*font-size:1.3em;*/
	padding-top:130px;
} 

div#menu a:link, a:visited{
    text-decoration: none;
	color: #201815;
}


div#menu a:hover {
	text-decoration: none;
	color: #870404;
}

div#menu .menuroll,
div#menu .menuroll a:link,
div#menu .menuroll a:visited,
div#menu .menuroll a:hover{
	text-decoration: none;
	color: #201815;
}

div#menu .soon{
	text-decoration: none;
	color: #a7b938;
}

/*-home arrow -*/
div#arrow1{
    text-align:left;
	height:10px;
	width:20px;
	background-image:url(../images/menu_arrow.gif);
	background-repeat:no-repeat;
	/*padding-top:20px;*/
	margin-top:0px;
} 

/*-blog arrow -*/
div#arrow2{
    text-align:left;
	height:10px;
	width:20px;
	background-image:url(../images/menu_arrow.gif);
	background-repeat:no-repeat;
	padding-top:198px;
	margin-top:2px;
	/*margin-left:73px;*/
} 
/*--- MENU END ---*/


/*--- PAGE TEXT ---*/

/*-welcome
div#welcome{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#ebe9d8;
	text-align:justify;
	width:655px;
	margin-top:30px;
	margin-left:16px;
	/*margin-bottom:60px;
	line-height:1.2;
	margin-bottom:15px;
}*/

/*-headers-*/
div#header{
	color:#ebe9d8;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:14pt;
	padding-bottom:16px;
	border-bottom:1px solid;
	border-color:#cec6bb;
	width:100%;
	line-height:1;
} 

/*-Media Clips-*/
div#media{
	font-family:Arial, Helvetica, sans-serif;
	color:#ebe9d8;
	width:655px;
	margin-top:50px;
	margin-left:16px;
	/*margin-bottom:60px;*/
	line-height:1.2;
	margin-bottom:15px;
	/*background-image:url(../images/media_icons.gif);
	background-repeat:no-repeat;*/
}



/*-RADIO NEW HOLDER-*/
div#contain_div{
	width:978px;
	margin-bottom:15px;
}

/*-Radio Clips-*/
div#radio{
	font-family:Arial, Helvetica, sans-serif;
	color:#ebe9d8;
	width:407px;
	line-height:1.2;
	margin-left:16px;
	margin-top:20px;
}

/*-Newspaper-*/
div#newspaper{
    font-family:Arial, Helvetica, sans-serif;
	color:#ebe9d8;
	line-height:1.2;
	margin-top:20px;

} 



/*-left column-*/

/*-holder-*/
div#rightholder{
	float:right;
	color:#ebe9d8;
	text-align:left;
	width:275px;
}

/*-news-*/
div#news{
	margin-top:50px;
	margin-right:16px;
	/*margin-bottom:60px;*/
	line-height:1.2;
	margin-bottom:15px;
	background-image:url(../images/rss.gif);
	background-repeat:no-repeat;
}
div#rss{
	height:317px;
	margin-top:13px;
	margin-bottom:13px;
	width:259px;
	font-size:70%;
}

div#spacer{
	padding-top:5px;
	border-bottom:1px solid;
	border-color:#cec6bb;
	width:100%;
} 

/*-background text OLD-*/
/*div#bgd{
	margin-top:38px;
	line-height:1.2;
	margin-bottom:15px;
	width:259px;
	
	/*background-image:url(../images/blog.gif);
	background-repeat:no-repeat;
}


/*div#bgd{
	margin-top:38px;
	line-height:1.2;
	margin-bottom:15px;
	width:259px;
	
	/*background-image:url(../images/blog.gif);
	background-repeat:no-repeat;
}*/



/*-background text-*/
div#bgd{
	margin-top:20px;
	line-height:1.2;
	margin-bottom:15px;
	/*margin-left:328px;*/
	width:259px;
	float:right;
}


div#bgdtxt{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	font-size:70%;
	height:356px;
	color:#ebe9d8;
}





/*--- FOOTER ---*/
div#footer {
	width: 100%;
	background-image:url(../images/btm.jpg);
	background-repeat:repeat-x;
	margin: 0;
}

div#ftcontainer {
	width: 994px;
	margin: auto;
	padding-top:60px;
	height:148px;
}

div#ftlogo{
	margin-left:16px;
	background-image:url(../images/logo_btm.jpg);
	background-repeat:no-repeat;
	width:496px;
	height:53px;
	
}
div#fttext{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#68645d;
	text-align:justify;
	width:655px;
	margin-top:16px;
	margin-left:16px;
	/*margin-bottom:60px;*/
	line-height:1.2;
	margin-bottom:15px;
}
/*--- footer end ---*/

/*--- Feedzilla new 07.2011 --*/
#hideoverflow {
	width:295px;
	height:380px;
	overflow:hidden;
	background:#120c0c;
	position: relative;
	font-size:10px;

}

#header_overflow{
	color:#ebe9d8;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-size:14pt;
	padding-bottom:16px;
	border-bottom:1px solid;
	border-color:#cec6bb;
	width:260px;
	line-height:1;
	z-index:10;
	position: absolute;
	background:#120c0c;
}
.news-item, empty-news-item{
	font-size:10px;
}
