/**
 * @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.
 */

a:link{
    text-decoration:none;
    color:#2261be;
}

a:hover{
    text-decoration:underline;
}


a:visited{
    text-decoration:none;
    color:#6596FF;
}

body.Visualizing #SectionLogo{
   top: 55px;
}

body.TEAMS #SectionLogo{
position:absolute;
top: 63px;
}


body.Robin #SectionLogo{
position:absolute;
top: 55px;
}

body.Robin #header{
height:85px;
}

body.Crusades #header{
height:85px;
}

body.Crusades #SectionLogo{
   top: 55px;
}


body.Cinderella #SectionLogo{
top:55px;
}

div.content table {
    width: auto;
}

div.content td {
    padding: 0;
}

body.node-type-page div#content-area td, body.node-type-page div#content-area th {
    font-family: Georgia;
}

body.node-type-page div#content-area td, body.node-type-page div#content-area li {
    padding: 5px;
    font-size: 14px;
    line-height: 120%;
}

body.page-text-online div.content li {
    list-style: none;
}

#SectionLogo{
    background-repeat: no-repeat;
/*    height: 140px;*/ 
    left: 0;
    overflow: visible;
    position: absolute;
    top: 75px;
    width: 418px;
    z-index: 1;
}

body.Camelot{
    background-image:url('/sites/all/themes/zen/camelot/images/projects/camelot/cam-bkgd.jpg');
    background-position:top left;
    background-repeat: repeat-x;
}

body.Camelot #SectionLogo {
    top: 57px;
}

body.Robin{
    background-image:url('/sites/all/themes/zen/camelot/images/projects/robin/rob-bkgd.jpg');
    background-position:top left;
    background-repeat: repeat-x;
}

body.Robin #SectionLogo {
    top: 57px;
}

body.TEAMS{
    background-image:url('/sites/all/themes/zen/camelot/images/projects/team/team-bkgd.jpg');
    background-position:top left;
    background-repeat: repeat-x;
}

body.TEAMS #SectionLogo {
    top: 57px;
}

body.Crusades{
    background-image:url('/sites/all/themes/zen/camelot/images/projects/crusades/crus-bkgd.jpg');
    background-position:top left;
    background-repeat: repeat-x;
}

body.Crusades #SectionLogo {
    top: 57px;
}

body.Crusades #block-search-0 {
right: 15px;
    top: -4px;
}


body.Cinderella{
    background-image:url('/sites/all/themes/zen/camelot/images/projects/cinderella/cind_back.jpg');
    background-position:top left;
    background-repeat: repeat-x;
}



div.view-filters {
    margin-top: 10px;
}

div.node th {
    background-color: transparent;
}








/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

body.front .breadcrumb{
display:none;
}



#page-wrapper {
}

#page {
position:relative;
}

#print{
    position: absolute;
    right: 0px;
    top: -2px;
z-index:900;
}

#print input[type="button"] {
    background-image: url("/sites/all/themes/zen/camelot/images/projects/print.gif");
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 32px;
    width: 42px;
}

#print input[type="button"]:hover{
opacity:.7;
}

/*
 * 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
 */
h2.title{
display:none;
}

/*HEADER BLOCK*/
#block-block-5{
float:left;
}


#block-search-0{
clear: right;
    float: right;
}

#block-block-9{
clear: right;
    float: right;
}

#block-block-6{
   float: right;
    margin-top: 12px;
}

#search-block-form{
position:relative;
}

div.container-inline{
position:relative !important;
}

#edit-search-block-form-1-wrapper{
position:relative;
}


#edit-search-block-form-1{
 /*border: 2px solid #937E5B;
    height: 30px;
    margin-top: -7px;
    padding-left: 5px;
    padding-right: 26px;
    width: 280px;
    position:relative; */


    border: 1px solid #BFBFBF;
    color: #000000;
    font-size: 1.5em;
    height: 28px;
    margin-top: 0px;
    padding: 4px;
    width: 280px;
    font-family: Georgia;
    position: relative;
    z-index: 1;
}



body.section-migrate #block-search-0 {
position:relative;
top:-3px;
right:3px;
}

#search-block-form input[type="submit"]
{
 background: url("/sites/all/themes/zen/camelot/images/searchBtn.jpg") no-repeat scroll right bottom transparent;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    position:absolute;
    right: 7px;
    text-indent: -999em;
    top: 2px;
    width: 28px;
    z-index: 2;

}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#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 {
position:relative;
/*z-index:9;*/
min-height: 500px;
}

#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 */ {
  border-bottom: 1px solid #CCCCCC;
    color: #818181;
    margin-bottom: 10px;
    margin-top: 18px;
    padding-bottom: 13px;
position:relative;
/*z-index:899;*/
}

.breadcrumb a{
padding-right:5px;

}

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;
}

h1.title {
    color: #666;
    font-weight: normal;
}

table {
    width: 100%;
}

td {
    padding: 5px;
}

td.active {
    background-color: #efffe2;
}

th.active {
    background-color: #cefaaa;
}

tr.even /* Some tables have rows marked even or odd. */ {
  background-color: #e9f9fe; 
  border: none;
}

tr.odd {
  background-color: #FFF; 
  border: none;
}

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;
}

.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
 */

/*SHARE BUTTONS*/

#sharePg span{
    margin-bottom:5px;

}

#sharePg{
    color: #5A5A5A;
    font-size: 10px;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
    top: 44px;
    /*width: 450px;*/
}

.addthis_32x32_style .dummy .at300bs, .addthis_32x32_style .at300bs, .addthis_32x32_style .at15t {
background:url('/sites/all/themes/zen/camelot/images/projects/camelot/widget006_32x32_top.png') no-repeat scroll left center transparent;
}
#user-footer/* Footer with links the user can see currently the original footer area has the admin links in it*/
{ 
 float: left;
    margin-top: 10px;
    width: 100%;
}

#user-footer ul.menu{
border-top:1px solid #eee;

    padding: 5px 0 0;
    text-align: left;
font-size:11px;
}


#user-footer ul.menu li{
 display: inline;
    list-style: none;
float:right;
padding: 0 0 0 15px;
}


#footer {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}

#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);
}
