/* Start of CMSMS style sheet 'PiratesMain 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/* PNG FIX FOR IE5+ */
img {
behavior: url('uploads/files/iepngfix.htc'); 
}

/* End of PNG FIX */
/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Lucida, "Lucida Grande", Arial, Verdana, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #ffd761; /* #18507C;  */
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   /* background-color: #C3D4DF; */
   color: #ffd761; /*385C72; */
}

/*****************
basic layout 
*****************/
body {
   color: #f5eec1;
   margin: 0; /* removes air for the bodywrapper */
}

div#bodywrapper {
   background: #000 url('uploads/images/layout/Pirates_Bkgd_Red.jpg') repeat-y top center;
   margin: 0 auto;     /* this centers bodywrapper */
}

div#cloudwrapper {
   background: #000 url('uploads/images/layout/Pirates_Clouds.jpg') no-repeat top center;
   margin: 0 auto;     /* this centers wrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   background: #000 url('uploads/images/layout/bg_center.jpg') repeat-x;
   margin: 0 auto;     /* this centers wrapper */
   color: #FFF;
   max-width: 1003px; /* IE wont understand these, so we will use javascript magick */
   min-width: 1003px;
}
div#subwrapper {
   border: 0px solid black;
   margin: 0 auto;     /* this centers wrapper */
   color: #FFF;
}

div#header {
   height: 116px; /* adjust according your image size */
   /* width: 1003px; actual width -- */
   background: #000 url('uploads/images/layout/bg_header.jpg') no-repeat;           */
}

div#content {
   margin: 0 auto 0 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 266px; 
   margin-right: 0px; 
   background: transparent url('uploads/images/layout/rightside_spacer2.jpg') no-repeat 691px 0px;
   padding-right: 32px;
   min-height: 1000px;
}
div#main p {
   font-family: Lucida, "Lucida Grande", Arial, Verdana, sans-serif;
   color: #f5eec1;
   font-size: 12px;
   line-height: 18px;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 265px;    /* was 26% sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
   margin-bottom: 0;
}
div#sidebar-nav {
   height: 617px;
   background: transparent url('uploads/images/layout/bg_sidebar_nav.jpg') no-repeat;
}

div#bottomnav {
   clear:both;       /* keep bottom nav below content and menu */
   color: #cc9933;
/*   background-color: #000; */ /* same bg color as in header */
   text-align: center;
   margin-left: 47px;
   margin-right: 47px;
}

div#bottomnavhorizontal {
   clear:both;       /* keep bottom nav below content and menu */
   color: #bfad3f;
   font-size: 11px;
   text-align: center;
}
div#bottomnavhorizontal a {
  color: #bfad3f;
  text-decoration: none;
  font-size: 11px;
}
div#bottomnavhorizontal a:hover {
  color: #f5eec1;
}

div#footer {
   clear:both;       /* keep footer below bottom */
/*   background-color: #000; */ /* same bg color as in header */
 }

div#footer p {
   font-size: 10px;
   padding: 1.5em;      /* some air for footer */
   text-align: center; 
   margin:0;
    font-family: Lucida, "Lucida Grande", Arial, Verdana, sans-serif;
   color: #7a7a7a;
}
div#footer .credits {
   text-align: center; 
}

div#footer p a {
   color: #7a7a7a; /* needed because footer link would be same color as background otherwise */
   text-decoration: none;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/* TOP NAV */
#topmainnav {
  width: 690px;
  height: 28px;
}

#topmainnav a {
  display:block;
}

#topmainnav a.explore{
  background: url(uploads/images/nav_buttons/Pirates_TopNav_01.jpg) no-repeat bottom;
  width: 164px;
  height: 28px;
}	

