﻿@font-face {
    font-family: 'Lora';
    src: url('fonts/loraregular-webfont.eot?') format('eot'),
         url('fonts/loraregular-webfont.woff') format('woff'),
         url('fonts/loraregular-webfont.ttf') format('truetype'),
         url('fonts/loraregular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lora';
    src: url('fonts/lora-bold-webfont.eot?') format('eot'),
         url('fonts/lora-bold-webfont.woff') format('woff'),
         url('fonts/lora-bold-webfont.ttf') format('truetype'),
         url('fonts/lora-bold-webfont.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Lora';
    src: url('fonts/lora-italic-webfont.eot?') format('eot'),
         url('fonts/lora-italic-webfont.woff') format('woff'),
         url('fonts/lora-italic-webfont.ttf') format('truetype'),
         url('fonts/lora-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Lora';
    src: url('fonts/lora-bolditalic-webfont.eot?') format('eot'),
         url('fonts/lora-bolditalic-webfont.woff') format('woff'),
         url('fonts/lora-bolditalic-webfont.ttf') format('truetype'),
         url('fonts/lora-bolditalic-webfont.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Tenor';
    src: url('fonts/tenorsans-regular-webfont.eot?') format('eot'),
         url('fonts/tenorsans-regular-webfont.woff') format('woff'),
         url('fonts/tenorsans-regular-webfont.ttf') format('truetype'),
         url('fonts/tenorsans-regular-webfont.svg') format('svg');
}
body {
  font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  background-color:#FAFAFA;
}

#skip-link,
#page {
  /*
   * To use a 12px font size on the page, delete the 14px declarations.
   * to use a 14px font size on the page, delete the 12px declarations.
   */

  /* Use a 12px base font size with a 16px line height */
  /* font-size: 0.75em; /* 16px x .75 = 12px */
  /* line-height: 1.333em; /* 12px x 1.333 = 16px */

  /* Use a 14px base font size with a 18px line height */
  font-size: 0.875em; /* 16px x .875 = 14px */
  line-height: 1.286em; /* 14px x 1.286 = 18px */
}

#page {
  background-color:#FFFFFF;
  -moz-box-shadow:
		0 0 0 4px #FFFFFF,
		0 0 0 5px #E6E5DF,
		0 0 0 6px #DAD7CF,
		0 0 0 7px #CDCABF,
		0 0 0 15px #F2F2EF,
		0 0 0 16px #827B60,
		0 0 0 17px #8E8870,
		0 0 0 21px #9B9580,
		0 0 0 22px #A8A390;
	-webkit-box-shadow:
		0 0 0 4px #FFFFFF,
		0 0 0 5px #E6E5DF,
		0 0 0 6px #DAD7CF,
		0 0 0 7px #CDCABF,
		0 0 0 15px #F2F2EF,
		0 0 0 16px #827B60,
		0 0 0 17px #8E8870,
		0 0 0 21px #9B9580,
		0 0 0 22px #A8A390;
	box-shadow:
		0 0 0 4px #FFFFFF,
		0 0 0 5px #E6E5DF,
		0 0 0 6px #DAD7CF,
		0 0 0 7px #CDCABF,
		0 0 0 15px #F2F2EF,
		0 0 0 16px #827B60,
		0 0 0 17px #8E8870,
		0 0 0 21px #9B9580,
		0 0 0 22px #A8A390;
}

body,
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset {
  /* The following font family declarations are based on the Microsoft core web
   * fonts which are common fonts available on most computer systems. The DejaVu
   * fonts are commonly available on Linux systems where the MS fonts are less
   * common. Tahoma and Helvetica are also widely available.
   *
   * A user's web browser will look at the comma-separated list and will
   * attempt to use each font in turn until it finds one that is available
   * on the user's computer. The final "generic" font (sans-serif or serif)
   * hints at what type of font to use if the web browser doesn't find any
   * of the fonts in the list.

  font-family: "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-family: Times, "Times New Roman", Georgia, "DejaVu Serif", serif;
  font-family: Georgia, "Times New Roman", "DejaVu Serif", serif;

  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-family: Tahoma, Verdana, "DejaVu Sans", sans-serif;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;

  font-family: "Courier New", "DejaVu Sans Mono", monospace;

   */

  font-family: Lora, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
}

pre,
code {
  font-size: 1.1em; /* Monospace fonts can be hard to read */
}

/*
 * Make images light up
 */
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=85);
-moz-opacity: 0.85;
opacity: 0.85;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/*
 * Headings
 */
h1 {
  font-size: 1.8em;
  color: #303030;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                           Remember, a margin specified in ems is relative to
                           the element's font-size, not to the pages' base
                           font size. So, for example, if we want a 1em margin
                           (relative to the base font), we have to divide that
                           length by the element's font-size:
                           1em / 2em = 0.5em */
}

h2 {
  font-size: 1.6em;
  color:#666666;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
  margin-bottom: 0.667em;
}

h3 {
  font-size: 1.2em;
  color:#666666;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
  margin-bottom: 0.369em;
}

h4,
h5,
h6 {
  font-size: 1.0em;
  color:#666666;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
  margin-bottom: 0.909em;
}

/*
 * Block-level elements
 */
p,
ul,
ol,
dl,
pre,
table,
fieldset {
  margin: 1em 0;
}

blockquote {
  margin: 1em 2em;
}

/* Header in Panels */

.column-header {
  font-size: 1.3em;
  font-weight: bold;
  color:#666666;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
}

/*
 * Lists
 *
 * We need to standardize the list item indentation.
 */
ul,
ol {
  margin-left: 0;
  padding-left: 2em; /* LTR */
}

.block ul,
.item-list ul /* Drupal overrides */ {
  margin: 1em 0;
  padding: 0 0 0 2em; /* LTR */
  font-size: 75%;
}

ul ul, ul ol,
ol ol, ol ul,
.block ul ul, .block ul ol,
.block ol ol, .block ol ul,
.item-list ul ul, .item-list ul ol,
.item-list ol ol, .item-list ol ul {
  margin: 0;
}

li {
  margin: 0;
  padding: 0;
}

.item-list ul li /* Drupal override */ {
  margin: 0;
  padding: 0;
  list-style: inherit;
}

ul.menu li,
li.expanded,
li.collapsed,
li.leaf /* Drupal override */ {
  margin: 0;
  padding: 0;
}

ul          { list-style-type: disc; }
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 2em;
  padding: 0;
}

