/*
FEATURED STORIES STYLES
*/

#featured {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    border-bottom: 1px dotted #666666;
}
#featured-stories {
    width: 720px;
    float: left;
}
#featured-stories li {
    float: left;
    clear: left;
    width: 255px;
}
#featured-stories img {
    display: none;
    float: right;
    margin: 0 0 0.3em 0.6em;
}
.tease {
    font-size: 93%;
}
#featured-stories .tease {
    display: none;
}
#featured .featured-story-1 .tease, #featured .featured-story-2 .tease, #featured .featured-story-3 .tease {
    display: block;
}
#featured-stories .pubdate {
    display: none;
}
#featured .featured-story-1 .pubdate, #featured .featured-story-2 .pubdate, #featured .featured-story-3 .pubdate {
    display: block;
}
#featured-stories h3 {
    font-size: 85%;
}
p.pubdate {
    font-size: 68%;
    color: #666666;
    margin-bottom: 0.5em;
}
#featured-stories p.type-label {
    font-size: 68%;
    text-transform: uppercase;
    font-weight: bold;
    color: #666666;
    clear: left;
}
#featured .featured-story-1 {
    width: 450px;
    float: right;
    clear: none;
}
#featured .featured-story-1 h3 {
    font-size: 130%;
}
#featured .featured-story-1 img {
    margin-bottom: 0.5em;
    display: block;
    width: 450px;
    height: 275px;
    border: 1px solid #999999;
}
#featured .featured-story-2 img, #featured .featured-story-3 img {
    display: block;
    border: 1px solid #999999;
}
#featured-stories h3 {
    margin-top: 0.3em;
}
#featured .featured-story-2 h3 {
    font-size: 118%;
    margin-top: 0;
}
#featured .featured-story-3 h3 {
    font-size: 108%;
    margin-top: 0.5em;
}
#featured .featured-story-3 {
    margin-bottom: 0.7em;
}

/*
SECTIONS STYLES
*/

#sections-main {
    width: 610px;
    float: left;
    border-right: 1px dotted #666666;
}
#sections-sidebar {
    width: 340px;
    float: right;
}
#sections-main .section {
    width: 285px;
    margin-bottom: 2em;
}
#sections-main .section.left {
    float: left;
}
#sections-main .section.right {
    float: right;
    margin-right: 10px;
}
#sections-main h2 {
    font-size: 100%;
    margin-bottom: 0.5em;
    font-weight: normal;
}
#sections-main h3 {
    font-size: 93%;
    margin-top: 0.5em;
}
#sections-main .first h3 {
    font-size: 116%;
    margin-top: 0;
}
#sections-main .first img {
    float: right;
    margin: 0 0 0.3em 0.6em;
    border: 1px solid #999999;
}
.more-link {
    font-size: 77%;
    margin-top: 1em;
    padding-top: 0.2em;
    text-align: right;
    border-top: 1px solid #CCCCCC;
}

/* 
BLOGS STYLES
*/

#sections-main .section.blogs li {
    margin-top: 0.7em;
}
#sections-main .section.blogs h3 {
    font-size: 108%;
    margin: 0;
}
#sections-main .section.blogs .blog-name a {
    text-transform: uppercase;
    font-size: 66%;
    color: #000000;
}
#sections-main .section.blogs .tease {
    margin-top: 0.4em;
}

/* 
FEATURED SIDEBAR STYLES
*/

#featured-sidebar {
    width: 202px;
    float: right;
    padding: 12px;
    border: 1px solid #CCCCCC;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
#featured-sidebar > ul {
    height: 322px;
    overflow: hidden;
}
#featured-sidebar img {
    width: 200px;
    height: 130px;
    border: 1px solid #999999;
}
#featured-sidebar h3 {
    font-size: 93%;
}
#featured-sidebar li {
    margin-bottom: 0.9em;
}
#featured-sidebar li.last {
    margin-bottom: 0;
}
#featured-sidebar .headline {
    height: 15px;
    overflow: hidden;
}

/*
FEATURED SIDEBAR CAROUSEL STYLES
*/

.jcarousel-container {
    position: relative;
    height: 325px;
    padding: 30px 0;
}
.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 328px;
}
.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 100%;
    height: 155px;
}
.jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
.jcarousel-next {
    z-index: 3;
    display: none;
}
.jcarousel-prev {
    z-index: 3;
    display: none;
}
.jcarousel-next-vertical {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 100%;
    cursor: pointer;
    background: #EFEFEF url(http://media.dailybruin.com/dailybruin/2-0/images/arrow-down.gif) no-repeat center center;
    border: 1px solid #CCCCCC;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.jcarousel-next-vertical:hover {
    background-color: #F9F9F9;
}
.jcarousel-next-vertical:active {
    background-color: #EFEFEF;
}
.jcarousel-prev-vertical {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    cursor: pointer;
    background: #EFEFEF url(http://media.dailybruin.com/dailybruin/2-0/images/arrow-up.gif) no-repeat center center;
    border: 1px solid #CCCCCC;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}
.jcarousel-prev-vertical:hover {
    background-color: #F9F9F9;
}
.jcarousel-prev-vertical:active {
    background-color: #EFEFEF;
}

/*
SLIDESHOW STYLES
*/

#featured-gallery {
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    padding: 8px 10px;
}
#featured-gallery h3 {
    margin: 0 0 0.3em;
}
#featured-gallery ul li {
    width: 100%;
}
#featured-gallery ul li .image {
    border: 1px solid #000000;
    background-color: #000000;
    text-align: center;
    width: 430px;
    height: 291px;
    display: table-cell;
    vertical-align: middle;
}
#featured-gallery .cycle-gallery ul li img {
    vertical-align: bottom;
    width: auto;
    height: auto;
    margin: 0;
    border: none;
    float: none;
    display: inline;
}
#featured-gallery .byline {
    font-size: 66%;
    color: #666666;
    text-transform: uppercase;
    text-align: right;
}
#featured-gallery .caption {
    margin: 0;
}
#featured-gallery .cycle-gallery-pages {
    text-align: center;
    margin-top: 0.5em;
    font-size: 77%;
}
#featured-gallery .cycle-gallery-pages * {
    display: inline;
}
#featured-gallery .cycle-pager a {
    margin: 0 0.2em;
}

