
/* iPhone Stylized Calendar */


/* Main Container */
div#media-container a:link, div#media-container a:visited {
	text-decoration: none;
}
div#media-container img {
    width: auto;
}
div#media-container p {
    margin-top: 0;
}


/* Top Monthly Nav */
div#dateNav {
    position: relative;
    padding-top: 15px;
}
div#dateNav, div#dateNav a {
    font-size: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
body.black div#dateNav, body.black div#dateNav a {
    color: #000;
}

div#dateNav h1 {
    font-size: 30px;
    display: inline;
    font-weight: bold;
    text-transform: uppercase;
}
div#dateNav p {
    padding-left: 10px;
    display: inline;
}
div#dateNav a {
    text-decoration: none;
    position: absolute;
}
div#dateNav a.previous {
    left: 20px;
    display: inline;
    width: 18px;
    height: 21px;
    background: transparent url(../images/m-white-left-arrow.png) no-repeat;
}
div#dateNav a.next {
    right: 20px;
    display: inline;
    width: 18px;
    height: 21px;
    background: transparent url(../images/m-white-right-arrow.png) no-repeat;
}
body.black div#dateNav a.previous {
    background: transparent url(../images/m-black-left-arrow.png) no-repeat;
}
body.black div#dateNav a.next {
    background: transparent url(../images/m-black-right-arrow.png) no-repeat;
}



/* calendar events */
div.mediaItem h3 { 
    float: left; 
    height: 50px;
    overflow-y: hidden;
}
div.mediaItem h4 {
    font-size: 18px;
}
div.mediaItem h3, div.mediaItem h4 {
    font-weight: bold;
    width: 75%;
}
a.visibleBox {
    min-height: 20px;
    display: block;
    cursor: pointer;
    padding: 5px 0 0;
}
a.visibleBox p {
    margin-bottom: 0;
}
a.visibleBox p.title {
    margin-left: 30px;
    float: left;
    max-width: 55%;
    height: 15px;
    overflow: hidden;
}
a.visibleBox p.time {
    margin-right: 30px;
    float: right;
}
div.item-large p.title {
    font-weight: bold;
    height: auto;
}


/* changeable background gradients for calendar events */
div.item-small { 
    background: #fff url(../images/m-white-gradient.png) repeat-x scroll 0 bottom;
}
div.item-large {
    background: #fff url(../images/m-white-gradient-large.png) repeat-x scroll 0 bottom;
}

body.black div.item-small { 
    background: #0f0f0f url(../images/m-black-gradient.png) repeat-x scroll 0 bottom;
}
body.black div.item-large { 
    background: #0f0f0f url(../images/m-black-gradient-large.png) repeat-x scroll 0 bottom;
}


/* date header */
div.dateRow {
    height: 80px;
    border-bottom: 1px solid #eee;
    border-top: 10px solid;
    background: #fff url(../images/m-white-gradient-reverse.png) repeat-x scroll 0 top;
}
body.black div.dateRow {
    border-bottom: 1px solid #000;
    background: #0f0f0f url(../images/m-black-gradient-reverse.png) repeat-x scroll 0 top;
}
div.dayBox {
    float: right;
    margin-right: 30px;
    margin-top: 17px;
    max-width: 60%;
}
div.dayBox h3 { 
    font-weight: bold; 
    text-align: right;
}
div.dayBox p { 
    float: right;
    font-size: 10px;
}
div.dateBox {
    float: left;
    margin-left: 30px;
    margin-top: 10px;
    text-align: center;
}
div.dateBox div.month {
    color: #fff;
    padding: 3px;
}
body.black div.dateBox div.month {
    color: #0f0f0f;
}
div.dateBox div.date {
    font-size: 30px;
    width: 50px;
    margin-bottom: -3px;
}
div.hiddenBox { 
    clear: both; 
    /*display: none;*/
    padding: 0 30px 20px 30px;
}
div.hiddenBox a {
    text-decoration: underline !important;
}
div.hiddenBox span.label {
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 3px;
    display: block;
}

div#todayNav {
    height: 63px;
}
div#todayNav a {
    display: block;
    background: transparent url(../images/m-white-today-button.png) no-repeat center bottom;
    height: 45px;
    width: 212px;
    margin: 18px auto;
    position: relative;
    text-decoration: none;
}
body.black div#todayNav a {
    background: transparent url(../images/m-black-today-button.png) no-repeat center bottom;
}
div#todayNav p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    padding: 15px 0 0 26px;
}

div#noEvents {
    color: #fff;
    font-size: 18px;
    padding: 20px;
    text-align: center;
}
body.black div#noEvents {
    color: #000;
}
