/**
	Peace College Promise of Peace stylesheet
		by Chris Jones, Sprocket House LLC
		http://sprockethouse.com
		copyright (c) 2008 Peace College
		
	~* Organization *~
		1. Layout
		2. Typography
		3. Colors, borders, link styles
		4. Background images & colors
		5. Image replacement
		6. Forms
		7. Data Viz
**/


/***
	1. Layout
***/

#content_main h2 {
	position: absolute;
	top: 0; left: 0;
	width: 195px;
	height: 130px;
}

#nav_secondary {
	margin-top: 140px;
}

#priorities {
	float: left;
	width: 285px;
	margin: 0 20px 0 0;
}


#priorities li a {
	width: 285px;
	padding-top: 5px;
	display: block;
	cursor: pointer;
}

#priorities li strong,
#priorities li span {
	display: block;
	width: 265px;
	padding: 0 10px;
}

#priorities li em {
	display: block;
	width: 250px;
	padding: 2px 35px 2px 0;
	visibility: hidden;
}

#priorities li a:hover em {
	visibility: visible;
}


/* Content Sub */
#newsletters,
#press {
	width: 110px;
	float: left;
	margin-right: 20px;
}
#press { margin-right: 0; }


/***
	2. Typography
***/

#priorities li {
	list-style: none;
}

#priorities li strong {
	font-family: "Gill Sans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 1.181818em; /* 13px */
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.076923em;
}

#priorities li em {
	text-align: right;
}

#priorities h3 {
	margin: 12px 0 8px 0;
}


/***
	3. Colors, borders, link styles
***/

#masthead,
#footer {
	color: #fff;
	text-shadow: #000 0 0 0;
}


#masthead {
	border-bottom: 4px solid #00733e;
}


#content_main {
	border-top: 1px solid #005724;
	border-bottom: 1px solid #005724;
}

#content a {
	color: #00733e;
	border-bottom: 1px solid #00733e;
}
#content a:hover { border-bottom: none; }


/* Article */
.secondary #article h3,
.secondary #article h4 {
	color: #00733e;
}


#content_sub {
	border-top: 5px solid #00733e;
}


img#banner {
	border: 2px solid #005724;
}


/* Content */
#content h4,
#priorities li strong,
#priorities li em {
	color: #007745;
}

#priorities li a {
	text-decoration: none;
	border: none;
	color: #636363;
}


/* Sub content */
#content_sub {
	color: #252525;
}

#content_sub li h4 a {
	color: #006e2e;
	text-decoration: none;
	border-bottom: none;
}
#content_sub li h4 a:hover {
	border-bottom: 1px solid #006e2e;
}

#content_sub a {
	color: #252525;
	text-decoration: none;
	border-bottom: 1px solid #252525;
}
#content_sub a:hover {
	color: #006e2e;
	border-bottom: 1px solid #006e2e;
}


/***
	4. Background Images & Colors
***/

#content_main {
	background: #fff url(/images/css/pop_content_main_bg.gif) repeat-y top center;
}

#content_main .inner {
	background: #fff url(/images/css/pop_content_main_inner_bg.gif) repeat-y top left;
}

#nav_secondary li span {
	background: transparent url(/images/css/pop_nav_secondary_a_bg.gif) no-repeat top left;
}
#nav_secondary li:hover span,
#nav_secondary li.current span,
#nav_secondary li.hover span
#nav_secondary li a:hover { background-position: -175px top; }

#nav_secondary li li { background: none; }
#nav_secondary li.button { background: none; }

a.badge {
	background: transparent url(/images/css/pop_a_badge_bg.gif) no-repeat center right;
}

#priorities li a:hover {
	background: transparent url(/images/css/pop_priorities_li_bg.gif) no-repeat top left;
}

#priorities li a:hover em {
	background: transparent url(/images/css/pop_priorities_li_bg.gif) no-repeat bottom left;
}


/***
	5. Image Replacement
***/

#content_main h2 a,
#priorities h3 {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
}

/* Content main */
#content_main h2 a {
	width: 195px;
	height: 130px;
	background: transparent url(/images/css/pop_h2_bg.gif) no-repeat top left;
}

#nav_secondary li.button a {
	width: 175px;
	height: 83px;
	background: transparent url(/images/css/pop_alumnae_weekend_button.gif) no-repeat top left;
}

#priorities h3 {
	width: 85px;
	height: 20px;
	background: transparent url(/images/css/priorities_h3_bg.gif) no-repeat top left;
}


/* Content Sub headers */
#latest_news h3 {
	width: 215px;
	height: 55px;
	background: transparent url(/images/css/pop_latest_news_h3_bg.gif) no-repeat top left;
}

#newsletters h3 {
	width: 105px;
	height: 55px;
	background: transparent url(/images/css/pop_newsletters_h3_bg.gif) no-repeat top left;
}

#press h3 {
	width: 45px;
	height: 55px;
	background: transparent url(/images/css/pop_press_h3_bg.gif) no-repeat top left;
}


/***
	6. Forms
***/


/***
	7. Data Viz
***/

/* Data viz */
#data_viz {
	float: left;
	width: 240px;
	margin-top: 40px;
}

#data_viz p {
	border-top: 1px solid #636363;
	color: #acacac;
	font-size: 0.916666em;
	font-style: italic;
	text-align: right;
}

#data_viz ul {
	font-size: 0.916666em;
	width: 240px;
	height: 400px;
	position: relative;
	background: #fff url(/images/css/pop_data_viz_ul_bg.gif) no-repeat top left;
}

#data_viz li {
	width: 170px;
	height: 87px;
	margin-left: 70px;
	text-align: right;
	list-style: none;
	/*border: 1px solid red;*/
}

#data_viz li a {
	text-decoration: none;
	color: #252525;
	border: none;
	cursor: pointer;
}

#data_viz li span {
	display: block;
}

#data_viz li span.title {
	text-align: left;
	text-transform: uppercase;
	font-family: "Gill Sans", "Gill Sans MT", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	letter-spacing: 0.166666em;
	color: #007745;
}

#data_viz li span.percentage {
	position: absolute;
	left: 25px;
	width: 22px;
	height: 350px;
	background-color: #ececec;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}

#data_viz li span.percentage span.value {
	position: absolute;
	bottom: 0; left: 0;
	width: 22px;
	background-color: #b7d981;
}

#data_viz li span.goal {
	color: #acacac;
	font-style: italic;
}


/* Campaign */
#data_viz li.campaign {
	height: 48px;
}

#data_viz li.campaign span.percentage {
	bottom: 0; left: 0;
	height: 350px;
}
#data_viz li.campaign span.percentage span.value {
	background-color: #006e2e;
}

#data_viz li.campaign span.title {
	display: none;
}

#data_viz li.campaign span.current_total {
	display: inline;
	padding-left: .5em;
	background-color: #fff;
}


/* Excellent Academics */
#data_viz li.excellent_academics span.percentage {
	bottom: 306px;
	height: 44px;
}


/* Engaged Students */
#data_viz li.engaged_students span.percentage {
	bottom: 262px;
	height: 43px;
}


/* Contemporary Campus */
#data_viz li.contemporary_campus span.percentage {
	bottom: 75px;
	height: 186px;
}


/* Strong Foundations */
#data_viz li.strong_foundations span.percentage {
	bottom: 0px;
	height: 74px;
}