@import url('/shared/css/base.css');
@import url('/ajc/css/channel.css');
@import url('/shared/css/escenic/global.css');
@import url('/shared/css/escenic/teaser/teaser.css');
@import url('/ajc/css/escenic/teaser/teaser_pub.css');
@import url('/shared/css/escenic/article/article.css');
@import url('/ajc/css/escenic/article/article_pub.css');
@import url('/access/css/base.css');
@import url('http://alt.coxnewsweb.com/ajc/css/topics/topics_page.css');


#cxContent {
  margin-right: 20px;
  width: 610px;
  float: left;
}

.noRight {
  margin-right: 0 !important;
  width: auto !important;
  float: none !important;
}

#cxRightRail {
  width: 340px;
  float: left;
}

.cxAdvertisement  {
  margin-bottom: 20px;
  background: #e5e5e5;
  text-align: center;
}

.cxAdvertisement * {
  margin: auto;
}

/*----------------------------------- 
section header
-----------------------------------*/
div.cxSectionHeader,
div#channel-info
{
  margin-bottom: 20px;
  border-bottom: 2px solid #e4e4e4;
}

div.cxSectionHeader h1.cxSectionTitle,
div.cxSectionHeader h2.cxSectionTitle,
div#channel-info h1.channel-title,
.header_topic
{
  margin: 0;
  padding-bottom: 8px;
  font-size: 31px;
  font-weight: normal;
}

div.cxSectionHeader h2.cxSectionDescription,
div.cxSectionHeader h1.cxSectionDescription,
div#channel-info h2.channel-description,
div#channel-info p.channel-description
{
  margin-bottom: 10px;
  font-size: 14px
}

div.cxSectionHeader,
#channel-info
{
	height: 40px;
	position: relative;
	border-bottom: 2px solid #dfb386;
}

div.cxSectionHeader h1.cxSectionTitle,
div.cxSectionHeader h2.cxSectionTitle,
#channel-info h1
{
	float: left;
	color: #AF5E0C;
}

.cxSectionHeader h1.cxSectionTitle a,
.cxSectionHeader h2.cxSectionTitle a,
#channel-info h1 a
{
	position: absolute;
	right: 0;
	bottom: 7px;
}

div.cxSectionHeader h2.cxSectionDescription,
div.cxSectionHeader h1.cxSectionDescription,
#channel-info h2,
#channel-info p
{
	float: left;
	padding-left: 10px;
	position: relative;
	top: 17px;
}
