/* 
yellow :  #FEBD00
light purple border and text:  #ECC4F7
dark purple border: #51396A
main medium purple:  #61447E  
 */

body {  /*lavender outermost border */
   color: #51396A;
   background-color: #ECC4F7; 
   font-weight: bold;
   font-size: 15px;
   font-family: verdana, arial, helvetica, sans-serif;
   margin: 0;
   padding: 0;

}

a {
   color:  #c029f4;
   text-decoration: none;
   font-weight: bold;
}

a:hover, a:focus, a:active {
   color: #d89c01;
}


div#border { /*dark purple border */
   background-color: #51396A;
   margin: 5px; /* creates lavender outermost border */
   margin-right: 0;
   margin-bottom: 0;
   padding: 0;
   padding-top: 2px;
}



div#sidebar { /* medium purple sidebar area with nav */
   background-color: #61447E;
   margin: 15px;
   margin: 10px;
   margin-right: 0;
   margin-bottom: 0;
   margin-top: 10px;
   margin-left: 12px;
   padding: 0;
}



div#logo { /* top section with logo */
   background-image: url(images/noise.jpg);
   background-repeat: repeat; 
   background-color: #51396A;
   padding: 0;
   height: 100px;
}

div#logo img#logo {
   float: left;
   width: 350px;  /*Must define width of floated elements for Mac IE */
}


ul#global_links {
   list-style-type: none;
   font-size: 14px; 
   font-size: 11px; /* Homepage 2 */
   line-height: 110%; 
   font-weight: bold;  
   border: 0px;
   margin: 0px;
   padding-top: 1em;
   text-align: right;
/*   float:right; */
}

ul#global_links li {
   display: inline; 
   margin: 0px; 
   border-right: 1px solid black;
} 

ul#global_links li#last {
   border-right: 0px;
}

ul#global_links li a {
   color: #E6AC00;
   text-decoration: none;
   padding-left: 1em;
   padding-right: 1em;
}

ul#global_links li a:hover, ul#global_links li a:focus, ul#global_links li a:active {
   color: #ECC4F7;
}

ul#global_links li a.navon, ul#global_links li a.navon:hover, ul#global_links li a.navon:focus, ul#global_links li a.navon:visited, ul#global_links li a.navon:active {
   color: #fbcf01;
   font-size: 1.3em;
   font-size: 14px; /* Homepage 2 */
}


div#slogan { /* bottom left of logo area with ducksteps and/or slogan */
/*   clear:right; */
   margin: 0;
   /* margin-top: 50px; with ducksteps */ 
   margin-top: 80px;  /* with duckstepsText */
   margin-top: 30px;
   margin-right: 5px;
   padding: 0;
   float: right;
   display: inline;
   text-align: right;
   color: #FEBD00;
   background: transparent;
   width: 125px; /*Must define width of floated elements for Mac IE */
}


div#bar { /* dark bar between logo and text */
   background: #ECC4F7;
   background: #FFBD00;
   background: #51396A;
   font-size: 15px;
   font-size: 10px;
   color: #51396A;
   padding: 0;
   margin: 0;
}


/*
#navlist {
   clear: left;
   float: left;
   width: 175px;
   font-size: 15px;
   list-style-type: none;
   text-align: left;
   padding: 0;
   margin-top: 80px;
   margin-right: 0;
   margin-left: 0;
   margin-bottom: 0;
   border-top: 2px solid #51396A
} */

#navlist {
   clear: left;
   float: left;
   width: 175px; 
   width: 150px;
   font-size: 15px;
   font-size: 11px; /* Homepage 2 */
   list-style-type: none;
   text-align: left;
   padding: 0;
   margin-top: 80px;
   margin-right: 0;
   margin-left: 0;
   margin-bottom: 0;
   border-top: 2px solid #51396A
}

/*
#navupdate, #navhome {
   margin-top: 40px;
   border-top: 0;
}
*/