/*
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
a:link {
  color:#d63e03;
  text-decoration:none;
}

a:visited {
  color:#d63e03;
  text-decoration:none;
}

a:hover,
a:focus {
  color:#8A2A03;
}

a:active {
  color:#8A2A03;
}

/* Footer Links */

a.footer:link {
  color:#666;
  text-decoration:none;
  padding: 0 6px 0 6px;
}

a.footer:visited {
  color:#666;
  text-decoration:none;
  padding: 0 6px 0 6px;
}

a.footer:hover,
a.footer:focus {
  color:#333;
  text-decoration: underline;
}

a.footer:active {
  color:#333;
}

/* Highlight Color */

::selection {
	background: #d63e03; /* Safari */
        color: #FFFFFF;
	}
::-moz-selection {
	background: #d63e03; /* Firefox */
        color: #FFFFFF;
}

/*
 * Tables
 *
 * Drupal provides table styling which is only useful for its admin section
 * forms, so we override this default CSS. (We set it back in forms.css.)
 */
table {
  border-collapse: collapse;
  /* width: 100%; */ /* Prevent cramped-looking tables */
}

th,
thead th,
tbody th {
  text-align: left; /* LTR */
  padding: 0;
  border-bottom: none;
}

tbody {
  border-top: none;
}

/*
 * Input Forms
 */

input:not([type=submit]):not([type=file]), textarea, select, option {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

input[type=submit] {
}

/*
 * Abbreviations
 */
abbr {
  border-bottom: 1px dotted #666;
  cursor: help;
  white-space: nowrap;
}

abbr.created /* Date-based "abbreviations" show computer-friendly timestamps which are not human-friendly. */ {
  border: none;
  cursor: auto;
  white-space: normal;
}

/*
 * Images
 */
img {
  border: 0;
}

/*
 * Horizontal rules
 */
hr {
  height: 1px;
  border: 0px;
  color: #ccc;
  background-color: #ccc;
}

/*
 * Forms
 */
form {
  margin: 0;
  padding: 0;
}

fieldset {
  margin: 1em 0;
  border: 1px dotted #ccc;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fcfcfc;
}

/* wireframes.css */

/**
 * @file
 * Wireframes Styling
 *
 * Add wireframes to the basic layout elements.
 */


.with-wireframes #top-links .section,
.with-wireframes #header .section,
.with-wireframes #content .section,
.with-wireframes #navigation .section,
.with-wireframes .region-sidebar-first .section,
.with-wireframes .region-sidebar-second .section,
.with-wireframes #footer .section {
  margin: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}

.with-wireframes .region-page-closure {
  margin-top: 1px;
  padding: 2px;
  border: 1px solid #ccc;
}

