/* YUI Reset (modified slightly) */

/* @group Reset */	

/* 
  Reset all html elements to eliminate the effect of browser default CSS.
*/

body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}

h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin-top:0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:.5em;}ol,ul,dl{margin-left:.5em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-bottom: 0.5em;}th,td{vertical-align: top;padding:.5em;}th{font-weight:bold;text-align:left;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}

p:last-child {
  margin-bottom: 0;
}

.views-view-grid th, .views-view-grid td {
  padding: 0;
}

blockquote,ul,ol,dl{margin: 0;}
blockquote {
  margin: 1em 2em;
}

#block-system-main blockquote,
#block-system-main ul,
#block-system-main ol,
#block-system-main dl,
#block-system-main p
{
	margin-bottom: 1em;
}
#block-system-main blockquote:last-child,
#block-system-main ul:last-child,
#block-system-main ol:last-child,
#block-system-main dl:last-child,
#block-system-main p:last-child 
{
  margin-bottom: 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; }
ul, ol 		{ padding-left: 1em; }

hr
{
  height: 1px;
  border: 1px solid #666;
}

fieldset
{
  margin: 1em 0;
  padding: 0.5em;
  border: 1px solid #black;
}

.region-content table {
  width: 100%;
  margin: 10px 0px;
}

tr.odd {
  background-color: #f3f3f3;
} 
tr.even {
  background-color: #f0f0f0;
}
tr.even, tr.odd,
#blocks tr.region-title 
{
  border-bottom: 1px solid #CCC;
}
#blocks tr.region-title td {
  padding-top: 1em;
}

ul.inline li {
  padding: 0 5px;
}
ul.inline li.last {
  padding-right: 0;
}

.node ul.inline li {
  padding-left: 0;
}


/* @end */

/* @group Messages/Help */

div.messages /* Important messages (status, warning, and error) for the user */
{
  margin: 10px 0px 15px 0px;
  border: 2px solid #ccc;
  padding: 13px 15px 15px 40px;
  color: #000;
  background-color: #fff;
}

div.status 
{
  border: 2px solid #6dea5d; 
}

div.warning
{
  border: 2px solid #f0c020; 
}

div.warning,
tr.warning,
body.section-admin tr.warning
{
  background-color: #ffd;
}

div.error 
{
	
  border: 2px solid #CC0000;
  background-color: #FFEEEE;
  color: #CC0000;
}

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

div.messages ul {
	margin-left: 1.5em;
}

div.messages ul li {
  list-style-position: outside;
  margin-bottom: 1em;
}

/* @end */

/* @group Tabs and Action Links */

.tabs {
  margin-bottom: 10px;
  margin-top: 10px;
}
.tabs ul.primary {
  padding: 0 3px;
  margin: 0;
  overflow: hidden;
  border: none;
  background: transparent url(../images/tabs-border.png) repeat-x left bottom;
}
.tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
.tabs ul.primary li.active a {
  border-bottom: 1px solid #ffffff;
}
.tabs ul.primary li a {
  color: #000;
  background-color: #ededed;
  height: 1.8em;
  line-height: 2;
  display: block;
  float: left; /* not LTR */
  padding: 0 10px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  -khtml-border-radius-topleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -khtml-border-radius-topright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
}
.tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
  height: 1em;
}
.tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
.tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
.tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
.tabs ul.secondary li a {
  padding: .5em 0.75em;
}
.tabs ul.secondary li a.active {
  background: #f2f2f2;
  border: 1px solid #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
ul.action-links {
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
}
ul.action-links li {
  display: inline-block;
  margin-left: 10px;
}
ul.action-links li a {
  padding-left: 15px;
  background: url(../images/add.png) no-repeat left center;
  margin: 0 10px 0 0;
  text-decoration: none;
}

.vertical-tab-button {
  list-style: none;
}
.vertical-tab-button a {
  color: #555;
}
.vertical-tabs-panes {
  padding: 10px;
}

/* @end */

/* @group Columns */
/*
 Adapted from ALA's Holy Grail layout.
*/
#page-wrapper {
  margin: auto;
}
#page {
  margin: auto;
}
#content, #inset-content {
  width: 100%;
}
.region-sidebar-first, .region-sidebar-second, #content, .region-sidebar-inset, .region-sidebar-inset, #inset-content {
  position: relative;
  float: left;
}
#content {
  position: static;
}
.region-sidebar-inset {
  float: right;  
}
.region-sidebar-first {
  margin-left: -100%;
}

/* Page Width */
#page {
  max-width: 960px;
  width: 100%;
}

/* Sidebar Left (200px) */
.sidebar-first #main-wrapper,
.two-sidebars #main-wrapper
{
  padding-left: 200px;
}
.region-sidebar-first {
  width: 200px;
  right: 200px;
}

/* Sidebar Right (150px) */
.region-sidebar-second {
  width: 150px;
  margin-right: -150px;  
}
.sidebar-second #main-wrapper,
.two-sidebars #main-wrapper 
{
  padding-right: 150px;
}

