body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #b7b7b7;
}
table, table tr td, div, span {
	font-size: 12px;
}
a {
	color: #274473;
}
img {
	border: 0px;
}
hr.dark {
	color: #82a5c2;
	background-color: #82a5c2;
	height: 1px;	
	border: 0px;
	margin-top: 30px;
	margin-bottom: 16px;
}
hr.light {
	color: #c0daf1;
	background-color: #c0daf1;
	height: 1px;
	border: 0px;
	margin-top: 30px;
	margin-bottom: 16px;
}
.cleaner {
	clear: both;
}
.wrapper {
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#logowrapper {
	position:relative;
	width: 100%;
	background: url(/images/bg_header.jpg) repeat-x;
	height:100px;
}
#logo {
	width: 984px;
	margin-left:auto;
	margin-right:auto;
}
#logo2 {
	position:relative;
	width: 984px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 16px;
}
#searchbox {
	position:absolute;
	top: 40px;
	left: 690px;
	width: 286px;
	text-align:center;
}

#navwrapper {
	width: 100%;
	background: url(/images/bg_nav.jpg) repeat-x;
	height: 23px;
	overflow: visible;
	z-index:10;
}
#nav {
	width: 980px;
}
	/* navigation */
	
	#nav ul {
		list-style: none;
		padding: 0px;
		padding-left: 8px;
		margin: 0px;
		font-size: 12px;
	}
	
	#nav ul li ul {
		background: #213d71;
		padding-left: 0px;
		border-left: 1px solid #213d71;
		border-right: 1px solid #213d71;
		border-bottom: 1px solid #213d71;
	}
	
	#nav li {
		display: inline;
		margin: 0px;
		float: left;
	}

	#nav a {
		display: block;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 3px;
		padding-bottom: 4px;
		color: #1a2951;
		text-decoration: none;
	}
	
	#nav li ul a {
		width: 130px;
		padding-top: 5px;
	}
	
	#nav a:hover, #nav li:hover {
		background-color: #213d71;
		color: #c2dbf1;
	}
	
	#nav li:hover {
		background-color: #213d71;
	}
	
	#nav li:hover a {
		color: #c2dbf1;
	}
	
	#nav li ul a {
		padding-right: 12px;
		padding-left: 9px;
		color: #c2dbf1;
	}
	
	#nav li ul a:hover {
		padding-right: 12px;
		padding-left: 8px;
		background-color: #c2dbf1;
		color: #213d71;
	}
	
	#nav li ul {
		width: 150px;
		position: absolute;
		left: -999em;
		z-index: 100;
	}
	
	#nav li ul li {
		clear: left;
	}

	#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
	}
	
	#nav li#nav_register, #nav li#nav_popular, li#nav_share, li#nav_about {
		float:right;	
	}
	#nav li#nav_register a {
		background: url(/images/bg_nav_register.png) repeat-x;
		font-weight: bold;
	}
	#nav li#nav_register a:hover {
		background: #213d71;
		color: #FFF;
	}
	li#nav_share_icons {
		padding: 4px;
	}
	li#nav_share_icons a, li#nav_share_icons a:hover {
		 display: inline;
		 margin: 0px;
		 padding: 4px;
		 width: 16px;
	}
	li#nav_share_icons img {
	 	width: 16px;
	}

#navshadowwrapper {
	background: url(/images/bg_nav_shadow.png) repeat-x;
	height: 10px;
	position: absolute;
	top: 123px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#mainwrapper {
	position:relative;
	width: 980px;
}
#backgroundwrapper {
	width: 1200px;
	margin-left: -110px;
	background: url(/images/bg_content.jpg) repeat-y;
}
#main {
	width: 980px;
	margin-left: 110px;
}

/*
#mainwrapper {
	width: 1200px;
	background: url(/images/bg_content.jpg) repeat-y;
}
#main {
	width: 980px;
	position: relative;
}
*/

#main_content, #contentcol {
	width: 696px;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#contentcol {
	padding-left: 10px;
	width: 674px;
}

#contentcol_blog {
	width: 696px;
	float:left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 15px;
}

#contentcol_blog_content {
	padding: 20px 40px 15px 40px;
}

#home_topstory {
	float: left;
}
#home_headlines {
	background: url(/images/bg_home_headlines.jpg) top left no-repeat;
	width: 313px;
	float:right;
}
#home_headlines .text {
	padding-left: 15px;
}
img#home_specialfeatures {
	margin-top: 10px;
	margin-bottom: 10px;
}

