/*---------------------------------------------
		Homepage header and drawer
---------------------------------------------*/
#still-header {
	background: url(/images/blue-gradient4-rev.png) top center no-repeat !important;
}

.find-schools-btn a:hover {
	background: url(/images/tab-btn-hover-rev.png) no-repeat;
}

.find-schools-btn a.on {
	background: url(/images/tab-btn-active-rev.png) no-repeat;
}

/*---------------------------------------------
		Hero and DiscoverAU headers
---------------------------------------------*/
#homepage-hero h2, #discover-au h2 {
	_padding: 10px;
	*padding: 10px;
	border: 0;
}

/* --------------------------------------------
				home page hero 
-------------------------------------------- */
#homepage-hero {
	background: url(/images/top-bar-shadow-hero.png) top center no-repeat;
	width: 624px;
	position: relative;
	padding: 10px 0 0;
	margin: 0 0 0 19px;
	height: 312px;
	/* _height: auto; */
	/* *height: auto; */
}

/* --------------------------------------------
	hompage-hero specific formatting
-------------------------------------------- */
#homepage-hero h3 {
	font-size: 26px;
	color: #222222;
	width: 261px;
	text-transform: none;
	margin-left: 315px;
	padding: 2px 10px 5px 0;
	border-bottom: none;
}

#homepage-hero a {
	font-size:28px;
	letter-spacing: 1px;
	color: #222222;
}

#homepage-hero  a:hover {
	color: #C90016;
}

#homepage-hero h4 {
	font-size: 1.3em;
	text-transform: none;
	color: #2c2c2c;
	margin: 0 10px 0 315px;
	font-weight: bold;
}

#homepage-hero img {
	margin: 0 15px 0 0;
	float: left;
}

#homepage-hero p {
	/* position: absolute;
	bottom: 60px; */
	margin-left: 315px;
	width: 243px;
	text-align: left;
}

#homepage-hero .rss-link {
	margin-top: 10px;
}

.homepage-news {
	background:url("/images/homepage-news-background.gif") left repeat-y;
}

/* Social Media links 03/15/10 MEM */
#social-media {
	position: absolute;
	bottom: 14px;
	right: 0;
	width: 200px;
	padding: 8px 8px 6px 12px;
	border: 2px solid #CCC;
	float: right;
}
#social-media ul {
	float: right;
}
#social-media li {
	margin: 0;
	border: 0;
	display: inline
}
#social-media .header {
	padding: 3px 0 3px;
	font-size: 14px;
	/* font-weight: bold; */
	float: left;	
}
#social-media img {
	margin: 0 0 0 10px;
}

/* DiscoverAU new link color 03/15/10 MEM */
a.yellow-link {
	background: url(/images/yellow-link-cta.gif) bottom right no-repeat !important;
	width: auto; 
	float: left; 
	color: #fff !important;
	display: block;
	padding: 0 12px 0 6px;
	font-family: trebuchet ms, sans-serif;
	font-size:11px !important;
	height: 15px;
	line-height: 14px;
	font-weight: bold !important;
	text-transform: uppercase;
	margin-bottom: 4px;
}

a.yellow-link:hover {
	background: url(/images/yellow-link-cta.gif) top right no-repeat !important;
}

.more-stories-link {
	margin: 15px 10px 0 0;
	float: right;
}

.toggle-features {
	position: relative;
	float: left;
	width: 965px;
	margin: 20px 0 0 10px;
	height: 2px;
	background: url("/images/toggle-features-background.gif") top left repeat-x;
}

.toggle-features a.toggle-features {
	display:block;
	position:absolute;
	top:0;
	left:547px;
	background-repeat:no-repeat;
	width:242px;
	height:0;
	padding-top:29px;
	overflow:hidden;
}

.toggle-features a.toggle-features.off { 
	background-image:url("/images/show-more-features.gif");
}
.toggle-features a.toggle-features.off:hover {
	background: url("/images/show-more-hover.gif") -3px 0px repeat-x !important;
}
.toggle-features a.toggle-features.on {
	background-image:url("/images/hide-more-features.gif");
}
.toggle-features a.toggle-features.on:hover {
	background-image:url("/images/hide-more-hover.gif");
}
	
/* --------------------------------------------
				secondary & tertiary news
-------------------------------------------- */

#secondary-news, #tertiary-news  {
	padding: 0;
	margin: 0 0 0 20px;
	position: relative;
	width: 634px;
}

#secondary-news {
	z-index: 5;
}

#tertiary-news {
	z-index: 4;
}

/* --------------------------------------------
	secondary-news specific formatting
-------------------------------------------- */

#secondary-news .newsBlock, #tertiary-news .newsBlock {
	float:left;
	margin-right:21px;
	width:140px;
	background-color: #fff;
}

#tertiary-news .newsBlock {
	height:154px;
}

#secondary-news .newsBlock .last, #tertiary-news .newsBlock .last {
	margin-right:0;
}

#secondary-news p.rollover-content, #tertiary-news p.rollover-content {
	display: none;
	height: auto;
}

#secondary-news .last, #tertiary-news .last {
	margin-right: 0px;
}

#secondary-news p, #tertiary-news p {
	margin-top: 7px;
	margin-bottom: 14px;
	width: 140px;
}

#rollover-container, #rollover-container2 {
	position: absolute;
	
	overflow: hidden;
	background: url("/images/home-news-bg-1-top.png") no-repeat top left;
	padding: 31px;
	z-index: 10;
	cursor:pointer;
}

#btm-bg-hover {
	background: url("/images/home-news-bg-1-btm.png") no-repeat bottom center;
	position: absolute;
	
	height: 30px;
	width: 192px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	bottom: 0px;
	left: 3px;
}


