/* 
* Name: 					AW.css
* Maintainer(s):	Bryan Mills (bmills@merion.com, x1427)
* ------------------------------------------------------
* Used on:				AW - all pages
* Inherits: 			master.css -> [page].css
* ------------------------------------------------------
* Notes: Any styles unique to AWhttp://advanceweb.com/sharedresources/. Mostly color 
* specifications.
*
*/

/* Pub color definitions */

#currentIssue h3 a:link, #currentIssue h3 a:active, 
.feature h2, 
.feature h2 a:link, .feature h2 a:active,
.extra h2, 
.extra h2 a:link, .extra  h2 a:active,
.pubColor,
.extra .brief a:link, .extra .brief a:active,
.arrowList li span,
.pageHeading,
.brief a:link, .brief a:active,
a.bevelButton:link, a.bevelButton:visited, a.bevelButton:active, a.beveButton:hover,
h1.headline,
table span.title /* frakensite style */ {
  color: #4c1f84; /* controls only text colors - if using alternate text color, put it here */

}

table span.lgAltTitle {
	color: black; /* controls alternate title color on frakensite */
}

/* visited link states */
#currentIssue h3 a:visited,
.brief a:visited, .item a:visited,
.extra h2 a:visited,
.pubColor a:visited,
.feature h2 a:visited {
	color: #A48FBF;
	
} 

/* something {
	color: #30767D; /* secondary pub color 
} */

.eyebrow span {
	color: #4b4a3b; /* web exclusive color */
}



	#nav li {
		background-color: #85846c;
	}
	
	

	
/* because logo heights differ, the offset for this needs to be adjusted per-pub. UPDATE: all pub logos same size now, don't change this per pub */
#pubHead p { 
		padding: 25px 0px 0px 35px;
	}
	 #pubHead img {
		padding: 10px 0 0 20px;
	}	
	.bordered {
		border: 1px solid #208187;
	}

.newsList span, .aggregator .item span, .bullet li {
	background: url(http://advanceweb.com/sharedresources/Graphics/advanceweb/AW/AW_bullet.gif) no-repeat left 5px;
}

ul.tabs li {
	background-color: #fff; /* for some reason this wasn't overriding .tabs li without a tag selector */
}

.tabs li, .tabs li.left, .tabs li.right {
	background: url(http://advanceweb.com/sharedresources/Graphics/AdvanceWeb/AW/aw_button_bg.gif) repeat-x bottom left;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	color: inherit;
	padding: 5px 11px; 
}


  .tabs li {
	border-right: 1px solid #C7BDD6;
	border-bottom: 1px solid #937ab3;
	border-top: 1px solid #C7BDD6;
	background-color: #eee5f8;
	z-index: 100;
}

  .tabs li.left {
	background-color: #fff;
	border-top: 1px solid #C7BDD6;
	border-right: 1px solid #C7BDD6;
   color: #4c1f84;
}

  .tabs li.right {

	border-top: 1px solid #C7BDD6;
	background-color: #fff;
}

  .tabs li.activeTab {
	background-color: #fff;
	border-top: 1px solid #937ab3;
	border-right: 1px solid #937ab3;
	border-left: 1px solid #937ab3;
    color: #4c1f84;

  }

  .tabs li.activeTabLeft {
	background-color: #fff;
	background-image: none;
	border-top: 1px solid #937ab3;
	border-right: 1px solid #937ab3;
  color: #4c1f84;

}

  .tabs li.activeTabRight {
	background-color: #fff;
	border-top: 1px solid #937ab3;
	border-right: 1px solid #937ab3;
	border-left: 1px solid #937ab3;
    color: #4c1f84;

}

.tabs li.emptyTab {
	border-bottom: 1px solid #937ab3;
	border-right: none;
	padding: 10px 0 0 0;
	border-top: none;
	background-color: #fff;

	

}

  .tabs a:link, .tabs a:visited {
	 color: #4c1f84;
	
}

  .tabs a:active {
	 color: #4c1f84;
	
}

.opportunities div {
	background-color: #eee5f8;
}
