/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */

/*****************
***** helper *****
*****************/

  div.clear {
  	font-size: x-small;
  	height: 1px;
  	margin-top: -1px;
  	clear: both;
  }


/** body **/
  body
  {
    margin: 0;
    padding: 20px 10px 50px 10px;
	background: url(../images/bg_texture.jpg) repeat;
	color: #666666;
  }

  #page
  {
    margin-left: auto;
    margin-right: auto;
    width: 980px;
    border-radius: 17px 0px 0px 0px;
	-moz-border-radius: 17px 0px 0px 0px !important;
	-webkit-border-radius: 17px 0px 0px 0px !important;
  	background: #ffffff;
  	border: 4px solid #8b7143;
	-moz-box-shadow: 0px 0px 20px #333333;
	-webkit-box-shadow: 0px 0px 20px #333333;
	box-shadow: 0px 0px 20px #333333;
	font-size: 0.75em;
	line-height: 1.7em;
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  } 

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: -285px 10px 0 0;
    padding: 0;
	z-index: 70;
	position: relative;
	width: 250px;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
	background: url(../images/bg_page.png) repeat-y;
	margin-top: 131px;
	padding-bottom: 40px;
  }
  
  .no-sidebars #main
  {
	background: #ffffff;
	background-image: none;
	margin-top: 131px;
	padding-bottom: 40px;
  }
  
  .front #main, 
  .page-alumni #main
  {
	background: url(../images/bg_homepage.gif) repeat-y;
	margin-top: -20px;
	padding-bottom: 40px;
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  	border-top: 7px solid #77989e;
  }
  
  .front #content, 
  .page-alumni #content
  {
  	border-top: 0px;
  	margin-top: 20px;
  }
  
  #content img.image_insert
  {
  	border: 7px solid #bfcfd1;
  	margin: 10px;
  }

  #content-inner
  {
  	margin: 20px 30px 0px 25px;
  }

  #mission, /* The mission statement of the site (displayed on homepage) */
  .comment /* The comments of the site (displayed on blogs, galleries, etc.) */
  {
    background:none repeat scroll 0 0 #EFEFED;
    display:inline-block;
    margin-bottom:10px;
    padding:10px;
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

  div.status /* Normal priority messages */
  {
  }
  
div.password-description {
display:none !important;
}

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
	background: url(../images/bg_primary.jpg) no-repeat;
	margin: 3px 3px 0px 3px;
    border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px !important;
	-webkit-border-radius: 10px 0px 0px 0px !important;
  }

  #navbar-inner
  {
  }

  #primary /* Primary links */
  {
  }

#block-nice_menus-1 {
	display: block;
	height: 38px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	z-index: 80;
	position: relative;
	padding-top: 12px;
}

#block-nice_menus-1 ul.nice-menu {
	margin: 0px;
	padding: 0px;
	float: right;
}

#block-nice_menus-1 ul.nice-menu li {
	margin: 0px;
	padding: 12px 23px 0px 22px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	background: none;
	border: 0px;
	height: 26px;
	text-align: center;
}

#block-nice_menus-1 ul.nice-menu li:hover {
	background: #154546  url(../images/bg_primarytab.png) repeat-x 0 100%;
}

#block-nice_menus-1 ul.nice-menu li a {
	color: #ffcc99;
	font-size: 1em;
	text-decoration: none;
	padding: 0px;
}

#block-nice_menus-1 ul.nice-menu li a:hover {
	color: #99cccc;
	text-decoration: none;
}

#block-nice_menus-1 ul.nice-menu li.menuparent ul {
	margin: 17px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
	width: 240px;
	background: #154546;
	-moz-box-shadow: 3px 5px 5px #333333;
	-webkit-box-shadow: 3px 5px 5px #333333;
	box-shadow: 3px 5px 5px #333333;
	border: 0px;
}

#block-nice_menus-1 ul.nice-menu li.menuparent ul li {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 22px;
	width: 218px;
	text-align: left;
	background: #154546;
	height: 22px;
}

#block-nice_menus-1 ul.nice-menu li.menuparent ul li:hover {
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 0px 22px;
	background: #677a7a;
}

#block-nice_menus-1 ul.nice-menu li.menuparent ul li a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    color: #cccccc;
    font-size: 1.05em;
}

#block-nice_menus-1 ul.nice-menu li.menuparent ul li a:hover {
    color: #ffffff;
}


  #secondary /* Secondary links */
  {
  }

#block-nice_menus-3 {
	display: block;
	height: 30px;
	background: url(../images/bg_secondary.png) repeat-y 100% 0;
	margin: 0px 3px 0px 0px;
	z-index: 70;
	position: relative;
}

#block-nice_menus-3 ul.nice-menu-down {
	margin: 0px;
	float: right;
	padding: 4px 0px 0px 0px;
}

#block-nice_menus-3 ul.nice-menu-down li {
	margin: 0px;
	padding: 4px 23px 0px 2px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	background: none;
	border: 0px;
}

#block-nice_menus-3 ul.nice-menu-down li a {
	color: #a8988a;
	text-transform: uppercase;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0px;
}

#block-nice_menus-3 ul.nice-menu-down li a:hover {
	text-decoration: underline;
}


/** sidebar-left **/
  
#sidebar-left {
	z-index: 80;
	position: relative;
	margin-top: -32px;
}
  
.front #sidebar-left, 
.page-alumni #sidebar-left {
	z-index: 80;
	position: relative;
	margin-top: 0px;
}
  
.front #sidebar-left .block, 
.page-alumni #sidebar-left .block {
	background: url(../images/bg_homeleftnav.gif) repeat-y;
	margin: 0px;
}
  
.front #sidebar-left div.clear,
.page-alumni #sidebar-left div.clear{
	height: 0px;
	margin: 0px;
}
  
.front #sidebar-left .block p,
.front #sidebar-left .block ul,
.page-alumni #sidebar-left .block p,
.page-alumni #sidebar-left .block ul {
	margin: 0px;
}
  