#home_special_left {
	width: 346px;
	float: left;
	padding-left: 4px;
}
#home_special_thisweek {
	background: url(/images/bg_home_headlines.jpg) top left no-repeat;
}
#home_special_thisweek .text {
	padding-left: 15px;
}
#home_special_campusnews {
	background: url(/images/bg_home_headlines_small.jpg) top left no-repeat;
}
#home_special_campusnews .text {
	padding-left: 15px;
}
#home_special_citystate {
	background: url(/images/bg_home_headlines_small.jpg) top left no-repeat;
}
#home_special_citystate .text {
	padding-left: 15px;
}
#home_special_nationworld {
	background: url(/images/bg_home_headlines_small.jpg) top left no-repeat;
}
#home_special_nationworld .text {
	padding-left: 15px;
}

#home_special_right {
	width: 346px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#home_special_sports {
	background: url(/images/bg_home_headlines_small.jpg) top left no-repeat;
}
#home_special_sports .text {
	padding-left: 15px;
}
#home_special_weekend {
	background: url(/images/bg_home_headlines.jpg) top left no-repeat;
}
#home_special_weekend .text {
	padding-left: 15px;
}
#home_special_features {
	background: url(/images/bg_home_headlines_small.jpg) top left no-repeat;
}
#home_special_features .text {
	padding-left: 15px;
}

#main_right, #rightcol {
	width: 280px;
	float:right;
	padding-top: 10px;
}

#home_right_multimedia {
	background: url(/images/bg_home_headlines_right.jpg) top left no-repeat;
}
#home_right_multimedia .text {
	padding-left: 15px;
}	
#home_right_editorials {
	background: url(/images/bg_home_headlines_right.jpg) top left no-repeat;
}
#home_right_editorials .text {
	padding-left: 15px;
	padding-top: 5px;
}
#home_right_opinions {
	background: url(/images/bg_home_headlines_right.jpg) top left no-repeat;
}
#home_right_opinions .text {
	padding-left: 15px;
	padding-top: 5px;
}
#home_right_blogs {
	background: url(/images/bg_home_headlines_right.jpg) top left no-repeat;
}
#home_right_blogs .text {
	padding-left: 15px;
	padding-top: 5px;
}
#home_right_letters {
	background: url(/images/bg_home_headlines_right.jpg) top left no-repeat;
}
#home_right_letters .text {
	padding-left: 15px;
	padding-top: 5px;
}
	
#footerwrapper {
	width: 100%;
	background-color: #213d71;
	padding: 0px;
	margin-top: -15px;
}
#footer {
	width: 900px;
	line-height: 18px;
	font-size: 10px;
	color: #FFF;	
}
#footerblocks {
	position:relative;
}
#footerblocks a {
	color: #FFF;
	display: block;
	text-decoration: none;
}
#footerblocks a:hover {
	text-decoration: underline;
}
.footer_block {
	float:left;
	margin-top: 20px;
	margin-right: 20px;
	padding-right: 20px;
	width: 180px;
}
.footer_block .header {
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #FFF;
	padding-bottom: 4px;
	margin-bottom: 6px;	
}
#social img {
	padding: 3px;
	border: 0px;
}
#social a {
	display: inline;
}

h1 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #213362;
	padding-top: 10px;
}
.page_header {
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0px 9px 9px;
	margin: 0px 0px 10px 0px;
	width: 200px;
}
.rightcolblock {
	padding-left: 10px;
}

#storyTitle {
	font-size: 20px;
	font-weight: bold;
	color: #213362;
	padding-top: 10px;
}

#storyTitle #header {
	font-size: 16px;
	line-height: 16px;
	color: #999;
	border-bottom: 1px dotted #999;
}

#storySubtitle {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#storyDateline {
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#storyByline {
	font-size: 12px;
	color: #000;
}

#storyByline a {
	color: #1e84da;
}

#storyContent {
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
}

#gallinks {
	font-size: 10px;
	font-weight: bold;
	color: #1e84da;
}

#gallinks li {
	display: inline;
	list-style: none;
	border-left: 1px solid #1e84da;
	padding-left: 6px;
	margin-left: 6px;
}

li#tabHeader1, li#tabHeader2, li#tabHeaderActive[class="tab2"] {
	border-left: 0px;
	margin-left: 0px;	
}

#gallinks li a {
	color: #942111;
	text-decoration:none;
}

