/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }/* Accordion
----------------------------------*/
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
----------------------------------*/
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: .2em; width: 300px; }
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }
/* Progressbar
----------------------------------*/
.ui-progressbar { height:2em; text-align: left; }
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
----------------------------------*/
.ui-resizable { position: relative;}
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
----------------------------------*/
.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }



.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}




body {
  margin: 0;
  color:#333333;
  font-family:Arial;
  font-size:12px;
  font-size-adjust:none;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  background: #FFFFFF url(../images/page-bg.png) repeat-x scroll 0 256px;
}

h1, h2, h3, h4 {
font-family:Helvetica,Arial,"Lucida Grande",Verdana,sans-serif;
margin:10px 0 5px;
}

#header-outer {
  background: #fff;
}

#header {
  margin: 0 auto;
  width: 1050px;
  height: 199px;
  background: transparent url(../images/header_bg.jpg);
  margin-bottom: 11px;
}

h1 {
  font-size: 200%;
}

a, .ui-widget-content a {
  color:#AB0900;
  text-decoration: none;
  outline: none;
}

.site-name a {
  color:#d33;
  font-family:Georgia,Times,serif;
  font-size:70px;
  font-weight:lighter;
  text-decoration:none;
  text-shadow: 3px 3px 3px #000000;
}

#h2 {
  padding-top: 50px;
  width: 95%;
  margin: 0 auto;
}

#primary {
  background: transparent url(../images/menu_bg.png);
  height: 56px;
  width: 100%;
}

#primary ul {
  margin: 0 auto;
  width: 900px;
}

#primary ul.links li {
  padding: 0;
}

#primary a {
  background: transparent url(../images/menu-divider.png) no-repeat scroll 100% 0;
  color: #FFFFFF;
  display: block;
  float: left;
  font-family: Arial,Helvetica,sans-serif;
  height: 53px;
  line-height: 53px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

#primary a span {
  display: block;
  float: left;
  height: 53px;
  padding: 0 15px;
}

#primary .active span {
  background:transparent url(../images/active-menu-l.png) no-repeat scroll left top;
}

#primary a.active {
  color: #000;
  background: transparent url(../images/active-menu-r.png) no-repeat scroll right top;
}

ul {
  list-style-type: none;
}

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

ul.links li {
  display: inline;
  list-style-type: none;
}

.block ul {
  margin:0;
  padding:0 0 0.25em 1em;
}

li.leaf {
  list-style-image:url(../images/menu-leaf.png);
  list-style-type:square;
  margin:0;
  padding:0.2em 0.5em 0 0;
}

ul.menu {
  border:medium none;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  text-align:left;
}

ul.menu li {
  display: block;
  padding-bottom: 10px;
  margin:0;
}


#content-container {
  margin: 0 auto;
  width: 1000px;
}

#sidebar-left {
  width: 220px;
  float: left;
  margin-right: -220px;
  position: relative;
}

.block {
  background:#FFFFFF none repeat scroll 0 0;
  border: 8px solid #E7F9FB;
  padding: 8px;
}

#main-content {
  width: 730px;
  background:#FFFFFF none repeat scroll 0 0;
  border: 8px solid #E7F9FB;
  float: left;
  margin: 0 235px;
  margin-right: 0;
  padding: 8px;
}

p {
  margin:10px 0 15px;
}

h2.title {
  margin: 0;
}

.title h2, .title a, h2.title {
  color:#02576B;
  font-family:Tahoma,sans-serif;
  font-size:23px;
  font-weight:lighter;
}

h2.title form input {
  font-size:23px;
  font-weight:lighter;  
}

a:hover {
  text-decoration:underline;
}

.block h2 {
  background:#DAEFFA url(../images/module-h3.png) repeat-x scroll 0 0;
  border-color:#B7ECF5;
  border-style:solid;
  border-width:1px 3px;
  color:#02576B;
  font-family:Tahoma,Helvetica,Arial Narrow;
  font-size:120%;
  margin:5px 0 20px;
  padding:5px 0 5px 8px;
}

.taxonomy, .byline, .links-node {
  clear: left;
  font-size:11px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#flash_error, #flash_notice {
  -moz-border-radius:    5px;
  -webkit-border-radius: 5px;
  margin-top: 30px;
  padding: 20px;
}

#flash_error {
    background-color: #FFCCCC;
    border: solid 1px #CC0000;
}

#flash_notice {
    background-color: #CCFFCC;
    border: solid 1px #00CC00;
}

#flash_error p, #flash_notice p {
  margin: 0px;
}

.posts-container {
  width: 730px;
}