.front #sidebar-left #block-block-17,
.page-alumni #sidebar-left #block-block-17{
	background: none;
}

  #sidebar-left-inner
  {
  }

#sidebar-left .block {
	padding-left: 15px;
	margin-bottom: 30px;
}

#sidebar-left .block-menu_block,
.front #sidebar-left .block,
.page-alumni #sidebar-left .block{
	padding-left: 0px;
	margin-bottom: 20px;
}


.front #sidebar-left #block-block-23,
.page-alumni #sidebar-left #block-block-23{
	padding-left: 20px;
	margin-bottom: 0px;
}

#sidebar-left h2 {
	color: #663300;
  	display: block;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
}

/***  Group Title ***/

#sidebar-left h2.a {
	font-weight:bold;
	text-decoration:underline;
}

/**************   GREEN TOP LEFT    **************/
#sidebar-left #block-block-24,
#sidebar-left #block-block-25
{
	padding-left: 0px;
}

#sidebar-left .block-menu_block h2,
#block-block-24 h2,
#block-block-25 h2 
{
	background: url(../images/bg_pagemarker.png) repeat;
	padding: 3px 0px 3px 15px;
	font-weight: normal;
	font-size: 1.5em;
	border-bottom: 3px solid #ffffff;
	height: 23px;
	letter-spacing: 0.5px;
	color: #ffffff;
}

#block-block-24 p,
#block-block-25 p {
	display: none;
}
/**************   END GREEN TOP    **************/

#sidebar-left .block-menu_block .content {
	background: url(../images/bg_leftnav.png) repeat-y;
	padding: 0px 0px 50px 0px;
	border-bottom: 8px solid #ffffff;
	font-size: 1em;
}

#sidebar-left .block-menu_block .content ul.menu {
	padding: 0px 0px 0px 35px;
	margin: 0px;
}

#sidebar-left .block-menu_block .content ul.menu li {
	padding: 6px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dashed #7ea8a9;
}
#sidebar-left .block-menu_block .content ul.menu li.leaf {
	list-style: square outside url(../images/bullet_leftnav.png);
}


#sidebar-left .block-menu_block .content ul.menu li.collapsed {
	list-style: square outside url(../images/arrow_leftnav_collapsed.png);
}

#sidebar-left .block-menu_block .content ul.menu li.expanded {
	list-style: square outside url(../images/arrow_leftnav_expanded.png);
}

#sidebar-left .block-menu_block .content ul.menu li.first {
	padding-top: 15px;
}

#sidebar-left .block-menu_block .content ul.menu li.last {
	border: 0px;
}

#sidebar-left .block-menu_block .content ul.menu li a {
	color: #003333;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 0.3px;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
}

#sidebar-left .block-menu_block .content ul.menu li a:hover,
#sidebar-left .block-menu_block .content ul.menu li a.active {
	color: #663300;
	text-decoration: underline;
}

#sidebar-left .block-menu_block .content ul.menu li.expanded ul {
	border: 0px;
	padding: 5px 0px 5px 25px;
}

#sidebar-left .block-menu_block .content ul.menu li.expanded ul li {
	border: 0px;
	padding: 0px 0px 0px 0px;
}

#sidebar-left .block-menu_block h2 a {
	color: #ffffff;
	text-decoration: none;
}

#block-block-23 {
    padding-left: 20px;
}

#block-block-23 h2 {
  	color: #663300;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
}

.front #block-block-23 h2,
.page-alumni #block-block-23 h2{
  	color: #ffffff;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
}

/** sidebar-right **/

.front #sidebar-right,
.page-alumni #sidebar-right{
  	border-top: 0px;
  	padding-top: 40px;
}
#sidebar-right {
  	border-top: 7px solid #77989e;
  	padding-top: 40px;
}

#sidebar-right h2 {
  	text-transform: uppercase;
  	font-size: 1.2em;
}

#sidebar-right img {
  	border: 7px solid #bfcfd1;
}

#sidebar-right-inner div.block {
	margin-top: 35px;
}
/**  override above 35px  **/
#sidebar-right-inner div.region-count-1,
#sidebar-right-inner #block-haiku_lms-0,
#sidebar-right-inner #block-block-79,
#sidebar-right-inner #block-block-80 {
	margin-top: 0px;
}
/** footer **/
#footer {
  	background: #993300;
	height: 30px;
  	margin: 3px;
  	color: #000000;
  	padding: 10px 25px 0px 25px;
}

#footer #block-block-14 h2,
#footer #block-block-15 h2 {
  	font-size: 0.9em;
  	color: #000000;
  	display: block;
  	float: left;
  	margin: 3px 5px 0px 0px;
}


#footer #block-block-16 h2,
#footer #block-block-40 h2{
  	font-size: 0.9em;
  	color: #000000;
  	display: inline;
  	margin: 3px 5px 0px 0px;
  	float: none;
}
  
#footer a {
  	color: #ffcc99;
  	text-decoration: none;
}
  
#footer a:hover {
  	color: #ffcc99;
  	text-decoration: underline;
}
  
#footer form,
#footer p,
#footer .content {
  	display: block;
  	float: left;
  	margin: 0px;
}
  
#footer #block-block-16 p,
#footer #block-block-16 .content,
#footer #block-block-40 p,
#footer #block-block-40 .content{
  	display: inline;
  	float: none;
  	margin: 0px;
  	color: #ffcc99;
}

#block-block-14 {
	width: 338px;
	float: left;
}

#block-block-15 {
	width: 308px;
	float: left;
	text-align: center;
}

#block-block-16,
#block-block-40{
	width: 278px;
	float: left;
	text-align: right;
}

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }
 
#closure-blocks p {
	margin: 15px 0px 0px 0px;
	color: #663300;
	font-size: 0.7em;
	text-align: center;
}

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }
  

  .node .content /* Node's content wrapper */
  {
  }

  .node ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */

  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment ul.links /* Comment links. See also the ul.links declaration above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comment-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-primary-links /* "Primary links" block */
  {
  }

  #block-menu-secondary-links /* "Secondary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }
