/* User-generated stylesheet */
/* 
|	Colors
|________________________________________________________ */
body {
	/* Background color & img */
	background: #ccc;
}
#cp_header a, #cp_content a, #flan_ads a, #cp_footer a {
	/* Link color */
	color: #000;
}
#cp_content a:hover {
	/* Link color on hover */
	color: #666;
}
/* _______________________________________________________ */



/* 
|	Globals
|________________________________________________________ */
* {
	margin: 0;
	padding: 0;
}
body {
	font: .9em/1em arial, verdana, sans-serif;
	text-align: center;
}
#cp_content ul li {
	list-style: none inside;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	line-height: 1.2em;
}
h3, #cp_features h4 {
	color: #999;
	font-style: italic;
}
h5 {
	font-weight: normal;
}
.headline_wrap {
	margin: 0 0 .5em;
}
.story_wrap {
	padding: 0 0 1em;
	margin: 0 0 1.5em;
}
.byline {
	margin: 0 0 1em;
	font-weight: normal;
}
.caption {
	margin: 0 0 .5em;
	font-style: italic;
}
.title {
	background: #f1efe9;
	color: #000;
	margin: 0 0 .5em;
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-indent: .33em;
	border-top: 1px solid black;
}
#cp_issue_summary {
	background: #f5f5f5;
	margin: 0 0 1em;
	clear: left;
}
#cp_issue_summary h3 {
	border-bottom: 1px solid black;
	font-size: 1em;
	margin: 0 0 .5em;
}
#cp_issue_summary h3 a {
	display: block;
}
#cp_issue_summary ul {
	margin: 0 0 1em;
}
#cp_wrap #cp_issue_summary li {
	list-style-position: outside;
	margin: 0 0 .4em;
}
#cp_issue_summary .group {
	width: 40%;
	float: left;
	margin: 0 0 1em;
}


/* ____________________________ Pretty Image Handling */
.img_wrap {
	background: #eee;
}
.img_wrap img {
	padding: 5px;
	border: 1px solid #eee;
	margin: 0 0 .5em;
	background: #fff;
}

#cp_content .img_wrap a:hover {
	background: none;
}
.img_wrap h5 {
	margin: 0 .5em;
}
.img_wrap h5.byline {
	margin: .5em;
}

/* ____________________________ Story Functions */
ul.story_functions_block {
	padding: 0px 10px;
	margin: 0px !important;
	text-align: right;
	border-top: 1px solid #555;
	background: #FFFFFF;
	text-transform: lowercase;
	color: #555;
}
ul.story_functions_block li {
	list-style: none;
	display: inline;
	line-height: 1.6em;
	font-size: .9em;
}
ul.story_functions_block li a {
	color: #000;
	padding: 0 2px;
	font-size: .9em;
}


/* 
|	Structure
|________________________________________________________ */
#cp_wrap {
	background: #fff;
	width: 975px;
	text-align: left;
	margin: 0 auto;
}
#cp_leader {
	background-color: #eee;
	text-align: center;
	margin: 0 0 0 .5em;
	padding: .5em 0;
}
#cp_header {
	position: relative;
	margin: 0 0 1em .5em;
}
#cp_content {
	width: 665px;
	float: left;
}
#cp_content .gutter {
	padding: 0 .5em;
}
#flan_ads {
	float: right;
}
#object2971 {	
	/* The national ads/marketing links */
	width: 100%;
	float: left;
}

/* 
|	Header
|________________________________________________________ */
#cp_header h1 {
	width: 100%;
	background: #fff url(http://media.collegepublisher.com/media/paper1356/template/templatemedia/masthead.gif) 0 0 no-repeat;
	margin: 0px;
}
#cp_header h1 a {
	height: 120px;
	width: 1000px;
	display: block;
	text-indent: -1000em;
}
#cp_header p {
	position: absolute;
	left: 5px;
	font: italic 1.2em/1.2em Georgia, "Times New Roman", serif;
	color: #fff;
}
#cp_header p a {color: #fff;}
#cp_header p.issue_date {
	top: .5em;
	border-bottom: 1px solid #fff;
}
#cp_header p.controls {
	font: normal .8em/1.2em arial, sans-serif;
	color: black;
	top: 3em;
	color: #fff;
}

