/*news, sidebar*/
#sidebar{
	position:relative;
	z-index:0;
	float:left;
	margin:30px 0px 30px 0px;
	vertical-align:central;
	width:240px;
	/*left:?=$newsPostsWidth?>px;*/
	/*width:?=$indexContentWidth-$newsPostsWidth?>px;*/
}
#sidebar .frameContainer{
	margin-left:20px;
	margin-right:20px;
	width:200px;
	color:#FFF;
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
}
#sidebar .element{
	margin-bottom:30px;
}
#sidebar .element .title{
	width:100%;
	text-align:left;
	top:10px;
	background-color:#ee7b1e;
	height:20px;
}
#sidebar .element #newRelease .frameContainer{
	background-color:#ee7b1e;
}
#sidebar .element #newRelease #icons{
	height:50px;
}
#sidebar .element #newRelease #icon1,#sidebar .element #newRelease #icon2,#sidebar .element #newRelease #icon3{
	position:absolute;
	bottom:0px;
	width:50px;
	padding:5px 0px;
	text-align:center;
	background-color:#000;
}
#sidebar .element #newRelease #icons #icon1{
	z-index:2;
	left:10px;
}
#sidebar .element #newRelease #icons #icon2{
	text-align:center;
	left:50%;
	margin-left:-25px;
}
#sidebar .element #newRelease #icons #icon3{
	right:10px;
}
#sidebar .element #links #myspace{
	padding:10px;
}
#sidebar .element #newsletter{
}
#sidebar .element #newsletter form{
	padding-top:10px;	
}
#sidebar .element #newsletter .containerText{
	margin:0px 0px 5px 5px;
	float:left;
}
#sidebar .element #newsletter .newsletterText{
 	font-family:Arial,sans-serif;
	color:#FFFFFF;
	font-size:14px;
	border:none;
	background-color:#ee7b1e;
	height:22px;
	width:163px;
	padding:0px;
}
#sidebar .element #newsletter .newsletterButton{
	margin:0px 0px 5px 5px;	
}