#navlist li {
   padding-top: 0;
   padding-bottom: 0;
   padding-left: 0;
   padding-right: 0;
   background-color: #51396A; /*dark purple */
   background-color: #61447E; /* main medium purple */
   margin-left: 0; 
   margin-right: 0; 
   margin-bottom: 0;
   margin-top: 0;
   border-bottom: 2px solid #51396A;
}

#navlist li a {
   text-decoration: none;
   text-align: left;
   background-image: url(images/duckup2.gif);
   background-repeat: no-repeat;
   background-color: #61447E;
 /*WAS width: 115 */ /* 150 less 16 for margin left and right less 8 for border less 10 for padding */
   display: block;
   padding: 0;
   padding-top: 15px;
   padding-bottom: 15px;
   padding-left: 35px;
   padding-right: 0px;
   color: #E6AC00; /* medium yellow */
}

/*
#navupdate li, #navhome li {
   border-bottom: 0;
}
*/

#navlist li a:hover, #navlist li a:focus, #navlist li a:active {
   color: #ECC4F7;
   background-image: url(images/duckdown2.gif);
   background-repeat: no-repeat;
}

/*
#navupdate li a, #navupdate li a:hover, #navhome li a:hover, #navhome li a {
   background-image: none;
}
*/

#navlist li a.navon, #navlist li a.navon:hover, #navlist li a.navon:focus, #navlist li a.navon:visited, #navlist li a.navon:active {
   color: #fbcf01;
   background-image: url(images/duckdown4.gif);
   background-repeat: no-repeat;
   font-size: 17px;
   font-size: 14px; /* homepage 2 */
}



div#outer { /* creates dark purple area around sidebar */
   background: #51396A;
   margin-left: 175px;
   margin-left: 150px;
   margin-right: 0;
   margin-top: 0;
   margin-bottom: 0;
   padding-left: 15px;
   padding-left: 12px;
   padding-bottom: 0;
   padding-right: 0;
   padding-top: 0;
}


div#content { /* Creates lavender area for text */
   background-color: #ECC4F7; /* 236 196 247 */
   padding: 2%;
   margin: 0;
}



div#LJ {
   float: left;
   padding-left: 25px;
   font-size: 18px;
}

div#ML {
   float: right;
   padding-right: 25px;
   font-size: 18px;
}

#LJ a, #ML a {
   color: #c029f4;
   text-decoration: none;
} 

#LJ a:hover, #LJ a:focus, #LJ a:active, #ML a:hover, #ML a:focus, #ML a:active {
   color: #FEBD00;
}

div#home_content { /* Creates lavender area for text */
   background-color: #ECC4F7; /* 236 196 247 */
   padding: 0;
   padding-top: 2%;
   padding-bottom: 150px;
   margin: 0;
   color: #51396A;
   text-align: center;
   line-height: 1.3em;
   font-size: 20px;
}


   
div#home_content p.normal {
   line-height: 1.2em;
   font-weight: normal;
}

div#home_content img.left {
   vertical-align: -50%;
   border: 0;
}

div#home_content img.right {
   vertical-align: -20%;
   border: 0;
}


div#col, div#banner { /*  divs for javascript rotating text  */
   display:inline;
}

span.texts { /* special look for rotating text */
   color: #c029f4;
   font-size: 1.4em;
   margin: 0;
   padding: 0;
}

span.space {
  font-size: .7em;
}

span.space2 {
  font-size: .5em;
}

span.space3 {
  font-size: .2em;
}

span.texttext {
  font-size: 1.4em;
}


p.texts {
   color: #c029f4;
   display: inline;
   margin: 0;
   padding: 0;
  letter-spacing: 3px; 
}

p.text2 {
   display:inline;
}




#date {
   clear: left;
   float: left;
   width: 150px;
   margin: 0;
   padding: 0;
   padding-top: 5px;
   color: #E6AC00; 
   background: transparent;
}


/* ******************************************* */

ul#content_nav, ul#subcontent_nav {
   list-style-type: none;
   font-size: 14px; 
   line-height: 110%; 
   font-weight: bold;  
   border: 0px;
   margin: 0px;
   padding-top: 1em;
   text-align: center;
}


ul#content_nav li {
   display: inline; 
   margin: 0px; 
   border-right: 1px solid #51396A;
} 