#tabHeaderActive span, #tabHeaderActive a {
	color: #999999;	
}

#storyMedia {
	width: 349px;
	float:right;
	padding: 0px 0px 10px 20px;
}

#storyMedia_box {
	border-left: 1px solid #b5c9db;
	border-right: 1px solid #b5c9db;
	border-bottom: 1px solid #b5c9db;
	background: #eaeff4;
	padding-top: 8px;
	padding-bottom: 4px;
}

#storyMedia .caption {
	text-align:right;
	font-style:italic;
	font-size: 12px;
	color: #555;
	padding-left: 10px;
	padding-right: 10px;
}

#storySlideshow {
	width: 327px;
	float:right;
	border: 1px solid #b5c9db;
	background: #eaeff4;
	padding: 8px 10px 10px 10px;
	margin-bottom: 10px;
}

#storySlideshow a {
	font-size: 14px;
	text-decoration: none;
}

#storySlideshow a:hover {
	text-decoration: underline;
}

#storycolumn, #storygallery, #storyvideo {
	padding: 10px;
	text-align:center;
}

#storyvideo small {
	display: none;
}

#storyvideo br {
	display: none;
}

#storytools {
	float:right;
	clear: right;
	border: 1px solid #b5c9db;
	background: #eaeff4;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 165px;
}

#storytools a {
	padding: 2px 6px 2px 22px;
	font-size: 10px;
	line-height: 22px;
	margin-left: 4px;
	display: block;
	text-decoration: none;
}

#storytools a:hover {
	text-decoration: underline;
}

#header_toolbox {
	width:137px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #86a7c4;
}

#comments {
	border: 3px solid #274473;
	border-top: 0px;
	color: #274473;
}

#comments .header {
	background-color: #274473;
	font-weight: bold;
	color: #FFF;
	padding: 5px;
}

#comments a {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}

#comments #commentForm {
	margin: 10px;
	font-size: 14px;
}

.comment {
	margin: 10px;
	border: 0px;
	border-top: 2px dotted #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.comment#first {
	border: 0px;
}

.comment .title {
	font-weight: bold;
}

.comment .byline {
	font-size: 10px;
	float:right;
}

.comment .content {

}

.listObject {
	clear: both;
	padding: 0px 5px 0px 5px;
	margin: 15px 5px 25px 5px;
}
.listThumb {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}	
.listTitle {
	font-size: 18px;
	line-height: 19px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 3px;
}
.listTitle img {
	padding-top: 3px;
	padding-left: 5px;
}
.listTitle a, .listByline a {
	text-decoration: none;
}

.listByline {
	font-size: 10px;
	color: #AAA;
	font-style: italic;
}

.listBlurb {
	font-size: 12px;
	line-height: 20px;
}

.listBlurb a {
	color: #1e84da;
	text-decoration: none;
	font-size: 10px;
}

.listEditor {
	font-size: 9px;
	line-height: 9px;
	margin-top: 10px;
}

.listEditor form input {
	font-size: 9px;
}

.sectionLeadStory {
	clear: both;
	padding: 0px 5px 0px 5px;
	margin: 15px 5px 25px 5px;
}
.sectionLeadStory .listTitle {
	font-size: 20px;
}
.sectionLeadStoryImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}


ul.categories {
	margin: 15px 0px;
	padding: 0px;
	width: 550px;
}

ul.categories li {
	display:inline;
	float: left;
}

ul.categories li a {
	color: #1e84da;
	font-size: 11px;
	line-height: 32px;
	border-left:1px solid #c3c4c5;
	padding-left: 5px;
	text-decoration:none;
	margin-left: 5px;
}

ul.categories li a#firsttag {
	border-left: 0px;	
	margin-left: 0px;
	padding-left: 0px;
}

.resultsdiv {
	float:right;
}

ul.results {
	margin: 0px;
	padding: 0px;
	width: 450px;
	float:right;
}

ul.results li {
	display:inline;
	font-size: 12px;
	line-height: 32px;
}

ul.results li a {
	border:1px solid;
	background-color: #fafafa;
	border-color:#f3f3f3 #bbb #bbb #f3f3f3;
	margin: 0px 5px 5px 0px;
	padding:.5em;
	text-decoration:none;
}

ul.results li a:hover {
	background-color: #e4e4e4;
}

.message {
	color: #002955;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	background-color: #DEE1DA;
}

