.navbar-outer-wrapper
{
	width: 75%;
	margin: 3% auto;
	text-align: center;
}
.custom-navbar
{
	background-color: #000
	padding: 10px;
}
.custom-navbar .category
{
	padding:20px;
	
}
a
{
	color: rgba(240,96,53,1);
}

hr.top-hr{
  height: 1px;
  margin: 35px 0;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0,0,0,0)), color-stop(0.5, #333333), to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -moz-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: -o-linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  background: linear-gradient(left, rgba(0,0,0,0), #333333, rgba(0,0,0,0));
  border: 0;
}
hr.top-hr:after { 
  display: block; 
  content:'';
  height: 20px;

  background-image: -webkit-gradient(radial, 50% 0%, 0, 50% 0%, 103, color-stop(0%, #cccccc), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-radial-gradient(center top, farthest-side, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
  background-image: radial-gradient(farthest-side at center top, #cccccc 0%, rgba(255, 255, 255, 0) 100%);
}
.content-wrap
{
	width:60%;
	height:700px;
	margin:auto;
}
.content-wrap h1
{
	color:#666;
}
.content-wrap p
{
	color:#888;
}
.intext-link
{
	color: rgba(240,96,53,1);
	-moz-text-decoration-line: underline;
    -moz-text-decoration-style: dashed;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
    
}
.intext-emphasis
{
	color:#666;
	-moz-text-decoration-line: underline;
    -moz-text-decoration-style: dashed;
    -webkit-text-decoration-line: underline;
    -webkit-text-decoration-style: dashed;
}
.footer-wrap
{
	width: 75%;
	margin:auto;
	text-align: center;
}
.footer-wrap p
{
	color: rgba(240,96,53,1);
	font-size: 8pt;
}