/* General Resetters */

* {
margin: 0;
padding: 0;
}

header, nav, article, footer, address, figure, aside, figcaption, p, section {
display: block;
}

html, body {
font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
background-color: #151522;
}

.clearColumns, .clear-columns {
clear: both;
}

.border-dotted {
border-bottom: #999 dotted 1px;
}

.border-solid {
border-bottom: #999 solid 1px;
}

img a {
border: none;
}

a img {
border: none;
}

ul,ol {
list-style-position: inside;
}

a {
color: #000;
text-decoration: none;
}

a:hover {
color: #C33;
text-decoration: underline;
}



/* Complete page container */

#page-wrapper {
margin: 0 auto;
width: 968px;
border-right: #999 solid 1px;
border-left: #999 solid 1px;
box-shadow: 0 0 6px #FFF;
-moz-box-shadow: 0 0 6px #FFF;
-webkit-box-shadow: 0 0 6px #FFF;
}



/* Flag */

#flag {
position: relative;
background-image: url(/web/20110508215724im_/http://www.collegian.psu.edu/images/beaverFlag.jpg);
height: 120px;
}

#flag img {
border: none;
}

#searchArea {
border: none;
}

#searchBox {
position: absolute;
top: 100px;
left: 406px;
width: 189px;
height: 15px;
border: none;
font-size: 13px;
}

#top-links {
font-size: 10px;
font-weight: bold;
position: absolute;
overflow: hidden;
top: 5px;
left: 324px;
width: 322px;
text-align: center;
}

#top-links ul {
list-style-type: none;
}

#top-links ul li {
margin-right: 12px;
display: inline;
}

#top-links ul li.last {
margin-right: 0px;
}

#footer {
background-color: #FFFAFA;
border-top: 1px solid #999;
font-size: 11px;
padding: 1px;
text-align: center;
}



/* Navigation Menu */

#nav-menu {
border-top: solid 1px #999;
border-bottom: solid 1px #999;
overflow: hidden;
}

#nav-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
font-weight: bold;
font-size: 17px;
}

#nav-menu ul li {
text-align: center;
display: inline;
margin: 0;
}

#nav-menu ul li a {
float: left;
display: block;
text-decoration: none;
padding-top: 7px;
padding-bottom: 6px;
border-right: 1px solid #999;
color: #FFF;
background: #002;
}

#nav-menu ul li a:hover {
background: #227;
}



/* Sub-navigation menu */

#sub-menu {
overflow: hidden;
font-size: 12px;
font-weight: bold;
padding: 6px 10px 5px 10px;
border-bottom: 1px solid #999;
background-color: #CCC;
position: relative;
}

#sub-menu ul {
list-style-type: none;
}

#sub-menu ul li {
margin-right: 13px;
display: inline;
}

#sub-menu img {
position: absolute;
top: 4px;
left: 295px;
}



/* Area Containers */

#page-content {
background-color: #FFFAFA;
}

#mainArea, #main-area {
width: 645px;
height: 100%;
border-right: 1px solid #999;
float: left;
}

#rightColumn, #right-column {
width: 322px;
margin-left: -1px;
border-left: 1px solid #999;
float: left;
}


#disqus-comments-area {
padding: 8px 10px;
}



/* Sub Stories Links */

div.sub-stories-label {
margin-bottom: 1px;
font-size: 12px;
font-weight: bold;
color: #666;
}

ul.sub-stories-list {
list-style-type: none;
font-size: 12px;
font-weight: bold;
}

ul.sub-stories-list li {
margin-bottom: 2px;
}

ul.sub-stories-list li a {
padding-left: 10px;
text-decoration: none;
background-image: url('/web/20110508215724im_/http://www.collegian.psu.edu/images/listArrow.png');
background-repeat: no-repeat;
background-position: 1px 3px;
color: #000;
margin-left: 0px;
}

ul.sub-stories-list li a:hover {
background-image: url('/web/20110508215724im_/http://www.collegian.psu.edu/images/listArrowHover.png');
text-decoration: underline;
color: #A22;
}



/* General Labels */

.index-section-header {
background-color:#CDF;
padding: 5px;
font-size: 15px;
margin-bottom: 5px;
font-weight: bold;
color: #000;
}

