/* 
    Document   : schedule
    Created on : Jan 19, 2012, 5:06:43 PM
    Author     : Rafael Vila <rafael@stealthproducts.com>
    Description:
        Purpose of the stylesheet follows.
    Version    : 3.0.0
    Modified   : Feb 12, 2014, 11:50 AM
    Modified by: Rafael Vila
*/

root { 
    display: block;
}

label{
    display:block;
    margin:2px 5px 10px 0 !important;
}

p {
    text-wrap: avoid;
}

#newSchedule{
    background:lightgray;
    padding:5px 10px 5px 5px;
    border:2px white solid;
    border-left: none;
    border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    -o-border-radius: 0 10px 10px 0;
    box-shadow: 1px 1px 5px black;
    -moz-box-shadow: 1px 1px 5px black;
    -webkit-box-shadow: 1px 1px 5px black;
    -o-box-shadow: 1px 1px 5px black;
    display:inline-block;
}

#scheduleContent {
    display:inline-block;
    vertical-align: top;
    margin-left: 20px;
    min-width: 900px
}

#scheduleContent article p, #scheduleContent article h2 {
    margin:2px 2px 3px 90px !important;
}

.scheduleIcon {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 5px;
    border:1px white solid;
    box-shadow: 1px 1px 5px dimgray;
    overflow: hidden;
}

.scheduleList {
    text-align: left;
}

.scheduleList h2 {
    font:normal italic 16px/18px georgia,cambria,times,'goudy old style',sans-serif;
    color: cornflowerblue;
}

.scheduleLocation {
    color: darkgoldenrod;
    font-style: italic;
}

.scheduleDescription {
    color:darkslateblue;
}

.scheduleDescription a {
    color:cornflowerblue;
}

.scheduleDescription a:hover, .scheduleDescription a:focus {
    color:orangered;
}

#scheduleContent article {
    width: 400px;
    max-width: 100%;
    height: 250px;
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0 0;
    border: 1px gray solid;
    padding: 10px;
    overflow: hidden;
    overflow-y: auto;
}

.scheduleDescription img {
    width: 200px;
    max-width: 100%;
    margin: 0 !important;
}