/* This file will hold the main styles for your website. */

/* @group System-Wide overrides for the overrides */

ul, ol {
  padding: 5px 0 5px 30px;
}

table, tbody, tfoot, thead, tr, th, td {
  vertical-align: top;
  /* border-top: 0px; */
}

tbody {
  border-top: none !important;
}


th { font-weight: bold; }

/* @end */

/* this floats the page content in the center and makes it pretty */
#page {
  width:960px;
  background: white;
  border: 1px solid #666;
  -moz-box-shadow: 0 0 10px 1px #666;
  -webkit-box-shadow: 0 0 10px 1px #666;
  box-shadow: 0 0 10px 1px #666;
  margin: 10px auto;
  padding:0;
}

/* @group Header styles */
#region-branding, #region-menu { margin:0; width:960px; }

#zone-branding-wrapper {
	height:198px;
}
/* sets the background image for the header. everything else floats on top */
.region-branding-inner {
	background: #ffffff url("images/header_background.jpg") no-repeat left top;
	height:198px;
}
/* this is to set the logo as a background image. done to enable use of the sprite */
#logo {
  left: 30px;
  position: relative;
  top: 65px;
  border-right: 1px solid #1e3d6f;
  background: url(images/ucdc_sprite.png) 0px -27px no-repeat;
  display: block;
  width: 200px;
  height: 63px;
}
#homelink {
  width: 200px;
  height: 63px;
  text-decoration: none;
  display: block;
}

/* we're using the "slogan" inherent to Drupal to show Washington Center. styled here. */
hgroup.site-name-slogan {
	position:absolute;
	top:85px;
	left:250px;
}
.site-slogan {
  color: #1e3d6f;
  font-family: arial,helvetica;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 10px;
  text-shadow: 0.05em 0.05em 0.05em #666666;
  text-transform: uppercase;
}
/* search form style */
#block-search-form {
  position:absolute;
  right:10px;
  top:88px;
  width:150px;
}
/* submit button style */
#block-search-form .form-submit {
  background: url("images/ucdc_sprite.png") 0px -92px no-repeat white;
  border-color: #CCCCCC;
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  width: 22px;
  height: 23px;
  padding-right: 12px;
  position: absolute;
  right: 14px;
  text-indent: -4000px;
  top: 0;
}

/* these are styles for the home | login/logout above the search form. */
#block-system-user-menu { 
  float: right;
  margin: -10px 10px 0 0; 
}
#block-system-user-menu ul li{
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}
#block-system-user-menu ul li:first-child{
  border-right: 1px solid #1E3D6F;
  margin-right: 5px;
}
#block-system-user-menu ul li a{
 font-weight: bold;
 color: #1E3D6F;
}
#block-user-login{ float:right; }

/* this is the wrapper for the nice menus CSS */
nav.region-menu-inner {
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	background:none repeat scroll 0 0 #E0D1A6;
	height: 27px;
}

/* @group Social Media bar */

#social-media {
  float: right;
  height:22px;
  width:65px;
  margin-top:5px;
}
/* the following are the sprite definitions for the social media icons */
.smicon a {
  background: url(images/ucdc_sprite.png) no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin-right:5px;
  float:left;
  text-indent: -9999em;
}
#brightcove a { background-position: -114px -92px; }
#fb a { background-position: -24px -92px; }
#flickr a { background-position: -42px -92px; }
#twitter a { background-position: -60px -92px; }
#uctv a { background-position: -132px -92px; }

/* @end  Social Media bar */

/* @end Header styles */

/* @group Center Content Section */

#section-content {
  margin-top:20px;
}
/* all this does is hide the Drupal tabs on the front page. */
.front .tabs { display: none; }

/* @group Views Slideshow Styles */

a.slideshow-link { text-decoration: none; }

/* this is the semi-transparent box where the image captions go */
#transparency {
  background: black repeat scroll 0 0 rgb(32,32,32);
  background: none repeat scroll 0 0 rgba(0,0,0,0.5);
  font-family: verdana;
  height: 53px;
  padding: 5px;
  margin: -66px 0 0;
  position: relative;
  z-index: 20;
}
/* this is the slide caption style */
#slideshow-text {
  color: #FFFFFF;
  opacity: 1;
  text-decoration: none;
  height: 50px;
  width:610px;
  margin: -63px 0 0;
  padding: 5px;
  position: relative;
  z-index: 20;
}
.views-slideshow-controls-bottom {
	float: right;
	height: 10px;
  width: 88px;
  position: relative;
	top: -75px;
	z-index: 25;
}
.views-field-nid {
	margin: 2px;
	float: left;
	height: 8px;
	width: 8px;
	border: 1px solid white;
	position: relative;
	background-color: silver;
}
.active .views-field-nid, .views-field-nid:hover {
	background-color: white;
	cursor: wait;
}