#topmainnav a.specialoffers{
  background: url(uploads/images/nav_buttons/Pirates_TopNav_03.jpg) no-repeat bottom;
  width: 137px;
  height: 28px;
}	
#topmainnav a.groups{
  background: url(uploads/images/nav_buttons/Pirates_TopNav_05.jpg) no-repeat bottom;
  width: 83px;
  height: 28px;
}	
#topmainnav a.gift-shop{
  background: url(uploads/images/nav_buttons/Pirates_TopNav_07.jpg) no-repeat bottom;
  width: 99px;
  height: 28px;
}	
#topmainnav a.joinourcrew{
  background: url(uploads/images/nav_buttons/Pirates_TopNav_09.jpg) no-repeat bottom;
  width: 133px;
  height: 28px;
}	

#topmainnav a:hover{
   background-position: top;
}
/* END OF TOP NAV */

/* LEFT SIDE NAV */
#leftsidenav {
  width: 219px;
  height: 368px;
}

#leftsidenav a {
  display:block;
}

/******* Explore Our Show Page and Other Page NAV Stylings ***********/
#leftsidenav a.theshow{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_ExploreOurShow_01.jpg) no-repeat left;
  width: 219px;
  height: 37px;
}	

#leftsidenav a.thefeast{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_ExploreOurShow_02.jpg) no-repeat left;
  width: 219px;
  height: 34px;
}	

#leftsidenav a.beforetheshow{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_ExploreOurShow_03.jpg) no-repeat left;
  width: 219px;
  height: 34px;
}	

#leftsidenav a.showtimes{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_ExploreOurShow_04.jpg) no-repeat left;
  width: 219px;
  height: 33px;
}	

#leftsidenav a.buccaneer{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_ExploreOurShow_05.jpg) no-repeat left;
  width: 219px;
  height: 34px;
}	

#leftsidenav a.specialevents{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_ExploreOurShow_06.jpg) no-repeat left;
  width: 219px;
  height: 34px;
}	

#leftsidenav a.customize{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_ExploreOurShow_07.jpg) no-repeat left;
  width: 219px;
  height: 53px;
}
/******* Groups Page NAV Stylings ***********/

#leftsidenav a.corporate{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_Groups_01.jpg) no-repeat left;
  width: 219px;
  height: 52px;
}	

#leftsidenav a.celebrations{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_Groups_Celebrations.jpg) no-repeat left;
  width: 219px;
  height: 34px;
}

#leftsidenav a.birthday{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_Groups_02.jpg) no-repeat left;
  width: 219px;
  height: 34px;
}	

#leftsidenav a.educators{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_Groups_03.jpg) no-repeat left;
  width: 219px;
  height: 35px;
}	

#leftsidenav a.groupinfo{
  background: url(uploads/images/nav_buttons/Pirates_SideNav_Groups_04.jpg) no-repeat left;
  width: 219px;
  height: 35px;
}	

#leftsidenav a:hover{
   background-position: right;
}
/* END LEFT SIDE NAV*/



/********************
CONTENT STYLING
*********************/
div#content {
 font-family: Lucida, "Lucida Grande", Arial, Verdana, sans-serif;
}

div#landingpagetouts{ 
font-family: Lucida, "Lucida Grande", Arial, Verdana, sans-serif;
}

/* HEADINGS */
div#content h1 {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #ffd761;
   font-size: 2em;  /* font size for h1 */
   line-height: 1.2em;
   margin-bottom: 8px;
}
div#content h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #ffd761; 
   font-size: 1.5em; 
   line-height: 22px;
   text-align: left;
   letter-spacing: 0.2px;
margin-bottom: 8px;

}
div#content h3 {
   color: #ffd761; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4, div#content h4 a {
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #ffd761; 
   font-size: 16px; 
   line-height: 19px;
   margin: 0;
   font-weight: normal;
   text-decoration: none;
}
div#content h4 a:hover{
   text-decoration: underline;
}
div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.2em 0;  /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

/* STYLE SELECTORS FOR WYSIWYG */
.mediumwhite {
 font-family: Lucida, Lucida Grande;
 color: fefae0;
 font-size: 12px;
 line-height: 18px;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1.5em 0;
   color: #f5eec1;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */
/* End of 'PiratesMain 2 columns' */