#block-user-0 div.block-inner,
#block-user-1 div.block-inner {
  background: none repeat scroll 0 0 #EEF2F3;
  padding: 5px;
  border: 1px solid #CCCCCC;
}
#block-user-0 h2,
#block-user-1 h2{
	color:#993300;
}
#block-user-1 ul.menu li {
    background: none repeat scroll 0 0 #F3EFEC;
    border: 1px solid #999999;
    font-size: 1.0em;
    font-weight: bold;
    margin: 3px;
    padding: 3px;
}
#block-user-1 ul.menu li.last a {
    text-transform: uppercase;
}
  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: right;
  }
#user-login-form div.form-item label {
    display:inline;
    font-weight:normal;
}
#user-login-form div.form-item span.form-required {
   display:none;
}
#user-login-form input.form-text {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #993300;
	font-size: 0.95em;
	font-weight: bold;
}
#user-login-form div.form-item {
  background: none repeat scroll 0 0 #F3EFEC;
  border: 1px solid #999999;
  font-weight: bold;
  padding: 3px;
  font-size: .85em;
  text-align: right;
}
#user-login-form div.item-list ul li {
  list-style: none outside none;
  font-size: 1.2em;
}

  tr.even /* Some tables have rows marked even or odd. */
  {
 
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link /* The "Log in using OpenID" links. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }


/*************************
***** BANNER styles ******
*************************/

#block-views-Header_Banner-block_1,
#block-views-Header_Banner-block_2,
#block-views-Header_Banner-block_3,
#block-views-Header_Banner-block_4,
#block-views-Header_Banner-block_5,
#block-views-Header_Banner-block_6,
#block-views-Header_Banner-block_7,
#block-views-Header_Banner-block_8,
#block-views-Header_Banner-block_9,
#block-views-Header_Banner-block_10,
#block-views-Header_Banner-block_11 {
	display: block;
	top: -30px;
	z-index: 1;
	position: relative;
	margin-left: 3px;
	height: 258px;
	margin-bottom: 0px;
}

#block-views-Header_Banner-block_1 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_2 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_3 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_4 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_5 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_6 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_7 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_8 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_9 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_10 .views-slideshow-controls-bottom,
#block-views-Header_Banner-block_11 .views-slideshow-controls-bottom {
	display: block;
	top: -30px;
	z-index: 20;
	position: relative;
	margin-left: 22px;
	margin-bottom: 0px;
} 

#block-views-Header_Banner-block_1 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_2 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_3 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_4 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_5 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_6 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_7 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_8 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_9 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_10 .views_slideshow_singleframe_pager div,
#block-views-Header_Banner-block_11 .views_slideshow_singleframe_pager div {
	padding-right: 5px;
	padding-left: 0px;
} 

#block-views-Header_Banner-block_1 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_2 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_3 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_4 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_5 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_6 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_7 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_8 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_9 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_10 .views-slideshow-controls-bottom a,
#block-views-Header_Banner-block_11 .views-slideshow-controls-bottom a {
	background: #77989d;
	color: #77989d;
	padding-right: 3px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

} 

#block-views-Header_Banner-block_1 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_2 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_3 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_4 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_5 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_6 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_7 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_8 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_9 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_10 .views-slideshow-controls-bottom .activeSlide a,
#block-views-Header_Banner-block_11 .views-slideshow-controls-bottom .activeSlide a {
	background: #fff;
	color: #fff;
	padding-right: 3px;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;

} 

#block-views-Header_Banner-block_2 .banner_text,
#block-views-Header_Banner-block_3 .banner_text,
#block-views-Header_Banner-block_4 .banner_text,
#block-views-Header_Banner-block_5 .banner_text,
#block-views-Header_Banner-block_6 .banner_text,
#block-views-Header_Banner-block_7 .banner_text,
#block-views-Header_Banner-block_8 .banner_text,
#block-views-Header_Banner-block_9 .banner_text,
#block-views-Header_Banner-block_10 .banner_text,
#block-views-Header_Banner-block_11 .banner_text {
	background: url(../images/bg_homenews.png) repeat;
	color: #fff;
	margin-top: -63px;
	position: relative;
	z-index: 20;
	display: block;
	float: right;
	margin-right: 3px;
} 

.banner_text h2 {
	float: left;
	margin: 0px 10px 0px 10px;
	color: #663300;
	padding: 12px 0px 10px 0px;
	height: 18px;
	text-transform: uppercase;
	font-size: 1.2em;
}

.banner_text .banner_link {
	padding: 10px 0px;
	display: block;
	width: 350px;
	float: left;
} 
.banner_text a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 1px;
	display: block;
} 

.banner_text .banner_link a:hover {
	text-decoration: underline;
} 


/***************************
***** HOMEPAGE styles ******
***************************/

#block-views-Announcement-block_1,
#block-views-Announcement-block_2{
	margin-top: -80px;
	z-index: 75;
	position: relative;	
	text-align: right;
	margin-right: 3px;
}

#block-views-Announcement-block_1 h2{
	color: #993300;
	display: inline;
	background: url(../images/bg_homenews.png) repeat;
	padding: 16px 0px 11px 15px;
	left: 410px;
	position: absolute;
	height: 18px;
	text-transform: uppercase;
	font-size: 1.2em;
}

#block-views-Announcement-block_2 h2{
	color: #993300;
	display: inline;
	background: url(../images/bg_homenews.png) repeat;
	padding: 16px 0px 11px 15px;
	left: 460px;
	position: absolute;
	height: 18px;
	text-transform: uppercase;
	font-size: 1.2em;
}

#block-views-Announcement-block_1 .content,
#block-views-Announcement-block_2 .content{
	color: #ffffff;
	display: block;
	float: right;
	width: 320px;
	background: url(../images/bg_homenews.png) repeat;
	text-align: left;
	padding: 15px 23px 15px 25px;
	font-size: 1.1em;
	letter-spacing: 1px;
}

/*  FRONT PAGE NO BOTTOM MARGIN */