/* layout-fixed.css */

/**
 * @file
 * Layout Styling (DIV Positioning)
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Auspices Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/*
 * Body
 */
body {
}

#page-wrapper,
.region-page-closure {
  /*
   * If you want to make the page a fixed width and centered in the viewport,
   * this is the standards-compliant way to do that. See also the ie6.css file
   * for the necessary IE5/IE6quirks hack to center a div.
   */
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

#page {
}

/*
 * Top-Links
 */
#top-links {
/*float: left; /* LTR */
  width: 100%;
  font-size: 100%;
  margin-left: 0; /* LTR */
  margin-right: -100%; /* LTR */ /* Negative value of #top-links's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #top-links .section. */
  height: 2.3em; /* The top-links can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}

.with-top-links #header {
  margin-top: 2.3em; /* Set this to the same value as the top-links height above. */
}

#top-links .section {
}

#top-links ul /* Top links */ {
  margin: 0;
  padding: 0;
}

#top-links li /* A simple method to get navigation links to appear in one line. */ {
  float: left; /* LTR */
  margin: 0 0 0 0; /* LTR */
}

#top-links a {
  display: block;
  margin-top: -1px;
  border:1px solid #ccc;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-align: center;
  padding: 0 6px 0 6px;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  font-size: 80%;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

#top-links a:hover {
  background: -moz-linear-gradient(center bottom , #CACACA 9%, #ECECEC 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(202,202,202)), color-stop(0.92, rgb(236,236,236)));
  background-color: #E6E6E6;
}

/*
 * Header
 */
#header {
}

#header .section {
}

.echodate {
  color: #666666;
  font-size: 80%;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.motto {
  text-align: center;
  font-weight: 640;
  margin-left: 5px;
  font-size: 150%;
  color: rgb(210,105,64);
  text-shadow: -0.07em 0.07em 0.092em black;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

#search-box {
  float: right;
}

.region-header {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
  position: relative;
}

#main {
}

/*
 * Content
 */
#content,
.no-sidebars #content {
  float: left; /* LTR */
  width: 950px;
  margin-left: 5px; /* LTR */
  margin-right: -955px; /* LTR */ /* Negative value of #content's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #content .section. */
}

.sidebar-first #content {
  width: 560px;
  margin-left: 400px; /* LTR */ /* The width of .region-sidebar-first. */
  margin-right: -960px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.sidebar-second #content {
  width: 560px;
  margin-left: 10px; /* LTR */
  margin-right: -570px; /* LTR */ /* Negative value of #content's width + left margin. */
}

.two-sidebars #content {
  width: 560px;
  margin-left: 200px; /* LTR */ /* The width of .region-sidebar-first */
  margin-right: -760px; /* LTR */ /* Negative value of #content's width + left margin. */
}

#content .section {
  margin: 0;
  padding: 0;
  font-size: 110%;
  line-height: 150%;
}

/*
 * Navigation
 */
#navigation {
  float: left; /* LTR */
  width: 98%;
  margin-left: 10px; /* LTR */
  margin-right: -98%; /* LTR */ /* Negative value of #navigation's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to #navigation .section. */
  height: 2.3em; /* The navigation can have any arbritrary height. We picked one
                    that is the line-height plus 1em: 1.3 + 1 = 2.3
                    Set this to the same value as the margin-top below. */
}

.with-navigation #content,
.with-navigation .region-sidebar-first,
.with-navigation .region-sidebar-second {
  margin-top: 2.7em; /* Set this to the same value as the navigation height above. */
}

#navigation .section {
  display: block;
  height: 2em;
  border:1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
}

#navigation ul /* Primary and secondary links */ {
  margin: 0;
  padding: 0;
}

#navigation li /* A simple method to get navigation links to appear in one line. */ {
  float: left; /* LTR */
  margin: 5px 0 0 0; /* LTR */ /*Formerly 0 0 0 0*/
}

#navigation a {
  display: block;
  background-color: transparent;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  padding: 1px 8px 0px;
  font-size: 99%;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

#navigation a:hover {
  background: -moz-linear-gradient(center bottom , #CACACA 9%, #ECECEC 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(220,220,220)), color-stop(0.92, rgb(236,236,236)));
  background-color: #E6E6E6;
}

/*
 * First sidebar
 */
.region-sidebar-first {
  float: left; /* LTR */
  width: 200px;
  margin-left: 0; /* LTR */
  margin-right: -200px; /* LTR */ /* Negative value of .region-sidebar-first's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-first .section. */
}