/* Equal-height column code by http://www.ejeliot.com/blog/61
#main-wrapper {
  overflow: hidden;
}
#main-wrapper .column {
  margin-bottom: -2000px; padding-bottom: 2000px;
}
// Seems to be incompatible with jcarousel. Will investigate.
 */

/* Sidebar Inset Right 140px */
.region-sidebar-inset {
  width: 140px;
  margin-right: -140px;  
}
.sidebar-inset #inset-wrapper {
  padding-right: 140px;
}

/* @end */

/* @group Header/Footer */

.region-header-inner {
  position: relative;
}

#block-siteskeleton-secondary-nav {
  position: absolute;
  right: 0;
  top: 0;
}

#block-search-form
{
  position: absolute;
  right: 0;
  bottom: 0;
}

#logo
{
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}
#name-and-slogan {
  padding-top: 10px;
}

.breadcrumb {
  padding-bottom: 10px;
}

#footer {
  clear: both;
}

#header,
#content,
#navbar,
.region-sidebar-first,
.region-sidebar-second,
#footer,
.region-page-bottom
{
  overflow: visible;
  word-wrap: break-word;
}

#site-name {
  font-size: 200%;
}

#header ul {
  margin-left: 0;
  padding-left: 0;
}
#header ul li {
  float: left;
  margin-right: 10px;
  position: relative;
  list-style: none;
  list-style-image: none;
  padding-left: 0;
  margin-left: 0;
}
#header ul li li {
  float: none;
  padding-left: 10px;
}
#header ul li li.menu-column {
  float: left;
}
.menu-flyout {
  position: relative;
  z-index: 500;
}
.menu-flyout .menu-columns {
  display: none;
  position: absolute;
  z-index: 900;
}
li.menu-dir-r .menu-columns {
  left: auto;
  right: -10px;
}

.menu-flyout .menu-columns-1 {
  width: 250px;
}
.menu-flyout .menu-columns-2 {
  width: 500px;
}
.menu-flyout .menu-columns-3 {
  width: 750px;
}



/* @end */

/* @group Forms */
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../images/ajax.gif);
  background-position: 99% center;
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-image: url(../images/ajax-anim.gif);
}
.ajax-progress .throbber {
  background: transparent url(../images/ajax-anim.gif) no-repeat 0px 0px;
  float: left;
  height: 16px;
  width: 16px;
  margin: 2px;
}
.ajax-progress .message {
  line-height: 16px;
  margin: 2px;
}
.ajax-progress {
  margin-left: 5px;
  margin-top: 2px;
}

#autocomplete li {
  padding: 3px;
}

fieldset
{
  margin: 1em 0;
  padding: .5em 1em .5em 1em;
  border: 2px solid #ccc;
}
html.js fieldset.collapsed {
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 0;
}
fieldset legend {
  font-weight: bold;
  padding: 0 5px;
}
html.js fieldset.collapsible legend {
  padding-left: 0;
}
fieldset legend a {
  color: inherit;
  text-decoration: none;
}
.form-item,
.form-submit
 {
  margin: 0 0 .5em 0;
}
label {
  line-height: 1.5em;
}

.form-text, .form-textarea {
  border: 1px solid #999;
  padding: 4px 4px;
}
.form-text:focus, .form-textarea:focus {
  border-color: #333;
}
.form-submit {
  margin-top: .5em;
}

#search-box .form-text {
  padding: 2px;
}
#search-theme-form label
{
  display: none;
}
/* Hide the captcha fieldset in the search box */
#search-box fieldset.collapsible {
  display: none;
}

#views-bulk-operations-submit {
  padding: 0;
}

table tr .form-item, table tr .form-submit, table tr .form-item, table tr .form-select {
  margin: 0;
}

a.tabledrag-handle .handle {
  margin-top: 0;
}

.dimmed {
  color: #999;
}

/* @end */

/* @group Misc */
.feed-icon {
  float: right;
}
.float-right {
  float: right;
  margin-left: 10px;
}
.float-left {
  float: left;
  margin-right: 10px;
}

.description, .summary {
  font-size: 90%;
  margin: .5em;
}

.region-sidebar-inner .menu ul,
.region-sidebar-first .menu ul,
.region-sidebar-second .menu ul
{
  padding-left: .5em;
}
.region-sidebar-inner .menu ul li,
.region-sidebar-first .menu ul li,
.region-sidebar-second .menu ul li {
  margin-bottom: .2em;
}

html body.page-imagecrop, html.body.cke_show_borders {
  background-color: #fff;
  background: #fff;
}

div.contextual-links-wrapper {
  line-height: 1.8em;
}

.webform-client-form {
  margin-top: 1em;
}

.fieldlayout-inline * {
  display: inline;
}
.fieldlayout-inline .clearfix:after {
  display: none;
}

.view .views-row-first .node div.contextual-links-wrapper {
  top: 25px;
}

/* @end */
