@charset "utf-8";

/*
 * This stylesheet provides styles specific to the K-State homepage.
 */


/*
 * Warning: this style overrides one with narrower margins in the shared stylesheet.
 */
#ksu-inner-wrapper {
   width: 920px;
   padding: 15px 20px 80px;
}


/*
 * Reserve space for the feature.  More specific styles are in the feature's stylesheet.
 */
#ksu-feature {
   height: 385px;
   width: 920px;
   margin: 0 auto;
}

/*
 * These three column styles set the overall structure of the middle of the page.
 */
#col1 {
   float: left;
   width: 320px;
   margin: 20px 40px 0 0;
}

#col2 {
   float: left;
   width: 260px;
   margin: 20px 40px 0 0;
}

#col3 {
   float: left;
   width: 260px;
   margin: 20px 0 0 0 ;
}

/*
 * Provide extra space at the bottom of the main body.
 * This continues the body's background into the skyline portion of the footer.
 */
#ksu-wrapper-spacer {
   position: absolute;
   background: #fff;
   margin-left: -20px;
   width: 960px;
   height: 150px;
}


/*
 * The Admissions block.
 *
 * This block is built from one image, but displayed as sprites 4 times,
 * so that each slice can have a different link attached to it without using
 * an image map.
 *
 */
 #ksu-admissions {
   position: relative;
   height: 200px;
   width: 320px;
   margin-bottom: 20px;
}

#ksu-admissions-future {
   position: absolute;
   display: block;
   left: 0;
   height: 68px;
   width: 160px;
   background: url(../images/admissions-visit-apply.png) no-repeat 0 0;
}

#ksu-admissions-visit {
   position: absolute;
   display: block;
   top: 68px;
   left: 0;
   height: 60px;
   width: 160px;
   background: url(../images/admissions-visit-apply.png) no-repeat 0 -68px;
}

#ksu-admissions-apply {
   position: absolute;
   display: block;
   top: 128px;
   left: 0;
   height: 72px;
   width: 160px;
   background: url(../images/admissions-visit-apply.png) no-repeat 0 -128px;
}

#ksu-admissions-audiences {
   position: absolute;
   display: block;
   left: 160px;
   height: 200px;
   width: 160px;
   background: url(../images/admissions-visit-apply.png) no-repeat -160px 0;
}

#ksu-admissions ul {
   margin: 45px 0 0 17px;
}

#ksu-admissions li {
   display: block;
   list-style: none;
   font-size: 10px;
   font-weight: bold;
   color: #333;
   width: 140px;
   height: 21px;
}


/*
 * Position the 150, Arts, and Give blocks.
 *
 */
#ksu-arts,
#ksu-ww,
#ksu-give {
   margin: 20px 0 20px 20px;
}

#ksu-arts > a,
#ksu-ww > a,
#ksu-give > a {
   display: block;
   width: 280px;
   height: 100px;
   position: relative;    /* Needed only for PIE, see http://css3pie.com/documentation/known-issues/#z-index */
   text-indent: -9999px;
   background: url(../images/arts.jpg) no-repeat;
   border-radius: 8px;
}

#ksu-ww > a {
   background: url(../images/Homepage-WildcatWayButton01.jpg) no-repeat;
}

#ksu-give > a {
   background: url(../images/ii-button.jpg) no-repeat;
}

#ksu-arts > a:hover,
#ksu-ww > a:hover,
#ksu-give > a:hover {
   background-position: right;
}
/*
#ksu-give > a > img {
   position: relative;    /* Needed only for PIE, see http://css3pie.com/documentation/known-issues/#z-index */
   border-radius: 8px;
}
*/

/*
 * The events block
 */
#ksu-events {
   position: relative;
   z-index: 10;
}

#ksu-events h2,
#ksu-news h2 {
   font-size: 18px;
   font-weight: bold;
   color: #333;
   border-bottom: 1px solid #333;
   margin: 0 0 15px;
}


