/* ...
*/

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */


article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */
a:link{color: rgb(238,238,238);}
a:visited { color: rgb(238, 238,238); }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */






/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}
#partner_links{text-align: center;}

#partner_links li:first-child{
	margin-left: -12px;
}

#partner_links li {
  margin-left: 12px;
  float: left;
}




/* line 5, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/home.css.scss */
.left h2 {
  margin-top: 5px;
}

/* line 11, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/home.css.scss */
.notifications {
  padding: 2px;
}
/* line 13, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/home.css.scss */
.notifications .image {
  padding: 5px;
  display: inline;
  width: 80px;
  height: 80px;
}
/* line 15, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/home.css.scss */
.notifications .image img {
  float: left;
}
/* line 20, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/home.css.scss */
.notifications .notification:hover {
  border: 1px solid #6600cc;
}
/* line 23, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/home.css.scss */
.notifications .notification {
  padding-left: 4px;
  padding-top: 4px;
  padding-right: 4px;
  border: 1px solid white;
}

/* line 31, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/home.css.scss */
#partner_links li:hover {
  border: 1px solid black;
}
html,
body {
     margin:0;
        padding:0;
           height:100%;
  color: rgb(238, 238, 238);
}

* {
  margin:0;
  padding:0;
} 

.full{
  height: 100%;
}

.schedule ul{
  margin: 0;
  padding: 0;
}

ul{
  list-style-type:none;
}

p ul{
  list-style-type: circle;
}

*{
  font-family: nimbus-sans, Arial, sans-serif;
}

.divider{
  color: rgb(238,238,238);
  background-color: black;
  text-transform: uppercase;
  height: 50px;
}
.clear{
  clear: both;
}

.info_block a{
  color: black;
}

.info_block a:hover{
  color: blue;
}

.info_block{
  color: black;
  background: white;
  border: 2px solid #E9EAEE;
  padding: 24px 40px 24px 40px;
  margin: auto auto;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 1px 2px 6px rgba(0,0,0, 0.5);
}

.info_block.article img{
  padding-right: 40px;
  padding-bottom: 40px;
  float: left;
}



.column{
	float: left;
}


.left {
	width:  35%;
}

.right {
	width: 60%;
}


.divider div{  width: 350px;
}

.horizontal{
  margin: auto auto;
}

#main_menu .menu{
  margin: 0 auto;
  width: 83%;
}

#quick-menu{
  top: 6px;
  z-index: 99999;
  width: 321px;
  position: relative;
  background: none;
  left: 760px;
}


#quick-menu a{
    padding: 0 10px;
    font-size: 12px;
    text-transform: none;
}

#toolbar{
  height: 26px;
  background-color: black;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99999;
}

#container{
    min-height: 100%;
    margin: auto auto;
    width: 960px;
    position:relative;
    background-color: black;
    padding-top: 26px;

}

#inner_container{
  padding-bottom: 65px
}

#container nav {
    position: relative;
    min-height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 17px 0px;
}

.menu li li:first-child{
    margin-top: 11px;
}

nav, footer{
    font-size: 12px;
    font-family: nimbus-sans, sans-serif;
}
body{
  overflow: auto
}

footer{
    margin-top: 20px;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    background-color: rgb(102, 0, 204);
    height: 45px;
    position:absolute;
    bottom: 0;
    color: white;
    text-align: center;
}

#quick_menu .menu a{
  height: 15px;
  text-transform: none;
  font-size: 11px;
}

footer a:visited {
  color:white;
}

a{text-decoration: none;}

footer > div{
    padding-top: 8px;
    width: 320px;
    float: left;
}

body {
    background-image: url('https://s3.amazonaws.com/ddc-studio-assets/assets/bg_tile-387dbbc3397362aeca63548caae0649c.jpg');
    background-repeat:repeat;
    margin:0;
    padding:0;
    overflow: auto;
    height:100%;
}


.vertical{
  text-align: left;
}  

#inner-container:after {
    content:" ";
    display:block;
    clear:both;
}

#inner-container {
    height: 70%;
}

a#banner{
    top:0px;
    position: relative;
    width: 100%;
}

a > header
{
  background-image: url('//.s3.amazonaws.com/assets/header-bbbebafe73864702e373760999204849.jpg');
}

/* line 5, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/main.css.scss */
h2 {
  color: #6600cc;
  line-height: 23px;
  margin-bottom: 5px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: black;
  font-style: underline;
}

/* line 21, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/main.css.scss */
.column.left {
  padding: 0 40px 0 0;
}