#lightwindow_contents {
	line-height: 110%;
	text-align:left;
}

#authors {
	width: 190px;
	padding-left: 10px;
}
.author_handle {
	cursor: move;
	width: 190px;
}
.author_item {
	padding: 5px 12px 5px 12px;
	font-size: 12px;
	border-top: 1px solid #cfcfcf;
}

.linkname {
	margin-top: 10px;
}

.linkname a {
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

.linkdesc {
	font-size: 11px;
	line-height: 13px;
}

.faq_q {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.faq_a {
	font-size: 11px;
	line-height: 13px;
}

.imageauthor {
	text-align:right;
	font-size: 12px;
	font-weight: bold;
	font-variant:small-caps;
	padding-left: 10px;
	padding-right: 10px;
}

#rightcol a {
	text-decoration:none;
}

#rightcol a:hover {
	text-decoration: underline;
}

#rightcol #header {
	background: #274473;
	color: #FFF;
	padding-left: 4px;
	margin-top: 20px;
	margin-bottom: 2px;
}
#rightcol #right_media_links {
	display: inline;
}
#rightcol #right_media_links a {
	display: inline;
	padding: 0px;
}
#icons a, #options a, #story_options a, #footer_icons a {
	padding: 2px 6px 2px 22px;
	font-size: 11px;
	line-height: 22px;
	margin-left: 4px;
	display: block;
}

.listEditor a {
	padding: 2px 10px 2px 22px;
	font-size: 10px;
	line-height: 22px;
	margin-left: 0px;
	display: inline;
	text-decoration: none;
}
.listEditor #publishlink {
	display: inline;
}

#loading { background: url(/includes/images/ajax-loader.gif) left no-repeat;}
#icon_edit_story { background: url(/images/icons/page_white_edit.png) left no-repeat; }
#icon_edit_media { background: url(/images/icons/cd_edit.png) left no-repeat; }
#icon_publish { background: url(/images/icons/lightbulb_off.png) left no-repeat; }
#icon_unpublish { background: url(/images/icons/lightbulb.png) left no-repeat; }
#icon_promote { background: url(/images/icons/asterisk_orange.png) left no-repeat; }
#icon_story_link { background: url(/images/icons/page_white_link.png) left no-repeat; }
#icon_users { background: url(/images/icons/group.png) left no-repeat;}
#icon_site { background: url(/images/icons/cog.png) left no-repeat;}
#icon_page { background: url(/images/icons/wrench.png) left no-repeat;}
#icon_homepage { background: url(/images/icons/layout_content.png) left no-repeat;}
#icon_content { background: url(/images/icons/tick.png) left no-repeat;}
#icon_media { background: url(/images/icons/cd.png) left no-repeat;}
#icon_newsletter { background: url(/images/icons/newspaper.png) left no-repeat;}
#icon_submit { background: url(/images/icons/page_white_add.png) left no-repeat;}
#icon_submit_blog { background: url(/images/icons/page_add.png) left no-repeat;}
#icon_archive { background: url(/images/icons/book_open.png) left no-repeat;}
#icon_comments { background: url(/images/icons/comments.png) left no-repeat; }
#icon_email { background: url(/images/icons/email_go.png) left no-repeat; }
#icon_emailed { background: url(/images/icons/award_star_gold_3.png) left no-repeat; }
#icon_print { background: url(/images/icons/printer.png) left no-repeat; }
#icon_related { background: url(/images/icons/page_white_stack.png) left no-repeat; }
#icon_rss { background: url(/images/icons/feed.png) left no-repeat; }
#icon_notfavorite { background: url(/images/icons/star_off.gif) left no-repeat; }
#icon_favorite { background: url(/images/icons/star.png) left no-repeat; }
#icon_links { background: url(/images/icons/link.png) left no-repeat; }
#icon_categories { background: url(/images/icons/folder_page_white.png) left no-repeat; }
#icon_mobile { background: url(/images/icons/phone.png) left no-repeat; }
#icon_twitter { background: url(/images/icons/twitter3.png) left no-repeat; }


#social { text-align:left; margin-top: 10px;}
#social img {padding:3px; border: 0px;}

#rightcol hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px;
	border-top: 1px dotted #CCC;
}