.region-sidebar-first .section {
  margin: 0 20px 0 0; /* LTR */
  padding: 0;
}

/*
 * Second sidebar
 */
.region-sidebar-second {
  float: left; /* LTR */
  width: 370px;
  margin-left: 570px; /* LTR */ /* Width of content + sidebar-first. */
  margin-right: -940px; /* LTR */ /* Negative value of .region-sidebar-second's width + left margin. */
  padding: 0; /* DO NOT CHANGE. Add padding or margin to .region-sidebar-second .section. */
}

.region-sidebar-second .section {
  margin: 0 0 0 20px; /* LTR */
  padding: 0;
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

.footer-div {
  display: block;
  background-color: #FCFCFC;
  color: #666666;
  font-size: 120%;
  text-align: center;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

/*
 * Closure
 */
.region-page-closure /* See also the #page-wrapper declaration above that this div shares. */ {
}

/*
 * Prevent overflowing content
 */
#top-links,
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.region-page-closure {
  overflow: visible;
  word-wrap: break-word; /* A very nice CSS3 property */
}

#top-links,
#navigation {
  overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
}

/*
 * If a div.clearfix doesn't have any content after it and its bottom edge
 * touches the bottom of the viewport, Firefox and Safari will mistakenly
 * place several pixels worth of space between the bottom of the div and the
 * bottom of the viewport. Uncomment this CSS property to fix this.
 * Note: with some over-large content, this property might cause scrollbars
 * to appear on the #page-wrapper div.
 */
/*
#page-wrapper {
  overflow-y: hidden;
}
*/

/* page-backgrounds.css */

/**
 * @file
 * Page Background Styling
 *
 * The default layout method of Auspices doesn't give themers equal-height columns.
 * However, equal-height columns are difficult to achieve and totally
 * unnecessary. Instead, use the Faux Columns method described in the following
 * ALA article:
 *   http://www.alistapart.com/articles/fauxcolumns/
 */


body {
}

#page-wrapper {
}

#page {
}

#header {
}

#header .section {
}

#main-wrapper {
}

#main {
}

#footer {
}

#footer .section {
}


div.tabs {
  margin: 0 0 5px 0;
}


/* pages.css */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
/*  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  vertical-align: bottom;
}

#date /* Wrapper for date */ {
  text-align: center;
  font-size: 80%;
  color: #666;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

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,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.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;
}

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 */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

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. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

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;
  font-size: 120%;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* block-editing.css */

/**
 * @file
 * Auspices's rollover edit links for blocks.
 */


div.block.with-block-editing {
  position: relative;
}

div.block.with-block-editing div.edit {
  display: none;
  position: absolute;
  right: 0; /* LTR */
  top: 0;
  z-index: 40;
  border: 1px solid #eee;
  padding: 0 2px;
  font-size: 0.75em;
  background-color: #fff;
}

div.block.with-block-editing:hover div.edit {
  display: block;
}

/* blocks.css */

/**
 * @file
 * Block Styling
 */


.block /* Block wrapper */ {
  margin-bottom: 1em;
}

.block.first /* The first block in the region */ {
}

.block.last /* The last block in the region */ {
}

.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 h2.title /* Block title */ {
  font-size: 100%;
}

.block .content /* Block's content wrapper */ {
  font-size: 70%;
}

#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-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 */ {
}

/* navigation.css */

/**
 * @file
 * Navigation Styling
 *
 * Default menu styling (ul.menu) is defined in system-menus.css.
 */


/*
 * The active item in a Drupal menu
 */
li a.active {
  color: #000;
}

/*
 * Navigation bar
 */
#navigation {
}

.region-navigation {
}

/*
 * Primary and Secondary menu links
 */
#main-menu {
}

#secondary-menu {
}

/*
 * Menu blocks
 */
.block-menu {
}

/*
 * "Menu block" blocks. See http://drupal.org/project/menu_block
 */
.block-menu_block {
}

/* views-styles.css */

/**
 * @file
 * Views Styling
 */

/*Views Latest*/

.view-latest {
    font-family: Lora, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
}

.view-latest .views-field-title {
  font-weight: bold;
  font-size: 1.3em;
  color:#666666;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
}

.view-latest .views-field-name {
  color:#666666;
  font-size: 80%;
  float:left;
}

.view-latest .views-field-created {
  color:#666666;
  font-size: 80%;
}

.view-latest .views-field-field-summary {
  font-size: 85%;
}

