/*------------------------------------------------------------*\
	*Filename:		theme1.css
	
	*Description: 	CSS styles for the CMich Circle Theme without Thumbnails
					
	*Version:		1.0.0 (11/25/2013)
	
	*Author:		Jesse Earley
	
	*Department:	Office of Information Technology
\*------------------------------------------------------------*/

.carousel {
    box-shadow: 0 4px 4px -2px #B2B2B2;
    margin-bottom: 0;
}

.carousel .item {
        padding: 0;
    }

.carousel-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    text-align: left;
}

    .carousel-caption h3 {
        color: #ffc82e !important;
        display: inline;
        text-transform: uppercase;
        font-family: 'Oxygen',sans-serif;
        font-size: 1em;
        padding: 0;
        margin: 0;
    }

    .carousel-caption p {
        color: #fff;
        display: inline;
        font-family: 'Oxygen',sans-serif;
        font-size: 1em;
    }

.carousel-control {
    background: none !important;
    color: #fff !important;
	top:50%;
    border: 3px solid #FFFFFF;
    border-radius: 23px;
    font-size: 30px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 24px;
    margin-top: -20px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    width: 40px;
}

.carousel-control.right{
    right: 15px;
}

.carousel-indicators {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    text-align: right;
    width: auto;
    height: 15px;
}

.carousel-indicators .active {
    background-color: #ffc82e;
    height: 10px;
    width: 10px;
}

.carousel-indicators li {
    border: 1px solid #6a0032;
	cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0;
}

.item > img {
    width: 100%;
}