a#userlink {
	font-weight: bold;
	padding: 3px 0px 3px 22px;
	background: url(/images/icons/user.png) left no-repeat;
}
form#login {
	font-size: 10px;
}
input#input_username {
	font-size: 12px;
	line-height: 22px;
	width: 120px;
	padding-left: 18px;
	background: #FFF url(/images/icons/user.png) left no-repeat;
	margin: 5px 5px 3px 5px;
	border: 0px;
}
input#input_password {
	width: 138px;
	background: #FFF;
	margin: 2px 5px 3px 5px;
	border: 0px;
}
input#input_login {
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
}
img#forgotpass {
	vertical-align:middle;
}
label#remember {
	font-size: 10px;
}
input#remember {
	vertical-align:middle;
}
label#username {
	color: #777;
}
label#password {
	color: #777;
}
	
#indexLeadStory {
	margin-bottom: 15px;
	width: 370px;
	float:left;
	margin-left: 10px;
}

#indexLeadStory .story {
	padding-right: 15px;
}

#indexLeadStory .headline {
	margin-bottom: 5px;
}

#indexLeadStory .headline a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	line-height: 24px;
}

#indexLeadStory img#frontlead {
}

#indexLeadStory .byline {
	font-size: 15px;
	color: #000;
	font-style: italic;
	padding-left: 15px;
}

#indexLeadStory .byline a {
	text-decoration: none;
	color: #696a6c;
}

#indexLeadStory .blurb {
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

#indexLeadStory .caption {
	font-weight: bold;
	height: 25px;
}

#indexLeadStory .blurb a {
	color: #1e84da;
	text-decoration: none;
	font-size: 10px;
}
#indexLeadStory .blurb a:hover {
	text-decoration: underline;
}

.topheadline {
	margin-bottom: 6px;
}
.topheadline a {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
.homethumb {
	float:right;
	margin: 0px 10px 0px 10px;
	border: 1px solid #23408f;
}

.headline {
	margin-top: 10px;
}
.headline a {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-decoration: none;
}
img.userpage {
	width: 114px;
}

a:hover {
	text-decoration: underline;
}

.updatetime {
	color: #ac1f23;
	font-size: 10px;
}

.column_item {
	   clear: both;
	   margin-bottom: 10px;
	   margin-right: 5px;
}
.column_icon {
	float:left;
	margin: 0px 10px 0px 0px;
}
.column_icon img {

	width: 60px;
	height: 60px;
}
.column_text {
	font-size: 12px;
}
.column_text a {
	display: block;
	color: #213362;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumb {
	background: #FCFCFC;
	font-size: 10px;
	color: #888;
}

#promos {
	padding-left: 10px;
}

.e_list_item {
	margin-bottom: 20px;
}
.e_list_item a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.e_list_item a:hover {
	text-decoration: underline;
}
.e_list_info {
	margin-left: 10px;
}

.header_comments {
	float:left;
}

.add_comment_link {
	float:right;
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 20px;
}

.add_comment_form {
	margin: 20px;
}

.commentb {
	position: relative;
	margin-bottom: 20px;
}

.comment_info {
	float:left;
	font-size: 10px;
}

.comment_info a {
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

.comment_info a:hover {
	text-decoration: underline;
}

.commentb .comment_bubble {
	float:right;
	width: 500px;
}

.comment_bubble_top {
	width: 500px;
	height: 23px;
	background: url(/images/comment_top.jpg) no-repeat;
}

.comment_bubble_mid {
	width: 500px;
	background: url(/images/comment_mid.jpg) repeat-y;

}

.comment_bubble_mid_text {
	padding: 0px 16px 10px 40px;
}

.comment_bubble_bot {
	width: 500px;
	height: 9px;
	background: url(/images/comment_bot.jpg) no-repeat;
}

input.comment_form_title {
	width: 436px;
	border: 1px solid #c0daf1;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
}

textarea.comment_form_text {
	width: 436px;
	border: 1px solid #c0daf1;
	padding: 3px;
}

.comment_form_submit {
	float:right;
	cursor: pointer;
}

#addcommentspin {
	float:right;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

.required {
	color: #FF0000;
}

#mobileswitch {
	background-color: #223D72;
	font-height: 30px;
	font-size: 20px;
	padding: 10px;
}
#mobileswitch a {
	color: #FFFF00;
}
.homepage_headlines {
	margin: 4px 0px 10px 0px;
}
.homepage_headline {

}
.homepage_headline_section, .homepage_headline_section a {
	color: #8bbae5;
	text-decoration: none;
}
.homepage_headline_section a:hover {
	text-decoration:underline;
}

.homepage_headline .blurb {
	color: #666666;
}