/* @end Views Slideshow Styles */
/* @end Center Content Section */

/* @group Footer Section */
#section-footer {
  background: url("images/footer_bg.png") repeat-x left top;
  margin-top: 12px;
}
/* @group bottom footer with links and copyright */
#block-block-4 ul {
	padding: 0;
	margin: 5px;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	font: normal 80% arial, helvetica, sans-serif;
	text-align: center;
}

#block-block-4 li { display: inline; }

#block-block-4 li a {
  border-right: 1px solid #CCCCCC;
  color: #000000;
  padding: 0.2em 1em;
  text-decoration: none;
}
#block-block-4 li:last-child a { border:0 }

#block-block-4 li a:hover {
	background-color: #D6B66B;
	color: #fff;
}
/* @end bottom footer with links and copyright */

#region-footer-second {
	margin: 5px;
	background: #ffffff;
}

.footer-3 {     
	border-top: 1px dashed #666666;
  padding: 5px 0;
  text-align: center; 
	font: normal 80% arial, helvetica, sans-serif;
}
/* @end Footer Section */

/* @group Front Page columns */
/* these two provide the column markers for the front page trio of blocks. 
	Only on front page */
#zone-postscript-wrapper {
  margin-top: 20px;
}
#zone-postscript {
	background: url("images/column_separators.png") repeat-y left top;
	margin-bottom: 15px;
}
/* @end */

/* styles for the room reserve form */

/* this is for the room grid */
#edit-submitted-room-setup { 
  background: url("images/roomsprite.png") no-repeat scroll 0 25px transparent;
  height:280px;
  width:520px
}
  
.form-item-submitted-room-setup {
  width:120px;
  height:120px;
  float:left;
}

/* @group side menu styles */

/* side menu styles */
.region-sidebar-second-inner ul.menu  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 275px;
}

.region-sidebar-second-inner .menu li, .region-sidebar-second-inner ul.menu li.leaf { 
  margin: 0; 
  list-style-type: none; 
  list-style-image: none;
}

.region-sidebar-second-inner ul.menu a {
  display: block;
  padding: 5px 10px;
  color: #000;
  background-color: #E0D1A6;
  text-decoration: none;
  font-weight: bold;
  font-size: .9em;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.region-sidebar-second-inner ul.menu a:hover {
  color: #000;
  background-color: #D6B66B;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.region-sidebar-second-inner  ul.menu ul li { margin: 0; }

.region-sidebar-second-inner  ul.menu ul a {
  display: block;
  padding: 5px 5px 5px 30px;
  color: #000;
  background-color: #E0D1A6;
  text-decoration: none;
  font-weight: normal;
}

.region-sidebar-second-inner  ul.menu ul a:hover {
  color: #000;
  background-color: #D6B66B;
  text-decoration: none;
}

/* @end side menu styles */


#region-user-second {
    float: right;
    position: relative;
    right: -100px;
    top: 75px;
    z-index: 50;
}

#edit-search-block-form--2 {
  border: 1px solid #ccc;
  border-right: 0;
  height: 23px;
}

#block-calendar-calendar-legend {
  float: right
}
#block-calendar-calendar-legend thead {
  display: none;
}

#block-calendar-calendar-legend table.calendar-legend {
  width:150px;
}