.front #sidebar-left #block-block-19,
.front #sidebar-left #block-block-6,
.front #sidebar-left #block-block-18,
.front #sidebar-left #block-block-20,
.front #sidebar-left #block-block-21,
.front #sidebar-left #block-block-17,
.front #sidebar-left #block-block-33,
.front #sidebar-left #block-block-34,
.front #sidebar-left #block-block-46,
.page-alumni #sidebar-left #block-block-50,
.page-alumni #sidebar-left #block-block-51,
.page-alumni #sidebar-left #block-block-52,
.page-alumni #sidebar-left #block-block-53{
	height: 92px;
	margin-bottom: 0px;
}

/*************************/
/** FRONT PAGE LEFT NAV **/
/*************************/

.front #sidebar-left #block-block-58{ margin-bottom: 0px; }

#button-container a{
	background-image: url(/sites/default/files/left_nav_home.jpg);
	background-repeat: no-repeat; 
	width: 240px; 
	height: 92px; 
	float: left;
}
#button-container a.athletics {background-position: 0px -400px;}
#button-container a.athletics:hover {background-position: 0px -500px;}

#button-container a.parents {background-position: 0px -1200px;}
#button-container a.parents:hover {background-position: 0px -1300px;}

#button-container a.energy {background-position: 0px -1000px;}
#button-container a.energy:hover {background-position: 0px -1100px;}

#button-container a.photo {background-position: 0px -800px;}
#button-container a.photo:hover {background-position: 0px -900px;}

#button-container a.slides {background-position: 0px -200px;}
#button-container a.slides:hover {background-position: 0px -300px;}

#button-container a.turtle {background-position: 0px -600px;}
#button-container a.turtle:hover {background-position: 0px -700px;}

#button-container a.alumni {background-position: 0px 0px;}
#button-container a.alumni:hover {background-position: 0px -100px;}

/***** END NAV ******/

.front #sidebar-left #block-search-0,
.front #sidebar-left #block-gtranslate_links-0,
.page-alumni #sidebar-left #block-search-0{
	margin-bottom: 0px;
	height: 50px;
	padding-bottom: 10px;
}
.front #block-gtranslate_links-0 .content{
    height: 16px;
    margin-left: 20px;
    padding-bottom: 10px;
}
.front #block-gtranslate_links-0 .title{
  	display: block;
  	color: #ffffff;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 5px;
}

/*  LEAVES */
.front #sidebar-left #block-block-22,
.page-alumni #sidebar-left #block-block-22{
	height: 86px;
	position: relative;
	z-index: 71;
	margin-bottom: 0px;
}

#block-block-22 h2 {
	padding-top: 68px;
	padding-left: 20px;
	position: relative;
	z-index: 73;
	color: #993300;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
    height: 18px;
}

#block-block-22 .content {
	position: relative;
	z-index: 72;
	margin-top: -86px;
}

/*  This is for the THEME SEARCH  */
  .front #search-box,
  .page-alumni #search-box/* Wrapper for the search form */
  {
	background: url(../images/bg_homeleftnav.gif) repeat-y;
	padding-bottom: 20px;
  }

  #edit-search-theme-form-1-wrapper
  {
  	margin: 0px;
  	display: block;
  	float: left;
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
  	display: block;
  	color: #663300;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 25px;
  }

  .front #edit-search-theme-form-1-wrapper label,
  .page-alumni #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
  	display: block;
  	color: #ffffff;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 25px;
  }

  #edit-search-theme-form-1-wrapper input
  {
  	color: #85817d;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px 3px 3px 3px;
    height: 16px;
    margin-left: 20px;
    width: 160px;
  }

  .front #edit-search-theme-form-1-wrapper input,
  .page-alumni #edit-search-theme-form-1-wrapper input
  {
  	color: #85817d;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
    background: #ddddd6;
    border: 1px solid #ddddd6;
    padding: 6px 3px 3px 3px;
    height: 16px;
    margin-left: 20px;
    width: 160px;
  }
  
/*  This is for the SEARCH BLOCK  */

  #edit-search-block-form-1-wrapper
  {
  	margin: 0px;
  	display: inline;
  }

  #edit-search-block-form-1-wrapper label /* Label that says "Search this site:" */
  {
  	display: block;
  	color: #663300;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 35px;
  }

  .front #edit-search-block-form-1-wrapper label,
  .page-alumni #edit-search-block-form-1-wrapper label /* Label that says "Search this site:" */
  {
  	display: block;
  	color: #ffffff;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-size: 1.05em;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: 20px;
    padding-top: 5px;
  }

  #edit-search-block-form-1-wrapper input
  {
  	color: #85817d;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
    background: #ffffff;
    border: 1px solid #ffffff;
    padding: 6px 3px 3px 3px;
    height: 16px;
    margin-left: 20px;
    width: 160px;
  }

  .front #edit-search-block-form-1-wrapper input,
  .page-alumni #edit-search-block-form-1-wrapper input
  {
  	color: #85817d;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    font-style: italic;
    font-weight: bold;
    background: #ddddd6;
    border: 1px solid #ddddd6;
    padding: 6px 3px 3px 3px;
    height: 16px;
    margin-left: 20px;
    width: 160px;
  }

  #search #edit-submit,
  #search #edit-submit-1,
  #search-block-form #edit-submit,
  #search-block-form #edit-submit-1
  {
  	text-align: left;
  	text-indent: -2000px;
  	height: 28px;
  	width: 28px;
	background: url(../images/button_search2.jpg) no-repeat;
    border: 1px solid #ffffff;
    margin: 0px;
  }

  .front #search #edit-submit,
  .front #search-block-form #edit-submit,
  .page-alumni #search #edit-submit,
  .page-alumni #search-block-form #edit-submit
  {
  	text-align: left;
  	text-indent: -2000px;
  	height: 27px;
  	width: 28px;
	background: url(../images/button_search.jpg) no-repeat;
    border: 1px solid #ddddd6;
    margin: 0px 18px 0 0;
    float: right;
  }


/*******************************
***** CLASSES LIST styles ******
*******************************/

.view-list-classes tr.odd,
.view-list-classes tr.even {
	background: #ffffff;
	border-bottom: 1px dashed #7EA8A9;
}