ul#content_nav li.right {
   border-right: 0;
}

ul#subcontent_nav li {
   display: inline; 
   margin: 0px; 
   border: 0px;
} 

ul#content_nav li a {
   color:  #c029f4;
   text-decoration: none;
   padding-left: 1em;
   padding-right: 1em;
}

ul#subcontent_nav li a {
   color:  #d89c01;
   text-decoration: none;
   padding-left: .5em;
   padding-right: .5em;
}

ul#content_nav li a:hover, ul#content_nav li a:focus, ul#content_nav li a:active {
   color: #9006c1;
   color: #7a099f;
   color: #61447E;
   color: #d89c01;
   color: #fbcf01;
}

ul#subcontent_nav li a:hover, ul#subcontent_nav li a:focus, ul#subcontent_nav li a:active {
   color: #fbcf01;
}

ul#content_nav li a.navon, ul#content_nav li a.navon:hover, ul#content_nav li a.navon:focus, ul#content_nav li a.navon:active {
   color: #d89c01;
}


div#page_content, div#registration_content {
   text-align: left;
   font-weight: normal;
   padding-left: 50px;
   padding-right: 50px;
}

div#page_content a {
   color:  #c029f4;
   text-decoration: none;
   font-weight: bold;
}

div#page_content a:hover, div#page_content a:focus, div#page_content a:active {
   color: #d89c01;
}

div#page_content p.center {
   text-align: center;
   font-size: 1.2em;
}

div#page_content p.category {
   font-size: 1.5em;
   text-align: center;
   padding-top: 0;
   font-weight: bold;
}

div#page_content p.subcategory {
   font-size: 1.3em;
   font-style: italic;
   padding-top: 20px;
   text-align: center;
}

div#page_content p.regular_text {
   padding-top: 0;
   padding-bottom: 0;
}

div#page_content p.indent_text {
   padding-left: 15px;
   padding-right: 15px;
   padding-top: 0px;
   padding-bottom: 0px;
   text-indent: -20px;
}

ul.list, ul.list2, ul.list3 {
   margin-top: 0;
   padding-top: 0;
   text-indent: 0;
}

ul.list2 li {
   padding-bottom: 8px;
}

ul.list3 li {
   padding-bottom: 5px;
}

.emph {
   font-weight: bold;
}

div#page_content ul.travel li {
   padding-top: 10px;
}

div.rule, div.rule2 {
   margin-left: 10%;
   margin-right: 10%;
   text-align: center;
   border-bottom: 4px #CD8DF5 solid; 
   color: #ECC4F7;
}

div.rule2 {
   border-bottom: 3px #61447E  solid;
   margin-left: 0;
   margin-right: 0;
}

img.map {
   border: 0;
   padding-left: 15px;
   padding-right: 0px;
   padding-bottom: 15px;
   padding-top: 0;
   float: right;
}

ul.update_list {
   list-style-type: none;
   text-indent: -55px;
   padding-left: 55px; 
   padding-right: 0;
   padding-top: 0;
   padding-bottom: 0;
   margin: 0;
}

ul.update_list .date {
   font-weight: bold;
   margin-right: 10px;
}

ul.update_list li {
   padding-bottom: 25px;
}


.faq_list_category {
   font-weight: bold;
   font-size: 17px;
   font-style: italic;
   padding: 0;
   margin-left: 0;
   margin-right: 0;
   margin-bottom: 0px;
   margin-top: 25px;
}

div#page_content ul.faq_list {
   margin:0;
   padding: 0;
   padding-left: 55px;
}

div#page_content ul.faq_list a {
   text-decoration: underline;
   padding: 0;
   margin: 0;
}

div#page_content p.faq_list_view a {
   text-decoration: underline;
   padding: 0;
   margin: 0;
   font-size: 17px;
}

.faq_category {
   font-size: 1.5em;
   font-weight: bold;
   margin: 0;
}


div.faq img {
   padding: 0;
   margin: 0;
   vertical-align: middle;
}