.calendar-calendar th.days {
  background: #ddd url(../images/button.png) repeat-x;
  background-image: linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
  background-image: -moz-linear-gradient(top center, #FFFFFF 0%, #CCCCCC 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #FFFFFF),
    color-stop(1, #CCCCCC)
  );
}


.view .date-nav-wrapper .date-next, .view .date-nav-wrapper .date-prev {
  margin: 0;
  float: none;
  padding: 5px 0;
  position: absolute;
  text-align: right;
  top: 65px;
  width: auto;
  z-index: 1;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #ddd url(../images/button.png) repeat-x;
  background-image: linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -moz-linear-gradient(top center, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #DDDDDD 100%);

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #FFFFFF),
    color-stop(1, #DDDDDD)
  );

  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 3px 10px 4px;
  text-shadow: #fff 0 1px 1px;
  width: 60px;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 0px; /* IE7 */
}
.view .date-nav-wrapper .date-next {
  -moz-border-radius: 0 11px 11px 0; 
  -webkit-border-radius: 0 11px 11px 0;
  border-radius: 0 11px 11px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
}

.view .date-nav-wrapper .date-prev {
  right:90px;
  -moz-border-radius: 11px 0 0 11px; 
  -webkit-border-radius: 11px 0 0 11px;
  border-radius: 11px 0 0 11px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
}

.view .date-nav-wrapper .date-nav, .date-nav { margin:0; padding:0; }

.profile h3:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


* html .profile h3 {
  height: 1%;
}
:first-child + html .profile h3 {
  min-height: 1%;
}

.profile .user-picture img{
  margin-bottom:-135px;
}

/* this is to better format the course lists when they are grouped by semester */
.view-grouping-header {
  font-family: Arial,Helvetica,serif;
  font-size: 16px;
  font-weight: bold;
  color: #1A3A6D;
  border-bottom: 1px solid #1A3A6D;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* table styles for Views, specifically the faculty directory */
table.views-table {
  border: 1px solid #BEBFB9;
  font-size: 0.923em;
  margin: 0 0 10px;
  width: 100%;
}
table.views-table td, table.views-table th {
  border: 0 none;
  color: #000000;
  padding: 8px 10px;
  vertical-align: middle;
}
.views-table tr.even, tr.odd {
  background: none repeat scroll 0 0 #F3F4EE;
  border-color: #BEBFB9;
  border-style: solid;
  border-width: 0 1px;
}
.views-table tr.odd {
  background: none repeat scroll 0 0 #FFFFFF;
}
.views-table tr.drag {
  background: none repeat scroll 0 0 #FFEE77;
}
.views-table tr.drag-previous {
  background: none repeat scroll 0 0 #FFFFBB;
}
table.views-table th {
  background: none repeat scroll 0 0 #E1E2DC;
  border-color: #BEBFB9;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
  padding: 3px 10px;
  text-transform: uppercase;
}
table.views-table th.active {
  background: none repeat scroll 0 0 #BDBEB9;
}
table.views-table th a {
  display: block;
  position: relative;
}
table.views-table th.active a {
  padding: 0 25px 0 0;
}
table.views-table th.active img {
  position: absolute;
  right: 3px;
  top: 3px;
}
table.views-table td.active {
  background: none repeat scroll 0 0 #E9E9DD;
}
table.views-table tr.odd td.active {
  background: none repeat scroll 0 0 #F3F4EE;
}
table.views-table tr.selected td.active, table.views-table tr.selected td {
  background: none repeat scroll 0 0 #FFFFCC;
  border-color: #EEEEBB;
}
table.system-status-report tr {
  border-bottom: 1px solid #CCCCCC;
}
table.system-status-report tr.ok {
  background-color: #E5FFE2;
  color: #255B1E;
}
table.system-status-report tr.info {
  background-color: #BBDDFF;
  color: #040F37;
}
table.system-status-report tr.warning {
  background-color: #FFFCE5;
  color: #884400;
}
table.system-status-report tr.error {
  background-color: #FEF5F1;
  color: #8C2E0B;
}
tr td:last-child {
 /* border-right: 1px solid #BEBFB9; */
}

/* hack to fix IE7 dropdown menus */
.not-logged-in #section-header { *position: relative; *z-index: 1000; }


/**
 * A simple sample carousel skin.
 *
 * This skin includes a sample arrows.svg file that may be edited with the free
 * illustration application InkScape (http://inkscape.org).
 *
 * CSS and icons by Nathan Haug.
 */

.jcarousel-skin-default {
  text-align: center;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
  width: 850px;
  height: 102px;
  padding: 20px 40px 30px;
  margin: auto;
}

.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 850px;
  overflow: hidden;
  margin-top:10px;
}

.jcarousel-skin-default .jcarousel-item {
  padding: 0;
  width: 162px;
  height: 110px;
  overflow: hidden;
  border: 0;
  list-style: none;
  background: none;
}

.jcarousel-item  .views-field-title {
  background: none repeat scroll 0 0 transparent;
    border: none;
    font-family: Arial;
    height: 50px;
    margin: -56px 0 0;
    opacity: 1;
    position: relative;
    z-index: 20;
}

.jcarousel-item .views-field-title a { color: black; }

.jcarousel-skin-default .jcarousel-item-horizontal {
  line-height: 1.1;
}

/*** Buttons  */
.jcarousel-skin-default .jcarousel-next,
.jcarousel-skin-default .jcarousel-prev {
  height: auto;
  width: auto;
  background: none;
}

/*** Horizontal Buttons */
.jcarousel-skin-default .jcarousel-prev-horizontal {
  position: absolute;
  top: 65px;
  left: 10px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #e0d1a6;
}
.jcarousel-skin-default .jcarousel-prev-horizontal:hover {
  border-right: 14px solid #2e4997;
}
.jcarousel-skin-default .jcarousel-prev-horizontal:active {
  border-right: 14px solid #333;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  position: absolute;
  top: 65px;
  right: 10px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #e0d1a6;
}
.jcarousel-skin-default .jcarousel-next-horizontal:hover {
  border-left: 14px solid #2e4997;
}
.jcarousel-skin-default .jcarousel-next-horizontal:active {
  border-left: 14px solid #333;
}