.view-list-classes tr:hover.odd,
.view-list-classes tr:hover.even {
	background: #eef2f3;
	border: 0px;
	border-bottom: 1px dashed #7EA8A9;
}

.view-list-classes tr.even td,
.view-list-classes tr.odd td {
	background: none;
	border: 0px;
	padding: 10px 0px 10px 15px;
	vertical-align: top;
}

.view-list-classes tr.even td.views-field-tid,
.view-list-classes tr.odd td.views-field-tid {
	width: 100px;
}

.view-list-classes td p,
.view-list-classes td ul {
	margin: 0px;
	padding: 0px;
}

.view-list-classes td ul li {
	margin: 0px;
	padding: 0px 0px 7px 0px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	line-height: 1.3em;
}

.view-list-classes thead th {
	margin: 0px;
	padding: 0px 0px 10px 15px;
	border-bottom: 1px dashed #7EA8A9;
	text-transform: uppercase;
}

/************************
***** TABLE styles ******
************************/

/* UPPER SCHOOL COURSES */

td.table_header {
	background: #eef2f3;
	padding: 0px 10px;
}

td {
	vertical-align: top;
	padding: 3px;
}



/************************
***** PAGER styles ******
************************/

.item-list ul.pager {
	text-align: right;
}

.item-list ul.pager li {
	margin: 0px;
	padding: 0px 6px;
}

.item-list ul.pager li.pager-current {
	color: #003333;
	text-decoration: none;
}

.item-list ul.pager li a {
	margin: 0px;
	padding: 0px;
	color: #663300;
}

.item-list ul.pager li a:hover {
	margin: 0px;
	padding: 0px;
	color: #003333;
	text-decoration: none;
}

/**************************
***** GALLERY styles ******
**************************/

#block-views--exp-Gallery-page_1 h2 {
	font-size: 2.5em;
}

.view-Gallery tr.odd,
.view-Gallery tr.even {
	background: #ffffff;
	border-bottom: 1px dashed #7EA8A9;
}

.view-Gallery tr:hover.odd,
.view-Gallery tr:hover.even {
	background: #eef2f3;
	border: 0px;
	border-bottom: 1px dashed #7EA8A9;
}

.view-Gallery h2 {
	margin: 0px;
	color: #663300;
	font-size: 1.4em;
}

.view-Gallery a:hover h2 {
	text-decoration: underline;
}

.view-Gallery tr.even td,
.view-Gallery tr.odd td {
	background: none;
	border: 0px;
	padding: 10px 0px 10px 15px;
	vertical-align: top;
}

.view-Gallery tr.even td img,
.view-Gallery tr.odd td img {
  	border: 7px solid #bfcfd1;
}

.view-Gallery tr.even td.views-field-tpath,
.view-Gallery tr.odd td.views-field-tpath {
	text-transform: uppercase;
	font-size: 0.9em;
}

.view-Gallery tr.even td.views-field-teaser-1,
.view-Gallery tr.odd td.views-field-teaser-1 {
	padding-right: 30px;
}

.view-Gallery td p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.view-Gallery thead th {
	margin: 0px;
	padding: 0px 0px 10px 15px;
	border-bottom: 1px dashed #7EA8A9;
	text-transform: uppercase;
}

.gallery_date {
	text-transform: uppercase;
	font-size: 0.9em;
}

.image-box {
	background: none repeat scroll 0 0 #EEF2F3;
	border: 3px solid #77989E;
	padding: 5px;
}

/***********************
***** NEWS styles ******
***********************/

.view-news-announcements tr.odd,
.view-news-announcements tr.even {
	background: #ffffff;
	border-bottom: 1px dashed #7EA8A9;
}

.view-news-announcements tr:hover.odd,
.view-news-announcements tr:hover.even {
	background: #eef2f3;
	border: 0px;
	border-bottom: 1px dashed #7EA8A9;
}

.view-news-announcements h2 {
	margin: 0px;
	color: #663300;
	font-size: 1.4em;
}

.view-news-announcements a:hover h2 {
	text-decoration: underline;
}

.view-news-announcements tr.even td,
.view-news-announcements tr.odd td {
	background: none;
	border: 0px;
	padding: 10px 0px 10px 15px;
	vertical-align: top;
}

.view-news-announcements tr.even td img,
.view-news-announcements tr.odd td img {
  	border: 7px solid #bfcfd1;
}

.view-news-announcements tr.even td.views-field-view-node,
.view-news-announcements tr.odd td.views-field-view-node {
	padding-right: 30px;
}

.view-news-announcements thead th {
	margin: 0px;
	padding: 0px 0px 10px 15px;
	border-bottom: 1px dashed #7EA8A9;
	text-transform: uppercase;
}


.more_link a {
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}


.more_link a:hover {
    text-decoration: underline;
}
/***********************
***** NEWS styles ******
***********************/

.NewsAnnouncements tr.odd,
.NewsAnnouncements tr.even {
	background: #ffffff;
	border-bottom: 1px dashed #7EA8A9;
}

.NewsAnnouncements tr:hover.odd,
.NewsAnnouncements tr:hover.even {
	background: #eef2f3;
	border: 0px;
	border-bottom: 1px dashed #7EA8A9;
}

.NewsAnnouncements h2 {
	margin: 0px;
	color: #663300;
	font-size: 1.4em;
}

.NewsAnnouncements a:hover h2 {
	text-decoration: underline;
}

.NewsAnnouncements tr.even td,
.NewsAnnouncements tr.odd td {
	background: none;
	border: 0px;
	padding: 10px 7px;
	vertical-align: top;
}

.NewsAnnouncements tr.even td img,
.NewsAnnouncements tr.odd td img {
  	border: 7px solid #bfcfd1;
}

.NewsAnnouncements tr.even td.views-field-view-node,
.NewsAnnouncements tr.odd td.views-field-view-node {
	padding-right: 30px;
}

.NewsAnnouncements thead th {
	margin: 0px;
	padding: 0px 0px 10px 15px;
	border-bottom: 1px dashed #7EA8A9;
	text-transform: uppercase;
}


