@charset "UTF-8";
/* Homepage stylesheet for Valdosta State University - Responsive 768
By VSU Web Services
June 20, 2012 */

/* Body Background */

body {
    background-image: url('../images/points_of_pride_responsive/768/west_hall_bg2.png'), url('../images/master_template/body_bg.png');
    background-position: center 100px;
    background-repeat: no-repeat, repeat;
    }

/* Containers */

#department_header_container {
    display: none;
    }

#content_container {
    background-image: none;
    height: 735px;
    }

/* Sub Nav */

#sub_nav {
    display: none;
    }

/* Points of Pride Div */

#points_list {
    display: none;
    }

#points_of_pride {
    min-height: 700px;
    margin: 0px auto 0px auto;
    }
    
/* Middle Star */

#points_of_pride .star {
    background-size: 351px 365px;
    width: 351px;
    height: 365px;
    left: 190px;
    top: 166px;
    }

#points_of_pride .star .text {
    width: 150px;
    height: 120px;
    font-size: 11px;
    line-height: 13px;
    margin: 120px auto 0px auto;
    }

#points_of_pride .star .hide {
    display: none;
    }

/* Points of Pride Circles */

#points_of_pride .circle {
    width: 134px;
    height: 134px;
    }

#points_of_pride .circle img {
    width: 134px;
    height: 134px;
    }

#points_of_pride .circle img:hover {
    opacity:1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
    }

#points_of_pride #pop_circle_1 {
    left: 300px;
    top: 30px;
    }

#points_of_pride #pop_circle_2 {
    left: 529px;
    top: 158px;
    }

#points_of_pride #pop_circle_3 {
    left: 523px;
    top: 395px;
    }

#points_of_pride #pop_circle_4 {
    left: 301px;
    top: 532px;
    }

#points_of_pride #pop_circle_5 {
    left: 78px;
    top: 410px;
    }

#points_of_pride #pop_circle_6 {
    left: 80px;
    top: 140px;
    }

/* View All Button */

#points_of_pride .view_all_button {
    width: 146px;
    height: 47px;
    top: 620px;
    left: 570px;
    }

#points_of_pride .view_all_button .text {
    display: block;
    width: 100%;
    margin-top: 14px;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    font-variant: small-caps;
    color: #C6C6B8;
    text-shadow: 1px 1px 1px #333;
    }