#ksu-events h2 a,
#ksu-events h2 a:link,
#ksu-events h2 a:visited,
#ksu-events h2 a:hover,
#ksu-events h2 a:active,
#ksu-news h2 a,
#ksu-news h2 a:link,
#ksu-news h2 a:visited,
#ksu-news h2 a:hover,
#ksu-news h2 a:active {
   color: #333;               /* Inherit should work, but not in IE7. */
   text-decoration: none;
}

#insert-eventlist {
   min-height: 300px;
}

#ksu-events .ksu-event {
   margin-bottom: 20px;
}

#ksu-events .ksu-event-datelabel {
   clear: both;
   float: left;
   width: 50px;
   text-align: center;
   font-size: 13px;
   color: #6c6a5d;
   font-weight: bold;
   min-height: 3em;
}

#ksu-events .ksu-event-text {
   clear: right;
   float: right;
   width: 190px;
   margin-bottom: 10px;
}

#ksu-events span.event-title {
   font-weight: bold;
}
#ksu-events span.event-date {
   display: block;
}
#ksu-events span.event-location {
   font-style: italic;
}
#ksu-events span.event-time {
   font-style: italic;
}
#ksu-events span.event-location a:link,
#ksu-events span.event-location a:active,
#ksu-events span.event-location a:visited {
   color: #333;
   text-decoration: underline;
}
#ksu-events span.event-desc a:link,
#ksu-events span.event-desc a:active,
#ksu-events span.event-desc a:visited {
   color: #333;
   text-decoration: underline;
}

#ksu-events .event-desc,
#ksu-events .event-sponsor {
   display: none;
}
		

#ksu-events-footer {
   clear: right;
   float: right;
   width: 190px;
   margin-top: 7px;
}


/*
 * The news block
 */
#ksu-news {
   width: 100%;
   margin-bottom: 12px; /* Should be 20px, but some space is reserved for descenders? */
}

#insert-news {
   min-height: 260px;
}

#insert-news ul {
   margin: 0;
}

#insert-news li {
   display: block;
   height: 80px;
   margin-bottom: 20px;
}

#insert-news img {
   float: left;
   width: 80px;
   height: 80px;
}

#insert-news p {
   float: left;
   width: 160px;
   margin-left: 20px;
   font-weight: bold;
}

#ksu-news>p {
   margin-top: 10px;
   margin-bottom: 15px;
}

/* The first news item gets a highlight.
 *
 * This is in the HTML page because this may need to be added/deleted quickly.  
 */
#insert-news.highlight-first li:first-child {
   background-color: #512888;
}
#insert-news.highlight-first li:first-child p {
   padding-top: 8px;
   padding-right: 10px;
   width: 140px;
}
#insert-news.highlight-first li:first-child a {
   color: white;
   font-size: 13px;
}


/*
 * Advisories -- optionally displayed at the top of the page.
 *
 */

#insert-advisory {
   position: relative;    /* Needed only for PIE, see http://css3pie.com/documentation/known-issues/#z-index */
   z-index: 10;
}

#insert-advisory > div {
   padding: 20px 290px 15px 130px;
   margin-bottom: 20px;
   background: #eeede8 url(../images/advisory.png) no-repeat 20px 20px;
   color: #333;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
}

#insert-advisory h3 {
   font-size: 20px;
   font-weight: bold;
}

#insert-advisory ul {
   margin: 1em 0 1em 2em;
   list-style: disc;
}

#insert-advisory p {
   margin: 0 0 1em;
}

h3#KSU_emergencyNewsTitle a:link,
h3#KSU_emergencyNewsTitle a:visited,
h3#KSU_emergencyNewsTitle a:active {
   color: #ba1623;
}

div#KSU_emergencyNews ul.moreButton {
   display: none;
}

#KSU_emergencyNews p {
   font-size: 12px;
   line-height: 1.4;
}
#KSU_emergencyNews p a:link,
#KSU_emergencyNews p a:visited,
#KSU_emergencyNews p a:active {
   color: #ba1623;
}


/*
 * The skyline portion of the footer
 */
#ksu-footer-bg {
   position: absolute;
   top: -102px;
   left: -180px;
   width: 1140px;
   height: 280px;
   background: url(../images/footer.png) no-repeat;
   z-index: -1;
   pointer-events: none;
   /* opacity: 0.5; */   /* Useful for seeing how the skyline footers overlap. */
}