.more_link a {
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
}


.more_link a:hover {
    text-decoration: underline;
}

/****************************
******* CALENDAR GRID *******
****************************/
#cal-grid a{
	background-image: url(../images/cal_vert.png);
	background-repeat: no-repeat; 
	width: 45px; 
	height: 40px; 
	float: left;
}
#cal-grid a.cal-grid-January {background-position: 0px 0px;}
#cal-grid.first a.cal-grid-January {background-position: 0px -480px;}
#cal-grid a.cal-grid-January:hover {background-position: 0px -960px;}

#cal-grid a.cal-grid-February {background-position: 0px -40px;}
#cal-grid.first a.cal-grid-February {background-position: 0px -520px;}
#cal-grid a.cal-grid-February:hover {background-position: 0px -1000px;}

#cal-grid a.cal-grid-March {background-position: 0px -80px;}
#cal-grid.first a.cal-grid-March {background-position: 0px -560px;}
#cal-grid a.cal-grid-March:hover {background-position: 0px -1040px;}

#cal-grid a.cal-grid-April {background-position: 0px -120px;}
#cal-grid.first a.cal-grid-April {background-position: 0px -600px;}
#cal-grid a.cal-grid-April:hover {background-position: 0px -1080px;}

#cal-grid a.cal-grid-May {background-position: 0px -160px;}
#cal-grid.first a.cal-grid-May {background-position: 0px -640px;}
#cal-grid a.cal-grid-May:hover {background-position: 0px -1120px;}

#cal-grid a.cal-grid-June {background-position: 0px -200px;}
#cal-grid.first a.cal-grid-June {background-position: 0px -680px;}
#cal-grid a.cal-grid-June:hover {background-position: 0px -1160px;}

#cal-grid a.cal-grid-July {background-position: 0px -240px;}
#cal-grid.first a.cal-grid-July {background-position: 0px -720px;}
#cal-grid a.cal-grid-July:hover {background-position: 0px -1200px;}

#cal-grid a.cal-grid-August {background-position: 0px -280px;}
#cal-grid.first a.cal-grid-August {background-position: 0px -760px;}
#cal-grid a.cal-grid-August:hover {background-position: 0px -1240px;}

#cal-grid a.cal-grid-September {background-position: 0px -320px;}
#cal-grid.first a.cal-grid-September {background-position: 0px -800px;}
#cal-grid a.cal-grid-September:hover {background-position: 0px -1280px;}

#cal-grid a.cal-grid-October {background-position: 0px -360px;}
#cal-grid.first a.cal-grid-October {background-position: 0px -840px;}
#cal-grid a.cal-grid-October:hover {background-position: 0px -1320px;}

#cal-grid a.cal-grid-November {background-position: 0px -400px;}
#cal-grid.first a.cal-grid-November {background-position: 0px -880px;}
#cal-grid a.cal-grid-November:hover {background-position: 0px -1360px;}

#cal-grid a.cal-grid-December {background-position: 0px -440px;}
#cal-grid.first a.cal-grid-December {background-position: 0px -920px;}
#cal-grid a.cal-grid-December:hover {background-position: 0px -1400px;}

/****************************
**** Calendar picker ********
****************************/
#calpic {
	width: 220px; 
	border: 2px solid #ffffff;
}

#calpic tr {
	background-color: #E3E9FF;
	border-top: 1px solid #ffffff;
	color: #202020;}

#calpic td {vertical-align: middle; border-style: none;}

#calpic td.button {background-color:#F7F7F7;text-align:center;}
#calpic td.yearataglance {text-align:center;}
#calpic td.yearataglance a {color:#202020;}

#calpic tr:hover.us {background-color: #e6804d;color:#fff; }
#calpic tr:hover.ms {background-color: #4585a3;color:#fff; }
#calpic tr:hover.ls {background-color: #7ec225;color:#fff; }
#calpic tr:hover.sp {background-color: #d1bc36;color:#fff; }
#calpic tr:hover.cc {background-color: #b5515d;color:#fff; }
#calpic tr:hover.su {background-color: #914d14;color:#fff; }


/****************************
* PORTRAITS OF ACHIEVEMENT **
****************************/

#sidebar-right div.view-portraits-of-achievement,
#sidebar-left div.view-portraits-of-achievement {
	background:none repeat scroll 0 0 #EBEAE7;
	border:1px solid #CCCCCC;
	font-size:0.8em;
	line-height:1.3;
	padding:5px;
}
#sidebar-right div.view-portraits-of-achievement img.imagecache,
#sidebar-left div.view-portraits-of-achievement img.imagecache {
	border:7px solid #DFDDD9;
}
#sidebar-right div.view-portraits-of-achievement span.views-field-field-file-fid,
#sidebar-left div.view-portraits-of-achievement span.views-field-field-file-fid {
	text-align:center;
}
.PortraitsPage td.views-field-field-file-fid {
	text-align:center;
}
.PortraitsPage td {
	padding:5px;
}
.PortraitsPage img.imagecache{
	border:7px solid #DFDDD9;
}

/****************************
****** CALENDAR STYLES ******
****************************/

.calendar-calendar .week {
	display: none;
}

.calendar-calendar div.day,
.calendar-calendar td .inner div, 
.calendar-calendar td .inner div a {
	float: right;
	background: none;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	width: 100%;
}

.calendar-calendar td .inner div a {
	padding: 0px 5px 0px 0px;
}

.calendar-calendar td .inner div.day a {
	color: #666666;
	font-weight: normal;
	font-size: 0.9em;
}

.calendar-calendar td .inner div.day {
	width: 30px;
}

.calendar-calendar td {
	border: 0px;
	background: #efefed;
	border: 8px solid #ffffff;
}

.calendar-calendar th.days,
.calendar-calendar th.calendar-agenda-hour {
	border: 0px;
	background: #ffffff;
	border: 8px solid #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.9em;
	color: #777777;
}

.calendar-calendar td.empty {
	background: #ffffff;
	border: 8px solid #ffffff;
}