.page-header {
font-size: 28px;
border-bottom: 2px solid #114;
margin-bottom: 5px;
}





/* Category Breadcrumbs */

.category-label {
margin-bottom: 1px;
font-size: 12px;
font-weight: bold;
color: #C33;
}

.category-label a {
text-decoration: none;
color: #139;
}

.category-label a:hover {
text-decoration: underline;
}

.category-label .byline {
display: inline;
}



/* Ad Spaces */

#ad-top-area {
border-bottom: 1px solid #999;
height: 90px;
}

.leaderboard {
width: 728px;
height: 90px;
}

.ad-space {
padding: 10px;
background-color: #EDC;
}

.ad-space img {
border: 1px solid #000;
}

.ad-space.medium-rect {
padding-bottom: 7px;
border-bottom: 1px solid #999;
}

.ad-space.half-page {
height: 602px;
border-bottom: 1px solid #999;
}

.ad-space.home-upper-right {
padding: 10px 10px 7px;
border-bottom: 1px solid #999;
}

.ad-space.home-lower-right {
padding: 10px 10px 7px;
border-bottom: 1px solid #999;
}

.ad-space.ad-carousel {
float: left;
height: 102px;
width: 302px;
border-right: 1px solid #999;
}

.ad-space.bottom-area {
font-size: 12px;
}

#ad-carousel {
height: 100px;
width: 300px;
}



/* Generic Spaces */

.innerTube, .inner-tube {
padding: 8px 10px;
}

.no-padding {
padding: 0;
}



/* Utility Bar */

.share-bar {
position: relative;
height: 20px;
margin-bottom: 10px;
}

.share-bar .twitter-share-button {
position: absolute;
top: 0px;
left: 0px;
}

.share-bar .facebook-share-button {
position: absolute;
top: 0px;
left: 107px;
}

.share-bar .letter-button {
position: absolute;
top: 0px;
left: 234px;
}

.share-bar .letter-button a {
background: url('/web/20110508215724im_/http://www.collegian.psu.edu/graphics/letterButtonSmall.png');
width: 97px;
height: 20px;
display: block;
}

.share-bar .letter-button a:hover {
background-position: -99px;
}


/* Letter buttons */

a.letter-button-300 {
text-decoration: none;
color: #000;
border: 2px solid #444;
background-color: #DDB;
margin: 6px 4px;
padding: 3px 6px;
display: block;
}

a.letter-button-300 img {
float: left;
margin-right: 10px;
}

a.letter-button-300 h1 {
font-size: 15px;
font-weight: normal;
}

a.letter-button-300 h2 {
font-size: 15px;
}

a.letter-button-300:hover {
background-color: #D1D1B1;
}



/* Figure */

figure .asset-holder {
background-color: #000;
border: 1px solid #000;
box-shadow: 0 0 4px #000;
-moz-box-shadow: 0 0 4px #000;
-webkit-box-shadow: 0 0 4px #000;
margin-bottom: 2px;
position: relative;
margin: 0px auto 2px;
line-height: 0;
overflow: hidden;
}

figure .asset-ad-overlay.large {
background:rgba(0,0,0,.5) url('/web/20110508215724im_/http://www.collegian.psu.edu/ads/multimedia/largeVidAd.png') no-repeat scroll center center;
}

figure .asset-ad-overlay.medium {
background:rgba(0,0,0,.5) url('/web/20110508215724im_/http://www.collegian.psu.edu/ads/multimedia/medVidAd.png') no-repeat scroll center center;
}

figure .asset-ad-overlay.small {
background:rgba(0,0,0,.5) url('/web/20110508215724im_/http://www.collegian.psu.edu/ads/multimedia/smallVidAd.png') no-repeat scroll center center;
}

figure .asset-ad-overlay {
position:absolute;
}

figure .asset-ad-overlay-close {
display:none;
position:absolute;
top:10px;
right:7px;
background-image:url('/web/20110508215724im_/http://www.collegian.psu.edu/graphics/highslide/close.png');
background-repeat: no-repeat;
height:30px;
width:30px;
cursor:pointer;
}