.faq_question, .panel_topic {
   font-style: italic;
   font-weight: bold;
   font-size: 1.1em;
   padding: 0;
   padding-left: 50px;
   margin: 0;
   margin-top: 25px;
   text-indent: -25px;
}

.faq_answer, .panel_desc, .panel_info {
   padding: 0;
   margin: 0;
   margin-left: 50px;
   margin-top: 5px;
 }

.panel_topic {

}

.panel_desc {
   border-top: 1px solid #51396A;
}

.panel_info {
   font-size: .75em;
   font-weight: bold;
}
 
 div.survey {
   background-color: #ECC4F7; 
   margin: 10px;
 }
 
 p.webmaster, td.webmaster {
   font-size: 12px;
   font-weight: normal;
   text-align: center;
   line-height: 125%
 }
 
div#page_content p.webmaster a {
   text-decoration: none;
 }

li.art_auction  {
   margin-bottom: 20px;
}

div#page_content a.panel_active, div#content td.content a.panel_active {
   color: #d89c01;
}


p.schedule, p.schedule_html {
   display: inline;
   font-size: 12px;
   font-weight: bold;
   padding: 0;
   margin: 0;
}

p.schedule_html {
   display:block;
   padding-top:3px;
}

table.floorplan {
   width: 700;
   border: none;
   margin: 0;
   padding: 0;
}

table.floorplan td {
   border: none;
   text-align: right;
   padding: 0;
   padding-bottom:1px;
   margin: 0;
   font-size: 15px;
   font-weight: bold;
}
table.schedule {
   border: 5px solid #51396A;
   padding: 0px;
   margin: 0px;
   background: #E6AC00;
   background: #FFECB1;
   font-weight: bold;
}

table.schedule td {
   width: 150px;
   border-bottom: 2px solid #51396A;
   border-left: 2px solid #51396A;
   margin-left: auto;
   margin-right: auto;
   font-size: 11px;
   padding: 8px;
   text-align: center;
}

table.schedule td.quarter_open_top, table.schedule td.quarter_closed_top, table.schedule td.quarter_closed_top_right {
   padding-top: 2px;
   padding-bottom: 0;
}

table.schedule td.quarter_open_bottom, table.schedule td.quarter_open_bottom_right, table.schedule td.quarter_closed_bottom {
   padding-top: 2px;
   padding-bottom: 4px;
}


table.schedule td.half_open_top, table.schedule td.half_closed_top, table.schedule td.half_open_bottom, table.schedule td.half_closed_bottom  {
   padding-top: 2px;
   padding-bottom: 2px;
}

table.schedule td.quarter_open_top, table.schedule td.quarter_closed_top, table.schedule td.quarter_closed_top_right, table.schedule td.half_open_top, table.schedule td.half_closed_top {
   border-bottom: dotted #B39CCA;
}

table.schedule td.quarter_open_bottom, table.schedule td.quarter_open_bottom_right, table.schedule td.quarter_open_top, table.schedule td.half_open_bottom, table.schedule td.half_open_top {
   background: #FFE289;
   color: #7D58A2;
}

table.schedule td.quarter_closed_top, table.schedule td.quarter_closed_top_right, table.schedule td.quarter_closed_bottom, table.schedule td.half_closed_top, table.schedule td.half_closed_bottom {
   color: #7D58A2;
}

table.schedule td.quarter_open_bottom, table.schedule td.quarter_open_bottom_right {
   border-bottom: 0;
}

table.schedule td.time {
   width: 85px;
   padding-top: 10px;
   padding-bottom: 10px;
   border-right: 2px solid #51396A;
   border-left: 1px solid #51396A;
   background: #FEBD00;
   font-size: 15px;
}

table.schedule tr.top td {
   border-bottom: 4px solid #51396A;
   border-top: 1px solid #51396A;
   padding-top: 15px;
   padding-bottom: 15px;
   background: #FEBD00;
   font-size: 15px;
}

table.schedule td.right, table.schedule td.right_open, table.schedule td.quarter_open_bottom_right, table.schedule td.quarter_closed_top_right, table.schedule td.right_closed {
   border-right: 1px solid #51396A;
}