.post {
  padding: 10px;
  margin-bottom: 15px;
}

.post-content {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px;
}

.node img {
  border:1px solid #CCCCCC;
  margin:5px;
}

img.family_only {
  border: 0px;
  margin: 0;
  margin-left: 5px;
}

table.album {
  margin-top: 5px;
}

table.album td {
  padding: 15px;
  text-align: center;
}

.random_photo {
  text-align: center;
}

.album_item a img {
  padding: 5px;
  -moz-box-shadow: 1px 1px 5px #555;
  -webkit-box-shadow: 1px 1px 5px #555;
  border: 1px solid #777;   
}

.album_item h4 {
  font-size: 14px;
}

.album_item h4 a {
  color: #000;
}

.photo_preview {
  float: left;
  padding: 8px;
  -moz-box-shadow: 1px 1px 5px #555;
  -webkit-box-shadow: 1px 1px 5px #555;
  border: 1px solid #777;
  margin-bottom: 15px;
}

.photo_preview a img {
  border: 0;
}

.edit_photo {
  float: left;
}

.expandable_toggle {
  clear: left;
  background:#fff url(../images/expand_collapse_plus.gif) no-repeat scroll 0 0;
  padding-left: 20px;
  width: 11px;
  height: 11px;
  margin: 2px;
}

.button-wrap {
  margin: 10px;
  position: relative;
  height: 25px;
}

.fg-button {
  cursor:pointer;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:0;
  padding:0.4em 1em;
  position:relative;
  text-align:center;
  text-decoration:none !important;
}

.fg-button-icon-left {
  padding-left:2.1em;
}

.fg-button .ui-icon {
  left:50%;
  margin-left:-8px;
  margin-top:-8px;
  position:absolute;
  top:50%;
}

.fg-button-icon-left .ui-icon {
  left:0.2em;
  margin-left:0;
  right:auto;
}

ul#sortable-album li {
  text-align: center;
  padding: 5px;
  margin: 15px;
  float: left;
  width: 150px;
  height: 150px;
  display: block;
}

.make-highlight {
  text-align: center;
}

ul#album_select {
  width: 200px;
  height: 400px;
  overflow: auto;
  float: left;
}

#photo_selector {
  white-space:nowrap;
}

#select_item_box {
  float: left;
  width: 530px;
  height: 280px;
  padding: 10px;
  text-align: center;
  overflow: auto;
  word-wrap: normal;
  white-space:nowrap;
}

#select_item_box .album_item {
  display: inline;
}

#select_item_box table.album {
  margin: 5px auto 0;
}

#selected_item_preview {
  margin: 15px auto;
  text-align: center;
  overflow: auto;
  width: 550px;
}

#selected_item_preview .thumbnail {
  float: left;
  margin: 15px;
}

#selected_item_preview .actions {
  float: left;
  margin: 15px;
}

#slideshow {
  background: #FFFFFF url(../images/page-bg.png) repeat-x scroll 0 0
}

.slideshow_screen {
  width: 700px;
  position: absolute;
}

.slideshow_photo {
  float: none;
  margin: 0px auto;
}

.slideshow_photo p {
  margin: 0;
}

#slideshow_controls {
  opacity: 0.8;
  position: relative;
  top: 395px;
  margin: 0px auto;
  width: 115px;
  height: 25px;
  text-align: center;
}

#slideshow_controls a {
  float: left;
  margin: 5px 10px;
}

#slideshow_thumbnails {
  top: 435px;
  position: relative;
  margin: 0px auto;
  overflow: auto;
  width: 680px;
  height: 120px;
  white-space: nowrap;
}

#slideshow td {
  padding: 3px 5px;
}

a img {
  border: none;
}

a.current_slideshow_item img {
  margin: -2px;
  border: 2px solid;
}

.uploadifyQueueItem {
  -x-system-font:none;
  background-color:#F5F5F5;
  border:2px solid #E5E5E5;
  font-family:Verdana,Geneva,sans-serif;
  font-size:11px;
  font-size-adjust:none;
  font-stretch:normal;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  margin-top:5px;
  padding:10px;
  width:350px;
}
.uploadifyError {
  background-color:#FDE5DD !important;
  border:2px solid #FBCBBC !important;
}
.uploadifyQueueItem .cancel {
  float:right;
}
.uploadifyProgress {
  background-color:#FFFFFF;
  border-color:#808080 #C5C5C5 #C5C5C5 #808080;
  border-style:solid;
  border-width:1px;
  margin-top:10px;
  width:100%;
}
.uploadifyProgressBar {
  background-color:#0099FF;
  height:3px;
  width:1px;
}