.view-latest .views-field-nothing a {
  display: inline-block;
  margin: 10px 10px 20px 0;
  font-size: 80%;
  float: left;
  padding: 0px 8px 0px 8px;
  border:1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.view-latest .views-field-comments-link a {
  display: inline-block;
  margin: 10px 10px 20px 0;
  font-size: 80%;
  padding: 0px 8px 0px 8px;
  border:1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.view-latest .views-field-comments-link a:hover,
.view-latest .views-field-nothing a:hover {
  background: -moz-linear-gradient(center bottom , #CACACA 9%, #ECECEC 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(202,202,202)), color-stop(0.92, rgb(236,236,236)));
  background-color: #E6E6E6;
}

/*Views Recent*/

.view-recent {
  font-family: Lora, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
}

.view-recent .item {
}

.view-recent .views-field-title {
  font-weight: bold;
  font-size: 1em;
  color:#666666;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
}

.view-recent .views-field-name {
  color:#666666;
  font-size: 80%;
  float:left;
}

.view-recent .views-field-created {
  color:#666666;
  font-size: 80%;
}

.view-recent .views-field-field-preview {
  float: right;
  margin-left: 20px;
}

.view-recent .views-field-field-summary {
  font-size: 80%;
}

.view-recent .views-field-nothing a {
  display: inline-block;
  margin: 10px 10px 20px 0;
  font-size: 80%;
  float: left;
  padding: 0px 8px 0px 8px;
  border:1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.view-recent .views-field-comments-link a {
  display: inline-block;
  margin: 10px 10px 20px 0;
  font-size: 80%;
  padding: 0px 8px 0px 8px;
  border:1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.view-recent .views-field-comments-link a:hover,
.view-recent .views-field-nothing a:hover {
  background: -moz-linear-gradient(center bottom , #CACACA 9%, #ECECEC 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(202,202,202)), color-stop(0.92, rgb(236,236,236)));
  background-color: #E6E6E6;
}

/*Views Popular*/

.view-popular {
  font-family: Lora, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  background-color: #FCFCFC;
  margin-top: 5px;
  padding: 2px 5px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.view-popular .item {
  border-bottom: 1px solid #ccc;
}

.view-popular .views-field-title {
  font-weight: bold;
  font-size: 0.7em;
  color:#666666;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
}

.view-popular .views-field-name {
  color:#666666;
  font-size: 80%;
}

.view-popular .views-field-created {
  color:#666666;
  font-size: 80%;
}

.view-popular .views-field-field-preview {
  float: right;
  margin-left: 20px;
}

.view-popular .views-field-field-summary {
  font-size: 80%;
}

.view-popular .views-field-nothing a {
  display: inline-block;
  margin: 10px 10px 20px 0;
  font-size: 80%;
  float: left;
  padding: 0px 8px 0px 8px;
  border:1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.view-popular .views-field-comments-link a {
  display: inline-block;
  margin: 10px 10px 20px 0;
  font-size: 80%;
  padding: 0px 8px 0px 8px;
  border:1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.view-popular .views-field-comments-link a:hover,
.view-popular .views-field-nothing a:hover {
  background: -moz-linear-gradient(center bottom , #CACACA 9%, #ECECEC 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(202,202,202)), color-stop(0.92, rgb(236,236,236)));
  background-color: #E6E6E6;
}

/*Views Comments (Category Pages)*/

.view-comments {
  display: block;
  padding: 5px;
  background-color: #FCFCFC;
  font-size: 65%;
  font-family: Lora, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  color: #666666;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.view-comments .item {
}

.view-comments .views-field-subject {
  font-weight: bold;
  font-size: 1.2em;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
}

.view-comments .views-field-name,
.view-comments .views-field-title {
}

/*Views Authors*/

.view-authors {
  display: block;
  padding: 5px;
  background-color: #FCFCFC;
  font-family: Lora, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  color: #666666;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.view-authors td {
  width: 109px;
  text-align: center;
}

.view-authors .views-field-name {
  font-weight: bold;
  font-size: 1.2em;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
  height: 50px;
  vertical-align: middle;
}

.view-authors .views-field-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}

/*Views Articles*/

.view-articles {
  display: block;
  padding: 5px;
  vertical-align:text-top;
  background-color: #FCFCFC;
  font-size: 120%;
  font-family: Lora, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  color: #666666;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.view-articles .item {
  display: block;
  width: 100%;
}

.view-articles .views-field-field-preview {
  float: left;
  margin-right: 12px;
}

.view-articles .views-field-counter {
  float: left;
  margin-right: 12px;
  height: 48px;
}

.view-articles .views-field-title {
  display: block;
  font-weight: bold;
  font-size: 1.15em;
  margin-top: 2px;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
}

/*Views Comments (Category Pages)*/

.view-article-comments {
  display: block;
  padding: 5px;
  background-color: #FCFCFC;
  font-size: 115%;
  font-family: Lora, "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  color: #666666;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.view-article-comments .item {
}

.view-article-comments .views-field-subject {
  font-weight: bold;
  font-size: 1.15em;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
  line-height: 1.3em;
}

.view-article-comments .views-field-name {
  float: left;
  margin-right: 2px;
}

.view-article-comments .views-field-title {
}

/*Views Related Articles*/

.view-related-articles {
  display: block;
  background-color: #FCFCFC;
  color: #666666;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.view-related-articles table {
  border: none;
  border-collapse: collapse;
}

.view-related-articles td {
  width: 24.14%;
  float: left;
  height: 185px;
  min-height: 185px;
  overflow: hidden;
  border-left: 1px solid #CCC;
  vertical-alignment: top;
}

.view-related-articles td:first-child {
  border-left: none;
}

.view-related-articles td:hover {
  background-color: #E3E3E3;
}

.view-related-articles .views-field-title {
  text-align: center;
  padding: 0 4px 0 4px;
  font-size: 120%;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

/*Views Content Related Articles*/

.view-content-articles {
  display: block;
  background-color: #FCFCFC;
  color: #666666;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.view-content-articles table {
  border: none;
  border-collapse: collapse;
}

.view-content-articles td {
  width: 24.46%;
  float: left;
  height: 250px;
  min-height: 250px;
  overflow: hidden;
  border-left: 1px solid #CCC;
  vertical-alignment: top;
}

.view-content-articles td:first-child {
  border-left: none;
}

.view-content-articles td:hover {
  background-color: #E3E3E3;
}

.view-content-articles .views-field-title {
  text-align: center;
  padding: 0 4px 0 4px;
  font-size: 100%;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

/* Views Random Articles */

.view-random tr {
  display: block;
  font-weight: bold;
  font-size: 120%;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

.view-random .views-field-title {
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

/*Views Footer Articles*/

.view-footer-articles {
  display: block;
  background-color: #FCFCFC;
  color: #666666;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.view-footer-articles table {
  border: none;
  border-collapse: collapse;
}

.view-footer-articles td {
  width: 16.34%;
  float: left;
  height: 250px;
  min-height: 250px;
  overflow: hidden;
  border-left: 1px solid #CCC;
  vertical-alignment: top;
}

.view-footer-articles td:first-child {
  border-left: none;
}

.view-footer-articles td:hover {
  background-color: #E3E3E3;
}

.view-footer-articles .views-field-title {
  text-align: center;
  padding: 0 4px 0 4px;
  font-size: 160%;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

/* Taxonomy Block */

.block-taxonomy_block {
  font-size: 200%;
}

/* Mission Statement */

#mission-statement {
  background-color: #FCFCFC;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  padding: 1px 10px;
  font-size: 80%;
  margin-bottom: 20px;
}

/* nodes.css */

/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node /* Node wrapper */ {
}

.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,
.comment-unpublished div.unpublished /* The word "Unpublished" displayed underneath the content. */ {
  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-by-viewer /* 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;
}

.meta .user-picture img {
  float: left;
  margin-right: 6px;
  margin-left: -2px;
  margin-top: -2px;
  width: 50px;
  height: 50px;
}

.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 */ {
  font-size: 90%;
  color: #666;
}

.node .terms /* Node terms (taxonomy) */ {
}

.node .content /* Node's content wrapper */ {
}

.node ul.links /* Node links. See also the ul.links declaration in the pages.css. */ {
}

.node ul.links a {
  display: block;
  margin: 10px 5px 10px 0;
  float: left;
  padding: 4px 8px 4px 8px;
  border:1px solid #ccc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.node ul.links a:hover {
  background: -moz-linear-gradient(center bottom , #CACACA 9%, #ECECEC 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(202,202,202)), color-stop(0.92, rgb(236,236,236)));
  background-color: #E6E6E6;
}

.preview .node /* Preview of the content before submitting new or updated content */ {
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

/* comments.css */

/**
 * @file
 * Comment Styling
 */


#comments /* Wrapper for the list of comments and its title */ {
  margin: 1em 0;
}

#comments h2.title /* Heading for the list of comments */ {
}

.comment /* Wrapper for a single comment */ {
  margin-bottom: 12px;
}

.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.first /* The first comment in the list of comments */ {
}

.comment.last /* The last comment in the list of comments */ {
}

.comment.odd /* An odd-numbered comment in the list of comments */ {
}

.comment.even /* An even-numbered 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 underneath the content. See also the div.unpublished declaration in the nodes.css. */ {
}

.comment-by-anonymous /* A comment created by an anonymous user */ {
}

.comment-by-node-author /* A comment created by the node's author */ {
}

.comment-by-viewer /* 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 */ {
  background-color: #FCFCFC;
  padding: 4px 20px;
  margin-top: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

.comment .user-signature /* The user's signature */ {
}

.comment ul.links a /* Comment links. See also the ul.links declaration in the pages.css. */ {
  display: block;
  float: left;
  padding: 4px 8px 4px 8px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.comment ul.links a:hover {
  background: -moz-linear-gradient(center bottom , #CACACA 9%, #ECECEC 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(202,202,202)), color-stop(0.92, rgb(236,236,236)));
  background-color: #E6E6E6;
}

.comment .authortag {
  float: right;
  margin: -4px -20px 0 0;
}

/* Post New Comment Button */

.postnew {
  display: block;
  height: 24px;
  margin-bottom: 6px;
  padding: 4px 8px 4px 8px;
  border: 1px solid #CCCCCC;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: -moz-linear-gradient(center bottom , #E9E9E9 9%, #F6F6F6 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(233,233,233)), color-stop(0.92, rgb(246,246,246)));
  background-color: #EBEBEB;
  text-shadow: -0.1em 0.1em 0.2em silver;
}

.postnew:hover {
  background: -moz-linear-gradient(center bottom , #CACACA 9%, #ECECEC 92%) repeat scroll 0 0 transparent;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, rgb(202,202,202)), color-stop(0.92, rgb(236,236,236)));
  background-color: #E6E6E6;
}

.postnew img {
  margin-right: 10px;
  opacity:0.85;
  filter:alpha(opacity=85); /* For IE8 and earlier */
}

.postnew:hover img {
  opacity:1;
  filter:alpha(opacity=1); /* For IE8 and earlier */
}

.postnewtext {
  font-size: 120%;
  vertical-align: middle;
}

.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 */
}

/* Mastery Pick Up Package Buy Now Button */

.buy-now {
  opacity:0.85;
  filter:alpha(opacity=85); /* For IE8 and earlier */
}

.buy-now:hover {
  opacity:1;
  filter:alpha(opacity=1); /* For IE8 and earlier */
}

/* forms.css */

/**
 * @file
 * Form Styling
 */


.form-item,
.form-checkboxes,
.form-radios /* Wrapper for a form element (or group of form elements) and its label */ {
  margin: 1em 0;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error /* Highlight the form elements that caused a form submission error */ {
  border: 2px solid #c00;
}

.form-item label /* The label for a form element */ {
  display: block;
  font-weight: bold;
}

.form-item label.option /* The label for a radio button or checkbox */ {
  display: inline;
  font-weight: normal;
}

.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,
.form-radios .form-item /* Pack groups of checkboxes and radio buttons closer together */ {
  margin: 0.4em 0;
}

.form-submit /* The submit button */ {
}

.container-inline div,
.container-inline label /* Inline labels and form divs */ {
  display: inline;
}

.tips /* Tips for Drupal's input formats */ {
}


/*
 * Search (search-theme-form.tpl.php)
 */
#search-box /* Wrapper for the search form */ {
  float: right;
}

#edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */ {
  display: none;
}

#edit-search-theme-form-1 {
  width: 14em;
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

#edit-submit-button {
  font-family: Tenor, Helvetica, Arial, "Nimbus Sans L", sans-serif;
}

/*
 * Search (search-block-form.tpl.php)
 */
#search-block-form /* Wrapper for the search form */ {
}

#edit-search-block-form-1-wrapper label /* Label that says "Search this site:" */ {
  display: none;
}


/*
 * Drupal's default login form block
 */
#user-login-form {
  text-align: left; /* LTR */
}


/*
 * 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" link. */ {
  margin-top: 1em;
  margin-left: -20px; /* LTR */ /* Un-do some of the padding on the ul list. */
}

#user-login-form li.user-link /* The "Cancel OpenID login" link. */ {
  margin-top: 1em;
}

#user-login ul {
  margin: 1em 0;
}

#user-login li.openid-link,
#user-login li.user-link /* The OpenID links on the /user form. */ {
  margin-left: -2em; /* LTR */ /* 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 admin
 * section of the site.
 */

form tbody {
  border-top: 1px solid #ccc;
}

form th,
form thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

form tbody th {
  border-bottom: 1px solid #ccc;
}

/* fields.css */

/**
 * @file
 * Field Styling
 */


/*
 * Field types
 */

.field /* Wrapper for any CCK field. */ {
}

.field-type-datetime /* Always use "datetime" when creating new CCK date fields. "date" and "datestamp" are legacy types. */ {
}

.field-type-filefield /* Field from filefield module */ {
}

.field-type-nodereference {
}

.field-type-number-decimal {
}

.field-type-number-float {
}

.field-type-number-integer {
}

.field-type-text {
}

.field-type-userreference {
}


/*
 * Named fields
 */

.field-field-FIELDNAME /* Underscores in field name are replaced with dashes. */ {
}

#links-best, #links-how {
  font-size: 1.5em;
}

#admin-menu .dropdown .admin-menu-icon img {
  height: 15px !important;
}

#header #search-form label {
  display:none;
}

#header #search-form input[type=text] {
  width: 14em;
}

body.front #main h1.title {
  display: none;
}
#jGrowl .jGrowl-notification {
    color:white;
}

body.node-type-story div.image_attach img {
    float:right;
}
#ouibounce-exit-modal {
//      display: none !important;
        z-index:1000;
}
.search-form {
	margin-bottom: 0px;
}
#ms-core-checkout-page-wrapper {
	font-size: 90%;
}
#ms-core-checkout-page-steps, .ms_core_checkout_steps {
	display: none;
}
#ms-core-checkout-page-wrapper #edit-cancel {
	display: none;
}
#ms-core-checkout-page-wrapper .form-item-email1 {
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin-right: 0px;
}
#ms-core-checkout-page-wrapper .form-item-email2 {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}
#ms-core-checkout-page-wrapper .form-item-username {
	display:inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#ms-core-checkout-page-wrapper .form-item-password1 {
	display:inline-block;
	vertical-align: top;
	margin-right: 10px;
}
#ms-core-checkout-page-wrapper .form-item-password2 {
	display:inline-block;
	vertical-align: top;
}
table.ms_order_items {
	width: 100%;
	border: 1px dotted #ccc;
}
table.ms_order_items thead {
	display: none;
}
table.ms_order_items tr {
	border: none !important;
}
table.ms_order_items td {
	background-color: #FCFCFC;
}
.ms_cart_left {
	float: left;
display: block;
height: 100px;
padding-top: 14px;
}
.ms_price {
	text-align: left;
}
#ms-stripe-payment-submit-form {
	font-size: 90%;
}
#ms-stripe-payment-submit-form label {
	float: left;
	margin-right: 5px;
}
#ms-stripe-payment-submit-form select {
	border: 2px inset;
	border-color: #ddd;
}
#ms-stripe-payment-submit-form #edit-cc-type, #ms-stripe-payment-submit-form #edit-cc-cvv {
	float: left;
	margin-right: 5px;
}
#ms-stripe-payment-submit-form .form-item-cc-first-name label {
	margin-left: 39px;
}
#ms-stripe-payment-submit-form .form-item-cc-last-name label {
	margin-left: 42px;
}
#ms-stripe-payment-submit-form .form-item-cc-type label {
	margin-left: 37px;
}
#ms-stripe-payment-submit-form .form-item-cc-cvv label {
	margin-left: 75px;
}
#ms-stripe-payment-submit-form .form-item-cc-number label {
	margin-left: 15px;
}
#ms-stripe-payment-submit-form .form-item-cc-cvv {
	margin-bottom: 4px;
}
#ms-stripe-payment-submit-form .form-item-cc-type {
	margin-top: -5px;
}
#ms-stripe-payment-submit-form #edit-cards, #ms-stripe-payment-submit-form #edit-secure .fieldset-legend {
	display: none;
}
#ms-stripe-payment-submit-form #edit-secure {
	background: transparent;
	border: none;
}
#ms-stripe-payment-submit-form #edit-billing {
	padding-left: 15px;
}
#edit-billing .form-item-billing-address1 {
	margin-left: 5px;
}
#edit-billing .form-item-billing-address2 {
	margin-left: 117px;
}
#edit-billing .form-item-billing-city {
	margin-left: 73px;
}
#edit-billing .form-item-billing-country {
	margin-left: 46px;
}
#edit-billing .form-item-billing-zip {
	margin-left: 44px;
}
#edit-billing .form-item-billing-phone {
	margin-left: 12px;
}
#edit-billing .form-item-billing-email {
	margin-left: 7px;
}
#edit-billing .form-item-billing-state .description {
	display: none;
}
#ms-stripe-payment-submit-form #edit-submit {
	float: right;
}