.calendar-calendar td.has-events {
	background: #efefed;
}

.calendar-calendar tr td.today, 
.calendar-calendar tr.odd td.today, 
.calendar-calendar tr.even td.today {
	background: #e0e4e5;
}

.calendar-calendar td .inner div.calendar div, 
.calendar-calendar td .inner div.calendar div a {
	background: none;
	font-weight: normal;
	padding: 0px;
	width: 100%;
}

.calendar-calendar td .inner .view-field, 
.calendar-calendar td .inner .view-field a {
	color: #666666;
}

.calendar-calendar td #node-title {
	line-height: 140%;
	font-size: 0.9em;
	color: #666666;
	padding: 0px;
	width: 95%;
}

.calendar-calendar td #node-data-field-event-date-field-event-date-value {
	text-transform: uppercase;
	line-height: 120%;
	font-size: 0.95em;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	width: 95%;
}

.calendar-calendar .clear-block {
	width: 400px;
	float: right;
	margin-right: 15px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.calendar-calendar ul.links {
	width: 250px;
	float: left;
	margin-top: 2em;
}

.calendar-calendar ul.links li {
	padding: 0px 10px 0px 0px;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
    text-transform: uppercase;
}

.calendar-calendar ul.links li a:hover {
	text-decoration: none;
}

.calendar-calendar {
	clear: both;
}

.calendar-date-select form {
	width: auto;
}

.calendar-date-select #calendar-date-select-form div {
	width: 400px;
}

.calendar-date-select #calendar-date-select-form div .container-inline-date,
.calendar-date-select #calendar-date-select-form div .container-inline-date #edit-calendar-goto-datepicker-popup-0-wrapper {
	display: block;
	float: left;
	width: 300px;
}

#calendar-date-select-form .container-inline-date input {
	color: #666666;
	border: 1px solid #DFDFDD;
	background: #EFEFED;
	padding: 1px;
}

#calendar-date-select-form .container-inline-date .description {
	margin-right: 5px;
}

#calendar-date-select-form #edit-submit {
	border: 1px solid #77989E;
	background: #77989E;
	color: #ffffff;
	width: 90px;
	text-align: center;
	float: left;
}


.calendar-calendar div.date-nav {
	background: none;
	border: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.calendar-calendar td .inner div.calendar .stripe {
	padding: 2px 0px;
	margin-bottom: 4px;
}

.calendar-calendar td .inner .view-item-events_per_group {
	padding-bottom: 20px;
}

.calendar-date-select div, 
.calendar-date-select input, 
.calendar-date-select label {
	clear: none;
}

.view-display-id-calendar_block_1 .date-nav div.date-prev {
	display: inline-block;
	float: none;
	line-height: 38px;
	text-transform: uppercase;
	width: 53px;
	padding-right: 3px;
	text-align:left;
}
.view-display-id-calendar_1 .date-nav div.date-prev {
	display: inline-block;
	float: none;
	line-height: 38px;
	text-transform: uppercase;
	width: 100px;
	padding-right: 3px;
	text-align:left;
}
.date-nav div.date-prev a,
.date-nav div.date-next a {
	color: #663300;
    font-family: "museo-slab-1", "museo-slab-2", Verdana, Arial, Helvetica, Lucida, Tahoma, "Bitstream Vera Sans", sans-serif;
}

.date-nav div.date-prev a:hover,
.date-nav div.date-next a:hover {
	text-decoration: none;
}

.view-display-id-calendar_block_1 .date-nav div.date-next {
	display: inline-block;
	float: none;
	text-transform: uppercase;
	width: 53px;
	text-align:left;
}
.view-display-id-calendar_1 .date-nav div.date-next {
	display: inline-block;
	float: none;
	text-transform: uppercase;
	width: 100px;
	text-align:left;
}
.view-display-id-calendar_block_1 .date-nav div.date-heading {
	display: inline-block;
	float: none;
	color: #663300;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	width: 100px;
}

.view-display-id-calendar_1 .date-nav div.date-heading {
	display: inline-block;
	float: none;
	color: #663300;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	width: 200px;
}

.date-nav div.date-heading h3 {
	color: #663300;
	font-weight: normal;
	font-size: 1.1em;
}

.week-view tr {

}

.calendar-calendar td.calendar-agenda-items {
	background: #EFEFED;
	border: 8px solid #ffffff;
}

.calendar-calendar td.calendar-agenda-hour {
	background: #EFEFED;
	border: 8px solid #ffffff;
	font-family: Verdana,Arial,Helvetica,Lucida,Tahoma,"Bitstream Vera Sans",sans-serif;
	text-transform: uppercase;
	padding-right: 5px;
}

.calendar-calendar td.calendar-agenda-hour .calendar-hour {
	font-size: 1em;
}

.calendar-calendar td.calendar-agenda-hour .calendar-ampm {
	font-size: 1em;
	font-weight: bold;
}

.calendar-calendar td.calendar-agenda-hour .calendar,
.calendar-calendar td.calendar-agenda-items .calendar,
.calendar-calendar td.calendar-agenda-hour .inner,
.calendar-calendar td.calendar-agenda-items .inner {
	background: #EFEFED;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.calendar-calendar td.calendar-agenda-items div.calendar {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.calendar-calendar td.calendar-agenda-items div.calendar #node-title,
.calendar-calendar td.calendar-agenda-items div.calendar #node-data-field-event-date-field-event-date-value {
	font-size: 1em;
}

.calendar-calendar th.calendar-dayview-hour {
	background: #ffffff;
	border: 8px solid #ffffff;
	color: #777777;
	text-transform: uppercase;
	font-weight: normal;
	padding-right: 5px;
	text-align: right;
}

.calendar-calendar th.calendar-agenda-items {
	background: #ffffff;
	border: 8px solid #ffffff;
	color: #777777;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	padding-left: 28px;
}

/****************************
****** WEBFORM STYLES ******
****************************/
.webform-container-inline {
    padding: 3px 0px 3px 0px;
}

.webform-component-fieldset legend {
	color:#669999;
	font-family:"museo-slab-1","museo-slab-2",Verdana,Arial,Helvetica,Lucida,Tahoma,"Bitstream Vera Sans",sans-serif;
	font-size:1.7em;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:0.667em;
	margin-top:0.667em;
}

.webform-component-fieldset fieldset legend {
	color:#669999;
	font-family:"museo-slab-1","museo-slab-2",Verdana,Arial,Helvetica,Lucida,Tahoma,"Bitstream Vera Sans",sans-serif;
	font-size:1.1em;
	font-weight:normal;
	line-height:1.3em;
	margin-bottom:0.909em;
	margin-top:0.909em;
}
#webform-component-first_childs_name, 
#webform-component-second_childs_name, 
#webform-component-third_childs_name, 
#webform-component-fourth_childs_name {
	float:left;
	width:440px;
	padding-right:10px;
}
#webform-component-child1_grade, 
#webform-component-child2_grade, 
#webform-component-child3_grade, 
#webform-component-child4_grade {
	float:left;
}
#webform-component-email .form-item label,
#webform-component-or_fax .form-item label,
#webform-component-thursday_october_21 label,
#webform-component-thursday_october_21 label, 
#webform-component-friday_october_22 label {
	float:left;
	padding-right:5px;
}