/* Horizontal Navigation Styles */
#cp_horiz_nav {
	text-align: center;
	background: #7e8183 url(http://media.collegepublisher.com/media/paper1356/template/templatemedia/nav.gif) 0 0 repeat-x;
	border-top: 1px solid #000;
}
#cp_horiz_nav li {
	display: inline;
	text-align: left;
	line-height: 27px;
	margin: 0 0 0 2em;
}
#cp_horiz_nav li.first {
	margin: 0;
}
#cp_horiz_nav li a {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 1px #000;
}
#cp_horiz_nav li a:hover {
	color: #ff9;
}
#cp_horiz_nav li.drop {
	position: relative;
	background: url(http://media.collegepublisher.com/media/paper1356/template/templatemedia/drop_arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}
#cp_horiz_nav li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 1.7em 0 0;
	opacity: .90;
	-moz-opacity: .90;
	filter:alpha(opacity=90);
}
#cp_horiz_nav li ul li {
	display: block;
	width: 15em;
	list-style: none inside;
	display: block;
	margin: 0;
	background: #7e8183;
	line-height: 1em;
}
#cp_horiz_nav li ul li a {
	width: 100%;
	line-height: 2em;
	display: block;
	margin: 0;
	text-indent: .5em;
}
#cp_horiz_nav li ul li a:hover {
	background: #006f51;
	color: #fff;
}
#cp_horiz_nav li:hover ul, #cp_horiz_nav li.over ul {
	display: block;
}
#cp_horiz_nav li.rss a {
	background: #7e8183 url(http://media.collegepublisher.com/media/paper1356/template/templatemedia/rss_icon_14x14.gif) no-repeat 7px center;
	padding: 0 0 0 21px;
	width: 90%;
}
#cp_horiz_nav li.rss a:hover {
	background: #006f51 url(http://media.collegepublisher.com/media/paper1356/template/templatemedia/rss_icon_14x14.gif) no-repeat 7px center;
	padding: 0 0 0 21px;
	width: 90%;
}


/* 
|	Front Page Styles
|________________________________________________________ */
#cp_leads .img_wrap {
	margin: 0 0 1em;
}
ul.story_functions_block li a.read_more {
	font-weight: bold;
}
#cp_leads .img_wrap, #cp_leads .with_img, #cp_leads .slideshow_wrap {
	width: 382px;
	float: left;
	clear: left;
}
#cp_leads .img_wrap img {
	width: 370px;
}
#cp_leads .no_img {
	margin: 0 0 0 392px;
}



/* 
|	Section Page Styles
|________________________________________________________ */
#cp_section .story_wrap {
	border-bottom: 1px solid #ccc;
}
#cp_section .title {
	border-bottom: 1px solid #4F1B5E;
	margin: 0 0 1em;
}
#cp_section .img_wrap {
	float: left;
	margin: 0 1em 0 0;
}
#cp_section p a {
	font-size: .9em;
	margin: 0 0 0 .5em;
}



/* 
|	Footer Styles
|________________________________________________________ */
#cp_footer {
	clear: both;
	border-top: 4px solid #006f51;
	padding: 10px;
	background: #fff;
}



/* 
|	Navigation Styles
|________________________________________________________ */
#cp_nav h4 {
	font: 1em/1.8em arial, verdana, sans-serif;
	padding: 0 0 0 7px;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px #000000;
	background-image: none;
	margin: 0px;
}
#cp_nav li a {
	text-decoration: none;
	padding: 0 0 0 7px;
	display: block;
	font: 1em/1.8em arial, verdana, sans-serif;
	height: 1.8em;
}
#cp_nav li a:hover {
	border-bottom: none;
}
#cp_nav ul.other {
	padding: 1em 0;
}
#cp_nav ul.other li a {
	border-top: none;
	font: 1em/1.4em arial, verdana, sans-serif;
	height: 1.4em;
}
#cp_nav li a.rss {
	background: url(http://media.collegepublisher.com/media/paper1356/template/templatemedia/rss_icon_14x14.gif) 7px center no-repeat;
	text-indent: 20px;
}
#cp_nav li a.rss:hover {
	background-image: url(http://media.collegepublisher.com/media/paper1356/template/templatemedia/icon_rss.gif) 7px center no-repeat;	
}
#cp_nav li ul a {
	padding: 0 0 0 14px;
}
#cp_nav li ul a:before {
	content: "- ";
}
#cp_nav a#printpreview {
	display: block;
	text-align: center;
}
#cp_nav a#printpreview img {
	padding: 5px;
	border: 1px solid #4F1B5E-;
}


/* 
|	Ad Styles
|________________________________________________________ */
.cp_banner_client {
	text-align: center;
	margin: 1em 0;
}