#ksu-footer-left {
   position: absolute;
   top: 20px;
   left: -1180px;
   width: 1000px;
   height: 158px;
   background: url(../images/footer-left.png) repeat-x;
   z-index: -1;
}

#ksu-footer-right {
   display: none;
   position: absolute;
   top: 21px;
   left: 950px;
   height: 156px;
   z-index: -1;
}

#ksu-footer-rg {
   position: relative;
   background: url(../images/footer-right.png) repeat-x center 16px;
   z-index: -2;
}

/*
@media screen and (max-width:961px) {
   #ksu-footer-rg {
      background: none;
   }
}
*/


/*
 * The links inside the skyline.
 */
#ksu-footer-skyline {
   position: relative;
   z-index: 10;
}

#ksu-footer-skyline h3 {
   color: #512888;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 13px;
   margin: 0;
}

#ksu-footer-skyline,
#ksu-footer-skyline li a,
#ksu-footer-skyline li a:link {
   color: #333;
   text-decoration: none;
   line-height: 1.4;
}

#ksu-footer-skyline li a:hover,
#ksu-footer-skyline li a:active {
   text-decoration: underline;
}

#ksu-resources {
   float: left;
   margin: 45px 20px 20px 20px;
}

#ksu-tools {
   float: left;
   margin: 45px 20px 20px 20px;
}

/*
 * The Powercat in the skyline.
 */
#ksu-powercat {
   float: left;
   margin: 85px 20px 18px 121px;
   width: 100px;
   height: 75px;
   background: url(../images/powercat.png) no-repeat;
}


/*
 * The YouTube insertion.
 */
#ksu-social-insert {
   float: right;
   margin: 50px 20px 0 0;
   width: 280px;
   height: 110px;
   background: white;
   color: #333;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   border-radius: 10px;
   -moz-box-shadow: 3px 3px 3px #9c9687;
   -webkit-box-shadow: 3px 3px 3px #9c9687;
   box-shadow: 3px 3px 3px #9c9687;
}

#ksu-social-pull {

}

#ksu-social-pull-text {
   float: left;
   width: 140px;
   line-height: 1.2;
}

#ksu-social-pull-text>div {
   height: 98px;                   /* The height of ksu-social-insert, minus the 6px margins.  */
   margin: 6px 5px 6px 10px;
   overflow: hidden;
}

#ksu-social-pull h4 {
   margin: 0 0 5px 0;
   color: #512888;
   font-size: 11px;
   font-weight: bold;
}

#ksu-social-insert a,
#ksu-social-insert a:link,
#ksu-social-insert a:visited {
   display: block;
   text-decoration: none;
}

#ksu-social-insert a:hover,
#ksu-social-insert a:active {
   text-decoration: underline;
}

#ksu-social-pull p {
   font-size: 10px;
   color: #333;
}

#ksu-social-pull-pic {
   float: right;
   width: 140px;
   line-height: 0;
   background: #d0d0b0;
   background: -webkit-gradient(linear, left top, left bottom, from(#d0d0b0), to(#aca697) );
   background: -moz-linear-gradient(top, #d0d0b0, #aca697);
   /* For IE, -pie-background is specified in ie9-workarounds.css. */
   -moz-border-radius: 0 10px 10px 0;
   -webkit-border-radius: 0 10px 10px 0;
   border-radius: 0 10px 10px 0;
}

#ksu-social-pull-pic > div {
   position: relative;
}

#ksu-social-pull-pic-play {
   position: absolute;
   top: 0;
   left: 0;
   width: 140px;
   height: 110px;
   background: url(../images/play.png) no-repeat center center;
   opacity: 0.7;
}

#ksu-social-pull-pic img {
   margin: 10px;
}

.ksu-ii-header {
height: 44px;
border-top: 5px solid #c0c0c0;
border-bottom: 5px solid #c0c0c0;
background-color: #fff;
}
.ksu-ii-header > a {
display: block;
height: 100%;
background: url('/ksu-resources/branding/2/images/ii-text-only.png') no-repeat 50% 55%;
}
.ksu-offscreen {
position: absolute;
text-indent: -9999px;
}
