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


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

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


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

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

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

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

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

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

::-moz-selection { background: blue; color: yellow; text-shadow: none; }
::selection { background: blue; color: yellow; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:focus { outline: thin dotted; }

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


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

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

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

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

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

small { font-size: 85%; }

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


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

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


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

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

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

/*
 * Correct overflow displayed oddly in IE9 
 */

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


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

figure { margin: 0; }


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

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

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

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

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

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

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

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

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

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

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

/*
 * Consistent box sizing and appearance
 */

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

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

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

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

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


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

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


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



html,body{height:100%;margin:0;padding:0;font:16px "Federo",arial,sans-serif;background:top left url('../media/img/static/bg_gray.png') repeat}body{background:url('../media/img/static/header_bg.png') top left repeat-x;min-width:960px}img{margin:0;padding:0;border-style:none}h1,h2,h3,h4,h5,h6{font-family:'Quattrocento'}p{font-size:1em;line-height:1.25em;margin:0.625em;text-align:left}p+p{text-indent:1em}p img{margin:8px !important}div#wrapper{margin-left:auto;margin-right:auto;width:960px}div#header{height:95px;margin:0;width:100%}div#header img{margin:0;padding:0}div#nav{width:100%;margin-top:-25px;margin-left:auto;margin-right:auto;text-align:center;display:block;background:url('../media/img/static/banner_nav.jpg') top center no-repeat;height:104px;font-family:'Quattrocento'}div#slides{clear:both;width:900px; !important;padding:0;text-align:center;word-wrap: break-word;}div#slides a{text-decoration:none}div#slideshow{margin-top:40px}div#main{width:100%;height:100%;clear:both;background:url('../media/img/static/bg_main.png') top left repeat-y;margin:0 0 0 0;padding-top:10px}div#wrap_l{width:520px;margin:0 10px 0 30px;float:left}div#content{width:98%;height:auto;overflow:auto}div#content h1{border-bottom:solid thin #872434}div#appended{visibility:hidden}div#ads{width:100%}div#news{margin-top:45px;padding-top:35px;background:url('../media/img/static/banner_news.jpg') no-repeat;width:100%}div#wrap_r{width:340px;margin:0 30px 0 10px !important;float:right}div#current_image{float:right}div#current_image img{margin-right:0 !important;width:340px;height:auto;zoom:1}div#image_info{width:100%}div#facebook_connect{width:100%}div#birthstone{width:100%;overflow:hidden}div#birthstone img{max-width:300px;margin:0 auto 10px auto}div#bar{width:960px;height:5px;background:black;clear:both}div#footer{background:url('../media/img/static/red_floral.png') repeat; clear:both; width:960px; padding:10px 0px 10px 0px}div#footer div{ background:#fff; border-radius:15px; -moz-border-radius:15px; padding:0px 15px 15px 15px}div#connect{ width:50%; margin:0 20px 0 20px; float:left;}div#connect li{ list-style:none; line-height:2em}div#connect li a{ text-decoration:none; font-size:large; color:#333; font-family:'Quattrocento'}div#quickNav{ width:30%; margin:0 20px 0 20px; float:right; font-family:'Quattrocento'}li{ list-style:none; white-space:nowrap; height:auto; font-family:'Quattrocento'}li a{ color:#333; text-decoration:none}div#info{ position:relative; top:20px; width:90%; clear:both; margin-top:20px; padding-top: 20px !important; margin-left:auto; margin-right:auto; text-align:center}div#info p{ text-align:center}div#affiliates{width:50%;clear:left;padding-top:20px !important;position:relative;top:40px;left:20px;}.clear{ clear:both; display:block}.noscript{ display:none}#navbar{ z-index:9999; position:relative; left:90px; top:30px; bottom:0; padding:0}#navbar ul{ z-index:9999}#navbar li{ z-index:9999; float:left; list-style:none; font:normal 18px 'Quattrocento',serif}#navbar li a{ display:block; padding:5px 12px; text-decoration:none; width:auto; color:white; white-space:nowrap; height:auto}#navbar li a:hover{ background-color:#872434}#navbar li ul{ margin:0; padding:0; position:absolute; visibility:hidden}#navbar li ul li{ float:none; display:inline; font:normal 16px serif}#navbar li ul li a{ width:auto; background:#872434; color:white !important}#navbar li ul li a:hover{ background:red; border-bottom:none !important; border-right:1px solid white}div#slides ul{list-style:none;margin:0 auto 0 50px;padding:0;clear:both;}div#slides.full ul {width:340px;}div#slides ul li{display:inline;margin:0;padding:0}div#slides img{background-color:white;border:solid 1px #bbb;max-width:134px;height:auto;zoom:1}div#current_image a{text-decoration:none}div.image-title{font-size:32px;font-family:'Quattrocento';font-weight:bold;color:#872434}.buttonSm{}div.loader{background-image:url("../media/img/static/thorns.gif"); background-position:center center; background-repeat:no-repeat; height:420px; width:420px}.buttonSm img{ width:72px; max-width:72px}div.full{ float:left; width:450px !important; padding-left:1px; min-height:600px !important;margin-top:36px;}div.full img{ max-width:120px !important; height;auto; margin:2px; padding:2px; zoom:1}ul.thumbs li.selected img{ background:#000 !important}div.controls{ height:23px; margin-top:5px; margin-left:-30px; width:420px}div.controls div.ss-controls{ display:inline; float:left}div.controls div.nav-controls{ display:inline; float:right}div.content a,div.navigation a{ font-size:12pt; color:#777; text-decoration:none}a.thumb:focus{ outline:none}div.pagination{ clear:both}div.navigation div.top{ margin-bottom:12px; height:11px}div.navigation div.bottom{ margin-top:12px; margin-bottom:12px}div.pagination a,div.pagination span.current,div.pagination span.ellipsis{ display:block; float:left; margin-right:2px; padding:4px 7px 2px 7px; border:1px solid #ccc}div.pagination a:hover{ background-color:#eee; text-decoration:none}div.pagination span.current{ font-weight:bold; background-color:#000; border-color:#000; color:#fff}div.pagination span.ellipsis{ border:none; padding:5px 0 3px 2px}div.caption-container{ position:relative; clear:left; height:75px}span.image-caption{ display:block; float:left; width:340px; top:0; left:0}div.caption{ padding:12px}div.image-title{ font-weight:bold; font-size:1.4em}div.image-desc{ line-height:1.3em; padding-top:12px}.news_item{background:url("../media/img/static/greyblue_transp.png") repeat; border-radius:15px; -moz-border-radius:15px; clear:both; min-height:145px; padding:0px 15px 15px 15px}.news_title{ padding-top:20px; margin-bottom:4px; border-bottom:solid thin #872434}.news_meta{ color:#4d4e53; margin:0 20px 10px auto; text-align:right}.news_thumb{ float:left; margin-right:15px}.news_content{}.news_content p:first-letter{ color:#872434; font:200% 'IM Fell DW Pica SC',serif}
.expando-container{ position:relative; height:140px;width:100%;background:url('/media/img/static/grad-trans-to-white.png') repeat-x}
.expando-div{ 
display:block; position:absolute; width:100%; bottom:0; background-color:#1e0576; font:150% 'IM Fell DW Pica SC',serif; color:white; text-decoration:none; padding:5px; clear:both; opacity:1;
}.hidden{ display:none}form{ background-color:#fff !important}
form#commentForm {
  background-color: transparent !important;
  margin-left: 50px;
}
div.commentbox {
  border-left: 3px solid #333;
  padding: 20px;
  margin: 15px 5px;
}
div.commentbox  .comments_meta {
  color: #444;
  text-align: right;
  margin-bottom: 10px;
}
.button {
   border-top: 1px solid #96d1f8;
   background: #65a9d7;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
   background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
   background: -moz-linear-gradient(top, #3e779d, #65a9d7);
   background: -ms-linear-gradient(top, #3e779d, #65a9d7);
   background: -o-linear-gradient(top, #3e779d, #65a9d7);
   padding: 5.5px 11px;
   -webkit-border-radius: 13px;
   -moz-border-radius: 13px;
   border-radius: 13px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #28597a;
   background: #28597a;
   color: #ccc;
   }
.button:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }


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

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

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

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

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

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

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



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

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

}

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

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}