figure .asset-alternate-icon {
background-color: #FFF;
background-repeat: no-repeat;
background-position: center center;
position: absolute;
bottom: 0;
padding: 2px 0;
opacity: .9;
height: 15px;
border-top: 1px solid #222;
width: 100%;
}

.caption-title, .caption-caption, .caption-byline, .caption-date, .collection-caption-title, .collection-caption-caption, .collection-caption-byline, .collection-caption-date, .collection-caption-link {
display: block;
}

figure figcaption {
text-align: center;
font-size: 10px;
font-weight: bold;
margin: 0px auto;
}

figure figcaption a {
color: #139;
}

/*figure figcaption a:hover {
color: #C33;
}*/



/* Large Article Listing */
.entry-listing {
width: 625px;
padding: 10px;
}

.entry-listing .category-label {
float: left;
}

.entry-listing .date {
font-size: 12px;
float: right;
color: #666;
font-weight: bold;
}

.entry-listing figure {
margin: 2px 0 2px 10px;
float: right;
}

.entry-listing .title {
font-size: 18px;
font-family: 'Droid Serif', Georgia, serif;
}

.entry-listing .excerpt {
font-size: 12px;
color: #333;
}



/* Index page styles */
.index-column {
height: 100%;
float: left;
}

.index-column-double-wide {
border-bottom: 1px solid #999;
}

.index-column-left {
border-right: 1px solid #999;
}

.index-column-middle {
margin-left: -1px;
border-left: 1px solid #999;
}

.index-column-normal {
width: 322px;
}

.index-column-small {
width: 202px;
}

.index-column-large {
width: 442px;
}

.index-column-item {
padding: 10px;
}

.index-column-separator {
border-bottom: 1px dotted #CCC;
}

.index-predeck {
text-align: center;
color: #444;
border-bottom: 1px solid #888;
margin-bottom: 4px;
font-size: 22px;
font-weight: normal;
}

.index-article-title {
font-size: 19px;
font-weight: bold;
margin-bottom: 3px;
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
}

.index-asset-title {
font-size: 17px;
font-weight: bold;
margin-bottom: 4px;
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
}

.index-date {
color: #555;
font-size: 13px;
}

.index-byline {
font-size: 12px;
font-weight: bold;
}

.index-updated {
margin: -3px 0 2px;
font-size: 11px;
color: #E11;
font-weight: bold;
}

.index-excerpt {
font-size: 12px;
line-height: 15px;
margin-bottom: 3px;
color: #333;
}

.index-read-more {
font-size: 12px;
font-weight: bold;
}

.index-refer {
margin-top: 5px;
padding: 4px 0;
background-color: #FDC;
font-size: 14px;
font-weight: bold;
text-align: center;
}


/* Index images */

figure.index-asset-full {
text-align: center;
margin-top: 2px;
}

figure.index-asset-top {
margin-top: 5px;
margin-bottom: 7px;
text-align: center;
}

figure.index-asset-left {
margin: 1px 12px 2px 0;
float: left;
}

figure.index-asset-right {
margin: 1px 0 2px 12px;
float: right;
}

figure.index-asset-left-full {
margin-right: 12px;
margin-bottom: 2px;
margin-top: 5px;
float: left;
}

figure.index-asset-right-full {
margin-left: 12px;
margin-bottom: 2px;
margin-top: 2px;
float: right;
}




.index-todays-stories {
padding: 8px 10px;
}

.index-todays-stories h1 {
font-size: 24px;
border-bottom: 1px solid #555;
margin-bottom: 3px;
}

.index-todays-stories-column {
width: 222px;
margin-right: 20px;
float: left;
}

.index-todays-stories-column.last {
margin-right: 0;
}

.index-todays-stories-column h2 {
font-size: 17px;
border-bottom: 1px solid #888;
margin-bottom: 2px;
}

.index-todays-stories-column h2 a {
text-decoration: none;
color: #139;
}

.index-todays-stories-column h2 a:hover {
text-decoration: underline;
}

.index-todays-stories-column h2 {
font-size: 17px;
border-bottom: 1px solid #888;
margin-bottom: 2px;
}