/* line 29, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/main.css.scss */
.info_block a:hover {
  color: #6600cc;
}

/* line 37, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/main.css.scss */
.schedule a:hover {
  color: #6600cc;
}
/* line 40, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/main.css.scss */
.schedule a {
  color: black;
}

/* line 46, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/main.css.scss */
.faculty_member:hover {
  background-color: #6600cc;
}

/* line 50, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/main.css.scss */
.faculty_member {
  padding: 3px 3px 0 3px;
  background-color: black;
}
/* line 51, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/main.css.scss */
.faculty_member a h3 {
  color: white;
}
/* Main menu */

.menu
{
        font-size: 14px;
        width: 100%;
        margin: 0;
        list-style: none;
        background-color: black;
       }

.vertical_center{
  position: relative;
  top: -50%;
  text-align: left;
}  

.menu > li
{
        float: left;
        padding: 0 0 10px 0;
        position: relative;
        border-left: solid 1px; 
        border-color: rgb(238, 238,238);
        line-height: 0; 
        height: 1px;
}

.menu li li a{
    font: 12px/10px nimbus-sans, Arial, sans-serif;
}


.menu > li:first-child{
  border: 0;
}


.menu a
{
        padding: 0 20px;
        text-transform: uppercase;
        text-decoration: none;
        font: 14px/10px  nimbus-sans, Arial, sans-serif;
}

.menu > li:hover > a, .schedule a:hover
{
    color: rgb(102,0,204);
}

.menu > li ul li:hover > a
{
  color: black;
  background-color: rgb(102,0,204);
}


html .menu > li a:hover /* IE6 */
{
  color: rgb(102,0,204);
} 

.menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

.menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 14px;
    left: 0;
    z-index: 99999;
    background: black;
}

.menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
}

.menu .drop
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
}

html .menu ul a /* IE6 */
{
        height: 10px;
}

*:first-child + html .menu ul a /* IE7 */
{
        height: 10px;
}

.menu ul a:hover
{
  background: black;
}



/* Clear floated elements */
.menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html .menu             { zoom: 1; } /* IE6 */
*:first-child+html .menu { zoom: 1; } /* IE7 */
/* line 2, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/notifications.css.scss */
.notification img {
  float: left;
  padding-right: 6px;
}
/* line 2, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.schedule div ul {
  float: left;
}

/* line 9, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.schedule .header {
  text-align: center;
  margin-left: 25px;
}

/* line 14, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.class .slot {
  text-align: center;
}

/* line 19, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.floater {
  float: left;
  height: 37%;
  margin-bottom: -20px;
}

/* line 21, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.class .slot .content {
  clear: both;
  position: relative;
  height: 60px;
}

/* line 27, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.empty .first.slot {
  border-top: 1px solid black;
}

/* line 31, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.empty .slot.with_mark {
  border-top: 1px dashed black;
}

/* line 35, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.last.slot {
  border-bottom: 1px solid black;
}

/* line 39, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.schedule {
  height: 100%;
}

/* line 43, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.ie7 .time.slot {
  width: 30px;
}

/* line 46, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.slot {
  border-right: 1px solid black;
  border-top: 1px solid black;
}

/* line 51, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.empty .slot {
  border-top: 1px solid white;
}

/* line 56, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.class + .empty .slot {
  border-top: 1px solid black;
}

/* line 59, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.tick_mark .blocker {
  position: relative;
  margin-left: -8px;
  margin-top: -5px;
  width: 30px;
  background-color: white;
  z-index: 999;
}

/* line 68, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.small_tick_mark.slot {
  border-top: 1px solid white;
}

/* line 73, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.teacher_name {
  font-size: 12px;
  padding-top: 2px;
}

/* line 78, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.class_time {
  margin-bottom: 3px;
}

/* line 81, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.schedule .header li {
  float: left;
  width: 150px;
}

/* line 86, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.full.hour {
  height: 75px;
}

/* line 90, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.full.and.half.hour {
  height: 113px;
}

/* line 94, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.full.and.quarter.hour {
  height: 94px;
  border-bottom: 1px solid;
}

/* line 99, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.quarter.hour {
  height: 18px;
}

/* line 103, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.half.hour {
  height: 37px;
}

/* line 107, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/schedule.css.scss */
.empty .slot, .class .slot {
  width: 150px;
}
/* line 2, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/show.css.scss */
.info_block.show .left {
  width: 25%;
}
/* line 6, /tmp/build_25u6vfsuvtytr/app/assets/stylesheets/show.css.scss */
.info_block.show .right {
  width: 70%;
}