table.schedule td.open, table.schedule td.right_open {
   background: #FFE289;
   color: #7D58A2;
}

table.schedule td.closed, table.schedule td.right_closed {
   color: #7D58A2;
}


div#page_content table.schedule td a.schedule {
   color: #c029f4;
   color: #bc25f0;
   color: #61447E;
color: #7D58A2;
color: #9C0ECA;
color: #AD10E0;
}

div#page_content table.schedule td a.schedule:hover,  div#page_content table.schedule td a.schedule:active, div#page_content table.schedule td a.schedule:focus {
   color: #ECC4F7;
   color: #bc25f0;
color: #CB51F3; 
color: #D97DF7;
color: #DF94F8;
color: #D163F5;

}

table.schedule ul.daylist{
   list-style-type: none;
   margin: 0;
   padding: 0;
   padding-left: 22px;
   padding-top: 3px;
}

table.schedule ul.daylist li {
   padding-bottom: 3px;
}

p.conday {
   font-weight: bold; 
   font-size: 1.5em;
   padding: 0;
   padding-top: 30px;
   margin: 0;
}

.popup_text {
   line-height: 110%;
   font-size: 10px;
   font-weight: bold;
}

.popup_captext {
  font-size: 10px;
  font-weight: bold;
  color: #ECC4F7;
  vertical-align: middle;
  padding-bottom: 3px;
}


table.html_panels td {
   font-size: 12px;
   vertical-align: top;
   padding-left: 15px;
   padding-right: 0;
   padding-bottom: 8px;
   padding-top: 8px;
}

table.html_panels td.time, table.html_panels td.newtime {
   padding-left: 0;
}

table.html_panels tr.newtime td {
   border-top: 1px dotted #51396A;
}

table.html_panels tr#bottomrow td {
   border-bottom: 1px dotted #51396A;
}


table.html_panels td.topic {
   width:30%;
}


table.html_panels td.panel {
   width:80px;
}

table.html_panels span.topic {
   font-weight: bold;
   font-size: 1.1em;
}

table.html_panels td.conday {
   font-weight: bold; 
   font-size: 1.5em;
   padding: 0;
   padding-top: 30px;
   padding-bottom: 10px;
   margin: 0;
   border-bottom: 5px solid #51396A;
}


table.vidlist {
  border: 2px solid #76627C;
  margin: 0;
  padding: 0;
}

table.vidlist tr.top td {
  border: none;
  border-bottom: 3px solid #B193B9; 
  font-size: 12px;
  font-variant: small-caps;
  font-style: italic;
  background-color: #F5DEFB;

}

table.vidlist tr.odd td {
  background-color: #C9A7D2;
}

table.vidlist td {
  font-size: 11px;
  padding: 5px;
}

table.vidlist td.vid {
   font-size: 15px;
   font-weight: bold;
   width: 225px;
}

table.vidlist td.fandom {
   width: 100px;
}

table.vidlist td.vidder {
   width: 110px;
}

table.vidlist td.artist {
   width: 90px;
}

/*
table.vidlist td.contact {
  border-right: 2px solid #76627C;
} 

table.vidlist tr.bottom td {
  border-bottom: 2px solid #76627C;
} */

table.member_area {
   width: inherit;
}

table.count {
    border: solid #51396A;
    border-width: 0 0 2px 2px;
}


table.count td, table.count th {
    padding: 4px;
    margin: 0px;
    border: solid #51396A;
    border-width: 2px 2px 0 0;
}


table#cart tr#toprow td {
   font-weight: bold;
   margin: 0;
   border: 0;
   padding-top: 3px;
   padding-bottom: 3px;
}


table#cart td {
   font-size: 12px;
   text-align: right;
   padding-top: 5px;
   padding-bottom: 5px;
   padding-right: 5px;
   padding-left: 25px;
}

table#cart td.piece{
   text-align: center;
   padding-left: 5px;
}

table#cart td.total {
   font-weight: bold;
   padding-top: 4px;
   padding-bottom: 4px;
   text-align: right;
}