#rollover-container2 {
	z-index: 9;
}

#rollover-hitarea, #rollover-hitarea2 {
	position: absolute;
	display: block;
	width: 140px;
	height: 162px;
	z-index: 105;
}

#rollover-container-target, #rollover-container-target2 {
	position: absolute;
	height: auto;
	overflow: hidden;
	display: block;
	z-index: 10;
	
}

#rollover-container p, #rollover-container2 p {
	margin-bottom:14px;
	margin-top:7px;
	width:140px;
	color: #000;
}

#rollover-container p.rollover-content, #rollover-container2 p.rollover-content {
	display: block;
	color: #666;
}

/* --------------------------------------------
			UNIVERSAL MODULES
-------------------------------------------- */	
#students-faculty, #events-calendar, #au-pedia, #arts-more {
	background: url(/images/bottom-shadow.png) bottom center no-repeat;
	padding: 10px 10px 30px;
	height: auto; 
}

#capital-campaign {
	margin: 0;
	background: url(/images/bottom-shadow.png) bottom center no-repeat;
	padding: 10px 10px;
	/* height: 267px; */
}

.wrap.arts-more, .wrap.capital-campaign, .wrap.events-calendar, .wrap.au-pedia, .wrap.students-faculty, .wrap.career-success{
	background: url(/images/top-bar-shadow-4col.png) top center no-repeat;
	width: 223px;
}

.wrap.capital-campaign {
	margin-left: 2px;
}

/* --------------------------------------------
	homepage modules specific formatting
-------------------------------------------- */


#events-calendar .date-highlight {
	float: right;
	/*
	padding: 2px 4px;
	text-transform: uppercase;
	background-color: #dd2203;
	color:#FFFFFF;
	*/
}

#events-calendar .date-highlight img {
	display: inline;
}

#events-calendar h4 {
	margin: 2px 0px 0px 0px;
}

/* --------------------------------------------
	discover-au specific formatting
-------------------------------------------- */
#discover-au {
	position: relative;
	background: #f8f5ee url(/images/discover-au-slideshow.gif) no-repeat;
	height: 302px;
	margin: 0;
	padding: 10px 14px 14px;
}
	
#discover-au ul li {
	border: 0px;
	
}

#discover-au-btns {
	position: absolute;
	bottom: 20px;
	left: 14px;
	height: auto;
	width: 200px;
	overflow: hidden;
}



#history h3, #welcome h3, #community h3, #campus-life h3 {
	text-transform: none;
	color: #000;
	font-weight:100;
	font-size: 2em;
	line-height: 30px;
	border-bottom: none;
	background: none;
	padding: 10px 0px 0px 0px;
}

.wrap.community, .wrap.campus-life {
	width: 735px;
	margin: 0;
	padding: 0;
}

.campus-life-article {
	padding: 0px 10px;
	width: 301px; /* width defaulted to 301 for the narrower article...wider articles are set for a different width using widerArticle */
	margin-top: 10px;
}

.widerArticle {
	width: 372px;
}

.schools, .community-life {
	width: 208px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	float: left;
}

.schools p {
	margin-bottom: 0px;
}

.schools a {
	text-transform: uppercase;
	/*font-size: 1.1em;*/
}

.welcome img {
	margin-top: 15px;
	margin-right: 15px;
}

.welcome p {
	margin: 10px 0px 0px 0px;
	line-height: 1.1em;
}

.history p {
	width: 150px;
}

.wrap.discover-au p {
	width: 160px;
}

.wrap.discover-au {
	width: 331px;
	height: 322px;
	overflow: hidden;
}


/* QUICKLINKS */

#quicklinks {
	padding: 0px;
}

.wrap.quicklinks {
	width:311px;
}

/* --------------------------------------------
	category-contents specific formatting
-------------------------------------------- */
#school-quicklinks {
	margin-top: 5px;
	margin-bottom: 20px;
}
/* #quicklinks .quicklinks {
	padding: 0 10px 0 10px;
	width: 311px;
	height:156px;
	background:url("/images/quicklinks-background.png") no-repeat top left;
	background-color:#f8f5ee;
	float:left;
}
#quicklinks ul {
	width:300px;
	height:auto;
	border-top:1px solid #c6c4be;
	float:left;
	margin:0 0 27px 0;
}
#quicklinks ul li {
	padding:10px 0 7px 12px;
	float:left;
	border-bottom:1px solid #dfdcd6;
	width:138px;
	height:13px;
	margin:0;
}
#quicklinks .striped-bar {
	width:301px;
	height:8px;
}
#quicklinks h3 {
	border:none;
	padding:8px 0 8px 10px;
}
*/

/* BY THE NUMBERS MODULE */

.wrap.by-the-numbers {
	width: 735px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.by-the-numbers-box {
	width: 221px;
	/* height: 241px; */
	/* margin: 26px 0 0 0; */
	margin: 0;
	padding: 0 0 0 20px;
	float:left;
}

#by-the-numbers h2 {
	margin: 0px 23px 23px 23px;
}

/*STUDENTS & FACULTY MODULE */



.yellow-p{margin: 4px 0 4px 0;}



/*  BELOW THIS LINE IS THE PIT O' DESPAIR...THESE STILL NEED TO BE MOVED */
	
#welcome, #newswire {
	background: url(/images/top-bar-shadow.png) top center no-repeat;
	padding: 14px;
	margin: 0;
}

#welcome {
	border-bottom: 1px solid #ddd;
}

#history {
	padding: 0px 14px 14px;
	margin: 0px;
}



#community, #campus-life {
	background: url(/images/top-bar-dualdiscover.png) top center no-repeat;
	padding: 5px 10px 0px;
}