#webform-client-form-17564 input.form-submit {
  background: none repeat scroll 0 0 #930000;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 1.3em;
  font-weight: bold;
}

/********************************************
****** ALUMNI Registration FORM STYLES ******
*********************************************/
#webform-component-alumni-personal-info--alumni-first-name,
#webform-component-alumni-personal-info--last-name,
#webform-component-alumni-personal-info--maiden-name{
	float:left;
	width:33%
}

#webform-component-on-campus-housing .form-checkboxes {
    margin: 0;
    width: 100%;
}

#webform-component-on-campus-housing .form-checkboxes div{
    border: 1px solid #E3E7E7;
    float: left;
    padding: 0 10px;
}

#webform-component-on-campus-housing .description,
#webform-component-total div .form-item,
#webform-component-number-of-additional-guests,
#webform-component-event-info,
#webform-component-on-campus-housing{
	float: left;
	width: 100%;
}

#webform-component-events--thursday .form-item label,
#webform-component-events--friday .form-item label,
#webform-component-events--saturday .form-item label,
#webform-component-guests--total-staying-on-campus .form-item label,
#webform-component-total div label,
#webform-component-total div span,
#webform-component-total div input,
#webform-component-number-of-additional-guests div label,
#webform-component-number-of-additional-guests div select{
	float: left;
	margin: 0;
	padding: 2px 10px;
}

#webform-component-total div label{
	width:120px;
}

#webform-component-total div input{
	color:#999999;
}


#webform-component-guests .webform-component-fieldset,
#webform-component-guests .webform-component-fieldset div div {
    border: medium none;
    margin: 2px;
    padding: 2px;
}

#edit-submitted-total-grand-total-txtfld-wrapper {
    background: none repeat scroll 0 0 #E3E7E7;
    font-weight: bold;
    color: #930000;
}

#edit-submitted-total-grand-total-txtfld {
    color: #930000;
    font-weight: bold;
}

#webform-component-events--friday  .form-checkboxes div,
#webform-component-events--saturday  .form-checkboxes div,
#webform-component-guests--total-staying-on-campus .form-item select,
#webform-component-events--friday div div select,
#webform-component-events--thursday div div select,
#webform-component-events--saturday div div select{
	float: right;
	margin: 0;
	padding: 2px 10px;
}
#webform-component-events--thursday  .description p,
#webform-component-events--friday  .description p,
#webform-component-events--saturday  .description p,
#webform-component-guests--total-staying-on-campus .description p,
#webform-component-event-info p{
	float: left;
	width: 100%;
	margin: 0;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
}
#webform-component-guests--guest-1-fs div div,
#webform-component-guests--guest-2-fs div div,
#webform-component-guests--guest-3-fs div div,
#webform-component-guests--guest-4-fs div div,
#webform-component-guests--guest-5-fs div div,
#webform-component-guests--guest-6-fs div div{
    float: left;
    padding: 0 5px;
    width: 30%;
}

/********************************************
*********** Inquiry FORM STYLES *************
*********************************************/
#webform-component-child-information--child,
#webform-component-child-information--school,
#webform-component-family-information--parent-a,
#webform-component-family-information--parent-b{
    float: left;
    width: 310px;
}

/********************************************
****** shopping cart block STYLES ***********
*********************************************/
#block-uc_ajax_cart-0{
    background: none repeat scroll 0 0 #E3E3DD;
    border: 3px solid #669999;
    padding: 5px;
    color: #930000;
}

#block-uc_ajax_cart-0 h2.title{
    color: #930000;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
}
/********************************************
********* Upper Campus Newsletter ***********
*********************************************/
.section-ma-ke-kula-weekly td.first{
    background: none repeat scroll 0 0 #DDDDDD;
    font-size: 0.8em;
    padding: 10px;
    width: 180px;
}

.section-ma-ke-kula-weekly td.second{
    padding-left: 10px;
}
/********************************************
************* Page Refomatting **************
*********************************************/
.book-navigation .page-links {
    margin-top: 50px;
    background-color: #E3E3DD;
    box-shadow: 2px 2px 2px #999999;
}
.page-links a span.carrot {
    font-size: 180%;
    font-weight: bold;
}
.block-book a.book-title {
    font-weight: bold;
}
.redbutton {
  display: block;
  width: 210px;
  height: 105px;
  background: red;
  /* line-height: 105px; */

  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.9em;
  text-decoration: none;
}
.redbutton:hover {
  background: #f30;
  color: #eee;
}

.content a.orangebutton {
  color: #fff;
  text-decoration: none;
  background: #ff4f00;
  padding: 0.5em 1em;
  border: 2px solid #ff4f00;
  border-radius: 1em;
  font-size: 2em;
}
.content a.orangebutton:hover {
  background: #fff;
  color: #ff4f00;
}