.index-todays-stories-column h3 {
margin-bottom: 2px;
font-size: 12px;
font-weight: bold;
color: #A66;
}

.index-todays-stories-column ul {

}

.index-todays-stories-column ul.sub-stories-list li {
margin-bottom: 4px;
}

.index-todays-stories-column ul.sub-stories-list li a {
float: none;
}

.index-todays-stories-column ul.sub-stories-list li .blog-name {
color: #66A;
}

.index-todays-stories-column ul.sub-stories-list li .blog-name a {
color: #66A;
background: none;
padding: 0;
display: block;
margin-left: 20px;
font-size: 10px;
}







/* Article Pages */

#article-area {
padding: 8px 10px;
border-bottom: 1px solid #999;
}

#article-title {
font-size: 30px;
margin-bottom: 5px;
font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
}

#article-body {
font-size: 13px;
line-height: 19px;
}

#article-body p {
margin-bottom: 17px;
}

#article-body ul {
font-size: 13px;
list-style-position: inside;
margin: -10px 0 10px;
}

#article-area .byline {
font-size: 13px;
margin-bottom: 10px;
font-weight: bold;
}

#article-area .byline a {
text-decoration: none;
color: #139;
}

#article-area .byline a:hover {
text-decoration: underline;
}

#article-area .byline .bylineStaff {
font-style: italic;
font-weight: normal;
}

#article-area .article-byline-letter {
font-weight: bold;
font-size: 13px;
margin-bottom: 10px;
}

.article-category-separator {
border-bottom: 2px ridge #999;
margin-bottom: 5px;
margin-top: 2px;
}

#article-area .date {
float: right;
color: #666;
font-size: 12px;
font-weight: bold;
}

#article-area .category-label {
float: left;
}

.article-related {
float: left;
width: 302px;
height: 106px;
padding: 8px 10px;
overflow: hidden;
}



/* Tag Stubs */

.tag-stubs {
padding: 8px 10px;
border-bottom: 1px solid #999;
}

.tag-stub h3 {
font-size: 14px;
font-weight: bold;
margin-bottom: 2px;
}

.tag-stub h3 a {
color: #139;
text-decoration: none;
}

.tag-stub h3 a:hover {
color: #C33;
text-decoration: underline;
}

.tag-stub-excerpt {
font-size: 11px;
}



/* Map Box */

.article-map-box {
float: left;
padding: 7px 9px;
width: 220px;
border: 2px solid #999;
background: #EEC;
margin: 0 10px 4px 0;
line-height: 13px;
}

.article-map-box-venue-title {
font-size: 12px;
font-weight: bold;
}

.article-map-box-address {
font-size: 11px;
font-weight: normal;
}



/* See Also */

.article-see-also {
background-color: #CDF;
border: dotted 1px black;
padding: 8px 10px;
}

.article-see-also h2 {
font-size: 17px;
color: #000;
}

.article-see-also ul {
font-size: 13px;
list-style: square;
list-style-position: inside;
}

.article-see-also ul li {
}

.article-see-also ul li a {
color: #000;
text-decoration: none;
}

.article-see-also ul li a:hover {
color: #C33;
text-decoration: underline;
}


/* Figure */

figure.article-asset-top {
text-align: center;
margin-bottom: 5px;
}

figure.article-asset-right {
float: right;
margin: 5px 10px 15px 15px;
}



/* Tumblr */

.tumblr-widget {
overflow: hidden;
}

.tumblr-content {
font-size: 11px;
height: 50px;
overflow: hidden;
margin-bottom: 4px;
}

.tumblr-content a {
font-weight: bold;
color: #139;
text-decoration: underline;
}

.tumblr-read-more  {
text-align: center;
color: #139;
text-decoration: underline;
font-size: 12px;
font-weight: bold;
display: block;
}
/*
     FILE ARCHIVED ON 21:57:24 May 08, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:50:36 Oct 12, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.701
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.023
  esindex: 0.014
  cdx.remote: 66.996
  LoadShardBlock: 245.729 (3)
  PetaboxLoader3.datanode: 272.84 (5)
  PetaboxLoader3.resolve: 211.537 (3)
  load_resource: 317.298 (2)
*/